A package for interacting with the [PropertySync API](https://developer.propertysync.com/api.html)
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.0.4.tar.gz
(6.4 kB
view details)
Built Distribution
File details
Details for the file propertysync-0.0.4.tar.gz
.
File metadata
- Download URL: propertysync-0.0.4.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d9fcbd117ff47530cb8ed9157d43ff29fb9b080ca039a9e6edad12635571118 |
|
MD5 | 3f879c1795248658c9fdf616e8bea499 |
|
BLAKE2b-256 | e87acaf003b877226481f61fdfaaca3527c5b7f69eca51dff3a3981190d1fe2f |
File details
Details for the file propertysync-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: propertysync-0.0.4-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1607d30a5a77ba8e719283388b5fca74c6c2b21b8dde3ea1c6b39010cda40126 |
|
MD5 | 6a2c79aa8d857f9874257659f0d2c692 |
|
BLAKE2b-256 | 99d6ca1f768a7f9df081ac1203522b4e746b2d3ccbd98cbf61cce9d8f7425b94 |