Metadata-Version: 2.1
Name: ceeder
Version: 0.0.1
Summary: Library for working with CDR files and analytics.
Home-page: https://github.com/qntft/ceeder
License: MIT
Keywords: ceeder,cdr
Author: max thomas
Author-email: max@qntfy.com
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: falcon (>=2.0.0,<3.0.0)
Requires-Dist: jsonschema (>=3.2.0,<4.0.0)
Project-URL: Repository, https://github.com/qntfy/ceeder
Description-Content-Type: text/markdown

# seeder

`seeder` is a library intended to make working with [CDRs](https://github.com/WorldModelers/Document-Schema)
and CDR-based analytics simpler.

## Install as a library

Clone the project, then run:

```shell
python setup.py install
```

## Usage

See [the examples](./examples) directory for usage information
in your analytic.

