todo2notion

View on PyPIReverse Dependencies (0)

0.1.3 todo2notion-0.1.3-py3-none-any.whl

Wheel Details

Project: todo2notion
Version: 0.1.3
Filename: todo2notion-0.1.3-py3-none-any.whl
Download: [link]
Size: 18464
MD5: 45cc2709eab20a1fa4340281ddbd457e
SHA256: b8096f1784f423f10b80dc29309f444d04702ba6c7014cfc4e4ab51286ece620
Uploaded: 2024-11-26 08:14:51 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: todo2notion
Version: 0.1.3
Summary: 自动将todo同步到Notion
Author: malinkang
Author-Email: linkang.ma[at]gmail.com
Home-Page: https://github.com/malinkang/todo2notion
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: requests
Requires-Dist: pendulum
Requires-Dist: retrying
Requires-Dist: notion-client
Requires-Dist: github-heatmap
Requires-Dist: python-dotenv
Requires-Dist: emoji
Requires-Dist: mistletoe
Description-Content-Type: text/markdown
[Description omitted; length: 596 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.5.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
todo2notion/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
todo2notion/__main__.py sha256=TuBSmMYFLF8O5vuGCD63Aov5yPicLUX8F3x4Vg5Z7dA 68
todo2notion/config.py sha256=kWdFqpzAXnj4g52zrqzgtJrnAhrGthGZoahn60nYQ3w 210
todo2notion/notion_helper.py sha256=nzVlUmsmhCLwD5j4SBz2Z5op_zpib_9EDDYNtl35rX4 11636
todo2notion/notion_renderer.py sha256=YcecI-BRBSq1seJ_r1SssXhK7X7dJDJtts9eNTnJmkE 16327
todo2notion/todo.py sha256=3_BcK_zNmXVS_AtoROPht_eHuJA9NM_C8g9_WcMXU2A 13274
todo2notion/update_heatmap.py sha256=ZNFh__r1032wSlBohIoNtPZf8sNxSKa4fPRuyNN3xqs 856
todo2notion/utils.py sha256=M3ehc4DTX7Y70hEYxgi57-nIefXHlZ1hYWAdzeGeDSk 9824
todo2notion-0.1.3.dist-info/METADATA sha256=qjezYSWoUlaKCTdYRvalYv_k2s6VHVLvYU-6EVAs0FE 1530
todo2notion-0.1.3.dist-info/WHEEL sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY 91
todo2notion-0.1.3.dist-info/entry_points.txt sha256=EHWi_KjS1ApN9rrD0IwQmJFx6oIlStlYPx05scI-cQo 96
todo2notion-0.1.3.dist-info/top_level.txt sha256=WEGZbBMQ2eXG6Y7IHsDAzfq0lA5lXpD3zhzpYHr5qp8 12
todo2notion-0.1.3.dist-info/RECORD

top_level.txt

todo2notion

entry_points.txt

todo = todo2notion.todo:main
update_heatmap = todo2notion.update_heatmap:main