Metadata-Version: 2.1
Name: entelequia
Version: 0.1.1
Summary: An architecture to organize your software as a set of loose-coupled systems, where each can be easily accessed and has a well-defined responsibility. (Python Port from https://github.com/ba-st/Kepler)
Home-page: https://github.com/EzequielPuerta/entelequia
License: MIT
Author: Armando Ezequiel Puerta
Author-email: armando.ezequiel.puerta@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development
Requires-Dist: attrs (==23.1.0)
Project-URL: Documentation, https://github.com/EzequielPuerta/entelequia
Project-URL: Repository, https://github.com/EzequielPuerta/entelequia
Description-Content-Type: text/markdown

# Entelequia

An architecture to organize your software as a set of loose-coupled systems, where each can be easily accessed and has a well-defined responsibility. (Python Port from https://github.com/ba-st/Kepler)

[![PyPI](https://img.shields.io/pypi/v/entelequia?color=blue&label=PyPI%20Version&logo=python&logoColor=white)](https://pypi.org/project/entelequia/)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/EzequielPuerta/entelequia?label=Latest%20Release&display_name=tag&logo=github&logoColor=white)](https://github.com/EzequielPuerta/entelequia/releases/latest)
![GitHub License](https://img.shields.io/github/license/EzequielPuerta/entelequia?label=License&logo=github&logoColor=white)
[![Package Status](https://img.shields.io/pypi/status/entelequia.svg?label=PyPI%20Status&logo=python&logoColor=white)](https://pypi.org/project/entelequia/)
[![CircleCI](https://img.shields.io/circleci/build/gh/EzequielPuerta/entelequia/main?label=CircleCI%20Build&logo=circleci&logoColor=white)](https://circleci.com/gh/EzequielPuerta/entelequia)
[![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/EzequielPuerta/entelequia/main?label=CodeFactor&logo=codefactor&logoColor=white)](https://www.codefactor.io/repository/github/ezequielpuerta/entelequia)
[![Codecov](https://img.shields.io/codecov/c/gh/EzequielPuerta/entelequia?label=Codecov&logo=codecov&logoColor=white)](https://codecov.io/gh/EzequielPuerta/entelequia)

