Metadata-Version: 1.1
Name: yak-signals
Version: 0.2.7
Summary: A tool for auto generating libraries for different platforms to communicate with your API
Home-page: https://github.com/yeti/signals/
Author: Rudy Mutter
Author-email: support@yeti.co
License: MIT
Description: signals
        =================
        
        | |Codeship Status for yeti/signals|
        | |Coverage Status|
        
        A tool for auto generating libraries for different platforms to
        communicate with your API.
        
        Recommended Setup
        -----------------
        
        #. Create a new python virtual environment
        #. ``pip install yak-signals``
        
        Instructions
        ------------
        
        The script is ran from ``signals``.
        
        To see a list of arguments run ``signals --help``.
        
        If you do not supply the required arguments when running, the script
        will prompt you for them one by one.
        
        An example for running the script is:
        ``signals --schema ~/projects/your-project/api-schema.json --generator ios``
        
        iOS
        ~~~
        
        #. If you’re running the iOS generator and writing to core data make
           sure you quit xcode
        #. Run ``signals``, and pass the ``--coredata`` flag
           if you want to override core data.
        #. If you changed the core data models, you’ll need to have xcode auto
           generate the new model files
        
        .. |Codeship Status for yeti/signals| image:: https://codeship.com/projects/d2fa74a0-01ab-0133-75b8-2226f6cba81b/status?branch=master
           :target: https://codeship.com/projects/88715
        .. |Coverage Status| image:: https://coveralls.io/repos/yeti/signals/badge.svg?branch=master&service=github
           :target: https://coveralls.io/github/yeti/signals?branch=master
        
        `Rudy Mutter <https://github.com/rmutter>`_
        `Lee McDole <https://github.com/leemcdole>`_
        `Zach Gawlik <https://github.com/ZachGawlik>`_
        `Baylee Feore <https://github.com/baylee>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
