Metadata-Version: 2.1
Name: hyjinx
Version: 0.28.7
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: pygments
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. Compatible with Hy 0.28.0.

#### Hylights

- REPL syntax highlighting (put `(import hyjinx.source [hylight]) (setv repl-output-fn hylight)` in your .hyrc)
- print/get source code of a function, module etc.

#### Install

```bash
$ pip install hyjinx
```

#### Optional dependencies

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
