aedev-aedev


Nameaedev-aedev JSON
Version 0.3.22 PyPI version JSON
download
home_pagehttps://gitlab.com/aedev-group/aedev_aedev
Summaryaedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.
upload_time2024-03-21 16:44:10
maintainerNone
docs_urlNone
authorAndiEcker
requires_python>=3.9
licenseOSI Approved :: GNU General Public License v3 or later (GPLv3+)
keywords configuration development environment productivity
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
# __aedev__ namespace-root project

aedev_aedev namespace-root 0.3.22


## aedev namespace root package use-cases

this package is the root project of the aedev namespace and their portions (the modules
and sub-packages of the namespace aedev). it provides helpers and templates in order to
bundle and ease the maintenance, for example to:

* update and deploy common outsourced files, optionally generated from templates.
* merge docstrings of all portions into a single combined and cross-linked documentation.
* compile and publish documentation via Sphinx onto [ReadTheDocs](https://aedev.readthedocs.io "aedev on RTD").
* bulk refactor multiple portions of this namespace simultaneously using the
  [git repository manager tool (__grm__)](https://gitlab.com/aedev-group/aedev_git_repo_manager).

to enable the update and deployment of outsourced files generated from the templates provided by
this root package, add this root package to the development requirements file (dev_requirements.txt)
of each portion project of this namespace. in this entry you can optionally specify the version of
this project.

and because this namespace-root package is only needed for development tasks, it will never need to
be added to the installation requirements file (requirements.txt) of a project.

please check the [git repository manager manual](
https://aedev.readthedocs.io/en/latest/man/git_repo_manager.html "git_repo_manager manual")
for more detailed information on the provided actions of the __grm__ tool.


## installation

no installation is needed to use this project for your portion projects, because the __grm__ tool is
automatically fetching this and the other template projects from https://gitlab.com/aedev-group (and
in the specified version).

an installation is only needed if you want to adapt this namespace-root project for your needs or if you want
to contribute to this root package. in this case please follow the instructions given in the
:ref:`contributing` document.


## namespace portions

the following 7 portions are currently included in this namespace:

* [aedev_setup_project](https://pypi.org/project/aedev_setup_project "aedev namespace portion aedev_setup_project")
* [aedev_tpl_project](https://pypi.org/project/aedev_tpl_project "aedev namespace portion aedev_tpl_project")
* [aedev_tpl_namespace_root](https://pypi.org/project/aedev_tpl_namespace_root "aedev namespace portion aedev_tpl_namespace_root")
* [aedev_tpl_app](https://pypi.org/project/aedev_tpl_app "aedev namespace portion aedev_tpl_app")
* [aedev_git_repo_manager](https://pypi.org/project/aedev_git_repo_manager "aedev namespace portion aedev_git_repo_manager")
* [aedev_pythonanywhere](https://pypi.org/project/aedev_pythonanywhere "aedev namespace portion aedev_pythonanywhere")
* [aedev_setup_hook](https://pypi.org/project/aedev_setup_hook "aedev namespace portion aedev_setup_hook")

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/aedev-group/aedev_aedev",
    "name": "aedev-aedev",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "configuration, development, environment, productivity",
    "author": "AndiEcker",
    "author_email": "aecker2@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/98/13/adf5f566594c0745bb119f73c789c833d86b634058d8f12e8d8c0c64077f/aedev_aedev-0.3.22.tar.gz",
    "platform": null,
    "description": "<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->\n# __aedev__ namespace-root project\n\naedev_aedev namespace-root 0.3.22\n\n\n## aedev namespace root package use-cases\n\nthis package is the root project of the aedev namespace and their portions (the modules\nand sub-packages of the namespace aedev). it provides helpers and templates in order to\nbundle and ease the maintenance, for example to:\n\n* update and deploy common outsourced files, optionally generated from templates.\n* merge docstrings of all portions into a single combined and cross-linked documentation.\n* compile and publish documentation via Sphinx onto [ReadTheDocs](https://aedev.readthedocs.io \"aedev on RTD\").\n* bulk refactor multiple portions of this namespace simultaneously using the\n  [git repository manager tool (__grm__)](https://gitlab.com/aedev-group/aedev_git_repo_manager).\n\nto enable the update and deployment of outsourced files generated from the templates provided by\nthis root package, add this root package to the development requirements file (dev_requirements.txt)\nof each portion project of this namespace. in this entry you can optionally specify the version of\nthis project.\n\nand because this namespace-root package is only needed for development tasks, it will never need to\nbe added to the installation requirements file (requirements.txt) of a project.\n\nplease check the [git repository manager manual](\nhttps://aedev.readthedocs.io/en/latest/man/git_repo_manager.html \"git_repo_manager manual\")\nfor more detailed information on the provided actions of the __grm__ tool.\n\n\n## installation\n\nno installation is needed to use this project for your portion projects, because the __grm__ tool is\nautomatically fetching this and the other template projects from https://gitlab.com/aedev-group (and\nin the specified version).\n\nan installation is only needed if you want to adapt this namespace-root project for your needs or if you want\nto contribute to this root package. in this case please follow the instructions given in the\n:ref:`contributing` document.\n\n\n## namespace portions\n\nthe following 7 portions are currently included in this namespace:\n\n* [aedev_setup_project](https://pypi.org/project/aedev_setup_project \"aedev namespace portion aedev_setup_project\")\n* [aedev_tpl_project](https://pypi.org/project/aedev_tpl_project \"aedev namespace portion aedev_tpl_project\")\n* [aedev_tpl_namespace_root](https://pypi.org/project/aedev_tpl_namespace_root \"aedev namespace portion aedev_tpl_namespace_root\")\n* [aedev_tpl_app](https://pypi.org/project/aedev_tpl_app \"aedev namespace portion aedev_tpl_app\")\n* [aedev_git_repo_manager](https://pypi.org/project/aedev_git_repo_manager \"aedev namespace portion aedev_git_repo_manager\")\n* [aedev_pythonanywhere](https://pypi.org/project/aedev_pythonanywhere \"aedev namespace portion aedev_pythonanywhere\")\n* [aedev_setup_hook](https://pypi.org/project/aedev_setup_hook \"aedev namespace portion aedev_setup_hook\")\n",
    "bugtrack_url": null,
    "license": "OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
    "summary": "aedev namespace-root: aedev namespace root, providing setup, development and documentation tools/templates for Python projects.",
    "version": "0.3.22",
    "project_urls": {
        "Documentation": "https://aedev.readthedocs.io/en/latest/_autosummary/aedev.aedev.html",
        "Homepage": "https://gitlab.com/aedev-group/aedev_aedev",
        "Repository": "https://gitlab.com/aedev-group/aedev_aedev",
        "Source": "https://aedev.readthedocs.io/en/latest/_modules/aedev/aedev.html"
    },
    "split_keywords": [
        "configuration",
        " development",
        " environment",
        " productivity"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94cf1036a13616f548183a084d76ece48e6441394f4efc0a8bb7ee624f9def5a",
                "md5": "680e65fe3c4f833a5eb097ef37551ad6",
                "sha256": "be4e138a15c77042beb14939b513459d5cb11d276d580ca5043d9efd036fd7a3"
            },
            "downloads": -1,
            "filename": "aedev_aedev-0.3.22-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "680e65fe3c4f833a5eb097ef37551ad6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 16745,
            "upload_time": "2024-03-21T16:44:09",
            "upload_time_iso_8601": "2024-03-21T16:44:09.101811Z",
            "url": "https://files.pythonhosted.org/packages/94/cf/1036a13616f548183a084d76ece48e6441394f4efc0a8bb7ee624f9def5a/aedev_aedev-0.3.22-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9813adf5f566594c0745bb119f73c789c833d86b634058d8f12e8d8c0c64077f",
                "md5": "8587ebf3d77ab9137a0732eeb04e0a35",
                "sha256": "0909213b58581b5a060cc22f5c39a50068bb3b85e0df38889f557a7d5340b5d4"
            },
            "downloads": -1,
            "filename": "aedev_aedev-0.3.22.tar.gz",
            "has_sig": false,
            "md5_digest": "8587ebf3d77ab9137a0732eeb04e0a35",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 16806,
            "upload_time": "2024-03-21T16:44:10",
            "upload_time_iso_8601": "2024-03-21T16:44:10.303596Z",
            "url": "https://files.pythonhosted.org/packages/98/13/adf5f566594c0745bb119f73c789c833d86b634058d8f12e8d8c0c64077f/aedev_aedev-0.3.22.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 16:44:10",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "aedev-group",
    "gitlab_project": "aedev_aedev",
    "lcname": "aedev-aedev"
}
        
Elapsed time: 0.21613s