Metadata-Version: 1.1
Name: cytube-bot
Version: 0.1.1
Summary: AsyncIO CyTube bot
Home-page: https://github.com/dead-beef/cytube-bot
Author: dead-beef
Author-email: UNKNOWN
License: MIT
Description: cytube-bot
        ==========
        
        .. image:: https://img.shields.io/pypi/v/cytube-bot.svg
           :target: https://pypi.python.org/pypi/cytube-bot
        .. image:: https://img.shields.io/pypi/status/cytube-bot.svg
           :target: https://pypi.python.org/pypi/cytube-bot
        .. image:: https://img.shields.io/pypi/format/cytube-bot.svg
           :target: https://pypi.python.org/pypi/cytube-bot
        .. image:: https://img.shields.io/librariesio/github/dead-beef/cytube-bot.svg
           :target: https://libraries.io/pypi/cytube-bot
        .. image:: https://img.shields.io/pypi/pyversions/cytube-bot.svg
           :target: https://python.org
        .. image:: https://img.shields.io/pypi/l/cytube-bot.svg
           :target: https://github.com/dead-beef/cytube-bot/blob/master/LICENSE
        
        Overview
        --------
        
        AsyncIO `CyTube <https://github.com/calzoneman/sync>`__ bot
        
        Requirements
        ------------
        
        -  `Python >=3.4 <https://www.python.org/>`__
        
        Installation
        ------------
        
        .. code:: bash
        
            pip install cytube-bot
            pip install cytube-bot[proxy]
        
        .. code:: bash
        
            git clone https://github.com/dead-beef/cytube-bot
            cd cytube-bot
            pip install -e .[dev]
        
        Building
        --------
        
        .. code:: bash
        
            ./build.sh
        
        Testing
        -------
        
        .. code:: bash
        
            ./test
        
        Usage
        -----
        
        -  `Module documentation <https://dead-beef.github.io/cytube-bot/>`__
        -  `Examples <https://github.com/dead-beef/cytube-bot/blob/master/examples>`__
        
        
        Licenses
        --------
        
        -  `cytube-bot <https://github.com/dead-beef/cytube-bot/blob/master/LICENSE>`__
        
Keywords: cytube bot asyncio
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
