Metadata-Version: 2.1
Name: dictrack
Version: 2.0.2
Summary: A componentized dictionary tracker
Author: Tim Liao
Author-email: bonis0324work@gmail.com
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dictor<1.0,>=0.1.12
Requires-Dist: six<2.0,>=1.16.0
Requires-Dist: tzlocal==2.1; python_version == "2.7"
Requires-Dist: apscheduler==3.8.1; python_version == "2.7"
Requires-Dist: apscheduler<4.0,>=3.10.4; python_version >= "3.7"
Provides-Extra: gevent
Requires-Dist: apscheduler[gevent]==3.8.1; python_version == "2.7" and extra == "gevent"
Requires-Dist: apscheduler[gevent]<4.0,>=3.10.4; python_version >= "3.7" and extra == "gevent"
Provides-Extra: memory
Requires-Dist: sortedcontainers<3.0,>=2.4.0; extra == "memory"
Provides-Extra: mongodb
Requires-Dist: pymongo==3.13.0; python_version == "2.7" and extra == "mongodb"
Requires-Dist: pymongo<5.0,>=4.10.1; python_version >= "3.7" and extra == "mongodb"
Provides-Extra: redis
Requires-Dist: python-redis-lock==3.7.0; python_version == "2.7" and extra == "redis"
Requires-Dist: hiredis==1.1.0; python_version == "2.7" and extra == "redis"
Requires-Dist: redis==3.5.3; python_version == "2.7" and extra == "redis"
Requires-Dist: python-redis-lock<5.0,>=4.0.0; python_version >= "3.7" and extra == "redis"
Requires-Dist: redis[hiredis]<6.0,>=5.1.1; python_version >= "3.7" and extra == "redis"

# dictrack
A Flexible Dictionary Data Tracker for Condition-Based Monitoring
