Metadata-Version: 1.1
Name: syncano
Version: 4.1.0
Summary: Python Library for syncano.com api
Home-page: http://syncano.com
Author: Daniel Kopka
Author-email: daniel.kopka@syncano.com
License: UNKNOWN
Description: Syncano
        =======
        
        Python QuickStart Guide
        -----------------------
        
        You can find quick start on installing and using Syncano's Python library in our [documentation](http://docs.syncano.com/v1.0/docs/python).
        
        For more detailed information on how to use Syncano and its features - our [Developer Manual](http://docs.syncano.com/v1.0/docs/getting-started-with-syncano) should be very helpful.
        
        In case you need help working with the library - email us at libraries@syncano.com - we will be happy to help!
        
        You can also find library reference hosted on GitHub pages [here](http://syncano.github.io/syncano-python/).
        
        Backwards incompatible changes
        ------------------------------
        
        Version 4.0 is designed for new release of Syncano platform and
        it's **not compatible** with any previous releases.
        
        Code from `0.6.x` release is avalable on [stable/0.6.x](https://github.com/Syncano/syncano-python/tree/stable/0.6.x) branch
        and it can be installed directly from pip via:
        
        ``pip install syncano==0.6.2 --pre``
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
