Skip to main content

ZRXP File Reader and Writer

Project description

ZRXP Lib

Library to read and write ZRXP Files.

Written in Rust with a Python API

Run

Inside your Python Environment run

pip install zrxp

Then you can start Python

python
>> from zrxp import read, write, writes
>> data = zrxp.read("test.zrxp")

# Pandas or Polars DataFrame
>> data = pd.DataFrame(...)
>> metadata = {...}
# writes to string
>> string_zrxp = zrxp.writes(data, metadata)
# writes to file
>> zrxp.write("write.zrxp", data, metadata)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

zrxp-2.0.0-cp37-abi3-win_amd64.whl (9.5 MB view hashes)

Uploaded CPython 3.7+ Windows x86-64

zrxp-2.0.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view hashes)

Uploaded CPython 3.7+ manylinux: glibc 2.17+ x86-64

Supported by

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