Osiris is a Python library designed for efficient data conversion and management, primarily transforming data into Cairo programs
Project description
Osiris
Osiris is a Python library for data conversion and management. It is designed to facilitate the transformation of data into Cairo programs. The library supports various input and output formats including CSV, Parquet, and Numpy, with a primary focus on generating Cairo files that represent the data. This makes the data easily consumable in Cairo programs, providing an efficient and optimized process for data conversion.
Installation
Use the package manager Poetry to install osiris.
poetry add giza-osiris
Local Development
To setup local development environment, clone the repository and install dependencies using Poetry.
git clone https://github.com/gizatechxyz/osiris.git
cd osiris
poetry install
Features
- Supports various input and output formats including CSV, Parquet, and Numpy. The primary focus is on generating Cairo files that represent the data.
- Efficient data conversion and management. The conversion process is optimized for transforming data into Cairo format, which makes the data easily consumable in Cairo programs.
Usage
Python API
from osiris import convert
convert(input_file='data.csv', output_file='data.cairo', input_format='csv', output_format='cairo')
CLI
osiris examples/preprocessed_image.npy data.cairo --input-format numpy --output-format cairo
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
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
File details
Details for the file giza_osiris-0.2.9.tar.gz
.
File metadata
- Download URL: giza_osiris-0.2.9.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a5dc46f2cbbb3967ad909646da382add7f1562f6df054a5a54d85dd68d57a60 |
|
MD5 | a0e1ca3f8deea3704131f069420765aa |
|
BLAKE2b-256 | 2c90b413e1196332ee2e9e9173af3267b164dfee773794aac12e4ee472709546 |
File details
Details for the file giza_osiris-0.2.9-py3-none-any.whl
.
File metadata
- Download URL: giza_osiris-0.2.9-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81546c4ebc2d216f939bb15a464712f781b99dbdb05aa5bde0dc89e3446daeca |
|
MD5 | bbe33d8694443b28ced06a5af95c6cda |
|
BLAKE2b-256 | ed59a8850da0b9d2c470200a0a9f11d63c9a477358308467bfe2323a65707b04 |