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.8.0.tar.gz
(16.5 kB
view details)
Built Distribution
File details
Details for the file propertysync-0.8.0.tar.gz
.
File metadata
- Download URL: propertysync-0.8.0.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ac3b6b7ff0501f98a93b5f6acb1dd16a20e00728b374f0056badec7e71d3cf1 |
|
MD5 | 3ca33fa8feac5e25e3bb5c287feb132b |
|
BLAKE2b-256 | bd0d36f2f9cdf5fb3c4e208d60593985d4d546a0af698df8a2f0c52a5dbad9f8 |
File details
Details for the file propertysync-0.8.0-py3-none-any.whl
.
File metadata
- Download URL: propertysync-0.8.0-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26333112b50e436c2d679d098c68859b7b598219490f1f632a475bd3e32e4b78 |
|
MD5 | fe70688b2b3929d466c18779da1ed9b1 |
|
BLAKE2b-256 | c1b0ccb89d2ebc8c31a114eef1cb97c07acb39192512e13454dce3cd775d0947 |