Democritus functions for working with Netstrings.
Project description
Democritus Netstrings
Democritus functions[1] for working with Netstrings.
[1] Democritus functions are simple, effective, modular, well-tested, and well-documented Python functions.
We use d8s
as an abbreviation for democritus
(you can read more about this here).
Functions
-
def string_to_netstring_ascii(string: str, *args): """Convert the given string to a netstring (and return it's ascii representation)."""
-
def string_to_netstring_hex(string: str, *args): """Convert the given string to a netstring (and return it's hex representation)."""
-
def netstring_ascii_to_netstring_hex(netstring_ascii: str): """Convert a netstring (represented as ascii) to its hex representation."""
-
def netstring_hex_to_netstring_ascii(netstring_hex: str): """Convert a netstring (represented as hex) to its ascii representation."""
-
def netstring_ascii_to_string(netstring_ascii: str): """Get the string portion of the given netstring (represented as ascii)."""
-
def netstring_hex_to_string(netstring_hex: str): """Get the string portion of the given netstring (represented as hex)."""
Development
👋 If you want to get involved in this project, we have some short, helpful guides below:
If you have any questions or there is anything we did not cover, please raise an issue and we'll be happy to help.
Credits
This package was created with Cookiecutter and Floyd Hightower's Python project template.
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
Built Distribution
File details
Details for the file d8s_netstrings-0.5.2.tar.gz
.
File metadata
- Download URL: d8s_netstrings-0.5.2.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 454c0d6de7f4dc6d4eabab1d95fb1137ada231ae89bec670a5345627f47a8781 |
|
MD5 | ff8dd39e6fb1ad45669b4557963a6a30 |
|
BLAKE2b-256 | f9ba8fbc2e01fba5d781a5cb2e2a97cd6f62f97f3fbf394811e9dd7708143ba9 |
File details
Details for the file d8s_netstrings-0.5.2-py2.py3-none-any.whl
.
File metadata
- Download URL: d8s_netstrings-0.5.2-py2.py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5c5f32f2edb2a83e77aa7f1b98f5ec67289b828550509918137d1dd3f7c4a82 |
|
MD5 | 104edeeb1dfb9f8953198e8f9402cf03 |
|
BLAKE2b-256 | 2d64f5291aef23edbbff8bad5e15cba118f29b8dbf49df4a0158baa0c582901f |