Metadata-Version: 2.4
Name: colabsh
Version: 1.0.0
Summary: CLI tool for Google Colab - execute code and interact with Colab from the terminal
Project-URL: Documentation, https://github.com/onuralpszr/colabsh#readme
Project-URL: Issues, https://github.com/onuralpszr/colabsh/issues
Project-URL: Source, https://github.com/onuralpszr/colabsh
Author: Osman Sezer
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: cli,colab,google,jupyter,notebook
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: click>=8.1.0
Requires-Dist: pydantic<3.0.0,>=2.12.3
Requires-Dist: websockets>=15.0.1
Provides-Extra: qr
Requires-Dist: qrcode>=8.0; extra == 'qr'
