Skip to main content

Time Series Predictor

Project description

Time Series Predictor

PyPI version Documentation Status travis codecov GitHub license

Usage

Please refer to the following examples:

Pre requisistes installation

Windows

python -m venv .\.env
.\.env\Scripts\activate
pip install pip-tools
python setup.py synchronize

Linux or MacOS

python -m venv .env
. .env/bin/activate
pip install pip-tools
python setup.py synchronize

Development

pip install -e .[dev]

Test

pip install -e .[test]
pytest -s

Build docs

Windows Requirements

Make

In an elevated powershell prompt install it by:

choco install cmake

TexLive

Download and install TexLive from ctan.org

Perl requirement

In an elevated powershell prompt install it by:

choco install activeperl

CPANM requirement

In an elevated powershell prompt install it by:

curl -L https://cpanmin.us | perl - App::cpanminus

Latex indent requirement

git clone https://github.com/cmhughes/latexindent.pl.git
cd latexindent.pl/helper-scripts
perl latexindent-module-installer.pl

ImageMagick requirement

In an elevated powershell prompt install it by:

choco install imagemagick

Build process

pip install -e .[docs]
# cd docs
.\make html
.\make latex
# sphinx-build docs/source docs/build
.\build\latex\make

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

time_series_predictor-2.0.0.tar.gz (40.3 kB view hashes)

Uploaded Source

Built Distribution

time_series_predictor-2.0.0-py3-none-any.whl (51.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page