det-lab / kaitai_struct_awkward_runtime

Kaitai Struct: runtime for Awkward Arrays
MIT License
2 stars 2 forks source link

feat: add `awkward-kaitai` module on PyPI #28

Closed ManasviGoyal closed 8 months ago

zonca commented 8 months ago

try uploading the Python awkward-kaitai package to PyPI https://github.com/ManasviGoyal/kaitai_struct_awkward_runtime/tree/main/src/awkward_kaitai

zonca commented 8 months ago

I just did a test upload to PyPI just to check that the packaging was working correctly: https://pypi.org/project/awkward-kaitai/

haven't tested the package yet

@ManasviGoyal @pibion @jpivarski can you send me your PyPI usernames so I can add you as maintainers of the package?

ManasviGoyal commented 8 months ago

It's ManasviGoyal.

jpivarski commented 8 months ago

It's pivarski.

pibion commented 8 months ago

Mine is pibion

ManasviGoyal commented 8 months ago

@zonca Please make a release for the updated awkward version and we can close this issue.

zonca commented 8 months ago

ok, I released 0.1.0 both on Github and PyPI https://pypi.org/project/awkward-kaitai/0.1.0/

I also installed it on a clean virtualenv and made sure all tests pass.