Metadata-Version: 2.1
Name: eaf
Version: 0.1.2
Summary: Enterprise Application Framework
Home-page: https://github.com/pkulev/eaf
License: MIT
Keywords: application,framework
Author: Pavel Kulyov
Author-email: kulyov.pavel@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: tornado (>=6.0.4,<7.0.0)
Project-URL: Repository, https://github.com/pkulev/eaf
Description-Content-Type: text/x-rst

|PyPI| |Build Status| |codecov.io|

===
EAF
===

Enterprise Application Framework.

This framework contains all the pieces you need to create feature-rich
enterprise-grade distributed and distributedn't applications.

Also means Extensible As Fuck.

Requirements
============

* >=python-3.7
* >=tornado-6.0

Installation
============

.. code-block:: console

	$ pip install eaf


Development
===========

Installation
------------

.. code-block:: console

   $ poetry install

Testing
-------

.. code-block:: console

   $ poetry run pytest -s -v tests/  # run all tests
   $ poetry run pytest --cov=eaf -s -v tests/  # run all tests with coverage


Documentation
-------------

* **To be added**

.. |PyPI| image:: https://badge.fury.io/py/eaf.svg
   :target: https://badge.fury.io/py/eaf
.. |Build Status| image:: https://github.com/pkulev/eaf/workflows/CI/badge.svg
.. |codecov.io| image:: http://codecov.io/github/pkulev/eaf/coverage.svg?branch=master
   :target: http://codecov.io/github/pkulev/eaf?branch=master

