| Name | microature JSON |
| Version |
0.1.0
JSON |
| download |
| home_page | None |
| Summary | A lightweight Python module for miniature utilities |
| upload_time | 2025-09-06 07:28:36 |
| maintainer | None |
| docs_url | None |
| author | crimson |
| requires_python | >=3.8 |
| license | MIT |
| keywords |
utility
micro
miniature
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# Microature
A lightweight Python module for miniature utilities.
## Installation
```bash
pip install microature
```
## Usage
```python
from microature import hello, MicroUtility
# Simple hello function
print(hello())
# Use the utility class
util = MicroUtility("my-app")
print(util.greet())
```
## License
MIT
Raw data
{
"_id": null,
"home_page": null,
"name": "microature",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "utility, micro, miniature",
"author": "crimson",
"author_email": "crimson <crimson@example.com>",
"download_url": "https://files.pythonhosted.org/packages/54/12/ac8e678b46625d415a44450ede87cc590f1a6ac18e9657214aa9d5ac60ba/microature-0.1.0.tar.gz",
"platform": null,
"description": "# Microature\n\nA lightweight Python module for miniature utilities.\n\n## Installation\n\n```bash\npip install microature\n```\n\n## Usage\n\n```python\nfrom microature import hello, MicroUtility\n\n# Simple hello function\nprint(hello())\n\n# Use the utility class\nutil = MicroUtility(\"my-app\")\nprint(util.greet())\n```\n\n## License\n\nMIT\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A lightweight Python module for miniature utilities",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/crimson/microature",
"Issues": "https://github.com/crimson/microature/issues",
"Repository": "https://github.com/crimson/microature.git"
},
"split_keywords": [
"utility",
" micro",
" miniature"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "a64c514f2d0e97b00658dfc510278dcb0bcaba249f5ea39a68aba27fb2da5805",
"md5": "232ef0976bea750b21e1d5ade67f0e84",
"sha256": "f6d454578370094478331a1df7cced6ca41c19f6341127fc1be498e14ac50937"
},
"downloads": -1,
"filename": "microature-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "232ef0976bea750b21e1d5ade67f0e84",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 1434,
"upload_time": "2025-09-06T07:28:35",
"upload_time_iso_8601": "2025-09-06T07:28:35.752130Z",
"url": "https://files.pythonhosted.org/packages/a6/4c/514f2d0e97b00658dfc510278dcb0bcaba249f5ea39a68aba27fb2da5805/microature-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5412ac8e678b46625d415a44450ede87cc590f1a6ac18e9657214aa9d5ac60ba",
"md5": "36c1a1ca094dc42104afa14491f7b9c5",
"sha256": "da0c2f6ad6cfd30d99f4d2604f2966713206cff28d40a8db4cd5d55752af9ec3"
},
"downloads": -1,
"filename": "microature-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "36c1a1ca094dc42104afa14491f7b9c5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 1730,
"upload_time": "2025-09-06T07:28:36",
"upload_time_iso_8601": "2025-09-06T07:28:36.985013Z",
"url": "https://files.pythonhosted.org/packages/54/12/ac8e678b46625d415a44450ede87cc590f1a6ac18e9657214aa9d5ac60ba/microature-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-06 07:28:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "crimson",
"github_project": "microature",
"github_not_found": true,
"lcname": "microature"
}