Skip to content

Commit

Permalink
Merge pull request #61 from alvarob96/developer
Browse files Browse the repository at this point in the history
merge new features, fixes and improvements from developer
  • Loading branch information
Álvaro Bartolomé del Canto authored Oct 30, 2019
2 parents 71c38a2 + aba104b commit a780125
Show file tree
Hide file tree
Showing 53 changed files with 1,746 additions and 10,486 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ are some of the features that currently lead investpy to be one of the most cons
In order to get this package working you will need to install [**investpy**](https://pypi.org/project/investpy/) using
pip on the terminal by typing:

``$ pip install investpy==0.9.7``
``$ pip install investpy==0.9.8``

Every package used is listed in [requirements.txt](https://github.com/alvarob96/investpy/blob/master/requirements.txt)
Every package used is listed in [requirements.txt](https://github.com/alvarob96/investpy/blob/master/requirements.txt)
file, which can also be installed via pip:

``$ pip install -r requirements.txt``
Expand Down Expand Up @@ -119,12 +119,12 @@ as indexed in Investing.com.

All the functions definitions and usage can be found in the [Documentation](https://investpy.readthedocs.io/)!

## Utilites
## Utilities

Since investpy is just intended to retrieva data from different financial products as indexed in Investing.com,
the development of support modules is presented, which implement an additional functionallity based on investpy data.
Note that anyone can contribute to this section by creating any package, module or utility which uses this package. So on, the
ones already created are going to be presented, since they are intended to be used combined with investpy:
Since investpy is intended to retrieve data from different financial products as indexed in Investing.com, the development
of some support modules, which implement an additional functionallity based on investpy data, is presented. Note that anyone
can contribute to this section by creating any package, module or utility which uses this package. So on, the ones already
created are going to be presented, since they are intended to be used combined with investpy:

- [investpy_portfolio](https://github.com/alvarob96/investpy_portfolio/): is a Python package to generate stock portfolios.
- [trendet](https://github.com/alvarob96/trendet/): is a Python package for trend detection on stock time series data.
Expand Down
Binary file modified docs/_build/doctrees/api.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/disclaimer.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/etfs_api.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/funds_api.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/information.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/installation.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/introduction.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/main_api.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/model.doctree
Binary file not shown.
5 changes: 4 additions & 1 deletion docs/_build/html/_sources/api.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ API Reference
main_api.rst
stocks_api.rst
funds_api.rst
etfs_api.rst
etfs_api.rst
indices_api.rst
currency_crosses_api.rst
bonds_api.rst
2 changes: 1 addition & 1 deletion docs/_build/html/_sources/installation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Installation

.. note::

After installing the package you are now available to use it! As investpy's latest release is 0.9.7 the installation is
After installing the package you are now available to use it! As investpy's latest release is 0.9.8 the installation is
optimized for it. If you try installing another investpy release, some features may not work.

First Installation
Expand Down
11 changes: 6 additions & 5 deletions docs/_build/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -520,23 +520,24 @@ dl.citation > dd:after {
}

dl.field-list {
display: flex;
flex-wrap: wrap;
display: grid;
grid-template-columns: fit-content(30%) auto;
}

dl.field-list > dt {
flex-basis: 20%;
font-weight: bold;
word-break: break-word;
padding-left: 0.5em;
padding-right: 5px;
}

dl.field-list > dt:after {
content: ":";
}

dl.field-list > dd {
flex-basis: 70%;
padding-left: 1em;
padding-left: 0.5em;
margin-top: 0em;
margin-left: 0em;
margin-bottom: 0em;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.9.7',
VERSION: '0.9.8',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
Expand Down
Loading

0 comments on commit a780125

Please sign in to comment.