Skip to main content

The Requests like WS module

Project description

RequestsWS

The Requests like WS module

Installation

pip install requestsWS

Usage

Sessions is not documented yet, but it works like requests

import requestsWS

payload = {
    "message": "hello world!"
}
resp = requestsWS.post("wss://localhost:8765", identifiers={"message": "Hi there!"}, json=payload)
print(resp.text)

payload = {
    "method": "server.ping"
}
requestsWS.keepConnection('wss://localhost:8765', interval=20, json=payload)

payload = "hello world"
resp = requestsWS.post("wss://localhost:8765", data=payload)
print(resp.json())

TO DO

  • Multiple connections at once (Use array instead of string), until then use Sessions
  • Add support for identifiers that are deeper into the json
  • Add string support for identifier (Check if identifier in string)
  • Add string support for identifier (Check if identifier in string)
  • Fix timeout

Documentation

Coming soon!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

requestsWS-0.0.13.tar.gz (11.9 kB view details)

Uploaded Source

Built Distribution

requestsWS-0.0.13-py3-none-any.whl (8.8 kB view details)

Uploaded Python 3

File details

Details for the file requestsWS-0.0.13.tar.gz.

File metadata

  • Download URL: requestsWS-0.0.13.tar.gz
  • Upload date:
  • Size: 11.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.0.1 keyring/23.0.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.9.7

File hashes

Hashes for requestsWS-0.0.13.tar.gz
Algorithm Hash digest
SHA256 5a70e5d1e9758f8b3fecedaf176ef5680727e99d0377a335e0b2d9c0f5d68b16
MD5 e1679d4d2b92965250deddeb2e7e8e7b
BLAKE2b-256 7b041b1653a58639c4d07d004ca48ffe9daaf3db61d65ec701a38b70b6eb988e

See more details on using hashes here.

File details

Details for the file requestsWS-0.0.13-py3-none-any.whl.

File metadata

  • Download URL: requestsWS-0.0.13-py3-none-any.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.0.1 keyring/23.0.1 rfc3986/1.5.0 colorama/0.4.4 CPython/3.9.7

File hashes

Hashes for requestsWS-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 e25da1b4530305c6b4ea55167ed7c0fdb7973ffeb62446a1e69ac0fa01f5aad3
MD5 1cc1119fcb0372b4f0ef251d9f584f5c
BLAKE2b-256 cb1fa3f33a76b8e888a30b73319e5c398c5a55e53aae4872c99243aae03b2121

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page