Metadata-Version: 1.1
Name: soql
Version: 1.0.1
Summary: Models and query generator for Salesforce Object Query Language (SOQL)
Home-page: https://github.com/plangrid/soql
Author: Barak Alon
Author-email: barak.s.alon@gmail.com
License: MIT
Description: SOQL
        ====
        
        .. image:: https://travis-ci.org/plangrid/soql.svg?branch=master
           :target: https://travis-ci.org/plangrid/soql
           :alt: CI Status
        
        .. image:: https://badge.fury.io/py/soql.svg
           :target: https://badge.fury.io/py/soql
           :alt: PyPI status
        
        |
        
        Models and query generator for Salesforce Object Query Language (SOQL)
        
        
        Example
        -------
        
        
        Installation
        ------------
        
        .. code-block::
        
           pip install soql
        
        
        Documentation
        -------------
        
        
        
        Contributing
        ------------
        
        There is still work to be done, and contributions are encouraged! Check out the `contribution guide <CONTRIBUTING.rst>`_ for more information.
        
Keywords: salesforce,soql,salesforce.com
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
