Braille Base IO
Reader for JSON, XML, and CSV formats.
Input Examples
JSON example:
[
{
"letter": "a",
"braille": "⠁,⠁",
"pattern": 0
},
{
"letter": "b",
"braille": "⠟,⠟,⠟",
"pattern": 0
}
]
XML example:
<?xml version="1.0" encoding="utf-8"?>
<braille_append>
<item>
<letter>a</letter>
<braille>⠁,⠁</braille>
<pattern>0</pattern>
</item>
<item>
<letter>b</letter>
<braille>⠟,⠟,⠟</braille>
<pattern>0</pattern>
</item>
</braille_append>
CSV example:
a,"⠁,⠁",0
b,"⠟,⠟,⠟",0
Output Example
[('a', ['⠁', '⠁'], 0), ('b', ['⠟', '⠟', '⠟'], 0)]
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
braillebaseio-1.0.1.tar.gz
(2.4 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 braillebaseio-1.0.1.tar.gz.
File metadata
- Download URL: braillebaseio-1.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7660034649eeb8470e1fecf14074016df05b45ed0359a842b48983fa79f9aaa
|
|
| MD5 |
f4584ab10ca1b3cbf043b712035f8884
|
|
| BLAKE2b-256 |
dee6803b44ea17b643b02fb1734ba8ce245b6c6faf96558aec025743f59625ee
|
File details
Details for the file braillebaseio-1.0.1-py3-none-any.whl.
File metadata
- Download URL: braillebaseio-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd9fdd55435968d059044ef04bdf46c77af256fd737282fe2c7c4e37d924511e
|
|
| MD5 |
d61ba35db26d634a7adc0d82ec90d867
|
|
| BLAKE2b-256 |
112ec1e3994409b8c7a6f5669e0b082cacf31827985518bbfeb833018c98e344
|