Enum Choice for Click
Project description
Enum Choice for Click (WIP)
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 enumchoice
Usage
Development
Submit PRs against develop
branch, then make a release pull request to master
.
# 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
enumchoice-0.0.1.tar.gz
(8.5 kB
view details)
Built Distribution
File details
Details for the file enumchoice-0.0.1.tar.gz
.
File metadata
- Download URL: enumchoice-0.0.1.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15af340de658227ab56a26ef9f5553feb8a6850edc21ddd5d07dcb147313a8df |
|
MD5 | 7d941bcb90698f6329bee05edd226599 |
|
BLAKE2b-256 | 06159fdc08d4e8f844197417ecb74eb05b9d794af6e87218451441564b3a8b2a |
File details
Details for the file enumchoice-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: enumchoice-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a45131e75302952f2252750d1bda16af57b1f500e499614693937c6fe63ff048 |
|
MD5 | 7802e334aae67b16c7935a5984a7bea0 |
|
BLAKE2b-256 | 302df07b0bed8251bed169dee4150f02f20f7d3ac36360df598a8f4ab8c49f76 |