Metadata-Version: 2.1
Name: json-server.py
Version: 0.1.1
Summary: A simple JSON server
Home-page: https://github.com/gera2ld/json_server.py
Author: Gerald
Author-email: i@gerald.top
License: MIT license
Description: # json_server.py
        
        Fake REST API with zero coding.
        
        This project is heavily inspired by [json-server](https://github.com/typicode/json-server) in JavaScript.
        
        Requires Python 3.5+.
        
        ## Usage
        
        ```sh
        $ json_server [-b :3000]
        ```
        
Keywords: json server
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
