Metadata-Version: 2.3
Name: capacho
Version: 0.0.2
Summary: A tool for registering implementations and provisioning them with containers, facilitating seamless integration and management
Project-URL: Documentation, https://alice-biometrics.github.io/capacho/
Project-URL: Homepage, https://github.com/alice-biometrics/capacho
Author-email: Alice Biometrics <support@alicebiometrics.com>
License-Expression: MIT
License-File: LICENSE
Keywords: Container,Dependency Injection,Register
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: eval-type-backport; python_version < '3.10'
Requires-Dist: pydantic
Requires-Dist: rich
Provides-Extra: dev
Requires-Dist: mypy>=1.0.0; extra == 'dev'
Requires-Dist: pip-audit<3.0.0,>=2.4.14; extra == 'dev'
Requires-Dist: pre-commit<3.0.0,>=2.20; extra == 'dev'
Requires-Dist: pyproject-fmt>=0.9.1; extra == 'dev'
Requires-Dist: pytest-clarity<2.0.0,>=1.0.1; extra == 'dev'
Requires-Dist: pytest-cov<5.0.0,>=4; extra == 'dev'
Requires-Dist: pytest-env<1.0.0,>=0.8.1; extra == 'dev'
Requires-Dist: pytest-mock<4.0.0,>=3.10; extra == 'dev'
Requires-Dist: pytest-variables[yaml]<3.0.0,>=2; extra == 'dev'
Requires-Dist: pytest<9.0.0; extra == 'dev'
Requires-Dist: pyupgrade>=3.2; extra == 'dev'
Requires-Dist: ruff>=0.0.239; extra == 'dev'
Provides-Extra: doc
Requires-Dist: ansi2html; extra == 'doc'
Requires-Dist: markdown-include; extra == 'doc'
Requires-Dist: mdx-include<2.0.0,>=1.4.1; extra == 'doc'
Requires-Dist: mdx-truly-sane-lists; extra == 'doc'
Requires-Dist: mkdocs-exclude; extra == 'doc'
Requires-Dist: mkdocs-markdownextradata-plugin<0.3.0,>=0.1.7; extra == 'doc'
Requires-Dist: mkdocs-material<9.0.0,>=8.1.4; extra == 'doc'
Requires-Dist: mkdocs<2.0.0,>=1.1.2; extra == 'doc'
Requires-Dist: mkdocstrings; extra == 'doc'
Description-Content-Type: text/markdown

# capacho 🧺

[![version](https://img.shields.io/github/release/alice-biometrics/capacho/all.svg)](https://github.com/alice-biometrics/capacho/releases)
[![ci](https://github.com/alice-biometrics/capacho/workflows/ci/badge.svg)](https://github.com/alice-biometrics/capacho/actions)
[![pypi](https://img.shields.io/pypi/dm/capacho)](https://pypi.org/project/capacho/)
[![codecov](https://codecov.io/gh/alice-biometrics/capacho/branch/main/graph/badge.svg?token=BX1IZJZLJQ)](https://codecov.io/gh/alice-biometrics/capacho)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) 
[![Pydantic v2](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/pydantic/pydantic/main/docs/badge/v2.json)](https://docs.pydantic.dev/latest/contributing/#badges)
[![license](https://img.shields.io/github/license/alice-biometrics/capacho.svg)](https://github.com/alice-biometrics/capacho/blob/main/LICENSE)
[![versions](https://img.shields.io/pypi/pyversions/capacho.svg)](https://github.com/alice-biometrics/capacho)

<img src="https://github.com/alice-biometrics/custom-emojis/blob/master/images/alice_header.png?raw=true" width=auto>

---



**Documentation**: <a href="https://alice-biometrics.github.io/capacho/" target="_blank">https://alice-biometrics.github.io/capacho/</a>

**Source Code**: <a href="https://github.com/alice-biometrics/capacho" target="_blank">https://github.com/alice-biometrics/capacho</a>

---

## What is capacho 🧺?

A tool for registering implementations and provisioning them with containers, facilitating seamless integration and management

## How could capacho 🧺 help me?

If you want to create abstractions and implement their corresponding solutions, this approach is highly effective.
It allows you to register implementations and define aliases for use within a container, making it particularly useful
for configuring implementations via configuration files.

## Installation 💻

```console
pip install capacho
```

## Contribute

We'd love you to contribute to *capacho* 🥳🥳🥳🥳🥳🥳️️!

For more information, check our [documentation](https://alice-biometrics.github.io/capacho/contributing/)

## Contact 📬

support@alicebiometrics.com
