Metadata-Version: 2.3
Name: clear-skies
Version: 0.0.5.dev0
Summary: A framework for building backends in the cloud
License: MIT
Author: Conor Mancone
Author-email: cmancone@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Provides-Extra: jwcrypto
Provides-Extra: mysql
Provides-Extra: secrets
Requires-Dist: akeyless (>=4.0.0,<5.0.0) ; extra == "secrets"
Requires-Dist: akeyless-cloud-id (>=0.2.3,<0.3.0) ; extra == "secrets"
Requires-Dist: dateparser (>=1.1.8,<2.0.0)
Requires-Dist: jwcrypto (>=1.5.6,<2.0.0) ; extra == "jwcrypto"
Requires-Dist: pymysql (>=1.1.0,<2.0.0) ; extra == "mysql"
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: typing-extensions (>=4.12.0,<5.0.0) ; python_version == "3.10"
Requires-Dist: wrapt (>=1.16.0,<2.0.0)
Project-URL: Repository, https://github.com/cmancone/clearskies
Description-Content-Type: text/markdown

# 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:

```bash
pip3 install clear-skies
```

Documentation is under construction here:

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

