This commit is contained in:
Norbert
2024-11-18 08:59:34 +01:00
parent 47707d4302
commit d6e9cb72ed
1278 changed files with 200343 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
UNKNOWN

View File

@@ -0,0 +1 @@
pip

View File

@@ -0,0 +1,32 @@
Metadata-Version: 2.0
Name: tweepy
Version: 3.6.0
Summary: Twitter library for python
Home-page: http://github.com/tweepy/tweepy
Author: Joshua Roesslein
Author-email: tweepy@googlegroups.com
License: MIT
Description-Content-Type: UNKNOWN
Keywords: twitter library
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: requests (>=2.11.1)
Requires-Dist: requests-oauthlib (>=0.7.0)
Requires-Dist: six (>=1.10.0)
Requires-Dist: PySocks (>=1.5.7)
UNKNOWN

View File

@@ -0,0 +1,36 @@
examples/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
examples/oauth.py,sha256=f-2UeLJfT-rQwM1evyeSWmnfI0AQA4gWwso_DE6Txs4,1080
examples/streaming.py,sha256=d2cxS6fN4S4VJYnKidLnSy3JZQyNK1_jbnMHaB_3wm0,1034
tweepy/__init__.py,sha256=AzK8O7zqW4s4ReRHNFTaW6L5ZmlLvvnhRH71stKrmM0,756
tweepy/api.py,sha256=HSqrXb1VReRajF3D0k1uoY2ztbLZ3rS6DDd2wT72Kc8,48587
tweepy/auth.py,sha256=RSYASOkpHIa8Bs5ozZe6MqLm8ZHJSLPHg-rydfSPXuY,6718
tweepy/binder.py,sha256=euaXXsrvXNL8xF8busWpsloSnOkW7MkC_fKBRtkztgQ,11108
tweepy/cache.py,sha256=RWVN8N36P2CxBA7Z3L6Sf7rUKOgchkbV1iAdi1IN-p8,12961
tweepy/cursor.py,sha256=9cSLF8jlfpNZXRhbVXcf7OaAtt7t-d_ejGyvr5M3qwQ,7067
tweepy/error.py,sha256=aLqGvr6_nnJAx1asFi46m5y21WcqgipRodXhgOI4Bm4,938
tweepy/models.py,sha256=JAwblngMHghBP1mqQnb1rB5EDNrjWlmCrebGThqdxWA,14117
tweepy/parsers.py,sha256=OxLefSV-iaoMlQr6kwUoUSmKkB3x639soCQpHlkC1Is,3101
tweepy/streaming.py,sha256=Bqkr6yTtiWgbYWlND1p7fNrZteUH2PR5Hpu2ZiHiRFo,17252
tweepy/utils.py,sha256=fPVFCJBYAcy36fstoGmuI6DbfhsCSRkRCLG9FaucfyE,1272
tweepy-3.6.0.dist-info/DESCRIPTION.rst,sha256=OCTuuN6LcWulhHS3d5rfjdsQtW22n7HENFRh6jC6ego,10
tweepy-3.6.0.dist-info/METADATA,sha256=Aq3sFxy2d2DXCKNKrRrSuJDDY4RrGRYQRSyYRpHtKNg,1070
tweepy-3.6.0.dist-info/RECORD,,
tweepy-3.6.0.dist-info/WHEEL,sha256=kdsN-5OJAZIiHN-iO4Rhl82KyS0bDWf4uBwMbkNafr8,110
tweepy-3.6.0.dist-info/metadata.json,sha256=QNjfFBXhjpk-kDExnejM_DrLdMF8wB9bToeE_GY5O78,1161
tweepy-3.6.0.dist-info/top_level.txt,sha256=sGgLq_3P1FwC0PxBCOAXcXFCU5C2Q8TxSDKK2FPQKLU,16
tweepy-3.6.0.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
tweepy-3.6.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
tweepy/__pycache__/streaming.cpython-36.pyc,,
tweepy/__pycache__/models.cpython-36.pyc,,
tweepy/__pycache__/auth.cpython-36.pyc,,
tweepy/__pycache__/cache.cpython-36.pyc,,
tweepy/__pycache__/utils.cpython-36.pyc,,
tweepy/__pycache__/cursor.cpython-36.pyc,,
tweepy/__pycache__/binder.cpython-36.pyc,,
tweepy/__pycache__/__init__.cpython-36.pyc,,
tweepy/__pycache__/parsers.cpython-36.pyc,,
tweepy/__pycache__/error.cpython-36.pyc,,
tweepy/__pycache__/api.cpython-36.pyc,,
examples/__pycache__/streaming.cpython-36.pyc,,
examples/__pycache__/__init__.cpython-36.pyc,,
examples/__pycache__/oauth.cpython-36.pyc,,

View File

@@ -0,0 +1,6 @@
Wheel-Version: 1.0
Generator: bdist_wheel (0.30.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

View File

@@ -0,0 +1 @@
{"classifiers": ["Development Status :: 4 - Beta", "Topic :: Software Development :: Libraries", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6"], "description_content_type": "UNKNOWN", "extensions": {"python.details": {"contacts": [{"email": "tweepy@googlegroups.com", "name": "Joshua Roesslein", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}, "project_urls": {"Home": "http://github.com/tweepy/tweepy"}}}, "extras": [], "generator": "bdist_wheel (0.30.0)", "keywords": ["twitter", "library"], "license": "MIT", "metadata_version": "2.0", "name": "tweepy", "run_requires": [{"requires": ["PySocks (>=1.5.7)", "requests (>=2.11.1)", "requests-oauthlib (>=0.7.0)", "six (>=1.10.0)"]}], "summary": "Twitter library for python", "version": "3.6.0"}

View File

@@ -0,0 +1,2 @@
examples
tweepy

View File

@@ -0,0 +1 @@