Trading signal library.
Project description
arcium_signals
Trading signal library.
Install
Editable (for development — your edits take effect immediately):
pip install -e .
Or a normal install:
pip install .
Usage
import arcium_signals
print(arcium_signals.__version__)
Adding your real files
Drop your modules into src/arcium_signals/ (next to
__init__.py). For example, copy in a signals.py, then re-export its public
API from __init__.py:
from .signals import compute_signal
After adding new third-party imports, list them under dependencies in
pyproject.toml.
Build a distributable wheel
pip install build
python -m build
Artifacts land in dist/.
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 arcium_signals-0.1.0.tar.gz.
File metadata
- Download URL: arcium_signals-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b48e8953b029e87b4bd88fcaaf46f3468eefe2a7ade1086f4517778f78cebac
|
|
| MD5 |
d8673cce2f7d7aab876132786f0550a7
|
|
| BLAKE2b-256 |
a5a69c6ebe22839771587b93bc70c42e8b8151d29e1e0b4945074c73736d3061
|
File details
Details for the file arcium_signals-0.1.0-py3-none-any.whl.
File metadata
- Download URL: arcium_signals-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a1fbe6008d3e8445cdf61e63fb6bcf21ca485ad57a692d0813e04946ada56cb
|
|
| MD5 |
9411e9a94e9ce1a44945242f26c5e31a
|
|
| BLAKE2b-256 |
5a4e0600db7a04c285c4dee1d304c1091824af5a47935cea8a54e73caf32b534
|