endpoints-python:用于在Google App Engine上构建RESTful API的Python框架

时间:2024-05-23 08:46:16
【文件属性】:

文件名称:endpoints-python:用于在Google App Engine上构建RESTful API的Python框架

文件大小:196KB

文件格式:ZIP

更新时间:2024-05-23 08:46:16

Python

Google Cloud端点 Google Cloud Endpoints是用于创建RESTful Web API的解决方案。 安装 根据建议,使用pip进行安装 [sudo] pip install -t lib --ignore-installed google-endpoints Python版本 google-endpoints目前已通过Python 2.7进行了测试。 贡献 始终欢迎并强烈鼓励对此库做出贡献。 有关如何开始的更多信息,请参见文档。 版本控制 该库遵循 细节 有关google端点的详细文档,请参阅。 执照 Apache-有关更多信息,请参见LICENSE 。


【文件预览】:
endpoints-python-master
----setup.py(2KB)
----.gitignore(831B)
----requirements.txt(87B)
----test-requirements.txt(233B)
----.travis.yml(82B)
----MANIFEST.in(100B)
----setup.cfg(183B)
----LICENSE.txt(11KB)
----endpoints()
--------errors.py(8KB)
--------_endpointscfg_setup.py(4KB)
--------__init__.py(1KB)
--------endpointscfg.py(1KB)
--------users_id_token.py(30KB)
--------types.py(2KB)
--------resource_container.py(8KB)
--------proxy.html(952B)
--------directory_list_generator.py(5KB)
--------discovery_service.py(8KB)
--------constants.py(974B)
--------endpoints_dispatcher.py(27KB)
--------api_config.py(84KB)
--------api_config_manager.py(13KB)
--------openapi_generator.py(38KB)
--------parameter_converter.py(8KB)
--------discovery_generator.py(39KB)
--------util.py(10KB)
--------protojson.py(4KB)
--------api_exceptions.py(3KB)
--------api_request.py(7KB)
--------message_parser.py(8KB)
--------generated_error_info.py(3KB)
--------apiserving.py(21KB)
--------_endpointscfg_impl.py(24KB)
----README.rst(2KB)
----CONTRIBUTING.rst(6KB)
----test()
--------discovery_document_test.py(6KB)
--------conftest.py(2KB)
--------types_test.py(2KB)
--------directory_list_generator_test.py(7KB)
--------util_test.py(3KB)
--------resource_container_test.py(2KB)
--------__init__.py(635B)
--------apiserving_test.py(11KB)
--------openapi_generator_test.py(81KB)
--------discovery_service_test.py(7KB)
--------testdata()
--------integration_test.py(6KB)
--------test_live_auth.py(9KB)
--------protojson_test.py(5KB)
--------discovery_generator_test.py(21KB)
--------api_config_manager_test.py(15KB)
--------test_util.py(7KB)
--------message_parser_test.py(11KB)
--------api_config_test.py(91KB)
--------users_id_token_test.py(44KB)
--------endpoints_dispatcher_test.py(3KB)
----tox.ini(2KB)

网友评论