hyrule


Namehyrule JSON
Version 0.7.0 PyPI version JSON
download
home_pageNone
SummaryA utility library for the Hy programming language
upload_time2024-09-22 13:35:41
maintainerNone
docs_urlNone
authorPaul Tagliamonte
requires_pythonNone
licenseExpat
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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``, as in ``(require hyrule [branch])``. The specific submodule an object belongs to may not be stable between releases.

`Hyrule's documentation can be read online on Hylang.org. <http://hylang.org/hyrule/doc>`_

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "hyrule",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Paul Tagliamonte",
    "author_email": "tag@pault.ag",
    "download_url": "https://files.pythonhosted.org/packages/59/f6/55dbed29f7b16b393d5aba61bd69762cc836089e1ff922779b09f7dd8827/hyrule-0.7.0.tar.gz",
    "platform": "any",
    "description": "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.\n\nAll of Hyrule's contents can be imported or required directly from the top-level module ``hyrule``, as in ``(require hyrule [branch])``. The specific submodule an object belongs to may not be stable between releases.\n\n`Hyrule's documentation can be read online on Hylang.org. <http://hylang.org/hyrule/doc>`_\n\nYou can run Hyrule's test suite with the command ``pytest`` and build its documentation with ``( cd docs; sphinx-build . _build -b html )``.\n",
    "bugtrack_url": null,
    "license": "Expat",
    "summary": "A utility library for the Hy programming language",
    "version": "0.7.0",
    "project_urls": {
        "Documentation": "https://hyrule.readthedocs.io",
        "Source": "https://github.com/hylang/hyrule"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59f655dbed29f7b16b393d5aba61bd69762cc836089e1ff922779b09f7dd8827",
                "md5": "c00d5546fd9deff28fb1d149df36d75b",
                "sha256": "3a4b3568abfe16d16895e584c0db84c1251d258fe234ba86f072906b90545ce8"
            },
            "downloads": -1,
            "filename": "hyrule-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c00d5546fd9deff28fb1d149df36d75b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32955,
            "upload_time": "2024-09-22T13:35:41",
            "upload_time_iso_8601": "2024-09-22T13:35:41.088617Z",
            "url": "https://files.pythonhosted.org/packages/59/f6/55dbed29f7b16b393d5aba61bd69762cc836089e1ff922779b09f7dd8827/hyrule-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-22 13:35:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hylang",
    "github_project": "hyrule",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "hyrule"
}
        
Elapsed time: 2.72936s