Metadata-Version: 2.1
Name: animeX
Version: 0.1.9
Summary: A simple, yet versatile package for downloading anime.
Home-page: https://github.com/mastersam07/animeX-pack
Author: Samuel Abada
Author-email: abadasamuelosp@gmail.com
License: UNKNOWN
Description: <div align="center">
          <p align="center">
        	  <a href="https://pypi.org/project/animeX/"><img src="https://img.shields.io/pypi/v/animeX?color=blue"></a>
        	  <a href="https://pypi.python.org/pypi/animeX/"><img src="https://img.shields.io/pypi/pyversions/animeX.svg" /></a>
        	  <a href='https://animeX.readthedocs.io/en/latest/?badge=latest'><img src='https://readthedocs.org/projects/animeX/badge/?version=latest' alt='Documentation Status' /></a>
          </p>
        </div>
        
        # animeX-pack
        A lightweight Python library (and command-line utility) for downloading anime.
        
        
        ## Table of Contents
          * [Installation](#installation)
          * [Quick start](#quick-start)
          * [Features](#features)
          * [Usage](#usage)
          * [Command-line interface](#command-line-interface)
          * [Development](#development)
          * [GUIs and other libraries](#guis-and-other-libraries)
        
        ## Installation
        
        Download using pip via pypi.
        
        ```bash
        $ pip install animeX
        ```
        (Mac/homebrew users may need to use ``pip3``)
        
        
        ## Quick start
        ```sh
         $ py -m animeX --version
         $ py -m animeX --name AnimeName
        ```
        A GUI frontend for animeX is not yet available.
        A Windows executable for animeX is not yet available. at [AnimeX](https://github.com/LordGhostX/animeX-v2)
        
        ## Features
          * Ability to Capture Thumbnail URL.
          * Extensively Documented Source Code
          * No Third-Party Dependencies
          * Saves video to local device
        
        ## Usage
        
        Let's begin with showing how easy it is to download a video with animeX:
        
        ```sh
         $ py -m animeX -h
         $ py -m animeX --version
        ```
        This example will download boruto, its highest quality available.
        
        ```sh
         $ py -m animeX --name boruto
        ```
        
        ## Command-line interface
        
        animeX ships with a simple CLI interface for downloading videos.
        
        
        The complete set of flags are:
        
        ```
        usage: pytube3 [-h] [--version] [--name AnimeName]
        
        Command line application to download anime.
        
        positional arguments:
          --name AnimeName      The name of the anime you want to download
        
        optional arguments:
          -h, --help            show this help message and exit
          --version             show program's version number and exit
        ```
        
        
        ## Development
        
        <a href="https://www.codacy.com/manual/hbmartin/pytube3?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=hbmartin/pytube3&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/53794f06983a46829620b3284c6a5596"/></a>
        <a href="https://github.com/ambv/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" /></a>
        
        Pull requests are welcome. For major changes and feature request, please consider going [here](https://github.com/LordGhostX/animeX-v2) and open an issue first to discuss what you would like to change.
        For bug fixes to the command line application or enhancements, open an issue first to discuss what you would like to change.
        
        To run code checking before a PR use ``make test``
        
        #### Virtual environment
        
        Virtual environment is setup with [pipenv](https://pipenv-fork.readthedocs.io/en/latest/) and can be automatically activated with [direnv](https://direnv.net/docs/installation.html)
        
        #### Code Formatting
        
        This project is linted with [pyflakes](https://github.com/PyCQA/pyflakes), formatted with [black](https://github.com/ambv/black), and typed with [mypy](https://mypy.readthedocs.io/en/latest/introduction.html)
        
        
        #### Code of Conduct
        
        Treat other people with helpfulness, gratitude, and consideration! See the [Python Community Code of Conduct](https://www.python.org/psf/codeofconduct/).
        
        ## GUIs and other libraries
        
Keywords: anime,download,video
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Topic :: Internet
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.6
Description-Content-Type: text/markdown
