iterdub
iterdub makes generating a compact name to describe a series easy & consistent
Free software: MIT license
Documentation: https://iterdub.readthedocs.io.
from iterdub import iterdub as ib
# returns 'a'
ib.dub(['a'])
# returns 'a~b'
ib.dub(['a', 'b'])
# returns 'num_unique%3'
ib.dub(['a', 'b', 'c'])
# returns '1-5'
ib.dub([1,2,3,4,5])
# returns '1-5%2'
ib.dub([1,3,5])
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2021-04-01)
First release on PyPI.
Release files for iterdub 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 | |
|---|---|---|---|
| iterdub-0.2.0.tar.gz | 10.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| iterdub-0.2.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 14.2 kB
Release files / iterdub-0.2.0.tar.gz
| Download URL | iterdub-0.2.0.tar.gz |
|---|---|
| Size | 10.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
06c3687bacce8a4103e6b369b3d587bc3a2ffc79ced21e8eaa416f2bcfb76bba
|
|
BLAKE2b-256 checksum How to use checksums |
9b6f8543be72d0f7e7d043e4d8738b62c1f9a99d22a006af93cccab4f9477ed6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|
Release files / iterdub-0.2.0-py2.py3-none-any.whl
| Download URL | iterdub-0.2.0-py2.py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
d0983240986bc90eb1de1f8ce2e747fda1f6d66399e3ab74968424b6228bc68c
|
|
BLAKE2b-256 checksum How to use checksums |
9e0476a67198d97bba6976e373b463d7d34bd8f30b5176f4fa35eb5a4d314775
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.3
|