F-strings are fabulous, why can’t we make the same with Tuple and lists ?
Now you can:
In [1]: from ftuple import f
In [2]: h = "Hello"
In [3]: w = "World"
In [4]: f"{h} {w}"
Out[4]: 'Hello World'
In [5]: f({h}, {w})
Out[5]: ('Hello', 'World')
In [6]: f[{h}, {w}]
Out[6]: ['Hello', 'World']
Release files for ftuple 1.0.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 | |
|---|---|---|---|
| ftuple-1.0.0.tar.gz | 1.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ftuple-1.0.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 27.8 kB
Release files / ftuple-1.0.0.tar.gz
| Download URL | ftuple-1.0.0.tar.gz |
|---|---|
| Size | 1.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
792e7d70df4a5723cb688f8f44fbc6658a6e158de1c21d314af5528f678f019f
|
|
BLAKE2b-256 checksum How to use checksums |
47c04bf6396bbc2e26207a6f1237179335225ea457213ae78804e4f2a027f6af
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / ftuple-1.0.0-py2.py3-none-any.whl
| Download URL | ftuple-1.0.0-py2.py3-none-any.whl |
|---|---|
| Size | 26.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
fd104600756c9f5f08c75e9873eb7a18c5e707199f592b3e4de02eb49048ef43
|
|
BLAKE2b-256 checksum How to use checksums |
86d60e4c431db63889513efcb39482e6adcf5076c74652c4ad23ad08ed6acdd5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |