Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGES/12726.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Removed archived and deprecated repos from third party list -- by :user:`Polandia94`.
22 changes: 3 additions & 19 deletions docs/third_party.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ aiohttp extensions
- `aiozipkin <https://github.com/aio-libs/aiozipkin>`_ distributed
tracing instrumentation for `aiohttp` client and server.

- `aiocache <https://github.com/aio-libs/aiocache>`_ Caching for asyncio
with multiple backends (framework agnostic)

Database drivers
^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -146,8 +149,6 @@ We cannot vouch for the quality of these libraries, use them at your own risk.
Please add your library reference here first and after some time
ask to raise the status.

- `pytest-aiohttp-client <https://github.com/sivakov512/pytest-aiohttp-client>`_
Pytest fixture with simpler api, payload decoding and status code assertions.

- `python-proxy-headers <https://github.com/proxymesh/python-proxy-headers>`_
provides ``aiohttp_proxy`` extension for receiving custom response headers from a proxy server
Expand All @@ -161,18 +162,9 @@ ask to raise the status.
- `aiohttp-cache <https://github.com/cr0hn/aiohttp-cache>`_ A cache
system for aiohttp server.

- `aiocache <https://github.com/argaen/aiocache>`_ Caching for asyncio
with multiple backends (framework agnostic)

- `gain <https://github.com/gaojiuli/gain>`_ Web crawling framework
based on asyncio for everyone.

- `aiohttp-validate <https://github.com/dchaplinsky/aiohttp_validate>`_
Simple library that helps you validate your API endpoints requests/responses with json schema.

- `raven-aiohttp <https://github.com/getsentry/raven-aiohttp>`_ An
aiohttp transport for raven-python (Sentry client).

- `webargs <https://github.com/sloria/webargs>`_ A friendly library
for parsing HTTP request arguments, with built-in support for
popular web frameworks, including Flask, Django, Bottle, Tornado,
Expand All @@ -185,14 +177,6 @@ ask to raise the status.
- `aioresponses <https://github.com/pnuckowski/aioresponses>`_ a
helper for mock/fake web requests in python aiohttp package.

- `aiohttp-transmute
<https://github.com/toumorokoshi/aiohttp-transmute>`_ A transmute
implementation for aiohttp.

- `aiohttp-login <https://github.com/imbolc/aiohttp-login>`_
Registration and authorization (including social) for aiohttp
applications.

- `aiohttp_utils <https://github.com/sloria/aiohttp_utils>`_ Handy
utilities for building aiohttp.web applications.

Expand Down
Loading