Metadata-Version: 2.1
Name: finchan
Version: 0.1.3
Summary: An event process framework with python
Home-page: https://github.com/qytz/finchan
Author: qytz
Author-email: hhhhhf@foxmail.com
License: Apache 2.0
Keywords: finchan
Platform: UNKNOWN
Classifier: Framework :: Robot Framework
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6*
Requires-Dist: click
Requires-Dist: uvloop
Requires-Dist: python-dateutil
Requires-Dist: ruamel.yaml

===============================
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


