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.1.tar.gz
(16.6 kB
view details)
Built Distribution
File details
Details for the file propertysync-0.8.1.tar.gz
.
File metadata
- Download URL: propertysync-0.8.1.tar.gz
- Upload date:
- Size: 16.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac5822bfcd52bc28b50a645b02b7898515262d1ac8ddcb987916a328f8f0b24c |
|
MD5 | 399d954a02c1ad4e5236c0372ac861d0 |
|
BLAKE2b-256 | e30f2966908420da14e105c82f9a0c8ed77c79e73f63ef63ebd42d11c0d39f44 |
File details
Details for the file propertysync-0.8.1-py3-none-any.whl
.
File metadata
- Download URL: propertysync-0.8.1-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 | 8762beb7d20bddc0926a532e502462ecd8df539c355cf45ebf5d4d43db7438c5 |
|
MD5 | a093a960447d9d392539246c6da5187d |
|
BLAKE2b-256 | ec3f802b24e9f23e045ea4ed83c9180f0ef72fefd143910c54c7344b707305fe |