Metadata-Version: 2.1
Name: mysocketctl
Version: 0.13
Summary: CLI tool for mysocket.io
Home-page: https://github.com/mysocketio/mysocketctl
Author: Andree Toonk
Author-email: andree@mysocket.io
License: Apache Software License
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Requires-Dist: Click
Requires-Dist: requests
Requires-Dist: pyjwt
Requires-Dist: prettytable
Requires-Dist: paramiko
Requires-Dist: validate-email

Mysocketctl: a CLI tool for Mysocket.io 
==================================================
Mysocketctl is a CLI wrapper around the Mysocket.io API

Please check the full documentation here:
`mysocketctl documentation on readthedocs.io <https://mysocket.readthedocs.io/en/latest/mysocketctl/mysocket.html#>`_

Installation
--------------------
::

    pip3 install mysocketctl

Authors
--------------------
* Andree Toonk

Links
--------------------
* `mysocketctl documentation on readthedocs.io <https://mysocket.readthedocs.io/en/latest/mysocketctl/mysocket.html#>`_
* `Mysocket home page <https://mysocket.io/>`_
* `Project home page (GitHub) <https://github.com/mysocketio/mysocketctl>`_

Bugs
--------------------
Please report bugs, issues, feature requests, etc. on `GitHub <https://github.com/mysocketio/mysocketctl/issues>`_.


