Skip to main content

Interacts with Remarcable's API to support inventory management

Project description

remarcableclient

A Python connector for the Remarcable API, providing access to asset status, projects, users, tool requests, and more.

Installation

pip install remarcableclient

Build

uv build

The output .whl will be generated in dist/

Requirements

  • Python >= 3.10
  • pandas >= 2.3.0
  • requests >= 2.32.4

Usage

from remarcable_client import RemarcableClient, RemarcableConfig

config = RemarcableConfig(
    api_key="YOUR_API_KEY",  # or email="...", password="..."
)
client = RemarcableClient(config)

# Example: List all projects
projects = client.projects.list_projects()
print(projects)

Resources

The client exposes the following resource modules:

  • client.assets — Asset management (items, requests, transfers, charges, etc.)
  • client.orders — Purchase and sales order management
  • client.invoices — Invoice and invoice item management
  • client.price_files — Price file and item management
  • client.projects — Project and project category management
  • client.users — User account management
  • client.vendors — Vendor and supplier management

Each resource provides methods for listing, retrieving, creating, and updating records. See the docstrings in the source code for detailed parameter and return value documentation.

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

remarcableclient-1.0.0.tar.gz (14.8 kB view details)

Uploaded Source

Built Distribution

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

remarcableclient-1.0.0-py3-none-any.whl (20.5 kB view details)

Uploaded Python 3

File details

Details for the file remarcableclient-1.0.0.tar.gz.

File metadata

  • Download URL: remarcableclient-1.0.0.tar.gz
  • Upload date:
  • Size: 14.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.3

File hashes

Hashes for remarcableclient-1.0.0.tar.gz
Algorithm Hash digest
SHA256 6e59fe0236dcfaf73a108bd61459e01cf163d18b8531357e1f427dff87b6979b
MD5 5a0c81d217cd85d9e5a90a767999b695
BLAKE2b-256 45bcad7b30cd9f59779d7a9ccd323fe85b4d753552c8bba7d835ada39c4c1595

See more details on using hashes here.

File details

Details for the file remarcableclient-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for remarcableclient-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8b9cdafdf7dcfd31e84d0dad5e75b210248d400125a6df946c82c084a3b16ce5
MD5 156bd8e9a6989375cef24a3b5cc38950
BLAKE2b-256 ab7b59a0c69094ba26597430e7997c44310fce45252a3229fa9d8ee6b6f2392e

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