afranche / skel

Skel is an abstraction layer to asynchronous libraries and a web framework built using it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skel

CircleCI SonarCloud Taiga

Skel is an abstraction layer to asynchronous libraries such as trio or asyncio and a full-featured web framework built on top of this abstraction layer.

Why ?

The goal of Skel is to provide a high-end API to common tasks that benefits from asynchronous processing such as Networking or File processing and to build a web framework on top of this API. I found async web frameworks to be nice to work with in general but I wanted to experiment a more featured and easy-going framework to make things composable, simple and with a gentle learning curve.

Current Status

The project is still being properly specced on its way to a 0.1.0 specification. Hopefully a backlog is in place and allows you to follow my progress so far.

If you want to know more about the project or help me on it, feel free to reach me on Matrix : @tobia_:matrix.org

Other resources

  • Contributing: TBD
  • Code of Conduct: TBD
  • Licence

About

Skel is an abstraction layer to asynchronous libraries and a web framework built using it.

License:MIT License


Languages

Language:Python 100.0%