Metadata-Version: 2.1
Name: pyramco
Version: 0.9.71
Summary: A complete wrapper class for the RAMCO API
Home-page: https://github.com/mansard/pyramco
Author: Jeremey Bingham
Author-email: info@mansard.net
License: UNKNOWN
Description: # pyramco
        A complete Python wrapper class for the RAMCO API
        
        
        version **0.9.71**
        2-25-2021
        
        
        Notes for 0.9.71 release: 
        
        - Added an optional "output" argument to metadata and data querying operations to return results as valid JSON: pass `output='json'` as the final argument to functions that generate substantial results to get a JSON string instead of a dict.
        
        - Removed an unnecessary argument in `parse_attribute_values` for `api_key`
        
        
        RAMCO API Documentation permalink:
        <https://api.ramcoams.com/api/v2/ramco_api_v2_doc.pdf>
        
        
        Requires the **requests** module:
        <https://pypi.org/project/requests/>
        
        
        API key will be detected as an environment variable `RAMCO_API_KEY` OR in a <a href="https://docs.python.org/3/library/configparser.html">standard config file</a> named `pyramco_config.ini`, OR can be passed as an argument `ramco_api_key` to any function.
        
        
        
        
        The contributors to Pyramco are not affiliated, associated, authorized, endorsed by, or in any way officially connected with RAMCO, The NATIONAL ASSOCIATION OF REALTORS®, or any of their subsidiaries or affiliates. The official RAMCO website can be found at https://ramcoams.com 
        
        The name RAMCO, as well as related names, marks, emblems and images are registered trademarks of their respective owners.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.7
Description-Content-Type: text/markdown
