An open API service indexing awesome lists of open source software.

https://github.com/konradmalik/python-seed

Seed projects for dockerized raw Python and Flask.
https://github.com/konradmalik/python-seed

docker flask ini makefile python seed template venv virtualenv

Last synced: 3 months ago
JSON representation

Seed projects for dockerized raw Python and Flask.

Awesome Lists containing this project

README

          

# Python seed

A simple seed project to use for python programming and docker-based deployment.

Configuration based on INI files. Separate file for docker (production) and possibility to use ENV variables.

Focuses on simplicity and modularity.

Linting and testing integrated.

The focal point is Makefile, see it for available commands.

Also see other branches for framework-specific seeds like:
- Flask