metadata.json 1.2 KB

1
  1. {"name": "optionaldict", "metadata_version": "2.0", "generator": "bdist_wheel (0.24.0)", "test_requires": [{"requires": ["nose"]}], "summary": "A dict-like object that ignore NoneType values for Python", "version": "0.1.1", "extensions": {"python.details": {"project_urls": {"Home": "https://github.com/messense/optionaldict"}, "document_names": {"description": "DESCRIPTION.rst"}, "contacts": [{"role": "author", "email": "messense@icloud.com", "name": "messense"}]}}, "keywords": ["dict", "optional", "value"], "classifiers": ["Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Intended Audience :: Developers", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities"]}