https://github.com/qytz/finchan
An event process framework with Python3.
https://github.com/qytz/finchan
data-analysis data-science dispatch-events event-driven python3
Last synced: 2 months ago
JSON representation
An event process framework with Python3.
- Host: GitHub
- URL: https://github.com/qytz/finchan
- Owner: qytz
- License: other
- Created: 2017-10-24T13:59:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T18:42:27.000Z (about 5 years ago)
- Last Synced: 2026-02-13T13:53:35.708Z (4 months ago)
- Topics: data-analysis, data-science, dispatch-events, event-driven, python3
- Language: Python
- Homepage: https://finchan.readthedocs.io
- Size: 75.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
finchan
===============================
.. image:: https://img.shields.io/pypi/v/finchan.svg
:target: https://pypi.python.org/pypi/finchan
.. image:: https://img.shields.io/travis/qytz/finchan.svg
:target: https://travis-ci.org/qytz/finchan
.. image:: https://readthedocs.org/projects/finchan/badge/?version=latest
:target: https://finchan.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://pyup.io/repos/github/qytz/finchan/shield.svg
:target: https://pyup.io/repos/github/qytz/finchan/
:alt: Updates
Finchan event process framework with python.
* Free software: Apache License 2.0
* Documentation: https://finchan.readthedocs.io.
Features
--------
Do whatever you want with it.
* Event-driven
* Support live trace and backtrack test
* Easy extensionable
* Support Python 3.6+
* Does not support Python 2.x