Metadata-Version: 2.1
Name: clmutils
Version: 0.1.0
Summary: colab miscellaneous utils
Home-page: https://github.com/ffreemt/colab-misc-utils
Author: ffreemt
Requires-Python: >=3.6.1,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: logzero (>=1.6.3,<2.0.0)
Project-URL: Bug Tracker, https://github.com/ffreemt/colab-misc-utils/issues
Project-URL: Repository, https://github.com/ffreemt/colab-misc-utils
Description-Content-Type: text/markdown

# colab miscellaneous utils [![Codacy Badge](https://app.codacy.com/project/badge/Grade/83b7b2cb3ade4589812917f187a8abab)](https://www.codacy.com/gh/ffreemt/colab-misc-utils/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=ffreemt/colab-misc-utils&amp;utm_campaign=Badge_Grade)[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![PyPI version](https://badge.fury.io/py/colab-misc-utils.svg)](https://badge.fury.io/py/colab-misc-utils)
Miscellaneous utils mainly intended for use in colab

Utils planned
*  `create_file`
  creates a file with given mode, e.g. for `.ssh/id_rsa` or `IdentityFile` in `.ssh/config`

*  `apppend_content
 appends some content to a file, e.g., for appended a public key to `.ssh/authorized_keys`

*  `chmod600` 
   `chmod` of a file

*  reverse_ssh_tunnel
 sets up a reverse ssh tunnel to a remote host with via autossh

*  More

