Metadata-Version: 1.1
Name: rowmapy
Version: 1.0.2
Summary: A Python SDK for Rowma
Home-page: https://github.com/rowma
Author: asmsuechan
Author-email: suenagaryoutaabc@gmail.com
License: Apache License, Version 2.0
Description: # RowmaPy
        The Rowma SDK for Python.
        
        ## Development
        ```
        $ python setup.py sdist
        $ pip install -U .
        ```
        
        ## Publish
        ```bash
        rm -rf dist/*
        python setup.py sdist
        pip install wheel twine
        twine upload dist/*
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
