atlas-framework


Nameatlas-framework JSON
Version 0.1.6 PyPI version JSON
download
home_page
SummaryClass-based famework for quickly creating robust Python apps.
upload_time2023-06-13 17:36:11
maintainer
docs_urlNone
author
requires_python<3.12,>=3.7
license
keywords cli app application framework
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Python package](https://github.com/renderbox/atlas-framework/actions/workflows/python-package.yml/badge.svg)](https://github.com/renderbox/atlas-framework/actions/workflows/python-package.yml)

[![Build and Deploy Docs](https://github.com/renderbox/atlas-framework/actions/workflows/build-docs.yml/badge.svg)](https://github.com/renderbox/atlas-framework/actions/workflows/build-docs.yml)

# Atlas App Framework

This is a simple framework for creating Class based applications that can be run as a command line application or importated and run as a module. It's goal is to remove a lot of boiler plate that is typically done when writting CLI and GUI apps.

## Documentation

Our docs can be found [here](https://renderbox.github.io/atlas-framework) on GitHub Pages.

This project is tested against Python 3.7-3.11

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "atlas-framework",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<3.12,>=3.7",
    "maintainer_email": "",
    "keywords": "cli,app,application,framework",
    "author": "",
    "author_email": "Grant Viklund <renderbox@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/19/05/16c218c2f3bfcfb26e19c4cbc5e837c45a82e3188968df6218493da6d035/atlas-framework-0.1.6.tar.gz",
    "platform": null,
    "description": "[![Python package](https://github.com/renderbox/atlas-framework/actions/workflows/python-package.yml/badge.svg)](https://github.com/renderbox/atlas-framework/actions/workflows/python-package.yml)\n\n[![Build and Deploy Docs](https://github.com/renderbox/atlas-framework/actions/workflows/build-docs.yml/badge.svg)](https://github.com/renderbox/atlas-framework/actions/workflows/build-docs.yml)\n\n# Atlas App Framework\n\nThis is a simple framework for creating Class based applications that can be run as a command line application or importated and run as a module. It's goal is to remove a lot of boiler plate that is typically done when writting CLI and GUI apps.\n\n## Documentation\n\nOur docs can be found [here](https://renderbox.github.io/atlas-framework) on GitHub Pages.\n\nThis project is tested against Python 3.7-3.11\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Class-based famework for quickly creating robust Python apps.",
    "version": "0.1.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/renderbox/atlas-framework/issues",
        "Homepage": "https://github.com/renderbox/atlas-framework"
    },
    "split_keywords": [
        "cli",
        "app",
        "application",
        "framework"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29f12875e8b37cd4264be340258b9ee03bba2e46c7e6656f6b6c8cdc1f90776d",
                "md5": "a48855f9dc628bce5e97096461846fb9",
                "sha256": "ac68941c23dc2659eb0efceccfbd5e4549ea43bdb2fad852bb209740031ffbc0"
            },
            "downloads": -1,
            "filename": "atlas_framework-0.1.6-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a48855f9dc628bce5e97096461846fb9",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": "<3.12,>=3.7",
            "size": 8576,
            "upload_time": "2023-06-13T17:36:10",
            "upload_time_iso_8601": "2023-06-13T17:36:10.320055Z",
            "url": "https://files.pythonhosted.org/packages/29/f1/2875e8b37cd4264be340258b9ee03bba2e46c7e6656f6b6c8cdc1f90776d/atlas_framework-0.1.6-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "190516c218c2f3bfcfb26e19c4cbc5e837c45a82e3188968df6218493da6d035",
                "md5": "a8f1a5265ae38574791e75bc06f955f0",
                "sha256": "c7ea9735ffc2a23f8cedbe7742e62e4ff43bf8261154603ec578f6754a254ebc"
            },
            "downloads": -1,
            "filename": "atlas-framework-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "a8f1a5265ae38574791e75bc06f955f0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.7",
            "size": 7867,
            "upload_time": "2023-06-13T17:36:11",
            "upload_time_iso_8601": "2023-06-13T17:36:11.848422Z",
            "url": "https://files.pythonhosted.org/packages/19/05/16c218c2f3bfcfb26e19c4cbc5e837c45a82e3188968df6218493da6d035/atlas-framework-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-13 17:36:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "renderbox",
    "github_project": "atlas-framework",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "atlas-framework"
}
        
Elapsed time: 0.07216s