popol

Adding new power to your FastAPI application ⛅


Keywords
fastapi, python
License
MIT
Install
pip install popol==0.6.0

Documentation

Popol ⛅

Adding new power to your FastAPI application ⛅

Popol is a library that provides as-is tools for use on FastAPI.

This project aims to provide APIs to support your FastAPI projects without breaking existing projects. This is another version of the Fastack project. Overall the available APIs are not much different from the Fastack plugins.

Features 🌟

  • Project Layout

  • Command Line Interface (like flask command)

  • Pagination

  • Cache Framework

    • Backends

      • Redis (Sync/Async)
      • Memcached
    • Serializers

      • JSON
      • Pickle
      • MsgPack
  • ORM Integration

    • SQLModel (Async/Sync)
    • Tortoise ORM
  • ODM Integration

    • MongoEngine
  • SMTP client (using aiosmtplib) to send emails.

  • Background Jobs:

    • SAQ queue support for task scheduling

Installation 📚

pip install popol>=0.4.0

Documentation 📖

Not available at this time, please learn from the examples.