Metadata-Version: 2.1
Name: petisco
Version: 2.1.11
Summary: Petisco is a framework for helping Python developers to build clean Applications
Home-page: https://github.com/alice-biometrics/petisco
Author: Alice Biometrics
Author-email: support@alicebiometrics.com
License: MIT
Keywords: DDD,Use Case,Clean Architecture,REST,Applications
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
Provides-Extra: sqlalchemy
Provides-Extra: redis
Provides-Extra: rabbitmq
Provides-Extra: slack
Provides-Extra: elastic
Provides-Extra: elastic-apm
Provides-Extra: fastapi
Provides-Extra: rich
Provides-Extra: dev
License-File: LICENSE

# petisco 🍪  



<div align="center">
    <img src="https://github.com/alice-biometrics/custom-emojis/blob/master/images/petisco.png?raw=true" style="width: 60%">


 [Alice] | [Getting Started] | [Documentation] | [Source Code] | [Examples]

 [![version](https://img.shields.io/github/release/alice-biometrics/petisco/all.svg)](https://github.com/alice-biometrics/petisco/releases) 
[![ci](https://github.com/alice-biometrics/petisco/workflows/ci/badge.svg)](https://github.com/alice-biometrics/petisco/actions) 
[![pypi](https://img.shields.io/pypi/dm/petisco)](https://pypi.org/project/petisco/) 
[![codecov](https://codecov.io/gh/alice-biometrics/petisco/branch/main/graph/badge.svg?token=YHXAYKX0VO)](https://codecov.io/gh/alice-biometrics/petisco)
[![license](https://img.shields.io/github/license/alice-biometrics/petisco.svg)](https://github.com/alice-biometrics/petisco/blob/main/LICENSE)
[![versions](https://img.shields.io/pypi/pyversions/petisco.svg)](https://github.com/alice-biometrics/petisco)
[![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)

</div>

[Alice]: https://alicebiometrics.com/
[Getting Started]: https://alice-biometrics.github.io/petisco/getting_started/
[Documentation]: https://alice-biometrics.github.io/petisco/
[Source Code]: ./petisco
[Examples]: ./examples

---

## What is petisco? 🍪

petisco is a framework for helping Python developers to build clean Applications in Python.

## How could petisco help me? 🍪

petisco provides several handy classes to help you on defining your domain with hexagonal architecture, event streaming and CQRS.

## Installation 💻

```console
pip install petisco
```

Installation with Extras

```console
pip install petisco[fastapi,sqlalchemy,elastic,elastic-apm,rabbitmq,slack,redis]
```

## Contribute

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

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

## Contact 📬

<support@alicebiometrics.com>
