Skip to main content

My custom scripts

Project description

iragca

My library of custom python scripts and configurations.

Features

  • Custom matplotlib plotting styles and colors
  • A run logger for logging training runs in Machine/Deep learning pipelines

Installation

To install using pip, run:

pip install iragca

# Only install the matplotlib scripts
pip install iragca[matplotlib]

Quick example

import matplotlib.pyplot as plt

from iragca.matplotlib import Color, Styles

plt.style.use(Styles.CMR10.value)

sample_data = [1, 3, 2, 4, 3, 5]

plt.plot(sample_data, color=Color.BLUE.value)
plt.title("Sample Plot with Custom Style and Color")
plt.xlabel("X-axis")
plt.ylabel("Y-axis")
plt.show()

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

iragca-0.2.2.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iragca-0.2.2-py3-none-any.whl (9.1 kB view details)

Uploaded Python 3

File details

Details for the file iragca-0.2.2.tar.gz.

File metadata

  • Download URL: iragca-0.2.2.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.15

File hashes

Hashes for iragca-0.2.2.tar.gz
Algorithm Hash digest
SHA256 ffbbc4c006b9d5235c1cce08b61293ebe1257e6db96c226b9eaf2894c0710394
MD5 6bd8bccda61f81447202b2b57a5e8024
BLAKE2b-256 de4eb8812ada021336798cbb0615ea04101bb1ec2dd8fcae782caeb34da937ae

See more details on using hashes here.

File details

Details for the file iragca-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: iragca-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.15

File hashes

Hashes for iragca-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7186216c88e14e3bc19a00f131c5ac980a196ce47056802f1f03364be7f89d0f
MD5 16210d1d137cbd0e753d8c7d46cb0e63
BLAKE2b-256 5f5966a3ca5ac8f8878aa116ef014e1610e5609867c6ebd6ad6b6e74bc22b3cc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page