{"classifiers": ["Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6"], "extensions": {"python.details": {"contacts": [{"email": "apscheduler@nextday.fi", "name": "Alex Gr\u00f6nholm", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}, "project_urls": {"Home": "https://github.com/agronholm/apscheduler"}}, "python.exports": {"apscheduler.executors": {"asyncio": "apscheduler.executors.asyncio:AsyncIOExecutor [asyncio]", "debug": "apscheduler.executors.debug:DebugExecutor", "gevent": "apscheduler.executors.gevent:GeventExecutor [gevent]", "processpool": "apscheduler.executors.pool:ProcessPoolExecutor", "threadpool": "apscheduler.executors.pool:ThreadPoolExecutor", "tornado": "apscheduler.executors.tornado:TornadoExecutor [tornado]", "twisted": "apscheduler.executors.twisted:TwistedExecutor [twisted]"}, "apscheduler.jobstores": {"memory": "apscheduler.jobstores.memory:MemoryJobStore", "mongodb": "apscheduler.jobstores.mongodb:MongoDBJobStore [mongodb]", "redis": "apscheduler.jobstores.redis:RedisJobStore [redis]", "rethinkdb": "apscheduler.jobstores.rethinkdb:RethinkDBJobStore [rethinkdb]", "sqlalchemy": "apscheduler.jobstores.sqlalchemy:SQLAlchemyJobStore [sqlalchemy]", "zookeeper": "apscheduler.jobstores.zookeeper:ZookeeperJobStore [zookeeper]"}, "apscheduler.triggers": {"cron": "apscheduler.triggers.cron:CronTrigger", "date": "apscheduler.triggers.date:DateTrigger", "interval": "apscheduler.triggers.interval:IntervalTrigger"}}}, "extras": ["asyncio", "gevent", "mongodb", "redis", "rethinkdb", "sqlalchemy", "testing", "tornado", "twisted", "zookeeper"], "generator": "bdist_wheel (0.29.0)", "keywords": ["scheduling", "cron"], "license": "MIT", "metadata_version": "2.0", "name": "APScheduler", "run_requires": [{"extra": "gevent", "requires": ["gevent"]}, {"extra": "zookeeper", "requires": ["kazoo"]}, {"extra": "mongodb", "requires": ["pymongo (>=2.8)"]}, {"extra": "testing", "requires": ["pytest-catchlog", "pytest-cov", "pytest-tornado", "pytest"]}, {"requires": ["pytz", "setuptools (>=0.7)", "six (>=1.4.0)", "tzlocal (>=1.2)"]}, {"extra": "redis", "requires": ["redis"]}, {"extra": "rethinkdb", "requires": ["rethinkdb"]}, {"extra": "sqlalchemy", "requires": ["sqlalchemy (>=0.8)"]}, {"extra": "tornado", "requires": ["tornado (>=4.3)"]}, {"extra": "twisted", "requires": ["twisted"]}, {"environment": "python_version != \"2.7\"", "extra": "testing", "requires": ["pytest-asyncio"]}, {"environment": "python_version == \"2.7\"", "requires": ["funcsigs", "futures"]}, {"environment": "python_version == \"2.7\"", "extra": "testing", "requires": ["mock"]}, {"environment": "python_version == \"2.7\"", "extra": "asyncio", "requires": ["trollius"]}, {"environment": "python_version == \"3.3\"", "extra": "asyncio", "requires": ["asyncio"]}], "summary": "In-process task scheduler with Cron-like capabilities", "version": "3.3.1"}