Metadata-Version: |
2.1 |
Name: |
wheelbin |
Version: |
1.4.1 |
Summary: |
Compile all Python files inside a wheel to bytecode files |
Author: |
Grant Patten |
Author-Email: |
grant[at]gpatten.com |
Maintainer: |
Víctor Molina García |
Maintainer-Email: |
molinav[at]users.noreply.github.com |
Home-Page: |
https://github.com/molinav/wheelbin |
Project-Url: |
Bug Tracker, https://github.com/molinav/wheelbin/issues |
Project-Url: |
Source, https://github.com/molinav/wheelbin |
License: |
MIT |
Keywords: |
pyc,wheel,compile |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Environment :: Console |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Operating System :: OS Independent |
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.2 |
Classifier: |
Programming Language :: Python :: 3.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 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Topic :: Utilities |
Requires-Python: |
>=2.6, !=3.0.*, !=3.1.*, <3.11 |
Requires-Dist: |
python-magic; os_name != "nt" |
Requires-Dist: |
python-magic-w64; os_name == "nt" |
Requires-Dist: |
unittest2; python_version <= "3.9" and extra == "lint" |
Requires-Dist: |
flake8 (<3.0,>=2.6); python_version == "2.6" and extra == "lint" |
Requires-Dist: |
flake8 (<4.0,>=2.6); python_version == "2.7" and extra == "lint" |
Requires-Dist: |
astroid (<2.0,>=1.6); python_version == "2.7" and extra == "lint" |
Requires-Dist: |
pylint (<2.0,>=1.9); python_version == "2.7" and extra == "lint" |
Requires-Dist: |
flake8 (<3.0,>=2.6); python_version == "3.2" and extra == "lint" |
Requires-Dist: |
flake8 (<3.0,>=2.6); python_version == "3.3" and extra == "lint" |
Requires-Dist: |
flake8 (<3.9,>=2.6); python_version == "3.4" and extra == "lint" |
Requires-Dist: |
flake8 (<4.1,>=2.6); python_version >= "3.5" and extra == "lint" |
Requires-Dist: |
astroid (<3.0,>=2.4); python_version >= "3.5" and extra == "lint" |
Requires-Dist: |
pylint (<3.0,>=2.6); python_version >= "3.5" and extra == "lint" |
Requires-Dist: |
unittest2; python_version <= "3.9" and extra == "test" |
Requires-Dist: |
pytest (<3.3,>=3.2); python_version == "2.6" and extra == "test" |
Requires-Dist: |
pytest-cov (<2.6,>=2.5); python_version == "2.6" and extra == "test" |
Requires-Dist: |
pytest (<5.0,>=3.2); python_version == "2.7" and extra == "test" |
Requires-Dist: |
pytest-cov (<3.0,>=2.5); python_version == "2.7" and extra == "test" |
Requires-Dist: |
pytest (<3.0,>=2.9); python_version == "3.2" and extra == "test" |
Requires-Dist: |
coverage (<4.0,>=3.7); python_version == "3.2" and extra == "test" |
Requires-Dist: |
pytest-cov (<2.6,>=2.5); python_version == "3.2" and extra == "test" |
Requires-Dist: |
pytest (<3.3,>=3.2); python_version == "3.3" and extra == "test" |
Requires-Dist: |
pytest-cov (<2.6,>=2.5); python_version == "3.3" and extra == "test" |
Requires-Dist: |
typing (<3.11,>=3.5); python_version == "3.4" and extra == "test" |
Requires-Dist: |
pytest (<5.0,>=3.2); python_version == "3.4" and extra == "test" |
Requires-Dist: |
pytest-cov (<2.9,>=2.5); python_version == "3.4" and extra == "test" |
Requires-Dist: |
pytest (<6.2,>=3.2); python_version == "3.5" and extra == "test" |
Requires-Dist: |
pytest-cov (<3.1,>=2.5); python_version >= "3.5" and extra == "test" |
Requires-Dist: |
pytest (<6.3,>=6.2.5); python_version >= "3.6" and extra == "test" |
Provides-Extra: |
lint |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |