Oven logo

Oven

Published

A development kit that collects simple utilities.

pip install pylab-sdk

Package Downloads

Weekly DownloadsMonthly Downloads

Project URLs

Requires Python

>=3

Dependencies

pylab-sdk

A development kit that collects simple utilities.

Installation

pip install pylab-sdk

Example

import pylab_sdk


# Get your public IP
ip = pylab_sdk.get_ip()

# Get latest user agent of modern browser
agents = pylab_sdk.get_latest_agents()
assert agents['macOS'] == pylab_sdk.get_latest_agents('macOS')

# Similar to netcat, webcat running over the http protocol helps you keep a log that you can check anywhere.
pylab_sdk.wc('hello world', source='discord-bot')