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.3.tar.gz
(2.5 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.3.tar.gz.
File metadata
- Download URL: braillebaseio-1.0.3.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cee97331efd699f82bb10f387e0340122b0081238fe5648dbdf72d743f63cc1e
|
|
| MD5 |
8655200a68530ccbd67c31d988a44889
|
|
| BLAKE2b-256 |
89e1d6800fc6c41ab9d929cb58117e2514517adff4f3c41a11972268f5dac2aa
|
File details
Details for the file braillebaseio-1.0.3-py3-none-any.whl.
File metadata
- Download URL: braillebaseio-1.0.3-py3-none-any.whl
- Upload date:
- Size: 2.9 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 |
cce797c4c647d77521d46c20b31520d5ff042358a989a358a413ea36676a3c3d
|
|
| MD5 |
e5423cefe7467e37743a3170e223975a
|
|
| BLAKE2b-256 |
599b38dac425a736b6c375f497bf9fee76fb3d18d40268c39d61c6458302f4a5
|