Metadata-Version: 2.1
Name: c2cgeoportal_admin
Version: 2.7.1.104
Summary: c2cgeoportal admin
Home-page: https://github.com/camptocamp/c2cgeoportal/
Author: Camptocamp
Author-email: info@camptocamp.com
Keywords: web gis geoportail c2cgeoportal geocommune pyramid
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Pyramid
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Typing :: Typed
Description-Content-Type: text/markdown
Requires-Dist: c2cgeoform
Requires-Dist: c2cwsgiutils
Requires-Dist: colander
Requires-Dist: deform
Requires-Dist: passwordgenerator
Requires-Dist: pyproj
Requires-Dist: pyramid
Requires-Dist: pyramid-debugtoolbar
Requires-Dist: pyramid-jinja2
Requires-Dist: pyramid-tm
Requires-Dist: sqlalchemy
Requires-Dist: zope.event
Requires-Dist: translationstring
Requires-Dist: jinja2 >=2.11.3
Requires-Dist: pygments >=2.7.4
Requires-Dist: setuptools >=65.5.1
Requires-Dist: requests >=2.31.0

# c2cgeoportal admin interface

## Run the c2cgeoportal_admin development web server

From this folder (admin):

```
make preparedev
make serve
```

Now open http://localhost:8888/ in your favorite browser.
