Metadata-Version: 1.2
Name: tweepymashup
Version: 1.0.7
Summary: Multi-Auth handling,Twitter library for python
Home-page: https://github.com/oblockton/tweepy_fix
Author: O.G-Joshua Roesslein Remix-Nirg Mashup-oblockton
Author-email: tweepy@googlegroups.com
License: MIT
Description: Tweepy: Twitter for Python!
        
        
        Tweepy Mashup: Mutli-Auth Handling Tweepy for Python 3+
        
        This is a mashup of Tweepy 3.8.0 and NIRG's fork of a python 2 Tweepy version. Nirg's forked allowed for
        automatic switching of Auth handlers as Ratelimit approached. That functionality has been mashed with the updated features
        included with Tweepy's latest version(3.8.0).
        ======
        
        [![Build Status](http://img.shields.io/travis/tweepy/tweepy/master.svg?style=flat)](https://travis-ci.org/tweepy/tweepy)
        [![Documentation Status](http://img.shields.io/badge/docs-v3.8.0-brightgreen.svg?style=flat)](http://docs.tweepy.org)
        [![Version](http://img.shields.io/pypi/v/tweepy.svg?style=flat)](https://pypi.org/project/tweepy/)
        [![Coverage Status](https://img.shields.io/coveralls/tweepy/tweepy/master.svg?style=flat)](https://coveralls.io/github/tweepy/tweepy?branch=master)
        [![Discord](https://img.shields.io/discord/432685901596852224.svg)](https://discord.gg/bJvqnhg)
        
        Installation
        ------------
        The easiest way to install the latest version
        is by using pip/easy_install to pull it from PyPI:
        
            pip install tweepymashup
        
        You may also use Git to clone the repository from
        GitHub and install it manually:
        
            git clone https://github.com/oblockton/tweepy_fix
            cd tweepy
            python setup.py install
        
        Python 3.5, 3.6, & 3.7 are supported.
        
        Community
        ---------
        - [Discord Chat](https://discord.gg/bJvqnhg)
        
Keywords: twitter library
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Libraries
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
