One-Parameter Correlation Matrix
Project description
onepara
One-Parameter Correlation Matrix.
Table of Contents
Installation
The onepara git repo is available as PyPi package
pip install onepara
Usage
Check the examples folder for notebooks.
Commands
- Check syntax:
flake8 --ignore=F401 - Run Unit Tests:
python -W ignore -m unittest discover - Remove
.pycfiles:find . -type f -name "*.pyc" | xargs rm - Remove
__pycache__folders:find . -type d -name "__pycache__" | xargs rm -rf - Upload to PyPi:
python setup.py sdist upload -r pypi - Upload to PyPi with twine:
python setup.py sdist && twine upload -r pypi dist/*
Support
Please open an issue for support.
Contributing
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.
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
onepara-0.1.1.tar.gz
(2.9 kB
view details)
File details
Details for the file onepara-0.1.1.tar.gz.
File metadata
- Download URL: onepara-0.1.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab14ac99ae229869a59f85037b8508a929a644b22d3cb5de034466bde6a2b4f0
|
|
| MD5 |
9b5a6053e63278e87cc7c9808dcef4e8
|
|
| BLAKE2b-256 |
7607d2f84ca050297a6971b3cb661e40c1c34912120ec7803d068d7869a9302a
|