rororo

Implement aiohttp.web OpenAPI 3 server applications with schema first approach.

BSD-3-CLAUSE License

Downloads
1.1K
Stars
105
Committers
8

Bot releases are hidden (Show)

rororo - 1.0.0 Release

Published by playpauseandstop about 7 years ago

  • Finally, 1.0.0 release is done. Even docs are not ready yet, hope to finish them sometime later
rororo - 1.0.0b1 Release

Published by playpauseandstop over 7 years ago

  • Annotate all code in rororo
  • Use mypy for linting source code
  • Drop Python 3.4 support due to changes above
rororo - 1.0.0a5

Published by playpauseandstop almost 8 years ago

rororo - 1.0.0a4

Published by playpauseandstop about 8 years ago

  • Pass kwargs to SentryHandler on configuring Sentry logging
rororo - 1.0.0a3

Published by playpauseandstop about 8 years ago

  • Add rororo.aio module with:
    • add_resource_context context manager
    • is_xhr_request, parse_aioredis_url utility functions
  • Update flake8 config & bump aiohttp version for tests
  • Added ChangeLog & modified GitHub Releases Page
rororo - 1.0.0a1

Published by playpauseandstop about 8 years ago

This is a new beginning for rororo project. Previously project was an attempt to make another web-framework, but after asyncio has been introduced to Python 3.4, I start using aiohttp.web as my main web-framework, so rororo now is a collection of different goodies for other Python web-frameworks, like aiohttp.web or Flask.

More to come.

rororo - 1.0.0a2

Published by playpauseandstop about 8 years ago

  • Adds ability to supply custom error class while making manual errors by schema.make_error method.
  • Default validator class preset default values from schema to instance for validation.
  • Several improvements to test process.
Package Rankings
Top 10.81% on Pypi.org
Related Projects