hyperfocus

View on PyPIReverse Dependencies (0)

0.2.1 hyperfocus-0.2.1-py3-none-any.whl

Wheel Details

Project: hyperfocus
Version: 0.2.1
Filename: hyperfocus-0.2.1-py3-none-any.whl
Download: [link]
Size: 21785
MD5: c0db9004466d8723ac3f50c25ea8fb0a
SHA256: ca51b88d605d1a49884da49c2b7c30179176f0c637609701a78e20f2e4a1c375
Uploaded: 2022-07-11 22:54:05 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: hyperfocus
Version: 0.2.1
Summary: Minimalist task manager.
Author: u8slvn
Author-Email: u8slvn[at]gmail.com
Home-Page: https://github.com/u8slvn/hyperfocus
Project-Url: Changelog, https://github.com/u8slvn/hyperfocus/blob/main/CHANGELOG.md
Project-Url: Repository, https://github.com/u8slvn/hyperfocus
License: MIT
Keywords: cli,todo,todolist,todo-list,task-list,productivity
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8,<4.0
Requires-Dist: click (<9.0.0,>=8.1.3)
Requires-Dist: peewee (<4.0.0,>=3.14.8)
Requires-Dist: pyperclip (<2.0.0,>=1.8.2)
Requires-Dist: tabulate (<0.9.0,>=0.8.9)
Description-Content-Type: text/markdown
[Description omitted; length: 1168 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.7
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
CHANGELOG.md sha256=reDCmipJmmMXel_Eks8d4X8g9_7ECi_g7-eXjRgCEcY 452
LICENSE sha256=oSukj11aQ8gHvKfptZ4kBljQrye6dF0lCpFIttTm-F0 1071
README.md sha256=VCvgOp8d8OCHPZJipfKYH9KbFXFoJLlu4gvtVkJsa3c 1167
hyperfocus/__init__.py sha256=blKJtYr0lZm-vNzqLvuPAW8nJ04_JF0l0GeoE_ectQ4 50
hyperfocus/cli.py sha256=kcR3ZBgtnY3Lt3qnxttg5hz-vDW83ngY-za8fsTYkwE 5005
hyperfocus/commands/__init__.py sha256=F4NQo0238ydAT9xZDVUfMVaw_eWHTjDC942oX20ivvI 241
hyperfocus/commands/cmd_config.py sha256=kiEIqxNGoY8TYjH7RSaSItNS7LN0D4RJtXxQ82jj0RI 1049
hyperfocus/commands/cmd_init.py sha256=7DEKPJ8R3IAUfiJ85VquSiHeCmkDDibrNZcg8qlWnlk 1056
hyperfocus/commands/cmd_new_day.py sha256=lBfYksCK_JSDm2YKJ9QAE7dEhM-cRyzYAX5c_GJ4lrI 1727
hyperfocus/commands/cmd_status.py sha256=r8v6TWvZ2yw8I_y13qVzNQkqlMoc3ADmhs5Kmuw2GKk 506
hyperfocus/commands/cmd_task.py sha256=1WZq3arPwglTgNgiXDTFTiHaE2JthD0emcY8BaJTI9E 4338
hyperfocus/commands/printer.py sha256=Nu4ICuTJFKIQpueZNMsT7yOBcJ9SSfuYf_AQ4mFl1Yg 1582
hyperfocus/config/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
hyperfocus/config/config.py sha256=v9W6WpRa9uczlUIMkKi00KgOD8_0ML0oKFg9I3MRvVI 3939
hyperfocus/config/exceptions.py sha256=Yuh0lz-JmHE1JFwbvnHseNt-TgLFTrhubrYgdPMkekE 152
hyperfocus/config/file.py sha256=xnHFb2GnkgBQZL2rwvsjOmpoXpftONN98-qolV9NYhE 1068
hyperfocus/config/policy.py sha256=4qvYx1y0Pj2MdqzzwhsafIcmVlRVTr3ap5gkWhTjpaI 1510
hyperfocus/database/__init__.py sha256=axvw0xmhTDZ3B371QFSxWZm3_Hbttg59uaYD-Fff6hk 77
hyperfocus/database/_database.py sha256=vNrk-NjpwBDKFcxpicj-RdYl_ct-SiIEexWxbTB-F-4 575
hyperfocus/database/error_handler.py sha256=eAm_dv6kuB13bdRZxC7ISfAyN72ViuDci59CFSxjk1A 587
hyperfocus/database/exceptions.py sha256=TfmetCs-uAXZ4YOcu8CmJkDaIqctvuHa9T7jWKq4zKA 143
hyperfocus/database/models.py sha256=ai74MeXOzNcngynYX_EQMd76shcWL8XiTkaxUTO5JR0 1346
hyperfocus/exceptions.py sha256=ks2WdrpgXhdX7_kWH2MxIBowCW1DovySaGP7OSXQOgQ 710
hyperfocus/formatter.py sha256=3c5nMAk1TzWpl_39KeU319n76pv2_18b34ZTAnZtyew 2659
hyperfocus/hyf_click/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
hyperfocus/hyf_click/core.py sha256=SY0NFLUrLK50dGkjgx2nPUCDgTtPBaeJUcCVlJDT2Jc 1015
hyperfocus/hyf_click/error_handler.py sha256=6qLzmSj4o_SFtuRxPtHwRtMN4qR8zEtzcQQ0Vxwk1VM 2356
hyperfocus/hyf_click/parameters.py sha256=o-hm7BwchPTor8sSGhYfoAOduqY4nugG-krczWIU2q0 1505
hyperfocus/locations.py sha256=KBKgav-sAlwNlgUnrmptNgDCLPZ6DGW_1k6rNYLRc6U 264
hyperfocus/services.py sha256=848gZSgY6_FS7AxDHbX3--zG_H5oL8QBtvbaiWyyxg4 1972
hyperfocus/session.py sha256=EsfjxvDMty5c41i1Sqa27PdNRAzE_mABRwjXpqKYpXM 1344
hyperfocus/utils.py sha256=8PwzVNf86HWDPsDTKAo5qb_c3Wgpl0y-CGuuXc-q708 411
hyperfocus-0.2.1.dist-info/entry_points.txt sha256=_jQ8E_KLDKLua-BdtPp_WuC9LGgvtLG2t4QE-qPLEIY 42
hyperfocus-0.2.1.dist-info/LICENSE sha256=oSukj11aQ8gHvKfptZ4kBljQrye6dF0lCpFIttTm-F0 1071
hyperfocus-0.2.1.dist-info/WHEEL sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw 83
hyperfocus-0.2.1.dist-info/METADATA sha256=HLGpLqTaVDjhrmu65NnX0gzB4JIF1987VdF2WdFxYA4 2050
hyperfocus-0.2.1.dist-info/RECORD

entry_points.txt

hyf = hyperfocus.cli:hyf