My custom library for data science, trading and ML projects
Project description
EMR-Py
Documentation
Current Implementation Status
- ✅ Logging utilities
- ✅ ML encoders
- ✅ Telegram trading bot
- ✅ Performance decorators
- 🚧 Time series visualization
- 📋 Planned: GCP utilities, trading indicators, backtesting tools
Library Structure (Tentative)
src/emrpy/
├── __init__.py
├── py.typed
├── decorators.py # General utilities (timer, memory profiling)
├── logging/ # Logging configuration utilities
│ ├── __init__.py
│ └── logger_config.py
├── data/ # data utilities
│ ├── __init__.py
│ └── data_loaders.py
├── ml/ # Machine Learning utilities
│ ├── __init__.py
│ └── encoders.py # Categorical encoding functions
├── visualization/ # Plotting and visualization functions
│ ├── __init__.py
│ └── timeseries.py # Time series plotting utilities
├── timeseries/ # Time series analysis tools
│ ├── __init__.py
│ ├── features.py # Feature engineering
│ └── analysis.py # Time series analysis functions
├── trading/ # Trading-specific utilities
│ ├── __init__.py
│ ├── indicators.py # Technical indicators
│ ├── backtesting.py # Backtesting utilities
│ └── telegrambot.py # Trading notifications via Telegram
├── gcp/ # Google Cloud Platform utilities
│ ├── __init__.py
│ ├── bigquery.py # BigQuery helpers
│ └── storage.py # Cloud Storage helpers
└── finance/ # Financial data utilities
├── __init__.py
└── data_processing.py # Financial data preprocessing
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
emr_py-0.5.2.tar.gz
(80.2 kB
view details)
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
emr_py-0.5.2-py3-none-any.whl
(13.1 kB
view details)
File details
Details for the file emr_py-0.5.2.tar.gz.
File metadata
- Download URL: emr_py-0.5.2.tar.gz
- Upload date:
- Size: 80.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e87cbc1e4a9379d57e98f6c49025c789ffd854efe5deb59339fd8e7813f4d7ee
|
|
| MD5 |
f147d72195ab95179f665e2bfecb5fe8
|
|
| BLAKE2b-256 |
45d42e2c43c59dc8ac86244f3388e8019658243ba61649e513d03b5ea082e391
|
File details
Details for the file emr_py-0.5.2-py3-none-any.whl.
File metadata
- Download URL: emr_py-0.5.2-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea54655c76c5bed951302c33b5479760a7c8a0103ce9851750241a8f2ea676a7
|
|
| MD5 |
905a7598b71323c371533d604b51cbfc
|
|
| BLAKE2b-256 |
b20ec8f0b87511a22759fc8f0c010c2bf27126a82acc89a127a85c3ed2f21200
|