Metadata-Version: 2.1
Name: mozci
Version: 2.4.2
Summary: 
Author: Andrew Halberstadt
Author-email: ahal@mozilla.com
Requires-Python: >=3.7,<4
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: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: cache
Provides-Extra: cache-memcached
Provides-Extra: cache-redis
Provides-Extra: cache-s3
Provides-Extra: cache-seeded-file
Requires-Dist: ValidX (>=0.7,<0.9)
Requires-Dist: appdirs (>=1,<2)
Requires-Dist: arrow (>=1.2.2,<2.0.0)
Requires-Dist: boto3 (>=1,<2) ; extra == "cache" or extra == "cache-s3"
Requires-Dist: cachy (>=0,<1)
Requires-Dist: cleo (>=2.0.1,<3.0.0)
Requires-Dist: flake8 (>=3,<5)
Requires-Dist: json-e (>=4.8.0,<5.0.0)
Requires-Dist: loguru (>=0,<1)
Requires-Dist: lru-dict (>=1.1.7,<2.0.0)
Requires-Dist: markdown2 (>=2.4.2,<3.0.0)
Requires-Dist: python3-memcached (>=1,<2) ; extra == "cache" or extra == "cache-memcached"
Requires-Dist: pyyaml (>=5,<7)
Requires-Dist: redis (>=3,<6) ; extra == "cache" or extra == "cache-redis"
Requires-Dist: requests (>=2,<3)
Requires-Dist: tabulate (>=0.8.9,<0.10.0)
Requires-Dist: taskcluster (>=38)
Requires-Dist: taskcluster_urls (>=13,<14)
Requires-Dist: tomlkit (>=0,<1)
Requires-Dist: zstandard (>=0,<1) ; extra == "cache" or extra == "cache-seeded-file"
