Name | celeste JSON |
Version |
1.0a2
JSON |
| download |
home_page | http://gqylpy.com |
Summary | The celeste. |
upload_time | 2023-06-22 03:05:58 |
maintainer | |
docs_url | None |
author | 竹永康 |
requires_python | >=3.8, <4 |
license | MIT |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[<img alt="LOGO" src="http://www.gqylpy.com/static/img/favicon.ico" height="21" width="21"/>](http://www.gqylpy.com)
[](https://github.com/gqylpy/celeste/releases/latest)
[](https://pypi.org/project/celeste)
[](https://github.com/gqylpy/celeste/blob/main/LICENSE)
# celeste
> 创建蓝图以定义数据结构,使用蓝图以验证数据。
<kbd>pip3 install celeste</kbd>
```python
from celeste import Celeste
celeste = Celeste({'name': {type: str}})
celeste.validate({'name': 'Tom'})
```
Raw data
{
"_id": null,
"home_page": "http://gqylpy.com",
"name": "celeste",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8, <4",
"maintainer_email": "",
"keywords": "",
"author": "\u7af9\u6c38\u5eb7",
"author_email": "<gqylpy@outlook.com>",
"download_url": "",
"platform": null,
"description": "[<img alt=\"LOGO\" src=\"http://www.gqylpy.com/static/img/favicon.ico\" height=\"21\" width=\"21\"/>](http://www.gqylpy.com)\r\n[](https://github.com/gqylpy/celeste/releases/latest)\r\n[](https://pypi.org/project/celeste)\r\n[](https://github.com/gqylpy/celeste/blob/main/LICENSE)\r\n\r\n# celeste\r\n\r\n> \u521b\u5efa\u84dd\u56fe\u4ee5\u5b9a\u4e49\u6570\u636e\u7ed3\u6784\uff0c\u4f7f\u7528\u84dd\u56fe\u4ee5\u9a8c\u8bc1\u6570\u636e\u3002\r\n\r\n<kbd>pip3 install celeste</kbd>\r\n\r\n```python\r\nfrom celeste import Celeste\r\n\r\nceleste = Celeste({'name': {type: str}})\r\nceleste.validate({'name': 'Tom'})\r\n```\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "The celeste.",
"version": "1.0a2",
"project_urls": {
"Homepage": "http://gqylpy.com",
"Source": "https://github.com/gqylpy/celeste"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "24e699404166eeb21d42e157c33a058d90022599b13ff296c82ad81330f4864f",
"md5": "c9e0f635242bc10f12cd251ac3cf5b6d",
"sha256": "ea0baefcad33a1620060a2bac6ccee8c04eb5c55b040f954cf4f96f0e89267d1"
},
"downloads": -1,
"filename": "celeste-1.0a2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c9e0f635242bc10f12cd251ac3cf5b6d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8, <4",
"size": 3018,
"upload_time": "2023-06-22T03:05:58",
"upload_time_iso_8601": "2023-06-22T03:05:58.703506Z",
"url": "https://files.pythonhosted.org/packages/24/e6/99404166eeb21d42e157c33a058d90022599b13ff296c82ad81330f4864f/celeste-1.0a2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-22 03:05:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "gqylpy",
"github_project": "celeste",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "celeste"
}