Metadata-Version: 1.2
Name: SwiftCodeGen
Version: 0.3
Summary: A command line utility to generate model and web service classes in Swift programming language.
Home-page: https://github.com/akhilraj-rajkumar/swift-code-gen
Author: Akhilraj Rajkumar
Author-email: akhilr46@gmail.com
License: Apache License
Description: ************
        SwiftCodeGen
        ************
        
        A command line utility to generate model and web service classes in Swift programming language. This is a simple and lightweight tool for developers to automate a part of effort. The tool will generate all the required model classes and web service classes based on `Alamofire <https://github.com/Alamofire/Alamofire>`_ and `ObjectMapper <https://github.com/Hearst-DD/ObjectMapper>`_ with a single command.
        
        ============
        Installation
        ============
        SwiftCodeGen is written in Python, and it requires python 2.7 or above to work.
        
        Install SwiftGen and use simple commands.
        
           $ pip install SwiftCodeGen
        
        If you have already a version installed...
        
           $ pip install SwiftCodeGen --update
        
        =====
        Usage
        =====
        SwiftCodeGen uses `SwiftGenConf.json` file to keep api details and other common properties to configure basic setups. It also uses template files to generate model and service classes. More documentation can be found `here <https://github.com/akhilraj-rajkumar/swift-code-gen#swiftcodegen>`_
        .
        
Keywords: Swift code generator,webservice generator,model generator
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Python: >=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4
