simple-python-app


Namesimple-python-app JSON
Version 0.4.1 PyPI version JSON
download
home_pagehttps://github.com/twyleg/simple_python_app
SummarySimple framework that provides preconfigured components that most applications need.
upload_time2024-11-13 21:54:25
maintainerNone
docs_urlNone
authorTorsten Wylegala
requires_pythonNone
licenseGPL 3.0
keywords framework boilerplate logging argparse config
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Build status](https://github.com/twyleg/simple_python_app/actions/workflows/tests.yaml/badge.svg)]()
[![GitHub latest commit](https://badgen.net/github/last-commit/twyleg/simple_python_app)](https://GitHub.com/twyleg/simple_python_app/commit/)
[![PyPI download month](https://img.shields.io/pypi/dm/simple-python-app)](https://pypi.python.org/pypi/template-project-python/)
[![PyPi version](https://badgen.net/pypi/v/simple-python-app/)](https://pypi.org/project/simple-python-app)


# simple_python_app

This framework provides boilerplate code for common projects.
Main features are the following preconfigured components:
* argparsing
* logging
* error handling
* application config loading

## Examples

All examples can be found in the [examples/](https://github.com/twyleg/simple_python_app/tree/master/examples) directory.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/twyleg/simple_python_app",
    "name": "simple-python-app",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "framework boilerplate logging argparse config",
    "author": "Torsten Wylegala",
    "author_email": "mail@twyleg.de",
    "download_url": "https://files.pythonhosted.org/packages/83/ec/59dfea705037b072af692d8ed71970ce7058fbcbf9393bb38118ae2fa0ad/simple_python_app-0.4.1.tar.gz",
    "platform": null,
    "description": "[![Build status](https://github.com/twyleg/simple_python_app/actions/workflows/tests.yaml/badge.svg)]()\n[![GitHub latest commit](https://badgen.net/github/last-commit/twyleg/simple_python_app)](https://GitHub.com/twyleg/simple_python_app/commit/)\n[![PyPI download month](https://img.shields.io/pypi/dm/simple-python-app)](https://pypi.python.org/pypi/template-project-python/)\n[![PyPi version](https://badgen.net/pypi/v/simple-python-app/)](https://pypi.org/project/simple-python-app)\n\n\n# simple_python_app\n\nThis framework provides boilerplate code for common projects.\nMain features are the following preconfigured components:\n* argparsing\n* logging\n* error handling\n* application config loading\n\n## Examples\n\nAll examples can be found in the [examples/](https://github.com/twyleg/simple_python_app/tree/master/examples) directory.\n",
    "bugtrack_url": null,
    "license": "GPL 3.0",
    "summary": "Simple framework that provides preconfigured components that most applications need.",
    "version": "0.4.1",
    "project_urls": {
        "Homepage": "https://github.com/twyleg/simple_python_app"
    },
    "split_keywords": [
        "framework",
        "boilerplate",
        "logging",
        "argparse",
        "config"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d62eedefb6da25fcde398cc5adb7a6d3ed7ebb2a806b3d10b3f2ffea922cbf60",
                "md5": "7276d6d4cc90c3caea2f8ff549f87f60",
                "sha256": "f32d558b83a87c56b89c487caab5bc30a4d7e4b9200a3ed69be11f5caec73cff"
            },
            "downloads": -1,
            "filename": "simple_python_app-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7276d6d4cc90c3caea2f8ff549f87f60",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 22291,
            "upload_time": "2024-11-13T21:54:24",
            "upload_time_iso_8601": "2024-11-13T21:54:24.239995Z",
            "url": "https://files.pythonhosted.org/packages/d6/2e/edefb6da25fcde398cc5adb7a6d3ed7ebb2a806b3d10b3f2ffea922cbf60/simple_python_app-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83ec59dfea705037b072af692d8ed71970ce7058fbcbf9393bb38118ae2fa0ad",
                "md5": "52c4e8d446e4ec7594fe285045dac14b",
                "sha256": "d1e81aa6626cc70cdbd068f1aca9de5a61ffebb81074d5621c11182532469792"
            },
            "downloads": -1,
            "filename": "simple_python_app-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "52c4e8d446e4ec7594fe285045dac14b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 42640,
            "upload_time": "2024-11-13T21:54:25",
            "upload_time_iso_8601": "2024-11-13T21:54:25.137863Z",
            "url": "https://files.pythonhosted.org/packages/83/ec/59dfea705037b072af692d8ed71970ce7058fbcbf9393bb38118ae2fa0ad/simple_python_app-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-13 21:54:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "twyleg",
    "github_project": "simple_python_app",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "simple-python-app"
}
        
Elapsed time: 1.86615s