project-composer


Nameproject-composer JSON
Version 0.7.2 PyPI version JSON
download
home_pagehttps://github.com/sveetch/project-composer
SummaryA system to compose project parts from applications enabled in a manifest
upload_time2024-11-04 01:02:57
maintainerNone
docs_urlNone
authorDavid Thenon
requires_python>=3.8
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>`_;


Credits
*******

Logo vector and icon by `SVG Repo <https://www.svgrepo.com>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sveetch/project-composer",
    "name": "project-composer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Python",
    "author": "David Thenon",
    "author_email": "sveetch@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/36/83/874e97fc3e8583c66dcda1fce4c89650123684ff88b6afbd9ac3fb01c442/project_composer-0.7.2.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\n\nCredits\n*******\n\nLogo vector and icon by `SVG Repo <https://www.svgrepo.com>`_.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A system to compose project parts from applications enabled in a manifest",
    "version": "0.7.2",
    "project_urls": {
        "Changelog": "https://project-composer.readthedocs.io/en/latest/history.html",
        "Documentation": "https://project-composer.readthedocs.io/",
        "Homepage": "https://github.com/sveetch/project-composer",
        "Issue Tracker": "https://github.com/sveetch/project-composer/issues",
        "Source Code": "https://github.com/sveetch/project-composer"
    },
    "split_keywords": [
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3683874e97fc3e8583c66dcda1fce4c89650123684ff88b6afbd9ac3fb01c442",
                "md5": "240a43cee046a0a60a2cba1a492783da",
                "sha256": "0c2eebcc19238820a2ab3209fc56df847f597c54e9365b4a0ef9f479bdd0a516"
            },
            "downloads": -1,
            "filename": "project_composer-0.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "240a43cee046a0a60a2cba1a492783da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 29343,
            "upload_time": "2024-11-04T01:02:57",
            "upload_time_iso_8601": "2024-11-04T01:02:57.492837Z",
            "url": "https://files.pythonhosted.org/packages/36/83/874e97fc3e8583c66dcda1fce4c89650123684ff88b6afbd9ac3fb01c442/project_composer-0.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-04 01:02:57",
    "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.35808s