Metadata-Version: 2.1
Name: ubuntu_package_download
Version: 0.0.3
Summary: Helpful utility to download Ubuntu debian packages
Author-email: Philip Roche <phil.roche@canonical.com>
Maintainer-email: Philip Roche <phil.roche@canonical.com>
License: GNU General Public License v3
Project-URL: bugs, https://github.com/philroche/ubuntu_package_download/issues
Project-URL: changelog, https://github.com/philroche/ubuntu_package_download/blob/master/changelog.md
Project-URL: homepage, https://github.com/philroche/ubuntu_package_download
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: typer
Requires-Dist: launchpadlib
Requires-Dist: python-debian
Requires-Dist: rich
Requires-Dist: typing-extensions
Provides-Extra: dev
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: ruff ; extra == 'dev'

=======================
Ubuntu Package Download
=======================


.. image:: https://img.shields.io/pypi/v/ubuntu_package_download.svg
        :target: https://pypi.python.org/pypi/ubuntu_package_download

.. image:: https://img.shields.io/travis/philroche/ubuntu_package_download.svg
        :target: https://travis-ci.com/philroche/ubuntu_package_download

.. image:: https://readthedocs.org/projects/ubuntu-package-download/badge/?version=latest
        :target: https://ubuntu-package-download.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Helpful utility to download Ubuntu debian packages


* Free software: GNU General Public License v3
* Documentation: https://ubuntu-package-download.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
