yarg
yarg copied to clipboard
A semi hard Cornish cheese, also queries PyPI
yarg(1) -- A semi hard Cornish cheese, also queries PyPI
.. image:: https://img.shields.io/travis/kura/yarg.svg?style=flat
.. image:: https://img.shields.io/coveralls/kura/yarg.svg?style=flat
Yarg is a PyPI client.
.. code-block:: python
>>> import yarg
>>> package = yarg.get("yarg")
>>> package.name
u'yarg'
>>> package.author
Author(name=u'Kura', email=u'[email protected]')
Full documentation is at https://yarg.readthedocs.org.
Yarg is released under the MIT license <https://github.com/kura/yarg/blob/master/LICENSE>
. The source code is on GitHub <https://github.com/kura/yarg>
and issues are also tracked on GitHub <https://github.com/kura/yarg/issues>
_.