Metadata-Version: 1.1
Name: lootgenerator
Version: 0.1.0
Summary: Tabletop RPG loot generator
Home-page: http://github.com/tengro/lootgenerator
Author: Andrew Liashchuk
Author-email: tengro@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: *Loot Generator 0.1.0*
        
        Simple and plain console script for on-the-fly loot generation for tabletop RPGs.
        
        To install:
        pip install lootgenerator
        
        
        `from loot_generator.tables import CSVLootTable`
        
        `from loot_generator.generators import BasicLootGenerator`
        
        `table = CSVLootTable('my_loot_table_path.csv')`
        
        `generator = BasicLootGenerator(table)`
        
        `generator.generate(1000)`
        
        
        TBD: proper readme, examples, proper comments.
        
Keywords: rpg loot
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: Topic :: Games/Entertainment :: Role-Playing
Classifier: Topic :: Utilities
