aedev-app-tpls


Nameaedev-app-tpls JSON
Version 0.3.16 PyPI version JSON
download
home_pagehttps://gitlab.com/aedev-group/aedev_app_tpls
Summaryaedev namespace package portion app_tpls: aedev_app_tpls module main module
upload_time2025-07-15 18:49:43
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.aedev V0.3.25 -->
<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->
# app_tpls 0.3.16

[![GitLab develop](https://img.shields.io/gitlab/pipeline/aedev-group/aedev_app_tpls/develop?logo=python)](
    https://gitlab.com/aedev-group/aedev_app_tpls)
[![LatestPyPIrelease](
    https://img.shields.io/gitlab/pipeline/aedev-group/aedev_app_tpls/release?logo=python)](
    https://gitlab.com/aedev-group/aedev_app_tpls/-/tree/release)
[![PyPIVersions](https://img.shields.io/pypi/v/aedev_app_tpls)](
    https://pypi.org/project/aedev-app-tpls/#history)

>aedev namespace package portion app_tpls: aedev_app_tpls module main module.

[![Coverage](https://aedev-group.gitlab.io/aedev_app_tpls/coverage.svg)](
    https://aedev-group.gitlab.io/aedev_app_tpls/coverage/index.html)
[![MyPyPrecision](https://aedev-group.gitlab.io/aedev_app_tpls/mypy.svg)](
    https://aedev-group.gitlab.io/aedev_app_tpls/lineprecision.txt)
[![PyLintScore](https://aedev-group.gitlab.io/aedev_app_tpls/pylint.svg)](
    https://aedev-group.gitlab.io/aedev_app_tpls/pylint.log)

[![PyPIImplementation](https://img.shields.io/pypi/implementation/aedev_app_tpls)](
    https://gitlab.com/aedev-group/aedev_app_tpls/)
[![PyPIPyVersions](https://img.shields.io/pypi/pyversions/aedev_app_tpls)](
    https://gitlab.com/aedev-group/aedev_app_tpls/)
[![PyPIWheel](https://img.shields.io/pypi/wheel/aedev_app_tpls)](
    https://gitlab.com/aedev-group/aedev_app_tpls/)
[![PyPIFormat](https://img.shields.io/pypi/format/aedev_app_tpls)](
    https://pypi.org/project/aedev-app-tpls/)
[![PyPILicense](https://img.shields.io/pypi/l/aedev_app_tpls)](
    https://gitlab.com/aedev-group/aedev_app_tpls/-/blob/develop/LICENSE.md)
[![PyPIStatus](https://img.shields.io/pypi/status/aedev_app_tpls)](
    https://libraries.io/pypi/aedev-app-tpls)
[![PyPIDownloads](https://img.shields.io/pypi/dm/aedev_app_tpls)](
    https://pypi.org/project/aedev-app-tpls/#files)


## installation


execute the following command to install the
aedev.app_tpls package
in the currently active virtual environment:
 
```shell script
pip install aedev-app-tpls
```

if you want to contribute to this portion then first fork
[the aedev_app_tpls repository at GitLab](
https://gitlab.com/aedev-group/aedev_app_tpls "aedev.app_tpls code repository").
after that pull it to your machine and finally execute the
following command in the root folder of this repository
(aedev_app_tpls):

```shell script
pip install -e .[dev]
```

the last command will install this package portion, along with the tools you need
to develop and run tests or to extend the portion documentation. to contribute only to the unit tests or to the
documentation of this portion, replace the setup extras key `dev` in the above command with `tests` or `docs`
respectively.

more detailed explanations on how to contribute to this project
[are available here](
https://gitlab.com/aedev-group/aedev_app_tpls/-/blob/develop/CONTRIBUTING.rst)


## namespace portion documentation

information on the features and usage of this portion are available at
[ReadTheDocs](
https://aedev.readthedocs.io/en/latest/_autosummary/aedev.app_tpls.html
"aedev_app_tpls documentation").

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/aedev-group/aedev_app_tpls",
    "name": "aedev-app-tpls",
    "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/2f/0c/c92cae038b7080adf315a3735b07eaed05d1f174e15c5b459537c263287b/aedev_app_tpls-0.3.16.tar.gz",
    "platform": null,
    "description": "<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.aedev V0.3.25 -->\n<!-- THIS FILE IS EXCLUSIVELY MAINTAINED by the project aedev.tpl_namespace_root V0.3.14 -->\n# app_tpls 0.3.16\n\n[![GitLab develop](https://img.shields.io/gitlab/pipeline/aedev-group/aedev_app_tpls/develop?logo=python)](\n    https://gitlab.com/aedev-group/aedev_app_tpls)\n[![LatestPyPIrelease](\n    https://img.shields.io/gitlab/pipeline/aedev-group/aedev_app_tpls/release?logo=python)](\n    https://gitlab.com/aedev-group/aedev_app_tpls/-/tree/release)\n[![PyPIVersions](https://img.shields.io/pypi/v/aedev_app_tpls)](\n    https://pypi.org/project/aedev-app-tpls/#history)\n\n>aedev namespace package portion app_tpls: aedev_app_tpls module main module.\n\n[![Coverage](https://aedev-group.gitlab.io/aedev_app_tpls/coverage.svg)](\n    https://aedev-group.gitlab.io/aedev_app_tpls/coverage/index.html)\n[![MyPyPrecision](https://aedev-group.gitlab.io/aedev_app_tpls/mypy.svg)](\n    https://aedev-group.gitlab.io/aedev_app_tpls/lineprecision.txt)\n[![PyLintScore](https://aedev-group.gitlab.io/aedev_app_tpls/pylint.svg)](\n    https://aedev-group.gitlab.io/aedev_app_tpls/pylint.log)\n\n[![PyPIImplementation](https://img.shields.io/pypi/implementation/aedev_app_tpls)](\n    https://gitlab.com/aedev-group/aedev_app_tpls/)\n[![PyPIPyVersions](https://img.shields.io/pypi/pyversions/aedev_app_tpls)](\n    https://gitlab.com/aedev-group/aedev_app_tpls/)\n[![PyPIWheel](https://img.shields.io/pypi/wheel/aedev_app_tpls)](\n    https://gitlab.com/aedev-group/aedev_app_tpls/)\n[![PyPIFormat](https://img.shields.io/pypi/format/aedev_app_tpls)](\n    https://pypi.org/project/aedev-app-tpls/)\n[![PyPILicense](https://img.shields.io/pypi/l/aedev_app_tpls)](\n    https://gitlab.com/aedev-group/aedev_app_tpls/-/blob/develop/LICENSE.md)\n[![PyPIStatus](https://img.shields.io/pypi/status/aedev_app_tpls)](\n    https://libraries.io/pypi/aedev-app-tpls)\n[![PyPIDownloads](https://img.shields.io/pypi/dm/aedev_app_tpls)](\n    https://pypi.org/project/aedev-app-tpls/#files)\n\n\n## installation\n\n\nexecute the following command to install the\naedev.app_tpls package\nin the currently active virtual environment:\n \n```shell script\npip install aedev-app-tpls\n```\n\nif you want to contribute to this portion then first fork\n[the aedev_app_tpls repository at GitLab](\nhttps://gitlab.com/aedev-group/aedev_app_tpls \"aedev.app_tpls code repository\").\nafter that pull it to your machine and finally execute the\nfollowing command in the root folder of this repository\n(aedev_app_tpls):\n\n```shell script\npip install -e .[dev]\n```\n\nthe last command will install this package portion, along with the tools you need\nto develop and run tests or to extend the portion documentation. to contribute only to the unit tests or to the\ndocumentation of this portion, replace the setup extras key `dev` in the above command with `tests` or `docs`\nrespectively.\n\nmore detailed explanations on how to contribute to this project\n[are available here](\nhttps://gitlab.com/aedev-group/aedev_app_tpls/-/blob/develop/CONTRIBUTING.rst)\n\n\n## namespace portion documentation\n\ninformation on the features and usage of this portion are available at\n[ReadTheDocs](\nhttps://aedev.readthedocs.io/en/latest/_autosummary/aedev.app_tpls.html\n\"aedev_app_tpls documentation\").\n",
    "bugtrack_url": null,
    "license": "OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
    "summary": "aedev namespace package portion app_tpls: aedev_app_tpls module main module",
    "version": "0.3.16",
    "project_urls": {
        "Bug Tracker": "https://gitlab.com/aedev-group/aedev_app_tpls/-/issues",
        "Documentation": "https://aedev.readthedocs.io/en/latest/_autosummary/aedev.app_tpls.html",
        "Homepage": "https://gitlab.com/aedev-group/aedev_app_tpls",
        "Repository": "https://gitlab.com/aedev-group/aedev_app_tpls",
        "Source": "https://aedev.readthedocs.io/en/latest/_modules/aedev/app_tpls.html"
    },
    "split_keywords": [
        "configuration",
        " development",
        " environment",
        " productivity"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2684e4d0b7b60ab01d197e7b0f59655f362c12980a9fff7c9933062969b549b8",
                "md5": "8956b8e9e1ba0dbae92349410f971906",
                "sha256": "a5c55b1f83931841f9e8e8cffd2031c3eb705718bbab13821236a5cb044b20ff"
            },
            "downloads": -1,
            "filename": "aedev_app_tpls-0.3.16-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8956b8e9e1ba0dbae92349410f971906",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 300732,
            "upload_time": "2025-07-15T18:49:42",
            "upload_time_iso_8601": "2025-07-15T18:49:42.402478Z",
            "url": "https://files.pythonhosted.org/packages/26/84/e4d0b7b60ab01d197e7b0f59655f362c12980a9fff7c9933062969b549b8/aedev_app_tpls-0.3.16-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f0cc92cae038b7080adf315a3735b07eaed05d1f174e15c5b459537c263287b",
                "md5": "2916bbc06f603420d6811a9e03cf8cc0",
                "sha256": "3c7269d476feefebe62bbbd271de5cf785cd4b2bf74551e04cd0f5f125428654"
            },
            "downloads": -1,
            "filename": "aedev_app_tpls-0.3.16.tar.gz",
            "has_sig": false,
            "md5_digest": "2916bbc06f603420d6811a9e03cf8cc0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 295303,
            "upload_time": "2025-07-15T18:49:43",
            "upload_time_iso_8601": "2025-07-15T18:49:43.770112Z",
            "url": "https://files.pythonhosted.org/packages/2f/0c/c92cae038b7080adf315a3735b07eaed05d1f174e15c5b459537c263287b/aedev_app_tpls-0.3.16.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-15 18:49:43",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "aedev-group",
    "gitlab_project": "aedev_app_tpls",
    "lcname": "aedev-app-tpls"
}
        
Elapsed time: 0.78368s