Fastapi Lazy Versions Save

Simplifies class-based views for more organized and maintainable code in FastAPI ✨

1.2.6

2 years ago

What's Changed

Full Changelog: https://github.com/yezz123/fastapi-lazy/compare/1.2.5...1.2.6

1.2.5

2 years ago

What's Changed

Full Changelog: https://github.com/yezz123/fastapi-lazy/compare/1.2.4...1.2.5

1.2.4

2 years ago

What's Changed

Full Changelog: https://github.com/yezz123/fastapi-lazy/compare/1.2.3...1.2.4

1.2.3

2 years ago

1.2.3

  • Provide a Token Creator for login after adding a new package passlib.
  • Add A simple Crud file for MongoDB Provider.
    • Soon will be added for Postgresql Provider, & SQLite Provider.

What's Changed

Full Changelog: https://github.com/yezz123/fastapi-lazy/compare/1.2.2...1.2.3

1.2.2

2 years ago
  • Create a simple password hasher.
  • Create a simple Email validator based on this 📦 email-validator.
  • Fix MongoDB link (based on #14 ).

1.2.1

2 years ago

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 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 a Python object.
  • Support UUID generator:
    • Create a custom UUID4 using the current timestamp.
    • Create a JWT token creator & verifier.

1.2.0

2 years ago

1.1.0

2 years ago
  • when I install the project i didn't find the project path.

0.0.1

2 years ago

Features 🎉

  • Use the data contained in the JWT
  • Use the username contained in the JWT and fetch data.
  • Multi Database Support:
    • Creates the dependency to be used to connect to the Postgresql.
    • Creates the dependency to be used to connect to MongoDB.
  • 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 a Python object.
  • Support UUID generator:
    • Create a custom UUID4 using the current timestamp.