Metadata-Version: 2.1
Name: clear-skies
Version: 1.18.23
Summary: A framework for building backends in the cloud
Home-page: https://github.com/cmancone/clearskies
License: MIT
Author: Conor Mancone
Author-email: cmancone@gmail.com
Requires-Python: >=3.8,<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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: dateparser (>=1.1.8,<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:

```
pip3 install clear-skies
```

Documentation is under construction here:

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

