No project description provided
Project description
FastAPI Admin Next
FastAPI Admin Next is a package for managing admin interfaces in FastAPI applications, similar to Django Admin. It provides a user-friendly interface for managing your FastAPI projects.
Features
- Model Registration: Easily register your SQLAlchemy models.
- Filter Fields: Add filter fields to your models.
- Search Fields: Add search fields to your models.
- Display Fields: Add fields visible in list table
- Pydantic Validation: Use Pydantic validation classes for your models. If not provided, Pydantic models are generated dynamically from SQLAlchemy models.
- User Authentication: Admin user authentication
- Future Plans: Manage permissions using Redis and add a reporting dashboard.
- Show Related Data: Manage related data solve N+1 problem for Single Relationships
Installation
To install the project, follow these steps:
- Install:
pip install fastapi_admin_next
Usage
Refer to the example application provided in the example folder for a detailed implementation.
Contributing
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Contact
If you have any questions or suggestions, feel free to open an issue or contact me at [mahmudul.hassan240@gmail.com].
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fastapi_admin_next-0.1.2.tar.gz.
File metadata
- Download URL: fastapi_admin_next-0.1.2.tar.gz
- Upload date:
- Size: 54.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.3 Linux/6.8.0-51-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5cb143758ea99363b0a5a42dcda9161fbe4cc049e05bffff6d85585d820236b
|
|
| MD5 |
8f47e9fc0ca12623c0c5258585966e59
|
|
| BLAKE2b-256 |
fa93a63c8f4e4954d9b6b9345f57960aa9b5bf0e80fef6ea2d6308b400645cd8
|
File details
Details for the file fastapi_admin_next-0.1.2-py3-none-any.whl.
File metadata
- Download URL: fastapi_admin_next-0.1.2-py3-none-any.whl
- Upload date:
- Size: 66.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.3 Linux/6.8.0-51-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
481d8d9343cfed35dde6626bef4b1376b10fa758e7ad2d64719516106543d41a
|
|
| MD5 |
9d7d1cdd1a64e5335d8fdd110c05d6f4
|
|
| BLAKE2b-256 |
e202ac87f4068efc84673b74ee75562ec3286334a70422760b272bdc861c1bd3
|