c2cgeoform


Namec2cgeoform JSON
Version 2.4.0 PyPI version JSON
download
home_pagehttps://github.com/camptocamp/c2cgeoform
Summaryc2cgeoform
upload_time2024-09-04 09:45:32
maintainerNone
docs_urlNone
authorCamptocamp
requires_python<3.13,>=3.9
licenseNone
keywords web wsgi bfg pylons pyramid
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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](http://www.pylonsproject.org/).
More specifically, it uses
[Pyramid](http://docs.pylonsproject.org/en/latest/docs/pyramid.html),
[Colander](http://colander.readthedocs.org/en/latest/), and
[Deform](http://deform.readthedocs.org/en/latest/). For interacting with the
database it uses [SQLAlchemy](http://www.sqlalchemy.org/) and
[GeoAlchemy 2](https://geoalchemy-2.readthedocs.org/en/latest/).

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

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

## Copyright

c2cgeoform makes use of the icons by [GLYPHICONS](http://glyphicons.com).
Make sure to comply with the [usage terms](http://glyphicons.com/license/) when
utilizing c2cgeoform.

## Contributing

Install the pre-commit hooks:

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


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/camptocamp/c2cgeoform",
    "name": "c2cgeoform",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.9",
    "maintainer_email": null,
    "keywords": "web, wsgi, bfg, pylons, pyramid",
    "author": "Camptocamp",
    "author_email": "info@camptocamp.com",
    "download_url": "https://files.pythonhosted.org/packages/ce/69/27a3c4af35aae87a46a9f591793517014c04bec1714b981326785fa68119/c2cgeoform-2.4.0.tar.gz",
    "platform": null,
    "description": "# c2cgeoform\n\nc2cgeoform is a framework easing the creation of web pages with forms. Users\nof c2cgeoform declaratively create _models_, from which the framework\ncan create forms, views, lists, ...\n\nc2cgeoform supports various data types, including _geometry_ types (points,\nlines, polygons). For geometry types `c2geoform` generates maps with editing\ntools to create, modify or delete geometries.\n\nc2cgeoform is based on [Pylons technologies](http://www.pylonsproject.org/).\nMore specifically, it uses\n[Pyramid](http://docs.pylonsproject.org/en/latest/docs/pyramid.html),\n[Colander](http://colander.readthedocs.org/en/latest/), and\n[Deform](http://deform.readthedocs.org/en/latest/). For interacting with the\ndatabase it uses [SQLAlchemy](http://www.sqlalchemy.org/) and\n[GeoAlchemy 2](https://geoalchemy-2.readthedocs.org/en/latest/).\n\nDocumentation: https://c2cgeoform.readthedocs.io/en/latest/\n\nDemo: https://geomapfish-demo.camptocamp.com/c2cgeoform\n\n## Copyright\n\nc2cgeoform makes use of the icons by [GLYPHICONS](http://glyphicons.com).\nMake sure to comply with the [usage terms](http://glyphicons.com/license/) when\nutilizing c2cgeoform.\n\n## Contributing\n\nInstall the pre-commit hooks:\n\n```bash\npip install pre-commit\npre-commit install --allow-missing-config\n```\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "c2cgeoform",
    "version": "2.4.0",
    "project_urls": {
        "Homepage": "https://github.com/camptocamp/c2cgeoform",
        "Repository": "https://github.com/camptocamp/c2cgeoform"
    },
    "split_keywords": [
        "web",
        " wsgi",
        " bfg",
        " pylons",
        " pyramid"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67f4527574901261a0b14c631c7c1c9ad3d4534a419c9d72952ab3c842860909",
                "md5": "0c3da47d026fa2621c91a3f928ab5b83",
                "sha256": "55c0aea1fbc0ae927b0d15b6d198f267fa61f4f62fa189c29910a8f2f796b6d4"
            },
            "downloads": -1,
            "filename": "c2cgeoform-2.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0c3da47d026fa2621c91a3f928ab5b83",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.9",
            "size": 1151289,
            "upload_time": "2024-09-04T09:45:30",
            "upload_time_iso_8601": "2024-09-04T09:45:30.038529Z",
            "url": "https://files.pythonhosted.org/packages/67/f4/527574901261a0b14c631c7c1c9ad3d4534a419c9d72952ab3c842860909/c2cgeoform-2.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce6927a3c4af35aae87a46a9f591793517014c04bec1714b981326785fa68119",
                "md5": "d04588a02a7111298c682b43bea147fe",
                "sha256": "3bbd994cd765f89a9ec508a265fafd6a96727f42f0dbbfdcfd6513a9d8cda16e"
            },
            "downloads": -1,
            "filename": "c2cgeoform-2.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d04588a02a7111298c682b43bea147fe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9",
            "size": 1098199,
            "upload_time": "2024-09-04T09:45:32",
            "upload_time_iso_8601": "2024-09-04T09:45:32.042639Z",
            "url": "https://files.pythonhosted.org/packages/ce/69/27a3c4af35aae87a46a9f591793517014c04bec1714b981326785fa68119/c2cgeoform-2.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-04 09:45:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "camptocamp",
    "github_project": "c2cgeoform",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "c2cgeoform"
}
        
Elapsed time: 0.31640s