Metadata-Version: 2.1
Name: package-locator
Version: 0.3.10
Summary: For a package, locate its source repository url and its relative path within the repository
Home-page: https://github.com/nasifimtiazohi/package-locator
License: MIT
Author: Nasif Imtiaz
Author-email: nasifimtiaz88@gmail.com
Requires-Python: >=3.7.1,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: GitPython (>=3.1.24,<4.0.0)
Requires-Dist: PyYAML (>=5.4.1,<6.0.0)
Requires-Dist: click (>=8.0.0,<9.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Requires-Dist: rich (>=10.3.0,<11.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Project-URL: Documentation, https://package-locator.readthedocs.io
Project-URL: Repository, https://github.com/nasifimtiazohi/package-locator
Description-Content-Type: text/x-rst

package-locator
===========================

|PyPI| |Python Version| |License| |Read the Docs| |Build| |Tests| |Codecov| |pre-commit| |Black|

.. |PyPI| image:: https://img.shields.io/pypi/v/package-locator.svg
   :target: https://pypi.org/project/package-locator/
   :alt: PyPI
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/package-locator
   :target: https://pypi.org/project/package-locator
   :alt: Python Version
.. |License| image:: https://img.shields.io/github/license/nasifimtiazohi/package-locator
   :target: https://opensource.org/licenses/MIT
   :alt: License
.. |Read the Docs| image:: https://img.shields.io/readthedocs/package-locator/latest.svg?label=Read%20the%20Docs
   :target: https://package-locator.readthedocs.io/
   :alt: Read the documentation at https://package-locator.readthedocs.io/
.. |Build| image:: https://github.com/nasifimtiazohi/package-locator/workflows/Build%20package-locator%20Package/badge.svg
   :target: https://github.com/nasifimtiazohi/package-locator/actions?workflow=Package
   :alt: Build Package Status
.. |Tests| image:: https://github.com/nasifimtiazohi/package-locator/workflows/Run%20package-locator%20Tests/badge.svg
   :target: https://github.com/nasifimtiazohi/package-locator/actions?workflow=Tests
   :alt: Run Tests Status
.. |Codecov| image:: https://codecov.io/gh/nasifimtiazohi/package-locator/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/nasifimtiazohi/package-locator
   :alt: Codecov
.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
   :alt: Black


Features
--------

* TODO


Installation
------------

You can install *package-locator* via pip_ from PyPI_:

.. code:: console

   $ pip install package-locator


Usage
-----

Please see the `Command-line Reference <Usage_>`_ for details.


Credits
-------

This package was created with cookietemple_ using Cookiecutter_ based on Hypermodern_Python_Cookiecutter_.

.. _cookietemple: https://cookietemple.com
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _PyPI: https://pypi.org/
.. _Hypermodern_Python_Cookiecutter: https://github.com/cjolowicz/cookiecutter-hypermodern-python
.. _pip: https://pip.pypa.io/
.. _Usage: https://package-locator.readthedocs.io/en/latest/usage.html

