Name | pyhuml JSON |
Version |
0.1.0
JSON |
| download |
home_page | https://huml.io |
Summary | An experimental parser and dumper for the HUML (Human-oriented Markup Language) format. |
upload_time | 2025-07-20 07:03:48 |
maintainer | None |
docs_url | None |
author | Kailash Nadh |
requires_python | >=3.6 |
license | MIT |
keywords |
huml
markup
parser
stringifier
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# pyhuml
An experimental HUML parser implementation in Python.
## Installation
```
pip install pyhuml
```
## Usage
```python
import pyhuml
// Parse HUML into JS data structures.
print(pyhuml.loads(huml_doc))
// Dump JS data structures into HUML.
print(pyhuml.dumps(obj))
```
### License
Licensed under the MIT license.
Raw data
{
"_id": null,
"home_page": "https://huml.io",
"name": "pyhuml",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "huml, markup, parser, stringifier",
"author": "Kailash Nadh",
"author_email": "Kailash Nadh <kailash@nadh.in>",
"download_url": "https://files.pythonhosted.org/packages/5f/93/a7c61d2638c390d17eb7bbf55d83b6b52883032ba65c37182ddfe8a1b0dc/pyhuml-0.1.0.tar.gz",
"platform": null,
"description": "# pyhuml\n\nAn experimental HUML parser implementation in Python. \n\n## Installation\n```\npip install pyhuml\n```\n\n## Usage\n```python\nimport pyhuml\n\n// Parse HUML into JS data structures.\nprint(pyhuml.loads(huml_doc))\n\n// Dump JS data structures into HUML.\nprint(pyhuml.dumps(obj))\n\n```\n\n### License\nLicensed under the MIT license.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "An experimental parser and dumper for the HUML (Human-oriented Markup Language) format.",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://huml.io",
"Repository": "https://github.com/huml-lang/pyhuml"
},
"split_keywords": [
"huml",
" markup",
" parser",
" stringifier"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "32535ad019f0f02614ec7faa5740f42abf36ea8fe721efc4b870f76b8701fd35",
"md5": "d86db9a08cd675a19b576c33010fc16b",
"sha256": "024b7f44cd5850164fbab70b9db6e4f7a59b200590e723a048fb7d550c9f02d7"
},
"downloads": -1,
"filename": "pyhuml-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d86db9a08cd675a19b576c33010fc16b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 9557,
"upload_time": "2025-07-20T07:03:46",
"upload_time_iso_8601": "2025-07-20T07:03:46.657506Z",
"url": "https://files.pythonhosted.org/packages/32/53/5ad019f0f02614ec7faa5740f42abf36ea8fe721efc4b870f76b8701fd35/pyhuml-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5f93a7c61d2638c390d17eb7bbf55d83b6b52883032ba65c37182ddfe8a1b0dc",
"md5": "f10cd69a76e74d66db7a17a33e38f36c",
"sha256": "af0d3408d2aa222ab50e9efd54039943befee2317a3b8f1148f853d1b25aecbc"
},
"downloads": -1,
"filename": "pyhuml-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "f10cd69a76e74d66db7a17a33e38f36c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 11523,
"upload_time": "2025-07-20T07:03:48",
"upload_time_iso_8601": "2025-07-20T07:03:48.310146Z",
"url": "https://files.pythonhosted.org/packages/5f/93/a7c61d2638c390d17eb7bbf55d83b6b52883032ba65c37182ddfe8a1b0dc/pyhuml-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-20 07:03:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "huml-lang",
"github_project": "pyhuml",
"github_not_found": true,
"lcname": "pyhuml"
}