Metadata-Version: 2.4
Name: SessionSmith
Version: 0.1.2
Summary: Simple session save/load utility for Jupyter notebooks using pickle
Home-page: https://github.com/yut0takagi/SessionSmith
Author: YutoTAKAGI
Author-email: yutotkg.1040@gmail.com
License: MIT
Keywords: jupyter notebook session save load pickle serialization algorithm tracer visualization
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering
Classifier: Framework :: Jupyter
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: visualization
Requires-Dist: matplotlib>=3.5.0; extra == "visualization"
Provides-Extra: all
Requires-Dist: matplotlib>=3.5.0; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

SessionSmith - Session save/load utility for Jupyter notebooks
