Skip to main content

Temporary fixed version of the unofficial Reclaim.ai Python SDK with critical bug fixes

Project description

reclaim-sdk-fixed - Unofficial fixed Python SDK for Reclaim.ai

Fixed version

This is a temporary fixed version of the unofficial Reclaim.ai Python SDK. The original project appears to be unmaintained, and some critical issues have emerged. This version addresses these issues while maintaining compatibility with the current Reclaim.ai API. Once the original project resumes maintenance, this package will be deprecated in favor of the official SDK.

The main fixes include:

  • Added further fields to Task #8
  • Fixed incorrect time format in log_work #9

Python SDK

reclaim-sdk is a Python SDK designed for the Reclaim.ai API. It offers a straightforward and developer-friendly interface for managing tasks within Reclaim.ai. Please note that this SDK is not officially affiliated with Reclaim.ai and has been reverse-engineered from the Reclaim.ai web app, as well as utilizing the Swagger Spec provided by AJ from Reclaim.ai =>Swagger Spec. Consequently, there may be bugs, and the API is subject to change without notice. Version stability is not guaranteed.

Features

At present, reclaim-sdk exclusively supports task management. Its primary function is to integrate various tools with Reclaim.ai, enabling the efficient handling of tasks from project management, calendars, and similar applications within Reclaim.ai. For other features, such as managing habits or custom hours, users should utilize the Reclaim.ai web app directly.

If something is missing for you, please open an issue or a pull request.

Installation

To install reclaim-sdk, simply run the following command:

pip install reclaim-sdk-fixed

Configuration

You can get an API key from here.

There are now two ways to configure the SDK with your API key:

  1. Using the RECLAIM_TOKEN environment variable:

    import os
    os.environ["RECLAIM_TOKEN"] = "YOUR_API_KEY"
    
  2. Using the new configure method:

    from reclaim_sdk.client import ReclaimClient
    
    ReclaimClient.configure(token="YOUR_API_KEY")
    

The configure method allows you to set up the client with your API token (and optionally a base URL) at any point in your code before making API calls.

Usage

The SDK uses Pydantic models for better type checking and data validation. Please refer to code examples below:

Contributing

Contributions are welcome. Please open an issue or a pull request. If you want to add a new resource, please have a look at the BaseResource class. The Task class is a good example of how to implement a new resource. Reference the Swagger Spec for the available endpoints and also use the network tab in the browser to see the request and response payloads, as the Swagger Spec may not always be up-to-date or complete.

License

MIT License

Copyright (c) 2022 Laurence Labusch

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

reclaim_sdk_fixed-0.6.3.post2.tar.gz (10.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

reclaim_sdk_fixed-0.6.3.post2-py3-none-any.whl (10.0 kB view details)

Uploaded Python 3

File details

Details for the file reclaim_sdk_fixed-0.6.3.post2.tar.gz.

File metadata

  • Download URL: reclaim_sdk_fixed-0.6.3.post2.tar.gz
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.10

File hashes

Hashes for reclaim_sdk_fixed-0.6.3.post2.tar.gz
Algorithm Hash digest
SHA256 e3f2b658fea507a5ef51dde1a58d7648932814fcc872eaff9ac3747ce2cfa698
MD5 fa8e8c132f562ef4955932f91ed96e1a
BLAKE2b-256 22d201a51e948647c7d4e956cb6cf3a08cf7a9c9c5d375f3a8eb792d7765e79f

See more details on using hashes here.

File details

Details for the file reclaim_sdk_fixed-0.6.3.post2-py3-none-any.whl.

File metadata

File hashes

Hashes for reclaim_sdk_fixed-0.6.3.post2-py3-none-any.whl
Algorithm Hash digest
SHA256 447da5ab80db215463b85439ce1d95e43f7b7dfac8bae624f546d172dc43f884
MD5 2156f7c4b1a19197b18f4809836f4b5e
BLAKE2b-256 9e23eba69ff90c13d1451f9504cb1310648c370581cf025e0aa3f385e8f74a8d

See more details on using hashes here.

Supported by

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