Skip to content

Commit

Permalink
remove unused and add [Redis]
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdihaghverdi committed Apr 28, 2024
1 parent e354c93 commit f601379
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]: <https://github.com/roman-right/beanie> "Python ODM for MongoDB."
[isort]: <https://github.com/PyCQA/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"

0 comments on commit f601379

Please sign in to comment.