Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebadorn/imitateapi

A simple API simulator. (WIP)
https://github.com/sebadorn/imitateapi

api imitate python3 simulator

Last synced: 1 day ago
JSON representation

A simple API simulator. (WIP)

Awesome Lists containing this project

README

        

# ImitateAPI

NOT INTENDED FOR USE IN PRODUCTION. This application was created with development and testing in mind.

## Requirements

* openssl -- but only if SSL certificates for localhost have to be generated
* python3 -- version 3.6 or higher

## Install

_[tbd]_

## Use

```bash
python3 -m imitateapi --help
```

## Resources

* https://blog.anvileight.com/posts/simple-python-http-server/
* https://letsencrypt.org/docs/certificates-for-localhost/
* https://packaging.python.org/tutorials/packaging-projects/
* https://pypi.org/

## License

[MIT](./LICENSE)