Bellande Format is a file format type
Project description
Bellande Format Python Example
from bellande_format import Bellande_Format
bellande_formatter = Bellande_Format()
# Parse a Bellande file
parsed_data = bellande_formatter.parse_bellande("path/to/your/file.bellande")
# Write data to a Bellande file
data_to_write = {"key": "value", "list": [1, 2, 3]}
bellande_formatter.write_bellande(data_to_write, "path/to/output/file.bellande")
Website PYPI
Installation
$ pip install bellande_format
Upgrade (if not upgraded)
$ pip install --upgrade bellande_format
Name: bellande_format
Summary: File type Formats
Home-page: github.com/RonaldsonBellande/bellande_format
Author: Ronaldson Bellande
Author-email: ronaldsonbellande@gmail.com
License: GNU General Public License v3.0
License
This Algorithm or Models is distributed under the Creative Commons Attribution-ShareAlike 4.0 International License, see LICENSE and NOTICE for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bellande_format-0.1.8.tar.gz
(4.0 kB
view details)
File details
Details for the file bellande_format-0.1.8.tar.gz
.
File metadata
- Download URL: bellande_format-0.1.8.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7022489e810e57d5950744bf7b4d060ff928cc3ca06f418a67568d5483dd89b |
|
MD5 | cfeb403dcd9573f1ac74eab847563ef3 |
|
BLAKE2b-256 | d8455918c1aec481635761c49b061f6cda4d58e2ee0499254b2ef14ff41ba334 |