Metadata-Version: 2.1
Name: alphaz-next
Version: 0.2.18.3
Summary: A project to make a lib to start FASTAPI quickly
Home-page: https://github.com/STDef200mm/alphaz-next
Download-URL: https://github.com/STDef200mm/alphaz-next/archive/refs/tags/0.2.18.3.tar.gz
Author: Maxime MARTIN
Author-email: maxime.martin02@hotmail.fr
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

The alphaz-next library is a Python library that is designed to simplify the setup of RESTAPi using FastAPI & pydantic. It provides some usefull toolkit to setup Logger, Config, ...

## Installing Alphaz-Next

To install alphaz-next, if you already have Python, you can install with:

```
pip install alphaz-next
```

## How to import alphaz-next

To access alphaz-next and its functions import it in your Python code like this:

```
from alphaz-next import AlphaDatabase, AlphaLogger
from alphaz-next.models.config.config_settings import create_config_settings
```
