Metadata-Version: 2.1
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
License: UNKNOWN
Description: # 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©.*
        
Keywords: Arch Linux AUR Arch Offical Repository pacman paur
Platform: UNKNOWN
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
Provides-Extra: dev
