Metadata-Version: 2.1
Name: trackfilter
Version: 1.1.0
Summary: Remove YouTube-related garbage from song titles.
Home-page: https://github.com/mirrorfm/trackfilter
Author: Stephane Bruckert
Author-email: stephane.bruckert@gmail.com
License: MIT
Project-URL: Documentation, https://trackfilter.readthedocs.io/
Project-URL: Changelog, https://trackfilter.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/mirrorfm/trackfilter/issues
Requires-Python: >=3.8
License-File: AUTHORS.rst

========
Overview
========

.. start-badges

.. list-table::
    :stub-columns: 1

    * - docs
      - |docs|
    * - package
      - | |version| |wheel| |supported-versions| |supported-implementations|
        | |commits-since|
.. |docs| image:: https://readthedocs.org/projects/trackfilter/badge/?style=flat
    :target: https://readthedocs.org/projects/trackfilter
    :alt: Documentation Status

.. |version| image:: https://img.shields.io/pypi/v/trackfilter.svg
    :alt: PyPI Package latest release
    :target: https://pypi.org/project/trackfilter

.. |wheel| image:: https://img.shields.io/pypi/wheel/trackfilter.svg
    :alt: PyPI Wheel
    :target: https://pypi.org/project/trackfilter

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/trackfilter.svg
    :alt: Supported versions
    :target: https://pypi.org/project/trackfilter

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/trackfilter.svg
    :alt: Supported implementations
    :target: https://pypi.org/project/trackfilter

.. |commits-since| image:: https://img.shields.io/github/commits-since/mirrorfm/trackfilter/v1.1.0.svg
    :alt: Commits since latest release
    :target: https://github.com/mirrorfm/trackfilter/compare/v1.1.0...master



.. end-badges

Remove YouTube-related garbage from song titles.

* Free software: MIT license

Installation
============

::

    pip install trackfilter

You can also install the in-development version with::

    pip install https://github.com/mirrorfm/trackfilter/archive/master.zip


Documentation
=============

https://trackfilter.readthedocs.io/


Development
===========

To run the all tests run::

    nose2
