encore

View on PyPIReverse Dependencies (1)

0.8.0 encore-0.8.0-py3-none-any.whl

Wheel Details

Project: encore
Version: 0.8.0
Filename: encore-0.8.0-py3-none-any.whl
Download: [link]
Size: 118969
MD5: c05549541381d10f2f84fe6a4d38e52f
SHA256: 74fd648f8119f4745e3dba750f7d1b5676f67df3606a408da0885b4b5a4cc436
Uploaded: 2022-08-19 10:58:49 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: encore
Version: 0.8.0
Summary: Low-level core modules for building Python applications
Author: Enthought, Inc
Author-Email: info[at]enthought.com
Home-Page: http://docs.enthought.com/encore/
Download-Url: https://github.com/enthought/encore
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
[Description omitted; length: 1346 characters]

WHEEL

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

RECORD

Path Digest Size
encore/__init__.py sha256=27YY3zFpeaDh6JoC40AqkjBrn68SqFlsWZzjZtw5jwU 22
encore/concurrent/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
encore/concurrent/threadtools.py sha256=2AMlAGAWrsrKWBPlBS9jz5KwWQa73AUesdVRUtJSbHE 702
encore/concurrent/futures/__init__.py sha256=zJxpDtHGtmLRonxwfS5UVnEBU1xbB18aMt37oz9V2yU 241
encore/concurrent/futures/abc_work_scheduler.py sha256=lcvjg4wcGAjv_hqQXCY4_Iz1RZfxr4NiBJ8bXsEtXyk 5072
encore/concurrent/futures/asynchronizer.py sha256=rjg619o0h_s9d3UwHV9x2v5HjqIji1vcRNqfxfZOJ_c 2849
encore/concurrent/futures/delayed_asynchronizer.py sha256=iFMWec5z8chzIWCUE5x-YwWrG3QZjev4up2bzjwJaLE 4230
encore/concurrent/futures/enhanced_thread_pool_executor.py sha256=VigmqlShCrI2GTsCEr5YDKqe9C45cTdTSbdii1q2L0Y 9731
encore/concurrent/futures/future.py sha256=JT_UeUWd1J_qVjoWrR5jOnpAKsMTIDPcOxch6Y6hm50 929
encore/concurrent/futures/serializer.py sha256=1ImUFWBu_PFv18eTCJIKaDVB4zVI9nR8Wh8QQRXDa_g 2180
encore/concurrent/futures/serializing_asynchronizer.py sha256=hOHYrzigYElciY0S_l_ee8umXRtWnBPwtLxO6E9ZbBM 2295
encore/concurrent/futures/synchronous.py sha256=OyR9aUHNJQNk_4c3Y8DGynTxkaXuQURjAyAz87YFk4s 1508
encore/concurrent/futures/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
encore/concurrent/futures/tests/test_asynchronizer.py sha256=ATZq7VsfnGcsluaEYzT0rz2lIc5895kpykvrMd7Bmsk 8003
encore/concurrent/futures/tests/test_delayed_asynchronizer.py sha256=u12nKwf9aJd17PgFX2waZxvIuuCyuc71MrFFvLpx044 9433
encore/concurrent/futures/tests/test_enhanced_thread_pool_executor.py sha256=jGgykVN5wc1ugobAc_E-hYGbRkd5S-NI3uf7mhIPsLA 17171
encore/concurrent/futures/tests/test_serializer.py sha256=vzjUwBl_64nE1ZPvhd6Kz1p92pO3M9x9cRiZsLC6GeI 7778
encore/concurrent/futures/tests/test_serializing_asynchronizer.py sha256=_umhIWMM_b7ZGzmQGBalFn_T4CoSfRjl61MyfwEJh18 9423
encore/concurrent/futures/tests/test_synchronous_executor.py sha256=GichCwQmN2zuU8gtbRlYVjDPTPsFgO0MyILwGtf1IIM 941
encore/concurrent/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
encore/concurrent/tests/test_threadtools.py sha256=8aIn8htVqAWJ55k65XMebofYoY8UEEuapKwL71pj_LU 1407
encore/events/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
encore/events/abstract_event_manager.py sha256=WHAeTkxKIYOKgbWqcjYR_0E3jcyKWxVfmf-kXS-6lQk 5770
encore/events/api.py sha256=CvacYXTnslzVk72pe6t-ccFNKnvtrPOFzVajgLOgh9M 527
encore/events/event_manager.py sha256=CTJfBTGMGJ3X2ODppXYyGOucjxD4H512wW-vR6A726w 19603
encore/events/heartbeat.py sha256=ETberVvoQ3Py89IWMgtTCawcTiknKCMlk1ewKzNm-l4 1909
encore/events/package_globals.py sha256=vJdR5E5iQ2APeFzintaxGVFAWDk2Q-uy7hkMW4ZtMb4 919
encore/events/progress_events.py sha256=Jv6XbJw4v6TDiSGw41K4M02cMXSFIH6HqUeIdje5Xk8 8887
encore/events/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
encore/events/tests/test_event_manager.py sha256=-fXlKU9_ltTyq1U4AvAjym3ihRZMYQ7neeT73ttamFY 24559
encore/storage/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
encore/storage/abstract_store.py sha256=XIYNjuXdaAz_Up3MS28m8Oa9WJ2LcD1jyEY7SQ2gekg 41497
encore/storage/dict_memory_store.py sha256=n_2HU5uujWkF5VgQst0RQAXxxKP4gKzSlGQlc_4o9dk 17597
encore/storage/dynamic_url_store.py sha256=PZn_jOx4E60OS6JsvNUXB8QrT3_DvdJSrSsnjBAWDWI 14501
encore/storage/events.py sha256=quXwlHwMIdS6FNz8YW1etU54PfRDazGoyvWnq8eeS6I 5019
encore/storage/file_lock.py sha256=eP7b6-33nNeExvp4Qac3RCAmS7ad1RmOloTOY-9UpBs 12460
encore/storage/file_value.py sha256=S9x_7gnrur6y1uaVcvDpomj9RAlgQtR0FpDrEhrS4BE 1424
encore/storage/filesystem_store.py sha256=5ASdqWYHUtbGwfjdgWRo7emXlp9sTanpbyvYsoDRERA 19495
encore/storage/joined_store.py sha256=6rJAS8kzopcBXBftrweOpAhhEja0vz1KiQvr1laRigc 26839
encore/storage/locking_filesystem_store.py sha256=MQTlnx7LItVn1oi61t_gPAXO14Ft7YZTXBvJquBz2NY 20433
encore/storage/mounted_store.py sha256=yrW8I8DJ2xyKdpgYB_zlLqUva_IBQcmur1-SA_i6EfY 16589
encore/storage/simple_auth_store.py sha256=em-iyxNKusZXVxBeJWx3tvLSRfxY5tc307yfAAYL4HU 19306
encore/storage/sqlite_store.py sha256=PEfpGT-V-978vK2SSfzDSEAxt33jth2Z7FpqUSRB2WI 25547
encore/storage/static_url_store.py sha256=xAyEW0IiSMG3wtibUwvfo-fwY1JvHDMTYnmsKE2TKrQ 15687
encore/storage/string_value.py sha256=MzaC3PcUKR3v8G-R8w9S5-v9VMuHIV2Q4yGwAxjSYP0 1289
encore/storage/url_value.py sha256=6q6TR48w3SkGLtxKJM5b246fBbrMz_ZN3auNNrQWpjI 2923
encore/storage/utils.py sha256=MEuSw2qeycTDyTxQphVYLC_lbOMmSXU7Ob8dk4LtCf0 9255
encore/storage/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
encore/storage/tests/abstract_test.py sha256=_eVVQodp46lujY14uuXvD0xIdzdG7Cs7hVjK1mQXf4M 19349
encore/storage/tests/dict_memory_store_test.py sha256=cXNKc4gv_mXvHpqhPvvrGb8sXTrVvfFGkz5QrwRZBnA 3659
encore/storage/tests/dynamic_url_store_test.py sha256=dSbWGcxedlmuE-obPP8LaG_cETATINHPefGxmF-IkHw 602
encore/storage/tests/filesystem_store_test.py sha256=dER5wxXCPH3vPzccRg-rYA4ckWiCQIe3JTb_QEekhwQ 4262
encore/storage/tests/joined_store_test.py sha256=bUbDabjNrQ7taGpU0pDuZChl0J5ZgPNv9xwfR01weTI 4068
encore/storage/tests/mounted_store_test.py sha256=ubqJdynM0E1_HpNV3Hr7-8zPhqcEClPB5-OvzJqbMuc 9415
encore/storage/tests/simple_auth_store_test.py sha256=jgRcDBC1r7xDlmM8cmRQBqwOpl6w1u7kma845Y1f2vc 3777
encore/storage/tests/sqlite_store_test.py sha256=xezPY_2eLnpMbTUculbNKECW-3CGyRXGuCKlxKb6wrE 4654
encore/storage/tests/static_url_store_test.py sha256=Ib2CNG_1BysATbufAylRxRDpkupgwGsrzECBQKEBZo4 4219
encore/storage/tests/test_file_lock.py sha256=3A8H3BCmpvjdjQIRr1kDzeoMU55Q4JydplPk1Iqd12Y 5159
encore/terminal/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
encore/terminal/api.py sha256=LWYv9IRiS1bST6q9h9we4RIEFxPc5L-NrxRee_reJRQ 291
encore/terminal/progress_display.py sha256=BNF0GYx3I9HW2yux9nQFiG4ylnDLx9mE9ArgFd3rUzw 3620
encore/terminal/utils.py sha256=MXZ3e50DWJ37qWcPT5FqlsRLMsr_wo7q2I-YADJT3-o 410
encore/testing/__init__.py sha256=D06Gbw2eElflstpCLWwjRvlDjyq5O2bOIXaYSTgq7aQ 170
encore/testing/asserts.py sha256=xIxlPpgwRRzWZlU-zjqHgqrKFaVNBLNiXBtIrlkV7ds 1815
encore/util/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
encore/util/human_date.py sha256=aGDeZIuiqMwGvsxOu_FPsDvh4UoHtE5MXuyRaVFe8fs 5627
encore-0.8.0.dist-info/LICENSE.txt sha256=Y78fyfxf6bvl0pqT3oRvtfcfXUc-yvc7hZfso7VmIc8 2490
encore-0.8.0.dist-info/METADATA sha256=j7JuVE31GJoVmSSwvQr_KD_DE6k0ohZpyV_jTGyiT3o 1699
encore-0.8.0.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
encore-0.8.0.dist-info/top_level.txt sha256=7GjpWYbLrKDI8l5P-iLErSXBBpSGZ7D_lrNr_thrQTI 7
encore-0.8.0.dist-info/RECORD

top_level.txt

encore