A Restful Framework Based On Gunicorn
Project description
# :punch: Easier To Build Your RESTful App A Restful Frame Based On Gunicorn
## Develop With Me 1. Fork repo 2. Clone to your local 3. Add Remote as upstream 4. Do some change 5. Push to your origin 6. Pull request
## Develop > after you add some future or fix something, you should add unittest for your change
> make unittest -sx to make sure test is pass
> make pylint can check your code with flake8
> make bump ver=x.x.x.x to bump a new version
## Installation > pip install rest_arch
## App struct
├── app.yaml ├── foo │ ├── __init__.py │ ├── app.py │ ├── models.py │ ├── settings.py ├── requirements.txt
## Usage 1. skt serve to run a app 2. skt shell to run shell with ipython 3. pending…
## Contact 1. kiven.mr@gmail.com 2. create issue or pull request
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 rest_arch-0.1.0.1.tar.gz
.
File metadata
- Download URL: rest_arch-0.1.0.1.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86f9ca5e6e3f6d8cf519fb365dc9754f98b45bfce27f943fc160e3f003fee6ed |
|
MD5 | a5d9b74c1251b227fb15c4efdd5f29a8 |
|
BLAKE2b-256 | 50c0ebb3310b317c36b38aa289dc5e4af84769e46d6dc24ed76ee6fee87a9cea |