Metadata-Version: 2.1
Name: steamctl
Version: 0.3.2
Summary: Take control of Steam from your terminal
Home-page: https://github.com/ValvePython/steamctl
Author: Rossen Georgiev
Author-email: rossen@rgp.io
License: MIT
Keywords: steam steamctl steamid steamcommunity authenticator workshop
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: ~=3.4
Requires-Dist: steam (~=1.0.0a4)
Requires-Dist: appdirs
Requires-Dist: argcomplete
Requires-Dist: tqdm
Requires-Dist: arrow

|pypi| |pypipy| |license|

Take control of Steam from your terminal

Install
-------

.. code:: bash

    pip install steamctl

Install directly from ``github``:

.. code:: bash

    pip install git+https://github.com/ValvePython/steamctl#egg=steamctl


Command list
-------------


.. code:: text

        authenticator       Manage Steam authenticators
        depot               List and download from Steam depots
        hlmaster            Query master server and server information
        steamid             Parse SteamID representations
        webapi              Access to WebAPI
        workshop            Search and download workshop items

Previews
--------

``steamctl hlmaster``

.. image:: https://asciinema.org/a/253275.png
    :target: https://asciinema.org/a/253275
    :alt: preview: steamctl hlmaster

``steamctl workshop``

.. image:: https://asciinema.org/a/253277.png
    :target: https://asciinema.org/a/253277
    :alt: preview: steamctl workshop


.. |pypi| image:: https://img.shields.io/pypi/v/steamctl.svg?style=flat&label=stable
    :target: https://pypi.org/project/steamctl/
    :alt: Latest version released on PyPi

.. |pypipy| image:: https://img.shields.io/pypi/pyversions/steamctl.svg?label=%20&logo=python&logoColor=white 
    :alt: PyPI - Python Version

.. |license| image:: https://img.shields.io/pypi/l/steamctl.svg?style=flat&label=license
    :target: https://pypi.org/project/steamctl/
    :alt: MIT License


