Changed custom_lib

This commit is contained in:
2026-05-08 15:28:04 +09:00
parent 0ffb55dd99
commit 5f281ec40b
687 changed files with 337 additions and 11 deletions
@@ -0,0 +1 @@
pip
@@ -0,0 +1,20 @@
Metadata-Version: 2.4
Name: custom_lib
Version: 1.0.3
Summary: My Custom Python Library
Requires-Python: >=3.9
Provides-Extra: image
Requires-Dist: webcolors==1.13; extra == "image"
Requires-Dist: pillow==9.4.0; extra == "image"
Requires-Dist: opencv-contrib-python==4.5.2.52; extra == "image"
Requires-Dist: numpy<2; extra == "image"
Provides-Extra: crawling
Requires-Dist: requests==2.26.0; extra == "crawling"
Requires-Dist: beautifulsoup4==4.11.2; extra == "crawling"
Provides-Extra: all
Requires-Dist: webcolors==1.13; extra == "all"
Requires-Dist: pillow==9.4.0; extra == "all"
Requires-Dist: opencv-contrib-python==4.5.2.52; extra == "all"
Requires-Dist: numpy<2; extra == "all"
Requires-Dist: requests==2.26.0; extra == "all"
Requires-Dist: beautifulsoup4==4.11.2; extra == "all"
@@ -0,0 +1,10 @@
__editable__.custom_lib-1.0.3.pth,sha256=s00wCzzrTsBn-gcSWFl27qfyteWpK08Mx6TIKcrFcy4,91
__editable___custom_lib_1_0_3_finder.py,sha256=MHgiuMJjhV74WfexJFZ_vLmEdMXDNSUonF44sLs6kSM,3427
__pycache__/__editable___custom_lib_1_0_3_finder.cpython-39.pyc,,
custom_lib-1.0.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
custom_lib-1.0.3.dist-info/METADATA,sha256=ZYfxXvOz4rBp8-xS6GgH6cOSutUdKvzecHVWJXxVN3A,808
custom_lib-1.0.3.dist-info/RECORD,,
custom_lib-1.0.3.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
custom_lib-1.0.3.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
custom_lib-1.0.3.dist-info/direct_url.json,sha256=8XJoiUw32oWAMs4gOnDFlVF9atcSZFwPwgkcUx4Xl4k,94
custom_lib-1.0.3.dist-info/top_level.txt,sha256=oxKhBtPOOG3E1VOiBNxk2-He2jYR96qxH_5Xix-Dijg,11
@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: setuptools (82.0.1)
Root-Is-Purelib: true
Tag: py3-none-any
@@ -0,0 +1 @@
{"dir_info": {"editable": true}, "url": "file:///Z:/Repo/01_python/01_ateciot/build_scripter"}
@@ -0,0 +1 @@
custom_lib