-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
alvarob96
committed
Dec 12, 2018
1 parent
8037f8d
commit 184d134
Showing
2 changed files
with
26 additions
and
12 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,17 @@ | |
author='Álvaro Bartolomé', | ||
author_email='[email protected]', | ||
description='This is a scrapping tool that retrieves continuous Spanish stock market information from https://es.investing.com, into a Pandas DataFrame.', | ||
install_requires=['requests', 'pandas', 'beautifulsoup4', 'unidecode'] | ||
install_requires=['requests', 'pandas', 'beautifulsoup4', 'unidecode'], | ||
classifiers=[ | ||
"Programming Language :: Python :: 3.6", | ||
"License :: OSI Approved :: MIT License", | ||
"Intended Audience :: Developers", | ||
"Topic :: Office/Business :: Financial", | ||
"Topic :: Office/Business :: Financial :: Investment", | ||
"Topic :: Scientific/Engineering :: Information Analysis", | ||
"Topic :: Scientific/Engineering :: Interface Engine/Protocol Translator", | ||
"Topic :: Software Development :: Libraries", | ||
"Operating System :: OS Independent", | ||
], | ||
keywords='investing, scrapper, pandas' | ||
) |