A development kit that collects simple utilities.
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')
Jan 02, 2024
1.7.2
Jan 02, 2024
1.7.1
Dec 02, 2023
1.7.0
Nov 10, 2023
1.6.0
Nov 03, 2023
1.5.0
Oct 25, 2023
1.4.0
Jun 06, 2020
1.3.2
Jun 06, 2020
1.3.1
Jun 05, 2020
1.3.0
Jun 04, 2020
1.2.3
Jun 04, 2020
1.2.2
Jun 04, 2020
1.2.1
Jun 04, 2020
1.2.0
Mar 06, 2020
1.1.2
Mar 06, 2020
1.1.1
Feb 14, 2020
1.1.0
Dec 24, 2019
1.0.0
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies: