Metadata-Version: 2.1
Name: colabcode
Version: 0.0.5
Summary: ColabCode - Run codeserver on Colab!
Home-page: https://github.com/abhishekkrthakur/colabcode
Author: Abhishek Thakur
Author-email: abhishek4@gmail.com
License: MIT License
Description: # ColabCode
        
        Run code server on Google Colab or Kaggle Notebooks
        
        - install colabcode: `pip install colabcode`
        - import colabcode: `from colabcode import ColabCode`
        - run: `ColabCode(port=10000, password="abhishek")`
        - you can also run it with any password or port :)
        
        See an example in [this video tutorial](https://www.youtube.com/watch?v=7kTbM3D02jU).
        
Platform: linux
Platform: unix
Requires-Python: >3.5.2
Description-Content-Type: text/markdown
