Online time series analysis
Project description
Proust
Online time series analysis
Setting up a development environment
[Insert typical language about using some python environment]. Within that environment, run the following:
# Install editable version of code
pip install -e .
# Install testing dependencies
pip install -e .[testing]
# Install pre-commit hooks
pre-commit install
Contributing
We use the pre-commit tools to automatically lint (and fix, where possible)
for Python warnings, errors, and style. This runs automatically on git commit
and will either pass with no issue, make changes to files, and / or ask you to
make fixes. If the tests don't pass, the commit fails (a good thing! Keeps
history clean).
Testing
We also use pytest, which we encourage you to run before contributing (pytest -n auto for parallelized testing).
Documentation
To update the doc coverage badge, run
docstring-coverage -b .github/badges/docstring_coverage.svg .
Versioning
To update the version, run
bumpversion [major|minor|patch]
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file proust-0.1.2.tar.gz.
File metadata
- Download URL: proust-0.1.2.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6e12569837a811376c98bacf8df22d36f3979762b9cee3346dc07db6bea522d
|
|
| MD5 |
3b8a106b72757341a055e096b7dc3a42
|
|
| BLAKE2b-256 |
810027e0537bdc03a678892abbe2ccf78af34b316eaf8a39f4a9100dc94d49ec
|
File details
Details for the file proust-0.1.2-py3-none-any.whl.
File metadata
- Download URL: proust-0.1.2-py3-none-any.whl
- Upload date:
- Size: 21.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1878c216d7c2a87215b6bdfa9cd2c1ff4b0d338065478affe90dd142724524c2
|
|
| MD5 |
2d272ee048d69e7ee968ab96620437e4
|
|
| BLAKE2b-256 |
27fe829ce148f27f949a1d16803ae8e60d51fc03f62f7f593bd673785f7dfab5
|