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.2.tar.gz
(11.4 kB
view details)
Built Distribution
File details
Details for the file notebooklog-0.0.2.tar.gz
.
File metadata
- Download URL: notebooklog-0.0.2.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0bf8df7a1df24c85c961440d2a24d562a20389a7579cb1646466120687917c9 |
|
MD5 | a8d49c898b48091ace0d63c209c9a78a |
|
BLAKE2b-256 | 52a1b9d2d1912297274b89209414ba9c6ef5077968eed9b6e79d7c820944c93c |
File details
Details for the file notebooklog-0.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: notebooklog-0.0.2-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.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0df7716e4614a03da5a196ff8386c24dfaf6d834159e953e47ba845eee32950a |
|
MD5 | 2d2fbf12122a35d8309cc527e2ec8201 |
|
BLAKE2b-256 | 71bdf61566d23fb9d8e9b514f6945ff8134acb988acd515c8ae6e50f14806599 |