mirror of
https://github.com/rzmk/czv.git
synced 2025-12-27 03:17:00 +00:00
feat: add czv, czv-wasm, and czv-python (init release)
This commit is contained in:
commit
9799ab694b
40 changed files with 70383 additions and 0 deletions
16
czv-python/Cargo.toml
Normal file
16
czv-python/Cargo.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[package]
|
||||
name = "czv-python"
|
||||
version = "0.0.0"
|
||||
authors = ["Mueez Khan"]
|
||||
description = "Python library for performing CSV-related functions for data engineering and analysis."
|
||||
repository = "https://github.com/rzmk/czv"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.86"
|
||||
csv = "1.3.0"
|
||||
pyo3 = { version = "0.21.2", features = ["extension-module"] }
|
||||
thiserror = "1.0.61"
|
||||
Loading…
Add table
Add a link
Reference in a new issue