Metadata-Version: 2.1
Name: gemini_builder
Version: 0.0.2
Summary: Build text/gemini files from Python
Home-page: UNKNOWN
Author: Martin Ibert
Author-email: python@maribert.info
License: MIT
Description: # gemini_builder
        
        This Python package makes creation of Gemini text documents for
        [Project Gemini](https://gemini.circumlunar.space/) a little
        easier.
        
        To create a document, instantiate the Page class and add lines
        using the appropriate methods. Finally, you can convert the
        page to a string, print it, etc.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
