A collection of tools
Project description
royman-tools
collection of tools
Installation
pip install royman-tools
or from Github:
git clone https://github.com/roymanigley/royman-tools.git
cd royman-tools
python setup.py install
Tools
TCP
Usage
from royman_tools import tcp
with tcp.Client('127.0.0.1', 4040) as client:
client.send_str('Hello World')
print(client.read())
with tcp.Server(4040) as server:
server.send_str('Hello World')
print(server.read())
tcp.scan_range('127.0.0.1', list(range(1, 65535 + 1)))
Project Creator
Usage
royman-tools:create-project --help
royman-tools:create-project --project_name my-project-name
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file royman_tools-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: royman_tools-0.0.3-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89f4f7157d8d55d62d486a6904ea2b30adecb0058eac833f361c8c654e559ec2 |
|
MD5 | 5d901a313784784f45a038579249f939 |
|
BLAKE2b-256 | 7787a291f9766da443c641c1686eeef3c607c668ea571175bba3b9d299e242a4 |