Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

# nougat

![PyPI](https://img.shields.io/pypi/pyversions/nougat.svg) ![PyPI](https://img.shields.io/pypi/status/nougat.svg) ![PyPI](https://img.shields.io/pypi/v/nougat.svg) ![PyPI](https://img.shields.io/pypi/l/nougat.svg) [![Build Status](https://travis-ci.org/NougatWeb/nougat.svg?branch=master)](https://travis-ci.org/NougatWeb/nougat)

Nougat is an asynchronous web framework based on Python3.6, which focus on enhancing the experience of asynchronous web developing

## Installation
Nougat relays on Python3.6 and DOES NOT support the elder version, which is hosted at Pypi. So you can install stable version through:
```bash
pip3 install nougat
```
#### Develop Version
if you wanna test the new feature of Nougat, you can install it from Github:
**In Develop Version it would has some unknown bugs and unstable factors, SO PLEASE CHOOSE IT DELIBERATELY!**
```bash
pip3 install git@github.com:Kilerd/nougat.git@develop
```

### Minimal Usage
```python
from nougat import Nougat

app = Nougat()

async def m(req, res, next):
res.content = "hello world"
await next()

app.use(m)

app.run(debug=True)
```


## Document

click [here](https://nougatweb.github.io/nougat/) to see document.

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/NougatWeb/nougat/blob/master/LICENSE) file for details.


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nougat-0.2.5.dev1-py3-none-any.whl (17.5 kB view details)

Uploaded Python 3

File details

Details for the file nougat-0.2.5.dev1-py3-none-any.whl.

File metadata

File hashes

Hashes for nougat-0.2.5.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 9f744000e615bba4c0698074cf34a60679096f78bad14fc0884e032b0b556662
MD5 86d45e9fc095b0a846c3ae69c598d240
BLAKE2b-256 f1cf8a1517a4cda2da4feada2ffb1067c2341bb61e84ae33c01429bdcb053a75

See more details on using hashes here.

Release history Release notifications | RSS feed

0.3.3

1 file

0.3.2

1 file

0.3.1

1 file

0.3.0

1 file

0.2.5

1 file

This release

0.2.5.dev1 This release

1 file

0.2.4

1 file

0.2.3

1 file

0.2.1

1 file

0.2.0

1 file

0.1.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page