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 managementclient.invoices— Invoice and invoice item managementclient.price_files— Price file and item managementclient.projects— Project and project category managementclient.users— User account managementclient.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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e59fe0236dcfaf73a108bd61459e01cf163d18b8531357e1f427dff87b6979b
|
|
| MD5 |
5a0c81d217cd85d9e5a90a767999b695
|
|
| BLAKE2b-256 |
45bcad7b30cd9f59779d7a9ccd323fe85b4d753552c8bba7d835ada39c4c1595
|
File details
Details for the file remarcableclient-1.0.0-py3-none-any.whl.
File metadata
- Download URL: remarcableclient-1.0.0-py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b9cdafdf7dcfd31e84d0dad5e75b210248d400125a6df946c82c084a3b16ce5
|
|
| MD5 |
156bd8e9a6989375cef24a3b5cc38950
|
|
| BLAKE2b-256 |
ab7b59a0c69094ba26597430e7997c44310fce45252a3229fa9d8ee6b6f2392e
|