Metadata-Version: 2.4
Name: aorlib
Version: 0.0.1a0
Summary: A python library with the ability to interact with Arch Official Repository
Home-page: https://github.com/tonybenoy/aorlib
Author: Tony Benoy
Author-email: me@tonybenoy.com
Keywords: Arch Linux AUR Arch Offical Repository pacman paur
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: httpx
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# aorlib
<p>
    <a href="https://github.com/tonybenoy/aorlib/actions">
        <img src="https://github.com/tonybenoy/aorlib/workflows/mypy/badge.svg" alt="Test Status" height="20">
    </a>
    <a href="https://pypi.org/project/aorlib/"><img src="https://img.shields.io/pypi/v/aorlib" alt="Pypi version" height="21"></a>
</p>
<p>
    <a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.7+-blue.svg" alt="Python version" height="17"></a>
    <a href="https://github.com/tonybenoy/aorlib/blob/master/LICENSE"><img src="https://img.shields.io/github/license/tonybenoy/aorlib" alt="License" height="17"></a>
    <a href="https://github.com/psf/black">
        <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Codestyle Black" height="17">
    </a>
</p>

A python library to interact with Arch Linux Official repository to search and find details of the package.
You can find more information here: https://wiki.archlinux.org/index.php/Official_repositories_web_interface



*DISCLAIMER: aorlib is not affiliated with Arch Linux©.*
