Static Class Property
Project description
Static Class Property (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 static_class_property
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 static_class_property-3.9
echo "static_class_property-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
Built Distribution
File details
Details for the file static_class_property-0.0.1.tar.gz
.
File metadata
- Download URL: static_class_property-0.0.1.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20abe6ab7a9dd15135ac45eeb1ae938a0cd146185b2ad138f3015ea6fd015c37 |
|
MD5 | deab5882a71e328127ae60b9986af2b7 |
|
BLAKE2b-256 | b1934a23f9066e1f951dde1d2be094c05eb2051fbad7726b2c9e9efd3dcad880 |
File details
Details for the file static_class_property-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: static_class_property-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 3.5 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 | 17c099d58d2598ce0c214d57870b4d31ad394fc160fa27553d192a9e03aaab18 |
|
MD5 | 9a80ae290782853fb4bde67075b37548 |
|
BLAKE2b-256 | f73254e8ea3bdf181b154d1cfb7e1f08cb9932eeb81bac4e54770d7d2dfea864 |