Metadata-Version: 2.1
Name: reportforce
Version: 0.0.7
Summary: A Salesforce Analytics API client for Python
Home-page: https://github.com/phelipetls/reportforce
Author: Phelipe Teles
Author-email: phelipe_teles@hotmail.com
License: UNKNOWN
Project-URL: Documentation, https://reportforce.readthedocs.io/
Description: # A Salesforce Analytics API client for Python
        
        [![Documentation Status](https://readthedocs.org/projects/reportforce/badge/?version=latest)](https://reportforce.readthedocs.io/en/latest/?badge=latest)
        [![PyPI Version](https://img.shields.io/pypi/v/reportforce.svg)](https://pypi.org/project/reportforce/)
        [![Travis Build Status](https://travis-ci.org/phelipetls/reportforce.svg?branch=master)](https://travis-ci.org/phelipetls/reportforce)
        [![Code Coverage](https://codecov.io/gh/phelipetls/reportforce/branch/master/graph/badge.svg)](https://codecov.io/gh/phelipetls/reportforce)
        
        <!--- [![PyPI Downloads](https://img.shields.io/pypi/dm/reportforce)](https://pypistats.org/packages/reportforce) -->
        
        Ever needed to daily download a Salesforce report and curse your life because
        it gets so tedious to do so manually in the browser or something?
        
        Well, me too. To turn this process less painful, I created this package. By
        using it, you will hopefully be able to download most Salesforce reports as a
        **DataFrame** or an Excel **spreadsheet**.
        
        Check out our documentation at [readthedocs](http://reportforce.rtfd.io/).
        
        # Main Features
        
        -   Supports downloading tabular, matrix and summary reports.
        -   Workaround the 2000 row limit if you provide a column with unique values.
        -   Download reports as Excel files.
        
        ## License
        
        [MIT](https://github.com/phelipetls/seriesbr/blob/master/LICENSE)
        
        ## Contributing
        
        If you find a bug, please, feel free to open an issue! Likewise, if you think
        something could be improved, open a pull request.
        
        ## Support
        
        You can help me by starring this repository. :)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
