nbsync 0.2.1__py3-none-any.whl → 0.2.2__py3-none-any.whl

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.
nbsync/__init__.py CHANGED
@@ -0,0 +1,6 @@
1
+ from nbstore import Store
2
+
3
+ from .cell import Cell
4
+ from .sync import Synchronizer
5
+
6
+ __all__ = ["Cell", "Store", "Synchronizer"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nbsync
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: A core library to synchronize Jupyter notebooks and Markdown documents, enabling seamless integration and dynamic content execution
5
5
  Project-URL: Documentation, https://daizutabi.github.io/nbsync/
6
6
  Project-URL: Source, https://github.com/daizutabi/nbsync
@@ -1,11 +1,11 @@
1
- nbsync/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1
+ nbsync/__init__.py,sha256=3NuWx9D0LcBnXjEKrC-uypNDOz8rLWXI7mIjdN9xSeE,126
2
2
  nbsync/cell.py,sha256=C7VqQO3mxZ7Nj4ufywTnaqZAegT7zqA6iN2WV6X5X5c,3786
3
3
  nbsync/logger.py,sha256=g2NE76mvzd98t1FStmMmt2alAmfmYOz_CLL2ZHlxFBo,735
4
4
  nbsync/markdown.py,sha256=xcPhQKWpFDyVQ_xtZCpFrnR0QED_hYs4PAyaT7dF3t4,3830
5
5
  nbsync/notebook.py,sha256=Voh-e8RQsoYmWKnaHzAn4bm6Ud5v-aHwmng2Uc0rUts,1009
6
6
  nbsync/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  nbsync/sync.py,sha256=3gLLAACjKGiFCODCgxw5lqr0m3_Naxjv-oWizP3J4QY,3833
8
- nbsync-0.2.1.dist-info/METADATA,sha256=M5BTU9nAovsV0r4tORm7TOA8hWhDavteEuGPbdxe4hI,6552
9
- nbsync-0.2.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
- nbsync-0.2.1.dist-info/licenses/LICENSE,sha256=wy1pqn52upuo_qYwY-epWmspwE-3UWJso0xodciGXYc,1062
11
- nbsync-0.2.1.dist-info/RECORD,,
8
+ nbsync-0.2.2.dist-info/METADATA,sha256=f7WVkgNrhfDT_4tQPq3C5_rMwWOP7q-HyUfO_hgZ-D4,6552
9
+ nbsync-0.2.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
+ nbsync-0.2.2.dist-info/licenses/LICENSE,sha256=wy1pqn52upuo_qYwY-epWmspwE-3UWJso0xodciGXYc,1062
11
+ nbsync-0.2.2.dist-info/RECORD,,
File without changes