Metadata-Version: 1.1
Name: iotapay
Version: 0.0.7
Summary: Pay using IOTA
Home-page: https://github.com/acycliclabs/iotapay-py
Author: Kumar Anirudha
Author-email: anirudhastark@yahoo.com
License: UNKNOWN
Description: # IOTAPAY
        
        ## Develpoment Stage (not recommended for immediate production use at this moment.)
        
        Python library to Pay using IOTA
        
        # Setup
        
        1. Install the library `pip install iotapay`
        2. Import in your code and start using functions.
        
        ## Basic functions
        
        1. Pay in IOTA.
        2. Collect Payment / Request Money.
        3. Check Transaction Status.
        
        
        ## Development
        
        ### Setup
        
        1. Setup `virtualenv`/`venv` and activate it (`source venv/bin/activate`).
        2. Install dependencies: `pip install -r requirements/dev.txt`.
        
        
        ### Run
        
        1. `cd iotapay`
        2. Run tests to check if it's all setup and working. `python test.py`
        
Keywords: iotapay,payment,anistark,python,acyclic,tangle
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries :: Python Modules
