A package for interacting with the PropertySync API.
Project description
PropertySync Python Client
This is a python packagefor working with the PropertySync API.
Installation
pip install propertysync
Usage
import propertysync
# Create a connection to the API
# ---
# *Note:* email and password will be retrieved from Psync environment variables if not
# provided on this line and if available. Those are: PROPERTYSYNC_API_EMAIL, PROPERTYSYNC_API_PASSWORD
api = propertysync.ApiClient('your_email', 'your_password')
# Set the correct document group
api.set_document_group_id("your_document_group_id")
# Get document group info
document_group_info = api.get_document_group_info()
# get all additions
additions = api.get_autocompletes("addition")
# run a search where the address is 123 Main St
search = propertysync.Search()
search.add_address("123 Main St")
search_results = api.run_search(search.get_query())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
propertysync-0.12.1.tar.gz
(17.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file propertysync-0.12.1.tar.gz.
File metadata
- Download URL: propertysync-0.12.1.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99bf6f3d1eef28063513618b7c8e1cd109e5de8a409b1068e3deab0c40a867db
|
|
| MD5 |
9713919d742836930aff20fad3134755
|
|
| BLAKE2b-256 |
3c632ca5205dabf8055481e4ebaa3a16bdea2dc7fe94e0b8e6acd27be4f5a785
|
File details
Details for the file propertysync-0.12.1-py3-none-any.whl.
File metadata
- Download URL: propertysync-0.12.1-py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be1399c328cdee2bd0a4cebab67a99f308c50c77e733eb3990fab2a2e13e8fe3
|
|
| MD5 |
f47d15582e4d93df5dd0b3a21fc96051
|
|
| BLAKE2b-256 |
1c8edeae499e53aefcfbde067eead085877e65b6fad7cb9531928ea88da37558
|