elemental-cms


Nameelemental-cms JSON
Version 1.1.41 PyPI version JSON
download
home_pagehttps://github.com/paranoid-software/elemental-cms
SummaryFlask + MongoDB Web CMS for Developers.
upload_time2023-11-12 11:27:42
maintainer
docs_urlNone
authorParanoid Software
requires_python>=3.6
licenseMPL-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # elemental CMS

Elemental is a Flask and MongoDB web CMS intended for developers.

Our main goal is to allow developers to create and maintain web portals or web applications using their preferred programming IDE like VS Code, PyCharm, Visual Studio, etc.

The main interaction with the tool takes place through its CLI, a self documented command line tool called "elemental-cms" which helps us perform deployment tasks directly from the terminal.

It relies on MongoDB to store the metadata, pages' content, snippets' content, dependencies information, and user session data.

## Setup

To install the tool, we can issue the following command:

```shell
pip install elemental-cms
```

This will install all the dependencies required for elemental-cms to work, like pymongo, flask, flask-babel, etc.

## Running elemental-cms command for the first time

After setup, we can start using the tool like this:

![Running CLI](https://github.com/paranoid-software/elemental-cms/blob/develop/.docs-assets/run-elemental.gif?raw=true)

## Documentation

More details about the tool can be found [here](https://paranoid.software/en/elemental-cms/docs) on the official documentation portal.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/paranoid-software/elemental-cms",
    "name": "elemental-cms",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Paranoid Software",
    "author_email": "info@paranoid.software",
    "download_url": "https://files.pythonhosted.org/packages/c6/91/559f4e1f9d0d900262849c60eab4090b903d1276835223f339505c9075bc/elemental-cms-1.1.41.tar.gz",
    "platform": null,
    "description": "# elemental CMS\n\nElemental is a Flask and MongoDB web CMS intended for developers.\n\nOur main goal is to allow developers to create and maintain web portals or web applications using their preferred programming IDE like VS Code, PyCharm, Visual Studio, etc.\n\nThe main interaction with the tool takes place through its CLI, a self documented command line tool called \"elemental-cms\" which helps us perform deployment tasks directly from the terminal.\n\nIt relies on MongoDB to store the metadata, pages' content, snippets' content, dependencies information, and user session data.\n\n## Setup\n\nTo install the tool, we can issue the following command:\n\n```shell\npip install elemental-cms\n```\n\nThis will install all the dependencies required for elemental-cms to work, like pymongo, flask, flask-babel, etc.\n\n## Running elemental-cms command for the first time\n\nAfter setup, we can start using the tool like this:\n\n![Running CLI](https://github.com/paranoid-software/elemental-cms/blob/develop/.docs-assets/run-elemental.gif?raw=true)\n\n## Documentation\n\nMore details about the tool can be found [here](https://paranoid.software/en/elemental-cms/docs) on the official documentation portal.\n",
    "bugtrack_url": null,
    "license": "MPL-2.0",
    "summary": "Flask + MongoDB Web CMS for Developers.",
    "version": "1.1.41",
    "project_urls": {
        "Homepage": "https://github.com/paranoid-software/elemental-cms"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29ee5f62dcb113ac4734a0b47bf0730672402c2c9fe9e1f9ec0bfc85ff9ed2be",
                "md5": "9c0f064dc496177951b33cdc2114ec7c",
                "sha256": "ec11143d424a64a0ce131e6c108d3261cc07703a067a5fd1866e83a195c6465a"
            },
            "downloads": -1,
            "filename": "elemental_cms-1.1.41-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c0f064dc496177951b33cdc2114ec7c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 74178,
            "upload_time": "2023-11-12T11:27:40",
            "upload_time_iso_8601": "2023-11-12T11:27:40.532197Z",
            "url": "https://files.pythonhosted.org/packages/29/ee/5f62dcb113ac4734a0b47bf0730672402c2c9fe9e1f9ec0bfc85ff9ed2be/elemental_cms-1.1.41-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c691559f4e1f9d0d900262849c60eab4090b903d1276835223f339505c9075bc",
                "md5": "59cffbbafcdaddad76fd50ae835e7130",
                "sha256": "adfa9c1300b323267adfaadbfa0587baf5d1947784f6cf9d03eb2dd0ce29addb"
            },
            "downloads": -1,
            "filename": "elemental-cms-1.1.41.tar.gz",
            "has_sig": false,
            "md5_digest": "59cffbbafcdaddad76fd50ae835e7130",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 38434,
            "upload_time": "2023-11-12T11:27:42",
            "upload_time_iso_8601": "2023-11-12T11:27:42.437125Z",
            "url": "https://files.pythonhosted.org/packages/c6/91/559f4e1f9d0d900262849c60eab4090b903d1276835223f339505c9075bc/elemental-cms-1.1.41.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-12 11:27:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "paranoid-software",
    "github_project": "elemental-cms",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "elemental-cms"
}
        
Elapsed time: 0.15977s