Metadata-Version: 2.1
Name: appstoreconnect
Version: 0.2.0
Summary: A Python wrapper around Apple App Store Api
Home-page: https://github.com/ponytech/appstoreconnectapi
Author: Ponytech
Author-email: contact@ponytech.net
License: MIT
Description: 
        App Store Connect Api
        ====
        
        This is Python a wrapper around the Apple App Store Api : https://developer.apple.com/documentation/appstoreconnectapi
        
        So far, it only handles token generation / expiration and defines a few routes. 
        
        Please see [example.py](https://github.com/Ponytech/appstoreconnectapi/blob/master/example.py) on how to use the library and [api.py](https://github.com/Ponytech/appstoreconnectapi/blob/master/appstoreconnect/api.py#L58) for a list of available functions. This is a work in progress, API is subject to change between versions.   
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
