Skip to content

A Python framework for building RESTful APIs on Google App Engine

License

Notifications You must be signed in to change notification settings

dgaedcke/endpoints-python

 
 

Repository files navigation

Google Cloud Endpoints

Google Cloud Endpoints is a solution for creating RESTful web APIs.

To do after validation -------------remove attrs bump version in setup.py note custom copy of protorpc (test only)??

Installation

Install using pip, as recommended per App Engine vendoring

[sudo] pip install -t lib --ignore-installed google-endpoints

Testing

start server: dev_appserver.py --logs_path=/tmp/gaelogs --host=localhost --enable_host_checking=False test/testData/sample_app/app.yaml run tests: pytest

Python Versions

google-endpoints is currently tested with Python 2.7.

Contributing

Contributions to this library are always welcome and highly encouraged.

See the CONTRIBUTING documentation for more information on how to get started.

Versioning

This library follows Semantic Versioning

Details

For detailed documentation of google-endpoints, please see the Cloud Endpoints Documentation.

License

Apache - See LICENSE for more information.

About

A Python framework for building RESTful APIs on Google App Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • HTML 0.1%