asd
This commit is contained in:
@ -0,0 +1,3 @@
|
||||
UNKNOWN
|
||||
|
||||
|
@ -0,0 +1 @@
|
||||
pip
|
@ -0,0 +1,22 @@
|
||||
Metadata-Version: 2.0
|
||||
Name: google
|
||||
Version: 3.0.0
|
||||
Summary: Python bindings to the Google search engine.
|
||||
Home-page: http://breakingcode.wordpress.com/
|
||||
Author: Mario Vilas
|
||||
Author-email: mvilas@gmail.com
|
||||
License: UNKNOWN
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: BSD License
|
||||
Classifier: Environment :: Console
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Requires: beautifulsoup4
|
||||
Provides: googlesearch
|
||||
Requires-Dist: beautifulsoup4
|
||||
|
||||
UNKNOWN
|
||||
|
||||
|
@ -0,0 +1,12 @@
|
||||
../../../bin/google,sha256=yhCjrMdtmwxbxtb_qBjcEd-A28PdOIzJ7EIHVauCfVU,4740
|
||||
google-3.0.0.dist-info/DESCRIPTION.rst,sha256=OCTuuN6LcWulhHS3d5rfjdsQtW22n7HENFRh6jC6ego,10
|
||||
google-3.0.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
google-3.0.0.dist-info/METADATA,sha256=NFPbOa5VAhMKBxtuhGDop6wiaPo2aUKbml169S71rMQ,627
|
||||
google-3.0.0.dist-info/RECORD,,
|
||||
google-3.0.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
google-3.0.0.dist-info/WHEEL,sha256=kdsN-5OJAZIiHN-iO4Rhl82KyS0bDWf4uBwMbkNafr8,110
|
||||
google-3.0.0.dist-info/metadata.json,sha256=ZIeloFVnYpSodYuvscUWpspK_YecRH9PhB1A1f0zJjc,790
|
||||
google-3.0.0.dist-info/top_level.txt,sha256=QwrZIp2fe23UtbZ72VzI-n8e4tkCJ7zuT5dK5z84Nws,13
|
||||
googlesearch/__init__.py,sha256=imEGGGCLfe1RDUm2Ke9wNP9JjnNgp78y0mkWkGKm7a4,12981
|
||||
googlesearch/__pycache__/__init__.cpython-312.pyc,,
|
||||
googlesearch/user_agents.txt.gz,sha256=V1OlMuVYLQym70t2jwgPKid0LSOgbilCtz3gCUGtZ2Q,36068
|
@ -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
|
||||
|
@ -0,0 +1 @@
|
||||
{"classifiers": ["Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Environment :: Console", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules"], "extensions": {"python.details": {"contacts": [{"email": "mvilas@gmail.com", "name": "Mario Vilas", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}, "project_urls": {"Home": "http://breakingcode.wordpress.com/"}}}, "extras": [], "generator": "bdist_wheel (0.30.0)", "metadata_version": "2.0", "name": "google", "provides": "googlesearch", "requires": "beautifulsoup4", "run_requires": [{"requires": ["beautifulsoup4"]}], "summary": "Python bindings to the Google search engine.", "version": "3.0.0"}
|
@ -0,0 +1 @@
|
||||
googlesearch
|
Reference in New Issue
Block a user