Tune Decision Thresholds
Project description
Tune Decision Thresholds
TODOs: Configuring this template
Create a Netlify site for your repository, then turn off automatic builds in Netlify settings.
Add these CI secrets: PYPI_API_TOKEN
, NETLIFY_AUTH_TOKEN
(Netlify user settings - personal access tokens), DEV_NETLIFY_SITE_ID
, PROD_NETLIFY_SITE_ID
(API ID from Netlify site settings)
Set up Codecov at TODO
Overview
Installation
pip install tunethresholds
Usage
Development
Submit PRs against develop
branch, then make a release pull request to master
.
# Optional: set up a pyenv virtualenv
pyenv virtualenv 3.9 tunethresholds-3.9
echo "tunethresholds-3.9" > .python-version
pyenv version
# Install requirements
pip install --upgrade pip wheel
pip install -r requirements_dev.txt
# Install local package
pip install -e .
# Install pre-commit
pre-commit install
# Run tests
make test
# Run lint
make lint
# bump version before submitting a PR against master (all master commits are deployed)
bump2version patch # possible: major / minor / patch
# also ensure CHANGELOG.md updated
Changelog
0.0.1
- First release on PyPI.
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
tunethresholds-0.0.1.tar.gz
(14.9 kB
view details)
Built Distribution
File details
Details for the file tunethresholds-0.0.1.tar.gz
.
File metadata
- Download URL: tunethresholds-0.0.1.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c77a884d9c74585e5fb618b3c26d79d94e088856c495e9eebeddf9d6671dc7f |
|
MD5 | bb8fa82d6eaf83af444e4e261ddbe050 |
|
BLAKE2b-256 | 3f4aacc8fa8e7438f3f17fe9343e4443201dc4ca5d780ea3804e8521f0701fe7 |
File details
Details for the file tunethresholds-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: tunethresholds-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e2ec041cea977ffe9ee806d39cb836ca17614110a5c85705b07779c4828e4cb5 |
|
MD5 | 9177d2a6652cf8d96677b040a5e8da0f |
|
BLAKE2b-256 | 97b7c52139c30d73ae5a890b5c02a43f2589737d4396c88230dd61be799002dc |