No project description provided
Project description
Python Module for Investing Snippets
Pandas extensions and utility classes for stock and investment analysis.
Installation
pip install pyinvestingsnippets
Examples and Documentation
Please see detailed examples under the examples directory and read the documentation here
Develop
First install the required venv and tox
python3 -m venv .venv
source .venv/bin/activate
pip install tox
On osx with Big Sur there is an issue with installing cython! Due to that, you can
docker run --rm -v $(PWD):/app --workdir=/app -it --entrypoint=sh python:3.8
Run tox test and lint
tox
Install the package locally
pip install .tox/dist/pyinvestingsnippets-<version>.zip
Run examples
python3 -m venv .venvtest
source .venvtest/bin/activate
pip install -r requirements.txt
pip install -r examples/requirements.txt
python examples/matplotlib_report.py
If on OSX set env var to
OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
Release
On master change the version in pyinvestingsnippets/__init__.py
git commit -am "v<VERSION>"
git tag -a v0.0.3
git push origin --tags
git push -u
tox -e release
Project details
Release history Release notifications | RSS feed
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 pyinvestingsnippets-4.0.1.tar.gz.
File metadata
- Download URL: pyinvestingsnippets-4.0.1.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1017b5bdb8d965bbf2dffb490f0f1cf5618b9591ba5fb818170099f6d472de91
|
|
| MD5 |
37e0a19a478e82ad58dbb9d974614b5a
|
|
| BLAKE2b-256 |
2e4ba18651bdb54b4fbc871f1940ffb818c3fa7e73711662e182866f78a28162
|
File details
Details for the file pyinvestingsnippets-4.0.1-py3-none-any.whl.
File metadata
- Download URL: pyinvestingsnippets-4.0.1-py3-none-any.whl
- Upload date:
- Size: 33.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e64124de9e0c716729fd9def211e990a4ac7b98fe78d8d92791b38380e8863cd
|
|
| MD5 |
995b4452b2c33128139b86bbfd357b4c
|
|
| BLAKE2b-256 |
a678b591679057cf19c6cd6b43ebe66319521ecc66bbb5f4369f6e9ca953f77e
|