From f60137971d4660d5968f4ee2440d7f439add4c4e Mon Sep 17 00:00:00 2001 From: mahdihaghverdi Date: Sun, 28 Apr 2024 21:38:35 +0330 Subject: [PATCH] remove unused and add [Redis] --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index 08e8bc9..0191969 100644 --- a/README.md +++ b/README.md @@ -298,23 +298,11 @@ This project is licensed under the terms of the [GPL-3.0] license. [PostgreSQL]: https://www.postgresql.org/ "The world's most advanced open source database." [Poetry]: https://python-poetry.org/ "Python dependency management and packaging made easy." [pre-commit]: https://pre-commit.com/ "A framework for managing and maintaining multi-language pre-commit hooks." -[black]: https://github.com/psf/black "The uncompromising Python code formatter." [GPL-3.0]: https://www.gnu.org/licenses/gpl-3.0.en.html "GNU General Public License v3.0" -[structlog]: https://www.structlog.org/en/stable/ "Structured logging for Python." -[logging]: https://docs.python.org/3/library/logging.html "Logging facility for Python." -[secrets]: https://docs.python.org/3/library/secrets.html "Generate secure random numbers for managing secrets." [uvicorn]: https://www.uvicorn.org/ "The lightning-fast ASGI server." -[gunicorn]: https://gunicorn.org/ "A Python WSGI HTTP Server for UNIX." -[VSCode]: https://code.visualstudio.com/ "Redefined and optimized code editor for building and debugging modern web and cloud applications." -[fastapi-best-practices]: https://github.com/zhanymkanov/fastapi-best-practices "Opinionated list of best practices and conventions." -[full-stack-fastapi-postgresql]: https://github.com/tiangolo/full-stack-fastapi-postgresql "Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more." [pydantic]: https://github.com/pydantic/pydantic "Data parsing and validation using Python type hints." -[beanie]: "Python ODM for MongoDB." -[isort]: "A Python utility / library to sort imports." -[mypy]: https://github.com/python/mypy "Optional static typing for Python." [ruff]: https://github.com/charliermarsh/ruff "An extremely fast Python linter, written in Rust." -[Docker]: https://github.com/docker/ -[Docker-Compose]: https://github.com/docker/compose "Define and run multi-container applications with Docker." [LTree]: https://www.postgresql.org/docs/current/ltree.html "builtin type for hierarchical tree-like data" [SQLAlchemy]: https://www.sqlalchemy.org/ "he Python SQL Toolkit and Object Relational Mapper" [Google Authenticator]: https://support.google.com/accounts/answer/1066447?hl=en&co=GENIE.Platform%3DAndroid "Google authenticator" +[Redis]: https://redis.io "Fast in-memory database"