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.
- Host: GitHub
- URL: https://github.com/konradmalik/python-seed
- Owner: konradmalik
- Created: 2020-06-22T10:00:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T08:16:57.000Z (almost 6 years ago)
- Last Synced: 2025-03-06T18:31:57.454Z (over 1 year ago)
- Topics: docker, flask, ini, makefile, python, seed, template, venv, virtualenv
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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