Metadata-Version: 2.1
Name: pies
Version: 2.6.7
Summary: The simplest way to write one program that runs on both Python 2 and Python 3.
Home-page: https://github.com/timothycrosley/pies
Download-URL: https://github.com/timothycrosley/pies/blob/master/dist/pies-2.6.7.tar.gz?raw=true
Author: Timothy Crosley
Author-email: timothy.crosley@gmail.com
License: MIT
Keywords: Python,Python2,Python3,six,future,refactoring,single-code-base
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
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.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Dist: pies2overrides; python_version == "2.6" or python_version == "2.7"
Requires-Dist: enum34; python_version == "2.6" or python_version == "2.7"
Requires-Dist: enum34; python_version == "3.0" or python_version == "3.1" or python_version == "3.2" or python_version == "3.3"
Requires-Dist: argparse; python_version == "3.0" or python_version == "3.1" or python_version == "3.2"
Requires-Dist: configparser; python_version == "3.0" or python_version == "3.1" or python_version == "3.2"
