Skip to main content

A python module for building restapis

Project description

restAPY

Version 1.1.0

A python module for building Rest APIs

Example

import restAPY
api = restAPY.API(80, 0.0.0.0)
api.setPath(/, {celsius:5, fahrenheit:41})
api.run()

Done! Start the python file and you've got a working rest API.

Installation

Inside the terminal:

pip install restAPY

Inside your project:

import restAPY

Dependencies

Python 3.6 (or higher) with the following modules:

  • socket
  • threading
  • json
  • ssl

All of these are part of the default python install and therefore don't need to be installed separately.

Documentation

https://restapy.readthedocs.io/

Contributors

Niklas Ziermann

Copyright & License

© Niklas Ziermann

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

restAPY-1.1.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page