Metadata-Version: 1.2
Name: py-nestedtext
Version: 0.0.3
Summary: Minimal implementation of NestedText data format
Home-page: UNKNOWN
Author: Lewis Gaul
Author-email: lewis.gaul@gmail.com
License: MIT
Description: # NestedText: A Human-Friendly Data Format
        
        Python implementation of the NestedText spec, version 2.0.
        
        **Note that this is a simplified fork of the original project <https://github.com/KenKundert/nestedtext> with authors Ken & Kale Kundert. Please see that project for the official language spec.**
        
        
        ## Related Projects
        
        [NestedText spec/docs](https://nestedtext.org)
        
        [Implementation of NestedText in Zig](https://github.com/LewisGaul/zig-nestedtext)
        
        [Official NestedText test suite](https://github.com/kenkundert/nestedtext_tests)
        
        [Vim syntax files for NestedText](https://github.com/kalekundert/vim-nestedtext)
        
        [Syntax files for Visual Studio](https://marketplace.visualstudio.com/items?itemName=bmarkovic17.nestedtext)
        
        
        ## Development
        
        Run the tests with `pytest` (after `pip install -r requirements.txt`).
        
Keywords: data
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Utilities
Requires-Python: >=3.6
