Metadata-Version: 2.4
Name: cdscore
Version: 0.0.12
Summary: Cloudisense core modules
Home-page: https://github.com/rajdeeprath/cloudisense-core
Author: Rajdeep Rath
License: Apache 2.0
Classifier: Programming Language :: Python :: 3.8
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Development Status :: 2 - Pre-Alpha
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tornado>=6.2
Requires-Dist: smalluuid==1.0.0
Requires-Dist: jsonschema>=3.2.0
Requires-Dist: typing-extensions
Requires-Dist: urllib3
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## Cloudisense-core

Cloudisense core files. These files are required by the Cloudisense main program for core functionality and is also contains class files shared with other components. This can also be used as a dependency when building modules for cloudisense.

### Includes

* Intents
* Actions
* Events
* Exceptions
* Helpers
* Core components
* Reaction Rules


### Installation

```bash
pip install cdscore
```


### Dependencies

* [tornado] (https://www.tornadoweb.org/en/stable/)
* [smalluuid] (https://pypi.org/project/smalluuid/)
* [typing-extensions] (https://pypi.org/project/typing-extensions/)
* [jsonschema] (https://pypi.org/project/jsonschema/)
