Metadata-Version: 2.1
Name: elemental-cms
Version: 1.0.92
Summary: Flask and MongoDB CMS for developers first.
Home-page: https://github.com/paranoid-software/elemental-cms
Author: Paranoid Software
Author-email: info@paranoid.software
License: MIT
Platform: UNKNOWN
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

# elemental CMS

Elemental is a Flask and MongoDB based CMS intended mainly for developers.

The main idea of this CMS is to be able to work with the portal pages directly on any programming IDE as editor, and then deploy the changes using a self documented command line tool called "elemental-cms".

It relays on MongoDB to store the pages metadata and HTML content, users sessions, HTML snippets and global dependencies shared by all pages.

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


