Compare commits

..

5 Commits

Author SHA1 Message Date
Vinta Chen
1681865590
Merge pull request #2403 from conder13/conder13-patch-1
Changed files section name
2023-03-27 22:18:29 +08:00
Vinta Chen
bd29ca3553
Merge pull request #2402 from DanielTatarkin/patch-1
Fixed Zappa link
2023-03-27 22:17:32 +08:00
conder
20b81c76af
Changed files section name 2023-03-24 19:03:11 -04:00
conder
808fd55da7
Fixed error of files section not linking. 2023-03-24 19:01:00 -04:00
Daniel Tatarkin
86e581eea0
Fixed Zappa link
Zappa github project moved to a new repository under https://github.com/zappa/Zappa
2023-03-24 16:39:47 -04:00

View File

@ -42,7 +42,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [Email](#email)
- [Enterprise Application Integrations](#enterprise-application-integrations)
- [Environment Management](#environment-management)
- [Files](#files)
- [Files](#file)
- [Foreign Function Interface](#foreign-function-interface)
- [Forms](#forms)
- [Functional Programming](#functional-programming)
@ -614,7 +614,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [pyenv](https://github.com/pyenv/pyenv) - Simple Python version management.
* [virtualenv](https://github.com/pypa/virtualenv) - A tool to create isolated Python environments.
## Files
## File
*Libraries for file manipulation and MIME type detection.*
@ -1069,7 +1069,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*Frameworks for developing serverless Python code.*
* [python-lambda](https://github.com/nficano/python-lambda) - A toolkit for developing and deploying Python code in AWS Lambda.
* [Zappa](https://github.com/Miserlou/Zappa) - A tool for deploying WSGI applications on AWS Lambda and API Gateway.
* [Zappa](https://github.com/zappa/Zappa) - A tool for deploying WSGI applications on AWS Lambda and API Gateway.
## Shell