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

Uploaded Source

Built Distribution

propertysync-0.7.0-py3-none-any.whl (14.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for propertysync-0.7.0.tar.gz
Algorithm Hash digest
SHA256 91e20acda0b7c8b75277fabf89788b1abe2a05e42b9abfc7e70ffbe41c7d1d4e
MD5 4c02f67c7a2bc920f525ad56c13b998a
BLAKE2b-256 46ea4d4b8c6f743e649e0224a674516a1d3ac0e7a666891b8635393b9aea80a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propertysync-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 96aa895bfe2497a75b58f4f04f65b289580bb00a0eb24b1e222574bdfcfd634b
MD5 1a26b6bb5502352ad0c6801d4c5caba9
BLAKE2b-256 c88d5982dc6d8c7c1e99230281e20cec10e80247104583f3c5a30c7ea6a6faa8

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