alphanum
Simple Python library to generate pseudo-random alphanumeric strings of arbitrary length. Requires Python 3.5+.
Installation
alphanum can be obtained from PyPI with pip install alphanum.
Alternatively, build it with Poetry:
pip install poetry
git clone https://github.com/clpo13/alphanum
cd alphanum
poetry build
pip install dist/alphanum-x.y.z-py3-none-any.whl
Usage
import alphanum
foo = alphanum.generate(10)
print(foo)
License
Copyright (c) 2020 Cody Logan. MIT licensed.
Release files for alphanum 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| alphanum-0.2.0.tar.gz | 2.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| alphanum-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.5 kB
Release files / alphanum-0.2.0.tar.gz
| Download URL | alphanum-0.2.0.tar.gz |
|---|---|
| Size | 2.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cb239e7bd36d09fd2404bedce52742b40872eff2fde94744d8654b0f2013e27b
|
|
BLAKE2b-256 checksum How to use checksums |
e96de5a8e71e7b45cd7f42f18f60347e8a50cabd431b641975008d2dc2ae5307
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.0 CPython/3.8.1 Linux/4.4.0-18362-Microsoft
|
Release files / alphanum-0.2.0-py3-none-any.whl
| Download URL | alphanum-0.2.0-py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b8e7af692747900a16675132d0469197a4b6f5aa0820a7d49295efda3c6c92c2
|
|
BLAKE2b-256 checksum How to use checksums |
2140d43998c3190b34cf7153f1f886011a5c4c3717f2a74fc08d12a41054ce56
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.0.0 CPython/3.8.1 Linux/4.4.0-18362-Microsoft
|