Metadata-Version: 1.1
Name: NBTParse
Version: 0.1.0
Summary: NBTParse is a Python package for parsing Named Binary Tags.
Home-page: https://bitbucket.org/NYKevin/nbtparse
Author: Kevin Norris
Author-email: nykevin.norris@gmail.com
License: UNKNOWN
Description: NBTParse is a Python package for parsing Named Binary Tags.
        
                It follows the `unofficial specification`__ on the Minecraft Wiki.
        
                __ http://www.minecraftwiki.net/wiki/NBT_format
        
                NBTParse is intended to supplement the excellent NBTExplorer_, for
                scenarios where a high-level GUI is inconvenient or cumbersome.
        
                .. _NBTExplorer: http://www.minecraftforum.net/topic/840677-nbtexplorer-nbt-editor-for-windows-and-mac/
        
                Support for interaction with more complex types of data, such as
                Minecraft chunks, regions, and worlds, is planned but not implemented.
                
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Software Development :: Libraries
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
