pms-encoder

View on PyPIReverse Dependencies (0)

1.2.7 pms_encoder-1.2.7-py3-none-any.whl

Wheel Details

Project: pms-encoder
Version: 1.2.7
Filename: pms_encoder-1.2.7-py3-none-any.whl
Download: [link]
Size: 23362
MD5: a915daad3202e9a14eee11226b2bbd01
SHA256: 6042525c69108abcee468a3831225288a5c28b3f6f26ab8b25b9cc7841e65e42
Uploaded: 2024-09-04 03:08:23 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pms-encoder
Version: 1.2.7
Author: heeyong.kwon
Author-Email: heeyong.kwon[at]4by4inc.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10,<4.0
Requires-Dist: boto3
Requires-Dist: ffmpeg-python
Requires-Dist: loguru
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: pms-furiosa-processor (<1.2.0,>=1.1.0)
Requires-Dist: pms-inference-engine (<1.3.0,>=1.2.0)
Requires-Dist: pms-model-manager (<2.0.0,>=1.3.1)
Requires-Dist: pms-nvidia-processor (<1.2.0,>=1.1.0)
Requires-Dist: pymysql
Requires-Dist: pytest
Requires-Dist: pytest-asyncio
Requires-Dist: python-dotenv
Requires-Dist: redis
Description-Content-Type: text/markdown
[Description omitted; length: 15 characters]

WHEEL

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

RECORD

Path Digest Size
pms_encoder/__init__.py sha256=uU54rUfXWUiNv-t9vlEvIzx8xZlHVno3JXCBtoh6j-Y 67
pms_encoder/_config.py sha256=5BON_JrpZbaLHZ8560sbiNc0tantsipIEonVY24Gqzg 312
pms_encoder/common/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pms_encoder/common/_config.py sha256=teqzZSW55tP4Cy-LU8jAFd_8bF3I2WFwnG5Z0iz3lfY 137
pms_encoder/common/_encrypt.py sha256=J_amZolK__vQrBFgxhZ31YVSLpVtgqf2eRvdxk1u-UY 677
pms_encoder/common/_mysql_client.py sha256=GfjvphMImS3LSSRmLj1W0_HhxKJFDwiQP_WT5an2Lx0 1133
pms_encoder/common/_redis_client.py sha256=cnZ8myh4n4XisezXsF8el4LZ8KCg_SWXw8TJj5Gq-oA 414
pms_encoder/common/_s3_client.py sha256=m6XQpQ_kT8MHew7nUnX-DOy-MHW0SOQJ3F_hLvA3gyU 2116
pms_encoder/common/data_struct.py sha256=QoOCUdwzowv-QAqjio2BLBzMOgu6rJc2y1jgA6mc_XI 264
pms_encoder/encoder/__init__.py sha256=RHsUahFQC2uSY-uDtth_GV2hd-9ayCXhOtPbXYrmElw 106
pms_encoder/encoder/_image_encoder.py sha256=jsph_ccs4l0LEXjFz-9TTmPfBfUTj72dJKe0hH5iz04 3537
pms_encoder/encoder/_video_encoder.py sha256=G4WA-gBD3HGxLg54nChvCYwHvdl0sLlE0JuJqduht5c 6283
pms_encoder/encoder/processor/__init__.py sha256=bpjHyojPeJ5ITUey6Y7BMHPEFS2RgRvUD-uDkx4hT1o 58
pms_encoder/encoder/processor/_image_processor.py sha256=3MqH8sgiEAr4cyrIuFXGvh67MwZNXaKjTP_b73sYHfs 5914
pms_encoder/encoder/processor/_video_processor.py sha256=WPRiBt8ycTAiYXPSYwzpH9M994l5VwcJYR56JJ4RojE 11835
pms_encoder/encoder/redis/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pms_encoder/encoder/redis/_progress.py sha256=TuIGsm32EpD76a8dLHnwV-mnkNc3W7x5gEgoFNaSuwU 657
pms_encoder/encoder/repository/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pms_encoder/encoder/repository/_file_status_repo.py sha256=t5EM23jI5BhVTTNFTYJwauj_GQbXvT3TP1SY9O0JsUU 1201
pms_encoder/encoder/repository/_image_meta_repo.py sha256=EYqSh2ZYBZDJT3rv2nbuyouFZ4gjuiDdxQCQ7liiY6o 1749
pms_encoder/encoder/repository/_video_meta_repo.py sha256=jmVTjfC2GDIQqra1HTXD0h-MSWW_gXq5iJjsmFscsQs 1638
pms_encoder/encoder/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pms_encoder/encoder/utils/_calculate_progress.py sha256=_-tlxu4dBXGCtOLFtW8neUC2CmS40TB_Egj_vzBnylA 446
pms_encoder/encoder/utils/_delete_file_util.py sha256=9hDFOjv5oKjP1Q4SQ23AQgIu62vlMJa02PZ6Rjoqjcg 1602
pms_encoder/encoder/utils/_image_ffmpeg_cmd_generator.py sha256=hU6Ghf32UBtClHdWppAu7MT_7ia7RIDbKwu4AmtoCQ4 924
pms_encoder/encoder/utils/_image_queue_object_generator.py sha256=oX2hCZcq0weyaGm34GCK8MO3a5R5rwzmFg2f25vEK_s 4995
pms_encoder/encoder/utils/_video_ffmpeg_cmd_generator.py sha256=YUwZGcurWRzimvA2A94No64kODfPELyeX6FzgP4gqa0 11784
pms_encoder/encoder/utils/_video_queue_object_generator.py sha256=sO2xg55husFYp2jMYSkM8-VCnZ-6LS0mTNogC_3BFjY 4940
pms_encoder/encoder/utils/_zip_util.py sha256=DBjQPZ35_vY9hqCONIH9rKtXv0sZ5nmIP_bDegKmyzs 531
pms_encoder/encoder_factory.py sha256=r7TXuzb24RcjAMB_YabyNi7B_6YbkCJxW1gA8S5iQlE 5624
pms_encoder-1.2.7.dist-info/METADATA sha256=BdWtz6OgydGzh_4ui_HoM4qu6KARbM_RdMg7bFTV__k 868
pms_encoder-1.2.7.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
pms_encoder-1.2.7.dist-info/RECORD