Metadata-Version: 2.4
Name: xet_shard_parser
Version: 0.1.1
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

## Xet Shard parser

## Dev notes

# Build
```bash
docker run --rm -v $(pwd):/io ghcr.io/pyo3/maturin build --release --manylinux 2014
```

# Push to pypi
```bash
    twine upload -r pypi -u __token__ -p <password-or-token> ./dist/*
```


