You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

fastapi-filter-sort

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastapi-filter-sort

Smart filtering, sorting, and searching for FastAPI with SQLAlchemy

0.1.5
pipPyPI
Maintainers
1

FastAPI Filter and Sort

This project is a FastAPI application that demonstrates filtering and sorting functionality for API endpoints.

Features

  • Filtering data based on query parameters
  • Sorting data based on query parameters
  • Easy to extend and customize

Requirements

  • Python 3.10+
  • FastAPI
  • SQLAlchemy
  • Uvicorn
  • Poetry

Setup

  • Clone the repository:

    git clone https://github.com/bhadri01/fastapi-filter-sort.git
    cd fastapi-filter-sort
    
  • Create a virtual environment:

    python -m venv .venv
    . .venv/bin/activate
    
  • Install Poetry if you haven't already:

    pip install poetry
    
  • Install the dependencies:

    poetry lock
    poetry install
    
  • Run the application:

    poetry run python examples/main.py
    

Contributing

  • Fork the repository.
  • Create a new branch (git checkout -b feature/branch-name).
  • Commit your changes (git commit -am 'Add new feature').
  • Push to the branch (git push origin feature/branch-name).
  • Create a new Pull Request.

License

This project is licensed under the MIT License.

Keywords

fastapi

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts