Metadata-Version: |
2.1 |
Name: |
lambdex |
Version: |
0.2.0 |
Summary: |
Lambdex turns pex files into aws lambda python functions. |
Author: |
The Lambdex developers |
Author-Email: |
developers[at]pex-tool.org |
Home-Page: |
https://github.com/pex-tool/lambdex |
Project-Url: |
Changelog, https://github.com/pex-tool/lambdex/blob/main/CHANGES.md |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Operating System :: Unix |
Classifier: |
Operating System :: POSIX :: Linux |
Classifier: |
Operating System :: MacOS :: MacOS X |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 2 |
Classifier: |
Programming Language :: Python :: 2.7 |
Classifier: |
Programming Language :: Python :: 3 |
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: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Topic :: Software Development :: Build Tools |
Classifier: |
Topic :: System :: Archiving :: Packaging |
Classifier: |
Topic :: System :: Software Distribution |
Classifier: |
Topic :: Utilities |
Requires-Python: |
>=2.7,<3.13,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.* |
Requires-Dist: |
pex (>=1.1.15) |
Requires-Dist: |
flask (==1.1.4); extra == "test-gcp-http" and python_version < "3.6" |
Requires-Dist: |
flask (==2.0.3); extra == "test-gcp-http" and (python_version >= "3.6" and python_version < "3.7") |
Requires-Dist: |
flask (==2.2.2); extra == "test-gcp-http" and python_version >= "3.7" |
Provides-Extra: |
test-gcp-http |
Description-Content-Type: |
text/markdown |