Metadata-Version: 2.1
Name: srcinfo
Version: 0.0.8
Summary: A small library to parse .SRCINFO files
Home-page: https://github.com/kyrias/python-srcinfo
Author: Johannes Löthberg
Author-email: johannes@kyriasis.com
License: ISC
Keywords: .SRCINFO makepkg pacman AUR
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: System :: Archiving :: Packaging
Classifier: License :: OSI Approved :: ISC License (ISCL)
License-File: LICENSE

================
 python-srcinfo
================

This is a small library to easily parse ``.SRCINFO`` files in python, using the python parse_ library.

.. _parse: https://github.com/r1chardj0n3s/parse


Installing
----------

If you're on Arch Linux, you can install this library from the [community] repository.
Alternatively, it can be installed from the PyPI using pip `[1]`__.

.. __: https://pypi.python.org/pypi/srcinfo


