# NotionLab
![](https://i.postimg.cc/4yLS0xBN/Notion-Lab.png)
<div align="center">
![](https://img.shields.io/pypi/v/NotionLab?style=flat-square)
![](https://img.shields.io/github/v/tag/ElaBosak233/NotionLab?include_prereleases&style=flat-square)
</div>
***NotionLab is an easy-to-use Notion toolkit based on the [Notion Python SDK](https://github.com/ramnes/notion-sdk-py).
Designed to tap the maximum potential of the [Notion API](https://developers.notion.com/).***
## Installation
```bash
pip install NotionLab
```
## Usage
```python
import os
from notion_lab.converter import HtmlCvt
cvt = HtmlCvt(api_token=os.environ["NOTION_API_TOKEN"],
block_id="52a812df2b5e444285af7ebbd5a135bc",
is_page=True
)
print(cvt.convert())
```
Raw data
{
"_id": null,
"home_page": "https://github.com/ElaBosak233/NotionLab",
"name": "NotionLab",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "notion,kit,parser,html,markdown,lab",
"author": "ElaBosak233",
"author_email": "ElaBosak233@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/5d/60/9b33a097255f62690465fc4f9e027222c494a5c76ea471d1581ead09fad6/NotionLab-1.1.4.tar.gz",
"platform": "any",
"description": "# NotionLab\n\n![](https://i.postimg.cc/4yLS0xBN/Notion-Lab.png)\n\n<div align=\"center\">\n\n![](https://img.shields.io/pypi/v/NotionLab?style=flat-square)\n![](https://img.shields.io/github/v/tag/ElaBosak233/NotionLab?include_prereleases&style=flat-square)\n\n</div>\n\n***NotionLab is an easy-to-use Notion toolkit based on the [Notion Python SDK](https://github.com/ramnes/notion-sdk-py).\nDesigned to tap the maximum potential of the [Notion API](https://developers.notion.com/).***\n\n## Installation\n\n```bash\npip install NotionLab\n```\n\n## Usage\n\n```python\nimport os\nfrom notion_lab.converter import HtmlCvt\n\ncvt = HtmlCvt(api_token=os.environ[\"NOTION_API_TOKEN\"],\n block_id=\"52a812df2b5e444285af7ebbd5a135bc\",\n is_page=True\n )\n\nprint(cvt.convert())\n```\n",
"bugtrack_url": null,
"license": "MIT Licence",
"summary": "A kit for Notion based on Notion Python SDK.",
"version": "1.1.4",
"project_urls": {
"Homepage": "https://github.com/ElaBosak233/NotionLab"
},
"split_keywords": [
"notion",
"kit",
"parser",
"html",
"markdown",
"lab"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d5310e56a895b3016c2c40287e3e9b1dce5510bc6e5196c28642673d18a92649",
"md5": "09f4a9a266993645e27accd8a63d1c4e",
"sha256": "9d9ef79cbe5f1016817038c01942f6956145cf0cc10d8a2d9215a3b7acb44cc3"
},
"downloads": -1,
"filename": "NotionLab-1.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "09f4a9a266993645e27accd8a63d1c4e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 11247,
"upload_time": "2023-07-03T23:33:25",
"upload_time_iso_8601": "2023-07-03T23:33:25.877495Z",
"url": "https://files.pythonhosted.org/packages/d5/31/0e56a895b3016c2c40287e3e9b1dce5510bc6e5196c28642673d18a92649/NotionLab-1.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5d609b33a097255f62690465fc4f9e027222c494a5c76ea471d1581ead09fad6",
"md5": "cba019e8f04effdd2fd722461adb4432",
"sha256": "a96796448e04d4e293d50864514def3a270cbe48ac54753a858dee22eb53815b"
},
"downloads": -1,
"filename": "NotionLab-1.1.4.tar.gz",
"has_sig": false,
"md5_digest": "cba019e8f04effdd2fd722461adb4432",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 6630,
"upload_time": "2023-07-03T23:33:27",
"upload_time_iso_8601": "2023-07-03T23:33:27.177974Z",
"url": "https://files.pythonhosted.org/packages/5d/60/9b33a097255f62690465fc4f9e027222c494a5c76ea471d1581ead09fad6/NotionLab-1.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-03 23:33:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ElaBosak233",
"github_project": "NotionLab",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "notionlab"
}