Code import
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
enum-compat
|
||||
===========
|
||||
|
||||
This is a virtual package, its whole purpose is to install enum34 on
|
||||
Python older than 3.4. On Python 3.4+ it's a no-op.
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,30 @@
|
||||
Metadata-Version: 2.0
|
||||
Name: enum-compat
|
||||
Version: 0.0.2
|
||||
Summary: enum/enum34 compatibility package
|
||||
Home-page: https://github.com/jstasiak/enum-compat
|
||||
Author: Jakub Stasiak
|
||||
Author-email: jakub@stasiak.at
|
||||
License: MIT
|
||||
Keywords: enum,compatibility,enum34
|
||||
Platform: UNKNOWN
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Topic :: Software Development :: Libraries
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 2
|
||||
Classifier: Programming Language :: Python :: 2.6
|
||||
Classifier: Programming Language :: Python :: 2.7
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.3
|
||||
Classifier: Programming Language :: Python :: 3.4
|
||||
Classifier: Programming Language :: Python :: 3.5
|
||||
Requires-Dist: enum34
|
||||
|
||||
enum-compat
|
||||
===========
|
||||
|
||||
This is a virtual package, its whole purpose is to install enum34 on
|
||||
Python older than 3.4. On Python 3.4+ it's a no-op.
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
enum_compat-0.0.2.dist-info/DESCRIPTION.rst,sha256=hwjKY1jfgeedeVC6XVvqfi2Zggr8-llBKi1XWXdS258,149
|
||||
enum_compat-0.0.2.dist-info/METADATA,sha256=2UKxX6GQ7Q854G3PIR2fovRFews0KdZI9KZ3tozujCE,929
|
||||
enum_compat-0.0.2.dist-info/RECORD,,
|
||||
enum_compat-0.0.2.dist-info/WHEEL,sha256=BtVfdXUcEYLcFjOkbIrCFRyXU4qszVPt-E9o3RWkSNw,93
|
||||
enum_compat-0.0.2.dist-info/metadata.json,sha256=MMy3wcWZsLh2wsQb7Py_11PzEXK5wvUJuaS2NLwBVww,942
|
||||
enum_compat-0.0.2.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
||||
enum_compat-0.0.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
@@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.29.0)
|
||||
Root-Is-Purelib: true
|
||||
Tag: cp27-none-any
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
{"classifiers": ["Intended Audience :: Developers", "Topic :: Software Development :: Libraries", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5"], "extensions": {"python.details": {"contacts": [{"email": "jakub@stasiak.at", "name": "Jakub Stasiak", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}, "project_urls": {"Home": "https://github.com/jstasiak/enum-compat"}}}, "extras": [], "generator": "bdist_wheel (0.29.0)", "keywords": ["enum", "compatibility", "enum34"], "license": "MIT", "metadata_version": "2.0", "name": "enum-compat", "run_requires": [{"requires": ["enum34"]}], "summary": "enum/enum34 compatibility package", "version": "0.0.2"}
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user