nbcat 0.13.1__tar.gz → 0.13.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. {nbcat-0.13.1 → nbcat-0.13.2}/.github/workflows/ci.yml +18 -0
  2. {nbcat-0.13.1 → nbcat-0.13.2}/PKG-INFO +1 -1
  3. {nbcat-0.13.1 → nbcat-0.13.2}/pyproject.toml +1 -1
  4. nbcat-0.13.2/src/nbcat/__init__.py +1 -0
  5. {nbcat-0.13.1 → nbcat-0.13.2}/uv.lock +479 -479
  6. nbcat-0.13.1/.github/workflows/homebrew.yml +0 -23
  7. nbcat-0.13.1/src/nbcat/__init__.py +0 -1
  8. {nbcat-0.13.1 → nbcat-0.13.2}/.gitignore +0 -0
  9. {nbcat-0.13.1 → nbcat-0.13.2}/LICENSE +0 -0
  10. {nbcat-0.13.1 → nbcat-0.13.2}/Makefile +0 -0
  11. {nbcat-0.13.1 → nbcat-0.13.2}/README.md +0 -0
  12. {nbcat-0.13.1 → nbcat-0.13.2}/docs/screenshot.png +0 -0
  13. {nbcat-0.13.1 → nbcat-0.13.2}/docs/screenshot2.png +0 -0
  14. {nbcat-0.13.1 → nbcat-0.13.2}/src/nbcat/enums.py +0 -0
  15. {nbcat-0.13.1 → nbcat-0.13.2}/src/nbcat/exceptions.py +0 -0
  16. {nbcat-0.13.1 → nbcat-0.13.2}/src/nbcat/image.py +0 -0
  17. {nbcat-0.13.1 → nbcat-0.13.2}/src/nbcat/main.py +0 -0
  18. {nbcat-0.13.1 → nbcat-0.13.2}/src/nbcat/markdown.py +0 -0
  19. {nbcat-0.13.1 → nbcat-0.13.2}/src/nbcat/pager.py +0 -0
  20. {nbcat-0.13.1 → nbcat-0.13.2}/src/nbcat/py.typed +0 -0
  21. {nbcat-0.13.1 → nbcat-0.13.2}/src/nbcat/schemas.py +0 -0
  22. {nbcat-0.13.1 → nbcat-0.13.2}/tests/assets/invalid.ipynb +0 -0
  23. {nbcat-0.13.1 → nbcat-0.13.2}/tests/assets/many_tracebacks.ipynb +0 -0
  24. {nbcat-0.13.1 → nbcat-0.13.2}/tests/assets/no_min_version.ipynb +0 -0
  25. {nbcat-0.13.1 → nbcat-0.13.2}/tests/assets/sqlite.ipynb +0 -0
  26. {nbcat-0.13.1 → nbcat-0.13.2}/tests/assets/test3.ipynb +0 -0
  27. {nbcat-0.13.1 → nbcat-0.13.2}/tests/assets/test3_no_metadata.ipynb +0 -0
  28. {nbcat-0.13.1 → nbcat-0.13.2}/tests/assets/test3_no_min_version.ipynb +0 -0
  29. {nbcat-0.13.1 → nbcat-0.13.2}/tests/assets/test3_no_worksheets.ipynb +0 -0
  30. {nbcat-0.13.1 → nbcat-0.13.2}/tests/assets/test3_worksheet_with_no_cells.ipynb +0 -0
  31. {nbcat-0.13.1 → nbcat-0.13.2}/tests/assets/test4.5.ipynb +0 -0
  32. {nbcat-0.13.1 → nbcat-0.13.2}/tests/assets/test4.ipynb +0 -0
  33. {nbcat-0.13.1 → nbcat-0.13.2}/tests/assets/test4custom.ipynb +0 -0
  34. {nbcat-0.13.1 → nbcat-0.13.2}/tests/assets/test4docinfo.ipynb +0 -0
  35. {nbcat-0.13.1 → nbcat-0.13.2}/tests/assets/test4jupyter_metadata.ipynb +0 -0
  36. {nbcat-0.13.1 → nbcat-0.13.2}/tests/assets/test4jupyter_metadata_timings.ipynb +0 -0
  37. {nbcat-0.13.1 → nbcat-0.13.2}/tests/conftest.py +0 -0
  38. {nbcat-0.13.1 → nbcat-0.13.2}/tests/test_read_notebook.py +0 -0
  39. {nbcat-0.13.1 → nbcat-0.13.2}/tests/test_render_cell.py +0 -0
@@ -62,3 +62,21 @@ jobs:
62
62
  uses: softprops/action-gh-release@v2
63
63
  with:
64
64
  files: dist/*
65
+
66
+ homebrew:
67
+ needs: deploy
68
+ runs-on: ubuntu-latest
69
+ steps:
70
+ - name: Release project to Homebrew tap
71
+ uses: Justintime50/homebrew-releaser@v2
72
+ with:
73
+ homebrew_owner: akopdev
74
+ homebrew_tap: homebrew-formulas
75
+ github_token: ${{ secrets.HOMEBREW_TAP_TOKEN }}
76
+ install: 'virtualenv_install_with_resources'
77
+ test: 'assert_match version.to_s, shell_output("#{bin}/nbcat --version")'
78
+ commit_owner: akopdev
79
+ commit_email: devnull@akop.dev
80
+ update_readme_table: true
81
+ formula_includes: 'include Language::Python::Virtualenv'
82
+ depends_on: '"python@3.13"'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbcat
3
- Version: 0.13.1
3
+ Version: 0.13.2
4
4
  Summary: cat for jupyter notebooks
5
5
  Project-URL: Homepage, https://github.com/akopdev/nbcat
6
6
  Project-URL: Repository, https://github.com/akopdev/nbcat
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "nbcat"
3
- version = "0.13.1"
3
+ version = "0.13.2"
4
4
  description = "cat for jupyter notebooks"
5
5
  authors = [
6
6
  { name = "Akop Kesheshyan", email = "devnull@akop.dev" }
@@ -0,0 +1 @@
1
+ __version__ = "0.13.2"