FR-PAR-ECOACT / ecodev-core

Set of helper methods around FastAPI/SQLModel to speed web application setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ecodev-core

Coverage Publish Package version

Low level ecoact generic code. Aimed at being published in open source with poetry

Installation of this package

You are strongly encouraged to install this package via Docker.

Starting from a project with a Docker file:

  • add the module ecodev-core in the requirements.txt file
  • make sure the .env file includes all required fields (see BaseSettings and AuthenticationConfiguration)
  • build the new version of the Docker container (typically docker build --tag xxx .)
  • run it with docker compose (dc up -d).

Documentation

Please find it in the associated mkdoc website!

About

Set of helper methods around FastAPI/SQLModel to speed web application setup

License:MIT License


Languages

Language:Python 97.6%Language:Makefile 1.6%Language:Dockerfile 0.8%