Python 'f' Codec
Project description
Python f Codec
Wrap lonesome f-strings in print().
How to install
> python3 -m pip install f-codec
Why?
# -*- coding: f -*-
import sys
f'''
Python
'''
if sys.version_info > (3, 0):
f''' {sys.version}
'''
else:
f'''
The sunset for Python 2 has passed.
'''
f''''''
def dictionary(inst, depth=0):
ಠ_ಠ = ' ' * depth
f''' {{
'''
for name, val in inst.items():
if isinstance(val, dict):
f'''
{name} =
''' > ಠ_ಠ
dictionary(val, depth + 1)
else:
f'''
{name} = {val},
''' > ಠ_ಠ
f'''
}}
''' > ಠ_ಠ
decl = {
'a': 1,
'b': 2,
'c': { 'a': 3, 'b': 4 },
'd': { 'a': 5, 'b': { 'a': 6, 'b': 7 }, 'c': 8 },
'e': 9
}
f'''
decl =
'''
dictionary(decl)
> python3 test.py
Python 3.7.7 (default, Mar 10 2020, 15:43:33)
[Clang 11.0.0 (clang-1100.0.33.17)]
decl = {
a = 1,
b = 2,
c = {
a = 3,
b = 4,
}
d = {
a = 5,
b = {
a = 6,
b = 7,
}
c = 8,
}
e = 9,
}
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
f-codec-0.0.9.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file f-codec-0.0.9.tar.gz.
File metadata
- Download URL: f-codec-0.0.9.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
924d6463163d16d445eac30fcc0807986b007f5229404c8e81c89b74c75164aa
|
|
| MD5 |
ec6dacd5b87e0e806f4b172186eadf6a
|
|
| BLAKE2b-256 |
8c3714f346f392cf28b6a0356fb53af62b662267cc0809c37dcd783081137cc6
|
File details
Details for the file f_codec-0.0.9-py3-none-any.whl.
File metadata
- Download URL: f_codec-0.0.9-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35f6f1d96664b667d8de25ea5814ca9ce86eaabfe362d105b49a506113fa677a
|
|
| MD5 |
004be82d64d51023887b692539aead74
|
|
| BLAKE2b-256 |
dc39974ba59b8ec18d0f3b21344c1e697c069b6b96a152a2d1db84867d6199d6
|