Skip to main content

Utilities that you use in various projects made in FastAPI

Project description

Fastapi-lazy 🦥

lazy

PyPI version

Utilities that you use in various projects made in FastAPI.


Source Code: https://github.com/yezz123/fastapi-lazy

Install the project: pip install fastapi-lazy


Features 🎉

  • Use the data contained in the JWT
  • Use the username contained in the JWT and fetch data.
  • Create User Models based on Pydantic.
  • Multi Database Support:
    • Creates the dependency to be used to connect to the Postgresql.
    • Creates the dependency to be used to connect to the MongoDB.
    • Create the dependency to be used to connect to the SQlite using SQLAlchemy.
  • Support Redis Cache:
    • Creates a pickle of the object passed as a parameter and saves it in the Redis which is also passed as a parameter.
    • Read the pickle of the object saved in RedisDB and return it as Python object.
  • Support UUID generator:
    • Create a custom UUID4 using the current timestamp.
    • Create a JWT token creator & verifier.

Development 🚧

You should create a virtual environment and activate it:

python -m venv venv/
source venv/bin/activate

And then install the development dependencies:

pip install -r requirements.dev.txt

Format the code 💅

Execute the following command to apply pre-commit formatting:

make lint

License 🍻

This project is licensed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fastapi_lazy-1.2.1.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

fastapi_lazy-1.2.1-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file fastapi_lazy-1.2.1.tar.gz.

File metadata

  • Download URL: fastapi_lazy-1.2.1.tar.gz
  • Upload date:
  • Size: 6.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for fastapi_lazy-1.2.1.tar.gz
Algorithm Hash digest
SHA256 18ad73297aaba87528de9104cf015518707dae85ce6d724d9f53ebe27dd7db45
MD5 335dc29880c192c95a79563ae35bdff3
BLAKE2b-256 4e99b7f46893b7569dd2f0d2e578f042b8d526120021af00eff867007eb31038

See more details on using hashes here.

File details

Details for the file fastapi_lazy-1.2.1-py3-none-any.whl.

File metadata

  • Download URL: fastapi_lazy-1.2.1-py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for fastapi_lazy-1.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7393a93801334a0ebcd97354d523348e4a3d9f1bad41eada11c85a48fd4583ab
MD5 259742e5cb999445776a2c1009c3433d
BLAKE2b-256 7ad98a0acdc677ab182b77dfdc6f1940ac851f7a7071e4289922582aa30b5e08

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page