pylab-sdk 1.7.2


pip install pylab-sdk

  Latest version

Released: Jan 02, 2024

Project Links

Meta
Author: CHIDA
Requires Python: >=3

Classifiers

Development Status
  • 5 - Production/Stable

Topic
  • Software Development :: Testing
  • System :: Installation/Setup
  • Software Development :: Libraries :: Python Modules

License
  • OSI Approved :: MIT License

Programming Language
  • Python :: 3
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12

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')

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
requests