fastapi project generator and servicemanager
Project description
Melia
Tree
fastapi-starter/ ├── app/ │ ├── init.py │ ├── main.py # FastAPI app instance │ ├── core/ │ │ ├── init.py │ │ ├── config.py # Settings & config │ │ ├── database.py # Database setup │ │ └── security.py # Auth & security │ ├── api/ │ │ ├── init.py │ │ ├── deps.py # Dependencies │ │ └── endpoints/ │ │ ├── init.py │ │ ├── auth.py # Auth endpoints │ │ └── users.py # User endpoints │ ├── models/ │ │ ├── init.py │ │ └── user.py # Database models │ └── schemas/ │ ├── init.py │ └── user.py # Pydantic schemas ├── tests/ │ ├── init.py │ └── test_main.py ├── .env.example ├── .gitignore ├── Dockerfile ├── pyproject.toml ├── docker-compose.yml ├── melia.yml # Melia configuration └── README.md
installation
pip install melia-fastapi
Usage
-
install poetry
-
Create a new project with Melia:
melia new <project_name>
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
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 melia_fastapi-0.5.0.tar.gz.
File metadata
- Download URL: melia_fastapi-0.5.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.10.12 Linux/6.8.0-60-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22111a090f81a92bf15df5c01d31cd6b5931c2742176029c787d095eba48eb2c
|
|
| MD5 |
3c19824dcf93d6da710921e5b211162d
|
|
| BLAKE2b-256 |
c8e8c69a5f3469bf00d24039236c52ed989d508ac7afac0ac4f07b0d3bc13250
|
File details
Details for the file melia_fastapi-0.5.0-py3-none-any.whl.
File metadata
- Download URL: melia_fastapi-0.5.0-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.10.12 Linux/6.8.0-60-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1260e842f5346660a31c5394c33ef8ea4fa9dfb52c583894791668dd283ce4fb
|
|
| MD5 |
12de7e7a1f73f086a73dfd6125850519
|
|
| BLAKE2b-256 |
f3fe87ede3b230f5e48d519c12bb50351124e486e2a8efd7ab86ccfdafa13c8d
|