proma


Nameproma JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryProject manager that can create Gantt diagrams as SVGs.
upload_time2024-04-14 13:47:13
maintainerNone
docs_urlNone
authorAnsgar Kellner
requires_python<4.0,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ReadMe
######

The python module `proma` provides a simple interface to a project manager
that allows the generation of Gantt charts as SVG from YAML files.

DISCLAIMER: this project is at early stage, thus has limited functionality
and still might have bugs.


Setup
=====

Install the `proma` module:

.. code-block::

    poetry add proma


For development
---------------

Install required modules:

.. code-block::

    poetry install


Usage
=====

Render Gantt diagram based on example YAML file:

.. code-block::

    poetry run proma --debug gantt examples/example.yml --view day
    poetry run proma --debug gantt examples/example.yml --view week

Please note that css file must be inplace (css/default.css) to correctly see
the rendered output.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "proma",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ansgar Kellner",
    "author_email": "keans@gmx.de",
    "download_url": "https://files.pythonhosted.org/packages/75/e3/86668513626a3792224291545b204faf04ded0d2d9af248976cd630399e9/proma-0.0.3.tar.gz",
    "platform": null,
    "description": "ReadMe\n######\n\nThe python module `proma` provides a simple interface to a project manager\nthat allows the generation of Gantt charts as SVG from YAML files.\n\nDISCLAIMER: this project is at early stage, thus has limited functionality\nand still might have bugs.\n\n\nSetup\n=====\n\nInstall the `proma` module:\n\n.. code-block::\n\n    poetry add proma\n\n\nFor development\n---------------\n\nInstall required modules:\n\n.. code-block::\n\n    poetry install\n\n\nUsage\n=====\n\nRender Gantt diagram based on example YAML file:\n\n.. code-block::\n\n    poetry run proma --debug gantt examples/example.yml --view day\n    poetry run proma --debug gantt examples/example.yml --view week\n\nPlease note that css file must be inplace (css/default.css) to correctly see\nthe rendered output.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Project manager that can create Gantt diagrams as SVGs.",
    "version": "0.0.3",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0142e18d714e8cd6f2fe7f575d716c1ba7ce9de9c8a35ca0cce99e898513247e",
                "md5": "6bead283feba9c3419e37e41bc7616e4",
                "sha256": "68cec83843c9db5e4c070491672d6f1f63367f83a621276a4d2b08e9238a7a2b"
            },
            "downloads": -1,
            "filename": "proma-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6bead283feba9c3419e37e41bc7616e4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 32981,
            "upload_time": "2024-04-14T13:47:11",
            "upload_time_iso_8601": "2024-04-14T13:47:11.106114Z",
            "url": "https://files.pythonhosted.org/packages/01/42/e18d714e8cd6f2fe7f575d716c1ba7ce9de9c8a35ca0cce99e898513247e/proma-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75e386668513626a3792224291545b204faf04ded0d2d9af248976cd630399e9",
                "md5": "30ba89c165097b943e880b0884fed2c0",
                "sha256": "fc4bee22deaff806d8ea0de77a73e70b1d5ffe34baaa385631e9aa1eb5887d86"
            },
            "downloads": -1,
            "filename": "proma-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "30ba89c165097b943e880b0884fed2c0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 19381,
            "upload_time": "2024-04-14T13:47:13",
            "upload_time_iso_8601": "2024-04-14T13:47:13.013498Z",
            "url": "https://files.pythonhosted.org/packages/75/e3/86668513626a3792224291545b204faf04ded0d2d9af248976cd630399e9/proma-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-14 13:47:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "proma"
}
        
Elapsed time: 0.49700s