eng_join: a simple english joiner
This module is pretty self-explanatory.
- ::
>>> from eng_join import join
>>> join(['blue', 'red', 'yellow'], conj='or', im_a_moron=True) 'blue, red or yellow' >>> join(['blue', 'red', 'yellow'], conj='or') 'blue, red, or yellow' >>> join(['blue', 'red'], conj='or') 'blue or red' >>> join(['blue', 'red'], conj='and') 'blue and red' >>> join(['blue'], conj='and') 'blue' >>> join(['blue', 'red', 'yellow', 'green', 'yello'], conj='and') 'blue, red, yellow, green, and yello'
Release files for eng_join 0.1.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 | |
|---|---|---|---|
| eng_join-0.1.0.tar.gz | 1.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eng_join-0.1.0-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 4.5 kB
Release files / eng_join-0.1.0.tar.gz
| Download URL | eng_join-0.1.0.tar.gz |
|---|---|
| Size | 1.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c883c1c315beecf6c221d0108128a80f766a1a91c87b4f4062dd3a75d8000967
|
|
BLAKE2b-256 checksum How to use checksums |
7fa1a1eec7d28186d93aff933800d7d21ddeed646bbcef36921fe1858ae3fe11
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / eng_join-0.1.0-py2-none-any.whl
| Download URL | eng_join-0.1.0-py2-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
899384f2a50b904d2cb2531707b58b389fd1dc0b04dbdad0301cf9dc2610b6ce
|
|
BLAKE2b-256 checksum How to use checksums |
ce07af7b54b1d9a92fd7bba6f06324817184b7e0b0c058a8383e02e98a6a908d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |