Files
bellande_format/Package/Python
2024-09-12 03:13:12 -04:00
..
2024-09-12 03:13:12 -04:00
2024-09-11 18:02:40 -04:00
2024-09-12 02:38:49 -04:00
2024-09-12 03:13:12 -04:00
2024-09-04 19:12:27 -04:00
2024-09-12 03:13:12 -04:00

Bellande Format Python Example

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
Version: 0.1.0
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
Requires: numpy
Required-by:

License

This Algorithm or Models is distributed under the Creative Commons Attribution-ShareAlike 4.0 International License, see LICENSE and NOTICE for more information.