Metadata-Version: 2.1
Name: hyrule
Version: 0.3.0
Summary: A utility library for the Hy programming language
Author: Paul Tagliamonte
Author-email: tag@pault.ag
License: Expat
Project-URL: Documentation, https://hyrule.readthedocs.io
Project-URL: Source, https://github.com/hylang/hyrule
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: License :: DFSG approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Lisp
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
License-File: LICENSE
License-File: AUTHORS

Hyrule is a utility library for the `Hy <http://hylang.org>`_ programming language. It can be thought of as the Hy equivalent, or addition, to Python's standard library. While intended primarily for Hy programs, its functions and classes can be used in Python as with any other Python library; just ``import hyrule``. Hyrule's macros, on the other hand, are only really usable in Hy.

All of Hyrule's contents can be imported or required directly from the top-level module ``hyrule``.

`Hyrule's documentation can be read online on Read the Docs. <https://hyrule.readthedocs.io>`_

You can run Hyrule's test suite with the command ``pytest`` and build its documentation with ``( cd docs; sphinx-build . _build -b html )``.


