Metadata-Version: 2.0
Name: tldr
Version: 0.2
Summary: command line client for tldr
Home-page: https://github.com/tldr-pages/tldr-python-client
Author: Felix Yan
Author-email: felixonmars@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: SunOS/Solaris
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Utilities
Classifier: Topic :: System
Requires-Dist: colorama
Requires-Dist: six
Requires-Dist: termcolor

tldr-python-client |Build Status|
=================================

A ``Python`` command line client for
`tldr <https://github.com/tldr-pages/tldr>`__.

.. figure:: http://raw.github.com/tldr-pages/tldr/master/screenshot.png
   :alt: tldr screenshot

   tldr screenshot

Installation
------------

::

    $ pip install tldr

Usage
-----

-  ``tldr <command>``

.. |Build Status| image:: https://travis-ci.org/tldr-pages/tldr-python-client.svg
   :target: https://travis-ci.org/tldr-pages/tldr-python-client


