Yarg is a PyPI client.
>>> import yarg
>>> package = yarg.get("yarg")
>>> package.name
u'yarg'
>>> package.author
Author(name=u'Kura', email=u'kura@kura.io')
Full documentation is at <https://yarg.readthedocs.org>.
Yarg is released under the MIT license. The source code is on GitHub and issues are also tracked on GitHub.