mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 07:45:09 +00:00
37 lines
1.4 KiB
Text
37 lines
1.4 KiB
Text
Metadata-Version: 2.0
|
|
Name: rq
|
|
Version: 0.8.1
|
|
Summary: RQ is a simple, lightweight, library for creating background jobs, and processing them.
|
|
Home-page: https://github.com/nvie/rq/
|
|
Author: Vincent Driessen
|
|
Author-email: vincent@3rdcloud.com
|
|
License: BSD
|
|
Platform: any
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: Intended Audience :: End Users/Desktop
|
|
Classifier: Intended Audience :: Information Technology
|
|
Classifier: Intended Audience :: Science/Research
|
|
Classifier: Intended Audience :: System Administrators
|
|
Classifier: License :: OSI Approved :: BSD License
|
|
Classifier: Operating System :: POSIX
|
|
Classifier: Operating System :: MacOS
|
|
Classifier: Operating System :: Unix
|
|
Classifier: Programming Language :: Python
|
|
Classifier: Programming Language :: Python :: 2
|
|
Classifier: Programming Language :: Python :: 3
|
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
Classifier: Topic :: Internet
|
|
Classifier: Topic :: Scientific/Engineering
|
|
Classifier: Topic :: System :: Distributed Computing
|
|
Classifier: Topic :: System :: Systems Administration
|
|
Classifier: Topic :: System :: Monitoring
|
|
Requires-Dist: redis (>=2.7.0)
|
|
Requires-Dist: click (>=3.0)
|
|
Requires-Dist: argparse; python_version=="2.6"
|
|
Requires-Dist: importlib; python_version=="2.6"
|
|
|
|
rq is a simple, lightweight, library for creating background jobs, and
|
|
processing them.
|
|
|
|
|