# 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
- https://pypi.org/project/bellande_format
### 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](http://creativecommons.org/licenses/by-sa/4.0/), see [LICENSE](https://github.com/RonaldsonBellande/bellande_format/blob/main/LICENSE) and [NOTICE](https://github.com/RonaldsonBellande/bellande_format/blob/main/LICENSE) for more information.
Raw data
{
"_id": null,
"home_page": null,
"name": "bellande-format",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "package, setuptools, bellande, format",
"author": "RonaldsonBellande",
"author_email": "ronaldsonbellande@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/66/8c/6bbc4a6dc206cfe8d8fc1977f38917e98640d1b9d240441b1b67bb5ddd44/bellande_format-0.1.11.tar.gz",
"platform": null,
"description": "# Bellande Format Python Example\n\n```\nfrom bellande_format import Bellande_Format\n\nbellande_formatter = Bellande_Format()\n\n# Parse a Bellande file\nparsed_data = bellande_formatter.parse_bellande(\"path/to/your/file.bellande\")\n\n# Write data to a Bellande file\ndata_to_write = {\"key\": \"value\", \"list\": [1, 2, 3]}\nbellande_formatter.write_bellande(data_to_write, \"path/to/output/file.bellande\")\n```\n\n## Website PYPI\n- https://pypi.org/project/bellande_format\n\n### Installation\n- `$ pip install bellande_format`\n\n### Upgrade (if not upgraded)\n- `$ pip install --upgrade bellande_format`\n\n```\nName: bellande_format\nSummary: File type Formats\nHome-page: github.com/RonaldsonBellande/bellande_format\nAuthor: Ronaldson Bellande\nAuthor-email: ronaldsonbellande@gmail.com\nLicense: GNU General Public License v3.0\n```\n\n## License\nThis Algorithm or Models is distributed under the [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/), see [LICENSE](https://github.com/RonaldsonBellande/bellande_format/blob/main/LICENSE) and [NOTICE](https://github.com/RonaldsonBellande/bellande_format/blob/main/LICENSE) for more information.\n",
"bugtrack_url": null,
"license": null,
"summary": "Bellande Format is a file format type",
"version": "0.1.11",
"project_urls": {
"Documentation": "https://github.com/Architecture-Mechanism/bellande_format",
"Home": "https://github.com/Architecture-Mechanism/bellande_format",
"Homepage": "https://github.com/Architecture-Mechanism/bellande_format",
"Repository": "https://github.com/Architecture-Mechanism/bellande_format"
},
"split_keywords": [
"package",
" setuptools",
" bellande",
" format"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "668c6bbc4a6dc206cfe8d8fc1977f38917e98640d1b9d240441b1b67bb5ddd44",
"md5": "631cb91f0d8d8a61c0bc30ae1d56f8dd",
"sha256": "f1bbfc06046ad1d682800ccdd05c1c3e369ddf4f2ccccd1df48760f30e79f482"
},
"downloads": -1,
"filename": "bellande_format-0.1.11.tar.gz",
"has_sig": false,
"md5_digest": "631cb91f0d8d8a61c0bc30ae1d56f8dd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 4554,
"upload_time": "2024-10-14T05:02:26",
"upload_time_iso_8601": "2024-10-14T05:02:26.464682Z",
"url": "https://files.pythonhosted.org/packages/66/8c/6bbc4a6dc206cfe8d8fc1977f38917e98640d1b9d240441b1b67bb5ddd44/bellande_format-0.1.11.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-14 05:02:26",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Architecture-Mechanism",
"github_project": "bellande_format",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "bellande-format"
}