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
Built Distribution
File details
Details for the file fakeproj-nightly-20210224.tar.gz
.
File metadata
- Download URL: fakeproj-nightly-20210224.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f45b03b62657a3759fd91139fdd6b9ef5ba3067be7c1a1e832d70f5bbfe6c03 |
|
MD5 | afe2f731277504c49f94d0c45e763134 |
|
BLAKE2b-256 | 5a374487f63bcd3b1a8d644253b16517aca7197f6b7ead7296b01d0f13ad9285 |
File details
Details for the file fakeproj_nightly-20210224-py3-none-any.whl
.
File metadata
- Download URL: fakeproj_nightly-20210224-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.57.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c5e12f8ca617c88cc5a3c18ee7ed4fe18d4cb16a725df02ce9738a33e01228c |
|
MD5 | af0cf54cfacda07b49b23343a24a349c |
|
BLAKE2b-256 | 6e457ea9568f69f59af740abbe210d7e92924c6e196a2e87b31f9b7d72f1cd18 |