Metadata-Version: 2.1
Name: machine-web
Version: 0.0.1.post2
Summary: A simple plugin-based web framework
Home-page: UNKNOWN
Author: Igor Kraglik
Author-email: kraglik.i.d@gmail.com
License: BSDv3
Project-URL: homepage, https://github.com/kraglik/machine
Project-URL: repository, https://github.com/kraglik/machine
Keywords: web,framework,machine
Platform: UNKNOWN
Requires-Python: ==3.*,>=3.8.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: anyio (==3.3.2)
Requires-Dist: asgiref (==3.4.1)
Requires-Dist: attrs (==21.2.0)
Requires-Dist: certifi (==2021.5.30)
Requires-Dist: charset-normalizer (==2.0.6)
Requires-Dist: click (==8.0.1)
Requires-Dist: h11 (==0.12.0)
Requires-Dist: httptools (==0.3.0)
Requires-Dist: idna (==3.2)
Requires-Dist: ijson (==3.1.4)
Requires-Dist: iniconfig (==1.1.1)
Requires-Dist: multidict (==5.1.0)
Requires-Dist: packaging (==21.0)
Requires-Dist: pluggy (==1.0.0)
Requires-Dist: py (==1.10.0)
Requires-Dist: pyparsing (==2.4.7)
Requires-Dist: pytest (==6.2.5)
Requires-Dist: requests (==2.26.0)
Requires-Dist: sniffio (==1.2.0)
Requires-Dist: toml (==0.10.2)
Requires-Dist: urllib3 (==1.26.7)
Requires-Dist: uvicorn (==0.15.0)
Requires-Dist: yarl (==1.6.3)

# Machine
A very simple web framework implemented in Python.

At the moment, http resource is more or less implemented, JsonRPC resource is waiting for its hour (far from complete yet).

