project-composer


Nameproject-composer JSON
Version 0.7.1 PyPI version JSON
download
home_pagehttps://github.com/sveetch/project-composer
SummaryA system to compose project parts from applications enabled in a manifest
upload_time2023-08-19 02:23:27
maintainer
docs_urlNone
authorDavid Thenon
requires_python
licenseMIT
keywords python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. _Python: https://www.python.org/
.. _click: https://palletsprojects.com/p/click/
.. _colorlog: https://github.com/borntyping/python-colorlog
.. _tomli: https://github.com/hukkin/tomli

================
Project composer
================

A convenient system to structure and compose applications from a modular project.

Basically, you give it a project manifest that will be used to organize your various
project parts. Parts can be classes, text files or you can implement another part
kind.


Dependencies
************

* `Python`_>=3.8;
* `click`_ >=8.0;
* `colorlog`_;
* `tomli`_;


Links
*****

* Read the documentation on `Read the docs <https://project-composer.readthedocs.io/>`_;
* Download its `PyPi package <https://pypi.python.org/pypi/project-composer>`_;
* Clone it on its `Github repository <https://github.com/sveetch/project-composer>`_;

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sveetch/project-composer",
    "name": "project-composer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Python",
    "author": "David Thenon",
    "author_email": "sveetch@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/af/df/751544d66a5b7a2e27f57d384cb8b7b393cd093661cf32c3b1420aa65fdd/project-composer-0.7.1.tar.gz",
    "platform": null,
    "description": ".. _Python: https://www.python.org/\n.. _click: https://palletsprojects.com/p/click/\n.. _colorlog: https://github.com/borntyping/python-colorlog\n.. _tomli: https://github.com/hukkin/tomli\n\n================\nProject composer\n================\n\nA convenient system to structure and compose applications from a modular project.\n\nBasically, you give it a project manifest that will be used to organize your various\nproject parts. Parts can be classes, text files or you can implement another part\nkind.\n\n\nDependencies\n************\n\n* `Python`_>=3.8;\n* `click`_ >=8.0;\n* `colorlog`_;\n* `tomli`_;\n\n\nLinks\n*****\n\n* Read the documentation on `Read the docs <https://project-composer.readthedocs.io/>`_;\n* Download its `PyPi package <https://pypi.python.org/pypi/project-composer>`_;\n* Clone it on its `Github repository <https://github.com/sveetch/project-composer>`_;\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A system to compose project parts from applications enabled in a manifest",
    "version": "0.7.1",
    "project_urls": {
        "Homepage": "https://github.com/sveetch/project-composer"
    },
    "split_keywords": [
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afdf751544d66a5b7a2e27f57d384cb8b7b393cd093661cf32c3b1420aa65fdd",
                "md5": "ea46195ed95a23d860d8a84f483bdb2c",
                "sha256": "c7e5d2586e8ba5642cf684c787c771c644d7d42ab24759e2feb83aa9fb7625ee"
            },
            "downloads": -1,
            "filename": "project-composer-0.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ea46195ed95a23d860d8a84f483bdb2c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 28652,
            "upload_time": "2023-08-19T02:23:27",
            "upload_time_iso_8601": "2023-08-19T02:23:27.019346Z",
            "url": "https://files.pythonhosted.org/packages/af/df/751544d66a5b7a2e27f57d384cb8b7b393cd093661cf32c3b1420aa65fdd/project-composer-0.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-19 02:23:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sveetch",
    "github_project": "project-composer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "project-composer"
}
        
Elapsed time: 0.10072s