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.6.0.tar.gz
(15.5 kB
view details)
Built Distribution
File details
Details for the file propertysync-0.6.0.tar.gz
.
File metadata
- Download URL: propertysync-0.6.0.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5844cc424427f521f1ccf74542d0143a71d9bc88f7f4e6b9a4ce19005198760a |
|
MD5 | e70e416c8d9ddd34615004338021e263 |
|
BLAKE2b-256 | c927908646f2cb912c02c41d3df54bf777c380fc782d6ea79c39406b4f213b87 |
File details
Details for the file propertysync-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: propertysync-0.6.0-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63e07d3555ab1fa3dd5c6625fc649b1429d5fb257edd84b0a9e8a160aafb21f1 |
|
MD5 | dddc1f45aa584d2a7fe283dde8ef7490 |
|
BLAKE2b-256 | 765587031a28425ae9b0e188490c451211f10d24e14fe5339a9467b757da9594 |