Metadata-Version: 2.1
Name: SaltIching
Version: 0.6
Summary: A python package for Iching
Home-page: https://github.com/royalsaltmerchant/salt-iching
Author: Royal Salt Merchant
Author-email: jumpingafterrain@gmail.com
License: MIT
Description: # Salt Iching
        
        ## Iching will return a dict of information on a hexagram
        
        To start:
        
        `from iching import iching`
        
        To get a random hexagram:
        
        `iching.random()`
        
        To get a hexagram by number: \
        Enter a number between 1-64
        
        `iching.number(3)`
        
        To get a hexagram by lines represented in binary inside an array:
        
        `iching.lines([0, 1, 0, 0, 0, 0])`
Platform: UNKNOWN
Description-Content-Type: text/markdown
