Metadata-Version: 2.1
Name: youtube-sm-parser
Version: 0.1.5
Summary: Output youtube subscriptions using subscription_manager file
Home-page: https://github.com/shanedabes/youtube_sm_parser
Author: Shane Donohoe
Author-email: shane@donohoe.cc
License: Apache Software License 2.0
Keywords: youtube_sm_parser
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: requests-futures (==1.0.0)
Requires-Dist: xmltodict (==0.12.0)
Requires-Dist: PyYAML (==5.1)

=================
youtube_sm_parser
=================


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

.. image:: https://img.shields.io/travis/shanedabes/youtube_sm_parser.svg
        :target: https://travis-ci.org/shanedabes/youtube_sm_parser

.. image:: https://readthedocs.org/projects/youtube-sm-parser/badge/?version=latest
        :target: https://youtube-sm-parser.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/shanedabes/youtube_sm_parser/shield.svg
     :target: https://pyup.io/repos/github/shanedabes/youtube_sm_parser/
     :alt: Updates



Output youtube subscriptions using subscription_manager file


* Free software: Apache Software License 2.0
* Documentation: https://youtube-sm-parser.readthedocs.io.


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

youtube-sm-parser can be installed using pip:

    pip install youtube_sm_parser

Also available on the AUR_

.. _AUR: https://aur.archlinux.org/packages/python-youtube-sm-parser/

Usage
-----

Once installed, run using the command `youtube-sm-parser`. Options can be discovered using the `-h` option.

Features
--------

* Return subscriptions using opml file exported from youtube
* Output in multiple formats
    * json
    * yaml
    * custom line format

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


=======
History
=======

0.1.4 (2019-08-12)
------------------

* Fix requirements

0.1.2 (2019-08-12)
------------------

* Move subscription downloading and outputting to separate functions

0.1.1 (2019-07-27)
------------------

* Update requests-futures dependency

0.1.0 (2019-05-17)
------------------

* First release on PyPI.


