Metadata-Version: 2.1
Name: aliases
Version: 0.6.0
Summary: Keeping track of aliases
Project-URL: Homepage, https://github.com/KoenBaak/aliases
Author-email: Koen Baak <koenbaak@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Provides-Extra: doc
Provides-Extra: test
Description-Content-Type: text/x-rst

Aliases
=======
.. image:: https://readthedocs.org/projects/aliases/badge/?version=latest
    :target: https://aliases.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

A very small Python package for keeping track of aliases.

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

.. code-block:: console

    pip install aliases

Documentation
-------------
`Here 😃 <https://aliases.readthedocs.io>`_
