Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/sebadorn/imitateapi
- Owner: sebadorn
- License: mit
- Created: 2020-07-11T16:55:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T21:57:01.000Z (about 1 year ago)
- Last Synced: 2023-11-13T22:37:58.057Z (about 1 year ago)
- Topics: api, imitate, python3, simulator
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)