Metadata-Version: 2.1
Name: stocktweepy
Version: 0.0.1
Summary: StockTwits library for Python
Home-page: https://www.stocktweepy.org/
Author: JohnPatrickRoach
Author-email: contact@johnpatrickroach.com
License: MIT
Download-URL: https://pypi.org/project/stocktweepy/
Project-URL: Documentation, https://stocktweepy.readthedocs.io/
Project-URL: Issue Tracker, https://github.com/stocktweepy/stocktweepy/issues
Project-URL: Source Code, https://github.com/stocktweepy/stocktweepy
Description: StockTweepy: StockTwits for Python!
        ======
        
        [![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 tweepy
        
        You may also use Git to clone the repository from
        GitHub and install it manually:
        
            git clone https://github.com/tweepy/tweepy.git
            cd tweepy
            python setup.py install
        
        Python 2.7, 3.5, 3.6, 3.7, & 3.8 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 :: 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
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
