Metadata-Version: 2.1
Name: bellande_format
Version: 0.1.0
Summary: Robots Format
Home-page: UNKNOWN
Author: RonaldsonBellande
Author-email: ronaldsonbellande@gmail.com
License: UNKNOWN
Project-URL: Home, https://github.com/RonaldsonBellande/bellande_format
Project-URL: Homepage, https://github.com/RonaldsonBellande/bellande_format
Project-URL: documentation, https://github.com/RonaldsonBellande/bellande_format
Project-URL: repository, https://github.com/RonaldsonBellande/bellande_format
Description: # Bellande Format 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")
        ```
        
Keywords: package,setuptools
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Provides-Extra: dev
