clear-skies


Nameclear-skies JSON
Version 1.19.20 PyPI version JSON
download
home_pagehttps://github.com/cmancone/clearskies
SummaryA framework for building backends in the cloud
upload_time2024-03-26 11:43:10
maintainerNone
docs_urlNone
authorConor Mancone
requires_python<4.0,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements certifi chardet dateparser decorator dnspython filelock idna mariadb python-dateutil pytz regex requests six tzlocal urllib3
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # clearskies

clearskies is a very opinionated Python framework intended for developing microservices in the cloud via declarative programming principles.  It is mainly intended for backend services and so is designed for RESTful API endpoints, queue listeners, scheduled tasks, and the like.

# Installation, Documentation, and Usage

To install:

```
pip3 install clear-skies
```

Documentation is under construction here:

[https://clearskies.info](https://clearskies.info)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cmancone/clearskies",
    "name": "clear-skies",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Conor Mancone",
    "author_email": "cmancone@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/28/f9/3c0d4c9aa6af01b533832abd780d169c0ec281abbb9d6d9ac381fba1847e/clear_skies-1.19.20.tar.gz",
    "platform": null,
    "description": "# clearskies\n\nclearskies is a very opinionated Python framework intended for developing microservices in the cloud via declarative programming principles.  It is mainly intended for backend services and so is designed for RESTful API endpoints, queue listeners, scheduled tasks, and the like.\n\n# Installation, Documentation, and Usage\n\nTo install:\n\n```\npip3 install clear-skies\n```\n\nDocumentation is under construction here:\n\n[https://clearskies.info](https://clearskies.info)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A framework for building backends in the cloud",
    "version": "1.19.20",
    "project_urls": {
        "Homepage": "https://github.com/cmancone/clearskies",
        "Repository": "https://github.com/cmancone/clearskies"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17cd8ef990e64272ae3d9f6f433d17a3302d15a220d6cf5f22b44c4e4c989d00",
                "md5": "f3c949e8973617c757781026526d4e51",
                "sha256": "840911c38ea45be855b16c84a508b4b667b9cbabee27fa53130f11018c8a39a1"
            },
            "downloads": -1,
            "filename": "clear_skies-1.19.20-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f3c949e8973617c757781026526d4e51",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 183851,
            "upload_time": "2024-03-26T11:43:08",
            "upload_time_iso_8601": "2024-03-26T11:43:08.367512Z",
            "url": "https://files.pythonhosted.org/packages/17/cd/8ef990e64272ae3d9f6f433d17a3302d15a220d6cf5f22b44c4e4c989d00/clear_skies-1.19.20-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28f93c0d4c9aa6af01b533832abd780d169c0ec281abbb9d6d9ac381fba1847e",
                "md5": "afe9860b845df9f5843e0a0f2106eaaf",
                "sha256": "702a351bef1f91df3cfa15c979f9d9b19a069262ca9451ad4ea3a7ce258ab84d"
            },
            "downloads": -1,
            "filename": "clear_skies-1.19.20.tar.gz",
            "has_sig": false,
            "md5_digest": "afe9860b845df9f5843e0a0f2106eaaf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 113391,
            "upload_time": "2024-03-26T11:43:10",
            "upload_time_iso_8601": "2024-03-26T11:43:10.497546Z",
            "url": "https://files.pythonhosted.org/packages/28/f9/3c0d4c9aa6af01b533832abd780d169c0ec281abbb9d6d9ac381fba1847e/clear_skies-1.19.20.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-26 11:43:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cmancone",
    "github_project": "clearskies",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2020.12.5"
                ]
            ]
        },
        {
            "name": "chardet",
            "specs": [
                [
                    "==",
                    "4.0.0"
                ]
            ]
        },
        {
            "name": "dateparser",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "decorator",
            "specs": [
                [
                    "==",
                    "4.4.2"
                ]
            ]
        },
        {
            "name": "dnspython",
            "specs": [
                [
                    "==",
                    "2.1.0"
                ]
            ]
        },
        {
            "name": "filelock",
            "specs": [
                [
                    "==",
                    "3.0.12"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "2.10"
                ]
            ]
        },
        {
            "name": "mariadb",
            "specs": [
                [
                    "==",
                    "1.0.6"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.8.1"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    "==",
                    "2021.1"
                ]
            ]
        },
        {
            "name": "regex",
            "specs": [
                [
                    "==",
                    "2020.11.13"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.25.1"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.15.0"
                ]
            ]
        },
        {
            "name": "tzlocal",
            "specs": [
                [
                    "==",
                    "2.1"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "1.26.3"
                ]
            ]
        }
    ],
    "lcname": "clear-skies"
}
        
Elapsed time: 0.24663s