Metadata-Version: 2.3
Name: virtual-tweepy
Version: 0.1.1
Summary: A fork of Tweepy adapted to work with Virtuals's enterprise Twitter endpoint
Author: Steven Lee Soon Fatt
Author-email: steven@virtuals.io
Requires-Python: >=3.9
Classifier: Development Status :: 5 - Production/Stable
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Provides-Extra: async-support
Provides-Extra: dev
Provides-Extra: test
Requires-Dist: aiohttp (>=3.7.3,<4) ; extra == "async-support"
Requires-Dist: async-lru (>=1.0.3,<3) ; extra == "async-support"
Requires-Dist: coverage (>=4.4.2) ; extra == "dev"
Requires-Dist: coveralls (>=2.1.0) ; extra == "dev"
Requires-Dist: oauthlib (>=3.2.0,<4)
Requires-Dist: requests (>=2.27.0,<3)
Requires-Dist: requests-oauthlib (>=1.2.0,<3)
Requires-Dist: tox (>=3.21.0) ; extra == "dev"
Requires-Dist: urllib3 (<2) ; extra == "test"
Requires-Dist: vcrpy (>=1.10.3) ; extra == "test"
Project-URL: Code, https://github.com/game-by-virtuals/game-twitter-python
Project-URL: Issue tracker, https://github.com/game-by-virtuals/game-twitter-python/issues
Description-Content-Type: text/markdown

# Virtual Tweepy: Twitter for Python!

## Installation

The easiest way to install the latest version from PyPI is by using
[pip](https://pip.pypa.io/):

    pip install virtual-tweepy

To use the `tweepy.asynchronous` subpackage, be sure to install with the
`async` extra:

    pip install virtual-tweepy[async]

Latest version of Python and older versions not end of life (bugfix and security) are supported.

## Links

- [Documentation](https://tweepy.readthedocs.io/en/latest/)
- [Twitter API Documentation](https://developer.twitter.com/en/docs/twitter-api)

## Acknowledgments

This project is a modified version of [Tweepy](https://github.com/tweepy/tweepy), originally created by Joshua Roesslein.
Original work is Copyright (c) 2009-2023 Joshua Roesslein and is licensed under the MIT License.

