A web framework base on tornado
Project description
# eva
A web framework base on tornado.
[Wiki](https://github.com/ooclab/eva/wiki)
## Usage & Example
### Install
` pip3 install pyeva `
### Example
Run example api server:
` $ cd eva/example/first_api_server/ $ python3 server.py --port=8889 [I 161214 08:18:34 server:63] api server is running at 8889 `
Test example api:
` $ curl http://127.0.0.1:8889/hello/say {"Hello": "World!"} `
## Docker Usage
` $ docker pull ooclab/eva $ docker run -it -v YOURR_PROGRAME_SOURCE:/work ooclab/eva `
The YOURR_PROGRAME_SOURCE is your project like eva/example/first_api_server .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyeva-1.0.8.tar.gz
.
File metadata
- Download URL: pyeva-1.0.8.tar.gz
- Upload date:
- Size: 104.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
19df3b1398888cda36ffa23fbd5608ca08e40d8a012dc724859e31c75eb43a71
|
|
MD5 |
e8b09b90019bc0020a7426a6e648694a
|
|
BLAKE2b-256 |
7dfff8c9973cdce18bb1994ad6a4e3295f31e3bfa870cefbd61ca55f5934efed
|