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

Uploaded Source

Built Distribution

propertysync-0.4.0-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for propertysync-0.4.0.tar.gz
Algorithm Hash digest
SHA256 e52dba657ceaa776d3c9f141eca7424ea0c3014b10ef0a3eea7d8dfa4a8f7e4e
MD5 0467ed24211ef0276c43f616e2f9a3d1
BLAKE2b-256 bd4deed7befbffda248a72fa7cd2f8ba8bda7c50e8e4dd41da01ee78aab4dc93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propertysync-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a81e793d64b40c71ff3d0dfe1214e2e3e5498aa8c0fbac833a43e5a7528bdf7b
MD5 32897e959cd01f3cb49bd576e6a68aa7
BLAKE2b-256 b5668edfcc4e0aaa577638e4b217e960d16413c974c1e373cb240853f510d76a

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