1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Metadata-Version: 2.1
Name: python-bugzilla
Version: 3.3.0
Summary: Library and command line tool for interacting with Bugzilla
Home-page: https://github.com/python-bugzilla/python-bugzilla
License: GPLv2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
License-File: COPYING
Requires-Dist: requests
|