Metadata-Version: 2.1
Name: elemental-cms
Version: 1.1.4
Summary: Flask + MongoDB Web CMS for Developers.
Home-page: https://github.com/paranoid-software/elemental-cms
Author: Paranoid Software
Author-email: info@paranoid.software
License: MPL-2.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Flask (>=2.0.2)
Requires-Dist: pycountry (==20.7.3)
Requires-Dist: pymongo (>=3.12.1)
Requires-Dist: cloup (==0.12.1)
Requires-Dist: deepdiff (==5.6.0)
Requires-Dist: Flask-Babel (==2.0.0)
Requires-Dist: google-cloud-storage (>=2.3.0)

# elemental CMS

Elemental is a Flask + MongoDB Web CMS intended for use by Developers mainly.

The main idea of this Web CMS is to be able to create and mantain web portals or web applications using a programming IDE like VSCode, PyCharm, etc. and deploy the changes using a self documented command line tool called "elemental-cms".

It relays on MongoDB to store the metadata, pages content, snippets content, dependencies information, and user sessions data.

More details can be found [here](https://paranoid-software.getoutline.com/share/a300ec8e-4bc6-47c0-aba0-fbe1f80f1623) on the official documentaion site.
