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.4.0.tar.gz (10.4 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.4.0-py3-none-any.whl (12.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for iragca-0.4.0.tar.gz
Algorithm Hash digest
SHA256 aa82be5fd0dd481598eef91be71553c6eab30e2b5b0e8656b45454e92b0fb95c
MD5 8c35a2c51e1e5c8b65606ec6d4d1c520
BLAKE2b-256 406253c00bd7efaabc9851ce834721109c5d1fbee38df00e58d8faa812e9d186

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for iragca-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f2bb556325374bb033e64a89844666d4b5e95dd96518447f97a77b3f1d933a5d
MD5 5651aef428dd4cbe178a6c4cf9db132b
BLAKE2b-256 bedb841b7eccce0aae99a3442f1aea509cb009488fe1e98b715e4e83d7fab512

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