pcarolan / cycles

Data processing framework in Python 3.6+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cycles: A data processing framework

https://travis-ci.org/pcarolan/cycles.svg?branch=master

Spin it up.

Features

  • Queue
  • Logging

Using cycles

Getting started:

$ pip install cycles
from cycles import Hub

hub = Hub()

hub.log('Cycle complete.')

About

Data processing framework in Python 3.6+

License:Other


Languages

Language:Python 100.0%