A Python package for quant research.
Project description
quant
A Python package for quant research.
The project owner is @leetdavid.
Development
If not already in a virtual environement, create and use one. Read about it in the Python documentation: venv — Creation of virtual environments.
python3 -m venv .venv
source .venv/bin/activate
Install the pinned pip version:
pip install -r $(git rev-parse --show-toplevel)/pip-requirements.txt
Finally, install the dependencies:
pip install -r $(git rev-parse --show-toplevel)/dev-requirements.txt -r requirements.txt
Testing
Execute tests from the library's folder (after having loaded the virtual environment, see above) as follows:
python3 -m pytest tests/
Execute the library's CI locally with act as follows:
act -j ci-libs-quant
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
bilbyai_quant-0.1.0.tar.gz
(28.4 kB
view details)
Built Distribution
File details
Details for the file bilbyai_quant-0.1.0.tar.gz
.
File metadata
- Download URL: bilbyai_quant-0.1.0.tar.gz
- Upload date:
- Size: 28.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d5e87492d67fb05cb16fb34865e7ad452d4431bdf446dea4e8953341f83d08b |
|
MD5 | 009b76d06782b689d3ee2a78a9a259f5 |
|
BLAKE2b-256 | 0774649d72d75b6e9273c1b561e0133b6001e08bd9192cd379fd5cfc3b093c44 |
File details
Details for the file bilbyai_quant-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: bilbyai_quant-0.1.0-py3-none-any.whl
- Upload date:
- Size: 31.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cdf6303c640bc22f86b46b4e6ee828e1afaa8b7ab2aef542b940c11102fa384 |
|
MD5 | 7d83940259ab64f362861d22a95d2824 |
|
BLAKE2b-256 | ff3a174f9dc29c983d5b1e309a423de68583d58b1a8dc49d7406b5850305de5e |