c2cgeoform


Keywords
web, wsgi, bfg, pylons, pyramid
Install
pip install c2cgeoform==2.2.5

Documentation

c2cgeoform

c2cgeoform is a framework easing the creation of web pages with forms. Users of c2cgeoform declaratively create models, from which the framework can create forms, views, lists, ...

c2cgeoform supports various data types, including geometry types (points, lines, polygons). For geometry types c2geoform generates maps with editing tools to create, modify or delete geometries.

c2cgeoform is based on Pylons technologies. More specifically, it uses Pyramid, Colander, and Deform. For interacting with the database it uses SQLAlchemy and GeoAlchemy 2.

Documentation: https://c2cgeoform.readthedocs.io/en/latest/

Demo: https://geomapfish-demo.camptocamp.com/c2cgeoform

Copyright

c2cgeoform makes use of the icons by GLYPHICONS. Make sure to comply with the usage terms when utilizing c2cgeoform.

Contributing

Install the pre-commit hooks:

pip install pre-commit
pre-commit install --allow-missing-config