Skip to main content

fastack is an intuitive framework based on FastAPI

Project description

Fastack

Fastack

⚡ Fastack makes your FastAPI much easier 😎

PyPI PyPI - Status PyPI - Python Version PyPI - Downloads PyPI - License

fastack is an intuitive framework based on FastAPI, for creating clean and easy-to-manage REST API project structures. It's built for FastAPI framework ❤️

WARNING 🚨

This is an early development, lots of changes with each release. Also this is an experimental project, as I'm currently studying asynchronous environments.

FYI, this isn't the only intuitive framework project I've made. I've also made with different framework bases, including:

Features 🔥

  • Project layout (based on cookiecutter template)
  • Pagination support
  • Provide a Controller class for creating REST APIs
  • Provides command line to manage app
  • Support to access app, request, state, and websocket globally!
  • and more!

Plugins 🎉

List of official plugins:

Installation 📦

pip install -U fastack

Example 📚

Create a project

fastack new awesome-project
cd awesome-project

Install pipenv & create virtual environment

pip install pipenv && pipenv install && pipenv shell

Run app

fastack runserver

Documentation 📖

For the latest documentation, see the feature/docs branch.

Build the latest documentation locally:

mkdocs serve

Or alternatively, you can visit https://fastack.readthedocs.io/en/latest/

Tests 🔬

Run tests with tox, maybe you need to install python version 3.7, 3.8, 3.9, and 3.10 first.

tox

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

fastack-4.5.0.tar.gz (22.0 kB view hashes)

Uploaded Source

Built Distribution

fastack-4.5.0-py3-none-any.whl (25.8 kB view hashes)

Uploaded Python 3

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