# libentry
[](https://deepwiki.com/XoriieInpottn/libentry)
## Define a Service Class
1. Define a normal python class.
2. Use @api.post() or @api.get() to tag a method as API method.
3. Ensure every API method has type hint for both arguments and return value.
## Access a Service
1. Create an APIClient instance.
2. Use its post() or get() method to send the request.
Raw data
{
"_id": null,
"home_page": "https://github.com/XoriieInpottn/libentry",
"name": "libentry",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "xi",
"author_email": "gylv@mail.ustc.edu.cn",
"download_url": null,
"platform": "any",
"description": "# libentry\n[](https://deepwiki.com/XoriieInpottn/libentry)\n\n## Define a Service Class\n1. Define a normal python class.\n2. Use @api.post() or @api.get() to tag a method as API method. \n3. Ensure every API method has type hint for both arguments and return value.\n\n## Access a Service\n1. Create an APIClient instance.\n2. Use its post() or get() method to send the request.\n\n\n",
"bugtrack_url": null,
"license": "Apache-2.0 license ",
"summary": "Entries for experimental utilities.",
"version": "1.26",
"project_urls": {
"Homepage": "https://github.com/XoriieInpottn/libentry"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "805ff3c60f7bba07dc616a8b6e2810dc20da96966c1fc1425cbe45ab86450584",
"md5": "1bb105e98bd3dd7b3741760ad14cca0f",
"sha256": "287080b9e410680b90e3037e54a3fc1c4fbe6002a746eed61e27a7c9912b1cd0"
},
"downloads": -1,
"filename": "libentry-1.26-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1bb105e98bd3dd7b3741760ad14cca0f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 49892,
"upload_time": "2025-07-28T04:29:58",
"upload_time_iso_8601": "2025-07-28T04:29:58.758398Z",
"url": "https://files.pythonhosted.org/packages/80/5f/f3c60f7bba07dc616a8b6e2810dc20da96966c1fc1425cbe45ab86450584/libentry-1.26-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-28 04:29:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "XoriieInpottn",
"github_project": "libentry",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "pydantic",
"specs": []
},
{
"name": "PyYAML",
"specs": []
},
{
"name": "numpy",
"specs": []
},
{
"name": "urllib3",
"specs": []
},
{
"name": "httpx",
"specs": []
},
{
"name": "Flask",
"specs": []
},
{
"name": "gunicorn",
"specs": []
},
{
"name": "psutil",
"specs": []
}
],
"lcname": "libentry"
}