Metadata-Version: 2.1
Name: cronicl
Version: 0.1.0
Summary: cronicl is a simple data processing library
Home-page: https://github.com/joocer/cronicl
Author: Joocer
Author-email: justin.joyce@joocer.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: networkx
Requires-Dist: flask

# cronicl: data workflows.

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/joocer/danvers/blob/master/LICENSE)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=joocer_cronicl&metric=security_rating)](https://sonarcloud.io/dashboard?id=joocer_cronicl)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=joocer_cronicl&metric=bugs)](https://sonarcloud.io/dashboard?id=joocer_cronicl)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=joocer_cronicl&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=joocer_cronicl)

**cronicl** is a simple data processing library written in Python.

No additional infrastructure or tools needed, if you can run Python, you can process data through cronicl.

Programatically author, connect, monitor and run workflows in Python.

## Features
-  Programatically define pipeline flow and processing operations
-  Record the number of times each operation is executed and execution time
-  Automatic version tracking of processing operations
-  Trace messages through the pipeline (random sampling), including santization of sensitive information from trace logs
-  Monitor via HTTP interface 
-  Automatic retry of operations

## Dependencies

[NetworkX](https://networkx.org/)  
[Flask](https://flask.palletsprojects.com/)

## License
[Apache 2.0](LICENSE)




