Skip to main content

Unofficial CareHome.co.uk Python API client

Unofficial CareHome.co.uk API Client for Python.

Installation

pip install carehomecouk

Requirements

  • Python 3.7+

Usage

import datetime

from autumna.client import APIClient
from autumna.constants import Category
from autumna.resources.enquiry import Enquiry

api_client = APIClient('MY_API_KEY')

enquiries = Enquiry.many(
    api_client,
    date_time_from=datetime.datetime(2022, 4, 15),
    category_id=Category.CARE_ENQUIRY
)

for enquiry in enquiries:
    print(enquiry)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

carehomecouk-0.0.4.tar.gz (6.7 kB view details)

Uploaded Source

File details

Details for the file carehomecouk-0.0.4.tar.gz.

File metadata

  • Download URL: carehomecouk-0.0.4.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for carehomecouk-0.0.4.tar.gz
Algorithm Hash digest
SHA256 f6d86862047b2a655a19611873cb175bc41cdc68fdc8555cf7d9aa073c90bf6c
MD5 b02e5188f9287f36a3e141782d5ef445
BLAKE2b-256 6d5180b4c73ded73bd68687d33d3a7d2b9d47bc6fec946e52f96a89faf6f410e

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.4 This release

1 file

0.0.3

1 file

0.0.2

1 file

0.0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page