# Tune Decision Thresholds
[![](https://img.shields.io/pypi/v/tunethresholds.svg)](https://pypi.python.org/pypi/tunethresholds)
[![CI](https://github.com/maximz/tunethresholds/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/maximz/tunethresholds/actions/workflows/ci.yaml)
[![](https://img.shields.io/badge/docs-here-blue.svg)](https://tunethresholds.maximz.com)
[![](https://img.shields.io/github/stars/maximz/tunethresholds?style=social)](https://github.com/maximz/tunethresholds)
## 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
```bash
pip install tunethresholds
```
## Usage
## Development
Submit PRs against `develop` branch, then make a release pull request to `master`.
```bash
# 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.
Raw data
{
"_id": null,
"home_page": "https://github.com/maximz/tunethresholds",
"name": "tunethresholds",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Maxim Zaslavsky",
"author_email": "maxim@maximz.com",
"download_url": "https://files.pythonhosted.org/packages/3f/4a/acc8fa8e7438f3f17fe9343e4443201dc4ca5d780ea3804e8521f0701fe7/tunethresholds-0.0.1.tar.gz",
"platform": null,
"description": "# Tune Decision Thresholds\n\n[![](https://img.shields.io/pypi/v/tunethresholds.svg)](https://pypi.python.org/pypi/tunethresholds)\n[![CI](https://github.com/maximz/tunethresholds/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/maximz/tunethresholds/actions/workflows/ci.yaml)\n[![](https://img.shields.io/badge/docs-here-blue.svg)](https://tunethresholds.maximz.com)\n[![](https://img.shields.io/github/stars/maximz/tunethresholds?style=social)](https://github.com/maximz/tunethresholds)\n\n## TODOs: Configuring this template\n\nCreate a Netlify site for your repository, then turn off automatic builds in Netlify settings.\n\nAdd 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)\n\nSet up Codecov at TODO\n\n## Overview\n\n## Installation\n\n```bash\npip install tunethresholds\n```\n\n## Usage\n\n## Development\n\nSubmit PRs against `develop` branch, then make a release pull request to `master`.\n\n```bash\n# Optional: set up a pyenv virtualenv\npyenv virtualenv 3.9 tunethresholds-3.9\necho \"tunethresholds-3.9\" > .python-version\npyenv version\n\n# Install requirements\npip install --upgrade pip wheel\npip install -r requirements_dev.txt\n\n# Install local package\npip install -e .\n\n# Install pre-commit\npre-commit install\n\n# Run tests\nmake test\n\n# Run lint\nmake lint\n\n# bump version before submitting a PR against master (all master commits are deployed)\nbump2version patch # possible: major / minor / patch\n\n# also ensure CHANGELOG.md updated\n```\n\n\n# Changelog\n\n## 0.0.1\n\n* First release on PyPI.\n",
"bugtrack_url": null,
"license": "MIT license",
"summary": "Tune Decision Thresholds",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/maximz/tunethresholds"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "97b7c52139c30d73ae5a890b5c02a43f2589737d4396c88230dd61be799002dc",
"md5": "9177d2a6652cf8d96677b040a5e8da0f",
"sha256": "e2ec041cea977ffe9ee806d39cb836ca17614110a5c85705b07779c4828e4cb5"
},
"downloads": -1,
"filename": "tunethresholds-0.0.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "9177d2a6652cf8d96677b040a5e8da0f",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.8",
"size": 6202,
"upload_time": "2024-03-16T02:58:33",
"upload_time_iso_8601": "2024-03-16T02:58:33.558911Z",
"url": "https://files.pythonhosted.org/packages/97/b7/c52139c30d73ae5a890b5c02a43f2589737d4396c88230dd61be799002dc/tunethresholds-0.0.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3f4aacc8fa8e7438f3f17fe9343e4443201dc4ca5d780ea3804e8521f0701fe7",
"md5": "bb8fa82d6eaf83af444e4e261ddbe050",
"sha256": "0c77a884d9c74585e5fb618b3c26d79d94e088856c495e9eebeddf9d6671dc7f"
},
"downloads": -1,
"filename": "tunethresholds-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "bb8fa82d6eaf83af444e4e261ddbe050",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 14946,
"upload_time": "2024-03-16T02:58:35",
"upload_time_iso_8601": "2024-03-16T02:58:35.549547Z",
"url": "https://files.pythonhosted.org/packages/3f/4a/acc8fa8e7438f3f17fe9343e4443201dc4ca5d780ea3804e8521f0701fe7/tunethresholds-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-16 02:58:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "maximz",
"github_project": "tunethresholds",
"github_not_found": true,
"lcname": "tunethresholds"
}