Scratch Cache
Project description
Scratch Cache (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 scratchcache
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file scratchcache-0.0.1.tar.gz.
File metadata
- Download URL: scratchcache-0.0.1.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3971adca3db3392069c9f3bc280437e9eb53db6b2c2c2733ef0c88c15dccd492
|
|
| MD5 |
b0206c8949df88ba8e72a7eed02cc00b
|
|
| BLAKE2b-256 |
16fb0cafabe00e129478d6dc72aa5f31059ec3268cbed4f2a5a069d6a64e0769
|
File details
Details for the file scratchcache-0.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: scratchcache-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 3.9 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 |
c4d55c4e9b5b8167f56a6228288d553d349b1bbf864676883d78ecc13596b7e5
|
|
| MD5 |
f6d60a6163ced4dcc93e45180e17101e
|
|
| BLAKE2b-256 |
260d4d9c83803b3ceb733ce8902017d7906964d3e48b43811386424e40c57237
|