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

Uploaded Source

Built Distribution

propertysync-0.2.1-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for propertysync-0.2.1.tar.gz
Algorithm Hash digest
SHA256 300d63ff297567fa76c39a27f58513cec7f6ff9af4f47595033c251f088db2b2
MD5 104645bc76265b4ebb641275d3ba3d68
BLAKE2b-256 3cfcf1fc5730715c662dd16e3a2ca280a46f0210121efcf37ba3318d171dd22a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for propertysync-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b605ec1e1c19318b9068a38440b63c005f6ae0b717dc2780ff2699d180a45698
MD5 3d7d977a3c3e9e6b846a7d07560fb06f
BLAKE2b-256 f4aef32bd57cbe548423ec7e84972ad10d1d4b58025f3e4a28648bd1a92787ef

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