https://github.com/thetestgame/panda3d-rest
Python module for utilizing the Panda3D HTTPClient for none blocking RESTful api calls.
https://github.com/thetestgame/panda3d-rest
http library non-blocking panda3d python restful
Last synced: 5 months ago
JSON representation
Python module for utilizing the Panda3D HTTPClient for none blocking RESTful api calls.
- Host: GitHub
- URL: https://github.com/thetestgame/panda3d-rest
- Owner: thetestgame
- License: mit
- Created: 2019-02-18T14:57:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T02:29:25.000Z (almost 4 years ago)
- Last Synced: 2024-12-11T13:51:28.641Z (about 1 year ago)
- Topics: http, library, non-blocking, panda3d, python, restful
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Panda3D REST
============



p3d-rest provides a panda native solution to performing RESTful HTTP GET/POST requests using non-blocking io.
### Requirements
- The Panda3D SDK (get it here)
## License
Panda3D REST is licensed under the MIT license. See the provided LICENSE file for details.