Metadata-Version: 2.1
Name: hyjinx
Version: 0.28.3
Summary: A minimal Hy utility library, using mostly the standard libraries.
Home-page: https://github.com/atisharma/hyjinx
Author: Ati Sharma
Author-email: ati+hyjinx@agalmic.ltd
License: MIT License
Keywords: hy,hylang,utilities,zeromq
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: hy ==0.28.0
Requires-Dist: hyrule ==0.5.0
Requires-Dist: more-itertools
Requires-Dist: cytoolz
Provides-Extra: zmq
Requires-Dist: pyzmq ; extra == 'zmq'
Requires-Dist: zstandard ; extra == 'zmq'

## Hyjinx

Some [Hy](http://hylang.org) convenience things.

### Optional dependencies

Optionally, you can install with the `[zmq]` option which also installs [pyzmq](https://pypi.org/project/pyzmq/) and [zstandard](https://pypi.org/project/zstandard/) for the zmq server/client
