please just texting
1.0.0
A repository dedicated to promoting text-based communication, discouraging the use of images or other media. Ideal for those who prefer simplicity and clarity in their exchanges.
Run the following:
make
This project is built with:
Category | Technologies |
---|---|
Framework | FastAPI, Jinja2 |
Database | MySQL, Alembic |
Contrainerization | Docker |
Code Quality Tools | black, flake8, isort |
Data Validation | Pydantic |
This project uses linting solution as follows:
Name | Description |
---|---|
black | Automated Python code styler. |
flake8 | PEP8 based Python code style checker. |
isort | Python import packages order checker. |
mypy | Python type checking tool. |
black
black . --fix
flake8
flake8 .
isort
isort .
mypy
mypy .