Metadata-Version: 1.1
Name: listio
Version: 1.0.0
Summary: Write lists to files and read them.
Home-page: https://lab.saloun.cz/jakub/listio
Author: Jakub Valenta
Author-email: jakub@jakubvalenta.cz
License: Apache Software License
Description: # ListIO
        
        Write lists to files and read them.
        
        ## Examples
        
        ```python
        import listio
        
        listio.read_list()
        listio.write_list()
        
        listio.read_map()
        listio.write_map()
        ```
        
        ## Contributing
        
        See [NOTICE](./NOTICE) and [LICENSE](./LICENSE) for license information.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
