Mostly useless code to demonstrate Python DevOps tools
Project description
fakeproj: DevOps for Dummies
A dummy project to introduce various DevOps tools and Best Practices to Python developers. Follow along with the tutorial on fakeproj.readthedocs.io
Installation
pip install .
Developer Setup
pip install -r requirements.txt
Testing
pytest -s -v --cov=fakeproj test/
There are markers for individual modules from the library, eg,
pytest -v -m "goodmodule" --cov=fakeproj test/
Benchmarks
Benchmarks can be run locally using asv run
, followed by asv publish
and asv preview
.
The benchmarks are also available to view online at here.
To update the online dashboard by pushing the latest benchmarks, use asv gh-pages
Complexity
radon cc -a .
xenon --max-absolute B --max-modules B --max-average A .
Docstrings
docstr-coverage .
GitHub Actions
- Unit Testing (Python 3.6, 3.7, 3.8 on ubuntu:latest)
- Code Coverage
- Code Complexity (Maximum CC of B/B/A)
- Build Testing (Python 3.6, 3.7, 3.8 on {ubuntu, macos, windows}:latest)
Code Formatting
This project uses Black for Code Formatting
To-Do
- Populate Docs
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
fakeproj-1.0.tar.gz
(5.3 kB
view details)
Built Distribution
File details
Details for the file fakeproj-1.0.tar.gz
.
File metadata
- Download URL: fakeproj-1.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08ad3ca6ad3a4368c96efc943fbf1bed54c05a37332586bd54ab9760a7bea140 |
|
MD5 | 08d2b338989343f7e2f9f4ea63af5140 |
|
BLAKE2b-256 | 0f5aa9e8da0cf1cdb7fa1506a63693780e95b3d448fb6c1bf52a14b42915eccb |
File details
Details for the file fakeproj-1.0-py3-none-any.whl
.
File metadata
- Download URL: fakeproj-1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4679542a5ad6aff1395a4cf5fb1a85fd5608d827bc90f3cb25ed81cba69fc15 |
|
MD5 | 34450241f051edc4fa7fd5042d477588 |
|
BLAKE2b-256 | 506d64a9a10a741091a3064403aad48122e0d25dfc7d92fa2069b77f3ae54ed9 |