Metadata-Version: 2.1
Name: clear-skies
Version: 1.15.4
Summary: A framework for building backends in the cloud
Home-page: https://github.com/cmancone/clearskies
Author: Conor Mancone
Author-email: cmancone@gmail.com
License: MIT
Keywords: setuptools development
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dateparser

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