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.4.2.tar.gz
(11.0 kB
view details)
Built Distribution
File details
Details for the file propertysync-0.4.2.tar.gz
.
File metadata
- Download URL: propertysync-0.4.2.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c4e72f61173523c0a50d3c251e476273f8affe8d8c3da2eef1e7c1b66434303 |
|
MD5 | 465a7e0f025484ae9254b7da15932171 |
|
BLAKE2b-256 | a8040b10b1607ccb07ce8d448e2ed8a62c592587bfb35a471f075529d6647f9a |
File details
Details for the file propertysync-0.4.2-py3-none-any.whl
.
File metadata
- Download URL: propertysync-0.4.2-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.24.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b202e43ae92fb37893b6f2c727d4b0d81c77d95d18eee665a610cfaad6441646 |
|
MD5 | 8497cd606f39b8b2a446ee8d926556c7 |
|
BLAKE2b-256 | f0715b76a49c331633dbeb50d44c7b6c54432d96abf3eceabf36bf63f896d47c |