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.9.0.tar.gz
(16.8 kB
view details)
Built Distribution
File details
Details for the file propertysync-0.9.0.tar.gz
.
File metadata
- Download URL: propertysync-0.9.0.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2af5080a2425146b5c75af621a8a28a5c2c9bd7e18306d19fe31b201f47d260f |
|
MD5 | 179f784f587ec77aa9c87104dfa8342d |
|
BLAKE2b-256 | 527a00584f36eecb576f4335d6a05d5514530ae8af3395c22861af25f58a62a9 |
File details
Details for the file propertysync-0.9.0-py3-none-any.whl
.
File metadata
- Download URL: propertysync-0.9.0-py3-none-any.whl
- Upload date:
- Size: 15.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4854a2ffe04dc27092eed869fc9a886aada59a050b817c01cc491fd950b0d755 |
|
MD5 | ee69ef10139796c31a01970c521622b3 |
|
BLAKE2b-256 | 4bbc76d31b34c2e35cb3dc106af5c303025d90b2fadc91b116fed726642893cc |