notebooklog
Project description
notebooklog (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 notebooklog
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 notebooklog-3.9
echo "notebooklog-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
notebooklog-0.0.1.tar.gz
(11.4 kB
view details)
Built Distribution
File details
Details for the file notebooklog-0.0.1.tar.gz
.
File metadata
- Download URL: notebooklog-0.0.1.tar.gz
- Upload date:
- Size: 11.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 | 7dac320145e651dbe162973ec9cf594f61d85d7fc21f2809a1e879e8aff5048a |
|
MD5 | 2a55a451add5b07a18569e8e9da84f6e |
|
BLAKE2b-256 | b57f55bb056eda88f33d8500d27a4fc82312ba5231acfcc66601614426031edc |
File details
Details for the file notebooklog-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: notebooklog-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.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 | 3726178f18d48bd25bb4ac5c9b656e18951a3171b2ed6acada5ab7b13ec2a3b3 |
|
MD5 | 6f678f798ac93dac7ee5996853d3a6e1 |
|
BLAKE2b-256 | 10d9bb0012b01971b092a4ec55fc2ef753c484b463d103181114f35cc34b4eca |