Metadata-Version: 2.1
Name: wexapi
Version: 0.1.0
Summary: Wex.nz API Client
Home-page: https://github.com/madmis/wexapi
Author: Machin Dmitro
Author-email: machin.dmitry+pypi.org@gmail.com
License: UNKNOWN
Description: # Wex.nz REST API Python Client
        
        [Wex.nz](https://wex.nz/api/3/docs) provides REST APIs that you can use
         to interact with platform programmatically.
        
        This API client will help you interact with Wex.nz by REST API. 
        
        ## License
        
        MIT License
        
        
        ## Wex.nz REST API Reference
        
        [Public API](https://wex.nz/api/3/docs)
        [Trade API](https://wex.nz/tapi/docs)
        
        
        ## Contributing
        To create new endpoint - [create issue](https://github.com/madmis/wexapi/issues/new) 
        or [create pull request](https://github.com/madmis/wexapi/compare)
        
        ## Running the tests
        
            python -m unittest discover wexapi
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
