Kobin Versions Save

Type Hints friendly web framework for Python3.6+

v0.1.9

7 years ago
  • Add logger integration

v0.1.2

7 years ago
  • Support cookie encrypting.
  • Add BaseResponse class.

v0.1.1

7 years ago
  • Response class can return bytes.
  • Fix stub files.

v0.0.7

7 years ago
  • headers property in Request object.
  • raw_body property in Request object.
  • Remove jinja2 from install_requires.
  • Update docs.

v0.0.6

7 years ago
  • Integrating wsgicli.
  • Alter sphinx theme.
  • Update documentations.
  • View functions must return Response or its child class.
  • Make Request object to No thread local
  • Add Response, JSONResponse, TemplateResponse, RedirectResponse.
  • Refactor error handling.
  • Add stub files (.pyi).
  • Python3.6 testing in travis-ci.org.
  • Add API documentation.

v0.0.5

7 years ago
  • Replace regex router with new style router.
  • Correspond reverse routing.
  • Remove serving static file. Please use wsgi-static-middleware.
  • Remove server adapter.
  • Support only Jinja2.
  • Refactoring.

v0.0.4

8 years ago
  • Expect the types of routing arguments from type hints.
  • Implement template adapter for jinja2.
  • Server for static files such as css, images, and so on.
  • Manage configuration class.
  • Support gunicorn.
  • Error handling.
  • Fix several bugs.

v0.0.3

8 years ago
  • Request and Response object.
  • Tox and Travis-CI Integration.