Metadata-Version: 2.4
Name: tweepy
Version: 3.10.0
Summary: Twitter library for Python
Home-page: https://www.tweepy.org/
Download-URL: https://pypi.org/project/tweepy/
Author: Joshua Roesslein
Author-email: tweepy@googlegroups.com
License: MIT
Project-URL: Documentation, https://tweepy.readthedocs.io/
Project-URL: Issue Tracker, https://github.com/tweepy/tweepy/issues
Project-URL: Source Code, https://github.com/tweepy/tweepy
Keywords: twitter library
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Description-Content-Type: text/markdown
Requires-Dist: requests[socks]>=2.11.1
Requires-Dist: requests_oauthlib>=0.7.0
Requires-Dist: six>=1.10.0
Provides-Extra: dev
Requires-Dist: coveralls>=1.8.2; extra == "dev"
Requires-Dist: tox>=2.4.0; extra == "dev"
Provides-Extra: test
Requires-Dist: mock>=1.0.1; extra == "test"
Requires-Dist: nose>=1.3.3; extra == "test"
Requires-Dist: vcrpy>=1.10.3; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Tweepy: Twitter for Python!
======

[![Test Status](https://github.com/tweepy/tweepy/workflows/Test/badge.svg)](https://github.com/tweepy/tweepy/actions?query=workflow%3ATest)
[![Documentation Status](http://img.shields.io/badge/docs-v3.9.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 from PyPI is by using pip:

    pip install tweepy

You can also use Git to clone the repository from GitHub to install the latest
development version:

    git clone https://github.com/tweepy/tweepy.git
    cd tweepy
    pip install .

Alternatively, install directly from the GitHub repository:

    pip install git+https://github.com/tweepy/tweepy.git

Python 2.7, 3.5, 3.6, 3.7, 3.8, & 3.9 are supported.

Community
---------
- [Discord Chat](https://discord.gg/bJvqnhg)

