Metadata-Version: 2.1
Name: oxi
Version: 0.2.35
Summary: ASGI full stack: Web Server, Web App and a ton of goodies.
Home-page: https://github.com/sandy98/oxi
Author: Domingo E. Savoretti
Author-email: esavoretti@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center">
  <img src="https://raw.githubusercontent.com/sandy98/oxi/main/oxi/examples/static/img/oxi_1_rounded.jpg" alt="Oxi Logo" width="125px" />

</p>

<h1 align="center">Oxi</h1>

ASGI Full Stack:

* Web Server
* Web App

...and yes, Oxi is a cutie faithful dog!

#### Install

```
pip install oxi
```

#### Usage

`python3 -m oxi`

The latter works serving static files/directories in the same vein that Python's standard library

`python3 -m http.server [port]    #If port isn't specified, it will listen on default port (8086)`

does.

But there's a lot more coming soon.

As it stands in  version 0.2.33, Oxi acts just like a static server. A very efficient, asynchronous one.

Successive incarnations will provide the promised features.

Next step: CGI handling


