Metadata-Version: 2.1
Name: ceeder
Version: 0.0.3
Summary: Library for working with CDR files and analytics.
Home-page: https://github.com/qntfy/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

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

## Install as a library

`ceeder` is available on [PyPI](https://pypi.org/project/ceeder/).

``` shell
python -m pip install ceeder
```

## Build

[poetry](https://python-poetry.org/) is required to use the project.

Clone the project, then run:

```shell
poetry build
```

## Testing

[tox](https://tox.readthedocs.io/en/latest/index.html) is used for testing the
project.

``` shell
python -m pip install --upgrade tox
tox
```

## Usage

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

