# notebooklog (WIP)
[](https://pypi.python.org/pypi/notebooklog)
[](https://github.com/maximz/notebooklog/actions/workflows/ci.yaml)
[](https://notebooklog.maximz.com)
[](https://github.com/maximz/notebooklog)
## 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
```bash
pip install notebooklog
```
## Usage
## Development
Submit PRs against `develop` branch, then make a release pull request to `master`.
```bash
# 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.
Raw data
{
"_id": null,
"home_page": "https://github.com/maximz/notebooklog",
"name": "notebooklog",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Maxim Zaslavsky",
"author_email": "maxim@maximz.com",
"download_url": "https://files.pythonhosted.org/packages/52/a1/b9d2d1912297274b89209414ba9c6ef5077968eed9b6e79d7c820944c93c/notebooklog-0.0.2.tar.gz",
"platform": null,
"description": "# notebooklog (WIP)\n\n[](https://pypi.python.org/pypi/notebooklog)\n[](https://github.com/maximz/notebooklog/actions/workflows/ci.yaml)\n[](https://notebooklog.maximz.com)\n[](https://github.com/maximz/notebooklog)\n\n## TODOs: Configuring this template\n\nCreate a Netlify site for your repository, then turn off automatic builds in Netlify settings.\n\nAdd 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)\n\nSet up Codecov at TODO\n\n## Overview\n\n## Installation\n\n```bash\npip install notebooklog\n```\n\n## Usage\n\n## Development\n\nSubmit PRs against `develop` branch, then make a release pull request to `master`.\n\n```bash\n# Optional: set up a pyenv virtualenv\npyenv virtualenv 3.9 notebooklog-3.9\necho \"notebooklog-3.9\" > .python-version\npyenv version\n\n# Install requirements\npip install --upgrade pip wheel\npip install -r requirements_dev.txt\n\n# Install local package\npip install -e .\n\n# Install pre-commit\npre-commit install\n\n# Run tests\nmake test\n\n# Run lint\nmake lint\n\n# bump version before submitting a PR against master (all master commits are deployed)\nbump2version patch # possible: major / minor / patch\n\n# also ensure CHANGELOG.md updated\n```\n\n\n# Changelog\n\n## 0.0.1\n\n* First release on PyPI.\n",
"bugtrack_url": null,
"license": "MIT license",
"summary": "notebooklog",
"version": "0.0.2",
"project_urls": {
"Homepage": "https://github.com/maximz/notebooklog"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "71bdf61566d23fb9d8e9b514f6945ff8134acb988acd515c8ae6e50f14806599",
"md5": "2d2fbf12122a35d8309cc527e2ec8201",
"sha256": "0df7716e4614a03da5a196ff8386c24dfaf6d834159e953e47ba845eee32950a"
},
"downloads": -1,
"filename": "notebooklog-0.0.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "2d2fbf12122a35d8309cc527e2ec8201",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.8",
"size": 6716,
"upload_time": "2023-07-15T01:09:44",
"upload_time_iso_8601": "2023-07-15T01:09:44.601664Z",
"url": "https://files.pythonhosted.org/packages/71/bd/f61566d23fb9d8e9b514f6945ff8134acb988acd515c8ae6e50f14806599/notebooklog-0.0.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "52a1b9d2d1912297274b89209414ba9c6ef5077968eed9b6e79d7c820944c93c",
"md5": "a8d49c898b48091ace0d63c209c9a78a",
"sha256": "d0bf8df7a1df24c85c961440d2a24d562a20389a7579cb1646466120687917c9"
},
"downloads": -1,
"filename": "notebooklog-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "a8d49c898b48091ace0d63c209c9a78a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 11430,
"upload_time": "2023-07-15T01:09:46",
"upload_time_iso_8601": "2023-07-15T01:09:46.456303Z",
"url": "https://files.pythonhosted.org/packages/52/a1/b9d2d1912297274b89209414ba9c6ef5077968eed9b6e79d7c820944c93c/notebooklog-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-15 01:09:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "maximz",
"github_project": "notebooklog",
"github_not_found": true,
"lcname": "notebooklog"
}