krezy

View on PyPIReverse Dependencies (0)

1.0.0 krezy-1.0.0-py3-none-any.whl

Wheel Details

Project: krezy
Version: 1.0.0
Filename: krezy-1.0.0-py3-none-any.whl
Download: [link]
Size: 7298
MD5: 2d899c72faadbf556f65df58b9b0387d
SHA256: 49727b246d0f59c24a15fe8ef877ca852ebf81742f64e60e4aabd79e0ea2420c
Uploaded: 2024-12-03 11:54:55 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: krezy
Version: 1.0.0
Summary: A powerful cross-platform emotion detection library
Author: Aakif Mudel
Author-Email: aakifmudel[at]gmail.com
Home-Page: https://github.com/itsaakif/krezy
Project-Url: Bug Tracker, https://github.com/itsaakif/krezy/issues
Project-Url: Documentation, https://krezy.readthedocs.io/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: deepface (>=0.0.79)
Requires-Dist: opencv-python (>=4.7.0)
Requires-Dist: numpy (>=1.21.0)
Requires-Dist: pandas (>=1.3.0)
Requires-Dist: Flask (>=2.0.0); extra == "web"
Requires-Dist: Flask-SocketIO (>=5.0.0); extra == "web"
Requires-Dist: kivy (>=2.1.0); extra == "mobile"
Requires-Dist: customtkinter (>=5.1.2); extra == "desktop"
Requires-Dist: Flask (>=2.0.0); extra == "all"
Requires-Dist: Flask-SocketIO (>=5.0.0); extra == "all"
Requires-Dist: kivy (>=2.1.0); extra == "all"
Requires-Dist: customtkinter (>=5.1.2); extra == "all"
Provides-Extra: web
Provides-Extra: mobile
Provides-Extra: desktop
Provides-Extra: all
Description-Content-Type: text/markdown
[Description omitted; length: 3688 characters]

WHEEL

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

RECORD

Path Digest Size
krezy/__init__.py sha256=D7iQiV6f4-9LtomzBdeyc4wXrUlE7EL54aUTemYhjy8 186
krezy/detector.py sha256=vUNJmR1TyE16zuyS5owQgQkvZE9d8QYGZtk4xUcOZHs 4621
krezy/version.py sha256=R9UMreRxoErN3fxyv-D2vFePw-6J5Wc16Ge6vghROIk 49
krezy/desktop/__init__.py sha256=lMdO2QdFh-Mun8F_esamqgh_mKa4rxktSexCituQwog 128
krezy/desktop/app.py sha256=5cxGquj62GJeb5lUJxmU9NrMNVgUb2lgiNYncp8MAow 264
krezy/mobile/__init__.py sha256=XFQG7DPTM8_2tSQt6H4CE_u5fdvxTyQu5LQlAS-jEvY 125
krezy/mobile/app.py sha256=o9-57eW3axQB8b9Oma_EwxPz_5YMwg-150Nt67dsMlI 261
krezy/web/__init__.py sha256=Gvxi9O-ogwa3MTzgDneLtHcQekQ4AkECVf3RUw5IGeA 116
krezy/web/app.py sha256=zdBjXnmJshZvegH4oEcTghQP9Gd09D0-tphNcETtogA 717
krezy-1.0.0.dist-info/METADATA sha256=RFC1E3m1LSqDJ6sCWncWACEWAwiNfF8W7rkr-k3-Zkw 5520
krezy-1.0.0.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
krezy-1.0.0.dist-info/entry_points.txt sha256=lxWZKRmQ6N5XXkM-8nkcY4unbE7VAuJlkknRp9tZaTQ 147
krezy-1.0.0.dist-info/top_level.txt sha256=y46Rchh_Gbf9-Glku-B9GCdGgEf5sRUV-hy05uSQdyg 6
krezy-1.0.0.dist-info/RECORD

top_level.txt

krezy

entry_points.txt

krezy-desktop = krezy.desktop.app:main [desktop]
krezy-mobile = krezy.mobile.app:main [mobile]
krezy-web = krezy.web.app:main [web]