{"id":39025688,"url":"https://github.com/bamresearch/jupyter-analysis-tools","last_synced_at":"2026-01-30T17:01:17.324Z","repository":{"id":63000613,"uuid":"299432991","full_name":"BAMresearch/jupyter-analysis-tools","owner":"BAMresearch","description":"Common Python helpers for data analysis notebooks in GIT repositories.","archived":false,"fork":false,"pushed_at":"2025-12-15T00:03:26.000Z","size":9934,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-21T00:31:52.425Z","etag":null,"topics":["analysis","jupyter-notebook","jupyterlab","numerics","open-source","python"],"latest_commit_sha":null,"homepage":"https://bamresearch.github.io/jupyter-analysis-tools/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BAMresearch.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-09-28T21:13:27.000Z","updated_at":"2025-12-11T14:42:15.000Z","dependencies_parsed_at":"2024-03-25T15:57:43.771Z","dependency_job_id":"18a9f1d4-5a31-4ca5-bec1-0f653b1a5cac","html_url":"https://github.com/BAMresearch/jupyter-analysis-tools","commit_stats":null,"previous_names":[],"tags_count":46,"template":false,"template_full_name":null,"purl":"pkg:github/BAMresearch/jupyter-analysis-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BAMresearch%2Fjupyter-analysis-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BAMresearch%2Fjupyter-analysis-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BAMresearch%2Fjupyter-analysis-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BAMresearch%2Fjupyter-analysis-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BAMresearch","download_url":"https://codeload.github.com/BAMresearch/jupyter-analysis-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BAMresearch%2Fjupyter-analysis-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28915942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T16:37:38.804Z","status":"ssl_error","status_checked_at":"2026-01-30T16:37:37.878Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analysis","jupyter-notebook","jupyterlab","numerics","open-source","python"],"created_at":"2026-01-17T17:32:30.868Z","updated_at":"2026-01-30T17:01:17.305Z","avatar_url":"https://github.com/BAMresearch.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jupyter Analysis Tools (v1.7.2)\n\n[![PyPI Package latest release](https://img.shields.io/pypi/v/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)\n[![Commits since latest release](https://img.shields.io/github/commits-since/BAMresearch/jupyter-analysis-tools/v1.7.2.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/compare/v1.7.2...main)\n[![License](https://img.shields.io/pypi/l/jupyter-analysis-tools.svg)](https://en.wikipedia.org/wiki/MIT_license)\n[![Supported versions](https://img.shields.io/pypi/pyversions/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools)\n[![PyPI Wheel](https://img.shields.io/pypi/wheel/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools#files)\n[![Weekly PyPI downloads](https://img.shields.io/pypi/dw/jupyter-analysis-tools.svg)](https://pypi.org/project/jupyter-analysis-tools/)\n[![Continuous Integration and Deployment Status](https://github.com/BAMresearch/jupyter-analysis-tools/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/BAMresearch/jupyter-analysis-tools/actions/workflows/ci-cd.yml)\n[![Coverage report](https://img.shields.io/endpoint?url=https://BAMresearch.github.io/jupyter-analysis-tools/coverage-report/cov.json)](https://BAMresearch.github.io/jupyter-analysis-tools/coverage-report/)\n\nYet another Python library with helpers and utilities for data analysis and processing.\n\n## Installation\n\n    pip install jupyter-analysis-tools\n\nYou can also install the in-development version with:\n\n    pip install git+https://github.com/BAMresearch/jupyter-analysis-tools.git@main\n\n## Documentation\n\nhttps://BAMresearch.github.io/jupyter-analysis-tools\n\n## Development\n\n### Testing\n\nSee which tests are available (arguments after `--` get passed to *pytest* which runs the tests):\n\n    tox -e py -- --co\n\nRun a specific test only:\n\n    tox -e py -- -k \u003ctest_name from listing before\u003e\n\nRun all tests with:\n\n    tox -e py\n\n### Package Version\n\nGet the next version number and how the GIT history would be interpreted for that:\n\n    pip install python-semantic-release\n    semantic-release -v version --print\n\nThis prints its interpretation of the commits in detail. Make sure to supply the `--print`\nargument to not raise the version number which is done automatically by the *release* job\nof the GitHub Action Workflows.\n\n### Project template\n\nUpdate the project configuration from the *copier* template and make sure the required packages\nare installed:\n\n    pip install copier jinja2-time\n    copier update --trust --skip-answered\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamresearch%2Fjupyter-analysis-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbamresearch%2Fjupyter-analysis-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamresearch%2Fjupyter-analysis-tools/lists"}