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.3.0.tar.gz (3.2 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.3.0-py3-none-any.whl (8.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: melia_fastapi-0.3.0.tar.gz
  • Upload date:
  • Size: 3.2 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.3.0.tar.gz
Algorithm Hash digest
SHA256 a2c9fd840140dd6c854cd4e794b2b86f3f80e976b4968fdfbd7525642d767a15
MD5 06fa06636a8374bf3342e82e3c3c1db8
BLAKE2b-256 9e56607656f3c171e5f6781342be158d26f68bdb4e44a52e5638160f0fb93112

See more details on using hashes here.

File details

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

File metadata

  • Download URL: melia_fastapi-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 8.4 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.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f35e4e0c64e91db1b98a22e735a777365360288ac9b092a4455c1630ece6ed23
MD5 9dd101412cde3896fd87bc9ae92a7967
BLAKE2b-256 42a7b9d56ad550bc1da1594be293ecec1073295ef50c37e74a7457f54d027e21

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