Skip to main content

A package for interacting with the PropertySync API.

Project description

PropertySync Python Client

PyPI version PyPI

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


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.1.0.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

propertysync-0.1.0-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

Details for the file propertysync-0.1.0.tar.gz.

File metadata

  • Download URL: propertysync-0.1.0.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.23.3

File hashes

Hashes for propertysync-0.1.0.tar.gz
Algorithm Hash digest
SHA256 5c3f2ee5dab913438a9b29d5b08be62973a6e0b7eaaa34be0dc40c77c254d0dd
MD5 1005ded349a7228fc99058a3783b0974
BLAKE2b-256 8f7d1801d0dcb8b32042bfa302077bed96744abcc8c9aa2462745372a36b923c

See more details on using hashes here.

File details

Details for the file propertysync-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for propertysync-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4d11504b57765b00a92aab3ad7b17bf5a9aa14d8f50df5017d948e18d50d06eb
MD5 cbb010d15542ed8464b4c2794bdc0a09
BLAKE2b-256 f34113899dd66c0a5da116911257bf99de113493ecaad52005f11674d0b7ab00

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page