Pywreck

Latest version: v0.5.2

Safety actively analyzes 630450 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.2.2

Add a Connection class

Multiple requests can now be issued over a single connection. Example:
python
async with await pywreck.Connection.create("www.example.com") as conn:
for _ in range(2):
response = await conn.request("HEAD", "/")
print(response)

0.2.1

Support for Python 3.10

Added support and pypi classifiers for python 3.10

0.2.0

Breaking Changes

Remove methods:
* connect
* options
* trace
* patch

Improvements
* Improved type annotations for remaining shortcut methods (get, head, post, put, delete)

0.1.7

The timeout argument is now respected for connection close.

0.1.6

Added py.typed marker to export type annotations.

0.1.5

Adds a changelog link to pypi.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.