Metadata-Version: 2.1
Name: aurlib
Version: 0.0.1a0
Summary: A python library with the ability to interact with Arch User Repository
Home-page: https://github.com/tonybenoy/aurlib
Author: Tony Benoy
Author-email: me@tonybenoy.com
License: UNKNOWN
Description: # aurlib
        <p>
            <a href="https://github.com/tonybenoy/aurlib/actions">
                <img src="https://github.com/tonybenoy/aurlib/workflows/mypy/badge.svg" alt="Test Status" height="20">
            </a>
            <a href="https://pypi.org/project/aurlib/"><img src="https://img.shields.io/pypi/v/aurlib" 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/aurlib/blob/master/LICENSE"><img src="https://img.shields.io/github/license/tonybenoy/aurlib" 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 User repository to search and find details of the package.
        You can find more information here: https://wiki.archlinux.org/index.php/Aurweb_RPC_interface
        
        
        
        *DISCLAIMER: aurlib 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
