Collection of high-level tools to simplify everyday development tasks, with a focus on AI/ML
Project description
Core IO (corio)
A collection of high-level tools that simplify everyday development work, with a focus on practical Python and AI/ML workflows.
corio is designed as a single utility package with opt-in extras, so projects can install only what they use.
Install
pip install corio
Quick Example
import corio
from corio import Path
value = corio.env.get_int("MY_VALUE", default=None)
Path("data.json").write_json({"value": value})
Documentation
- Published docs: https://fmtr.github.io/corio
- Local docs source: docs
License
This project is licensed under Apache 2.0. See LICENSE.
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 corio-2.2.2a4.tar.gz.
File metadata
- Download URL: corio-2.2.2a4.tar.gz
- Upload date:
- Size: 100.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
355163231a0be7e8a1d2caea871477f170fc25a655278b98f5e60f3823d8addf
|
|
| MD5 |
ab211e1600b66de0d2cb76223aae40b4
|
|
| BLAKE2b-256 |
d6b5f14babb90f3826325ab475f63f52aadf6d28c54fb0e624ad04d65f5ce505
|
File details
Details for the file corio-2.2.2a4-py3-none-any.whl.
File metadata
- Download URL: corio-2.2.2a4-py3-none-any.whl
- Upload date:
- Size: 127.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
665bdb545ede41c4269726349e742d1f61039767e16787e02566a48c94cbc187
|
|
| MD5 |
62100a93eea9d6d7975c5e38475bdc07
|
|
| BLAKE2b-256 |
5bdad9a69246139805e24def2bf32b40fc5adb47bc9fe94e4fa7daeeaf5469db
|