Skip to main content

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

melia_fastapi-0.4.0.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

melia_fastapi-0.4.0-py3-none-any.whl (12.1 kB view details)

Uploaded Python 3

File details

Details for the file melia_fastapi-0.4.0.tar.gz.

File metadata

  • Download URL: melia_fastapi-0.4.0.tar.gz
  • Upload date:
  • Size: 5.9 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

Hashes for melia_fastapi-0.4.0.tar.gz
Algorithm Hash digest
SHA256 395291267f4da27de301e51a13a9cd6f5efa99c30c04b954f2884ef671a07f79
MD5 6c54ca23ee0e0f2c47fefc5633135cfb
BLAKE2b-256 e99bae8ca6269a7011ded6ac78c60c9c4c91bbe5395cd87e53892c5847d2951e

See more details on using hashes here.

File details

Details for the file melia_fastapi-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: melia_fastapi-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 12.1 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

Hashes for melia_fastapi-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 54f0c54ff61f02db2eaebd1373a655bb112adecc69f4648f8fd49d8ac031fe22
MD5 c5c05fea39c50ac47b881e7aeb62a0ec
BLAKE2b-256 eb3ac6a5f1f95c8c7d633303106d2ea93577e1d9903abdde3510702a9c3f3535

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page