This repository holds those infrastructure-level modules, that every application requires that follows the core 12-factor principles.
Project description
py-12f-common
About
This repository holds those infrastructure-level modules, that every application requires that follows the core 12-factor principles.
Install
Prerequisites
- Python3
- Task
Install Python and module dependencies
Install Python 3, using some virtual environment.
Create and switch to a virtual environment dedicated to this project.
For development, install the package and its dependencies in editable mode, using task:
task install-dev-editable
or directly with the pip command:
pip install -e .[dev] .
NOTE:
The task install-...
tasks also installs git hooks (e.g. pre-commit).
The git hooks are simple bash scripts, that call tasks, for example the pre-commit
hook will call the task pre-commit
command.
Usage
List the available tasks:
task list
task: Available tasks for this project:
* build-docker: Build docker image
* clean: Clean temporary files and folders
* coverage: Test coverage
* default: Executes all the tests then build the binary.
* docs: Generate module documentation into the docs/ folder
* format: Autoformat the source files
* install: Install the package and its dependencies
* install-dev: Install the package and its dependencies for development
* install-dev-editable: Install the package and its dependencies for development with editablility
* install-git-hooks: Install git hooks
* lint: Run python linter
* pre-commit: Runs the QA tasks from a git pre-commit hook
* test: Run all the tests.
* test-verbose: Run all the go tests.
Run tests:
task test-verbose
References
Development tools
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file py-12f-common-0.1.4.tar.gz
.
File metadata
- Download URL: py-12f-common-0.1.4.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9de5f3ee9f42d655dab20a6a4d6001604c6996fc1d172f2d02b1d319485d355f |
|
MD5 | 20b60cda874fb3cf76641d2878469d99 |
|
BLAKE2b-256 | 4810c5f89f06aade3c1a27fa7585495213956864676543a3e301c85eedbbc274 |
File details
Details for the file py_12f_common-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: py_12f_common-0.1.4-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 573f762c37884521bf70ffd3c26570429a5ceaa3ed3190c80ccfc599d6e86938 |
|
MD5 | 2f870267d0c7d90a71b288388933c876 |
|
BLAKE2b-256 | 9bbf7608c3e2b20bb56e577ae8c332fef58a0bf49ed7157c90dd725d8d83f226 |