generated: '2026-08-26' method: searched source: >- https://www.paperlessparts.com/api/ , https://github.com/part-os , https://api.github.com/orgs/part-os/repos , https://pypi.org/pypi/paperless-python-sdk/json note: >- Paperless Parts publishes exactly one first-party client library — the Python SDK in github.com/part-os/core-python ("part-os" is Paperless Parts' own GitHub organization; its profile blog field is https://www.paperlessparts.com and the paperlessparts.com/api/ page links to it as "Python SDK"). THE SDK IS NOT ON PyPI: pyproject.toml declares name = "paperless-python-sdk", version = "1.1.0", but https://pypi.org/pypi/paperless-python-sdk/json returned {"message": "Not Found"} on 2026-08-26, so the only install path is a git clone plus `pip install -r requirements.txt` with the repo on PYTHONPATH, as the README instructs. Consumers cannot pin a released artifact. Note also the version divergence: pyproject says 1.1.0 while the newest git tag is v1.3.1 — the packaging metadata trails the tags. No JavaScript, Java, .NET, Go, Ruby, PHP or Rust client is published. The @paperless/* npm scope belongs to an unrelated company and is NOT Paperless Parts. package_count: 2 official_count: 2 registry_published_count: 0 packages: - language: python registry: github name: paperless-python-sdk repository: https://github.com/part-os/core-python url: https://github.com/part-os/core-python install: git clone https://github.com/part-os/core-python && pip install -r requirements.txt version: 1.3.1 published: null version_source: newest git tag on part-os/core-python (v1.3.1); pyproject.toml declares 1.1.0 license: LGPL-3.0 official: true note: >- version: is the newest git tag, not a registry release — there is no registry metadata endpoint to query because the package was never published to PyPI. published: is null for the same reason; the repository's last push was 2026-03-30. Provides PaperlessClient plus BaseListener / OrderListener / QuoteListener for the Streaming API event surface. - language: n/a registry: github name: integration-cloud-connector repository: https://github.com/part-os/integration-cloud-connector url: https://github.com/part-os/integration-cloud-connector install: download a release asset from the repository version: null published: null version_source: >- GitHub releases page not enumerated to a pinned version in this pass; repository last pushed 2023-07-11 official: true note: >- Release-distribution repository for the Paperless Parts Cloud Connector (PPMC), the on-prem agent that bridges a shop's ERP/MSSQL to the platform. It is a distributed binary, not a client library, and has no registry. Last push 2023-07-11. registries_checked: - registry: pypi query: paperless-python-sdk result: 'not found (HTTP 200, body {"message": "Not Found"})' - registry: pypi query: paperless-parts result: not found - registry: npm query: paperless-parts result: no first-party package; @paperless/* is a different company - registry: rubygems query: not probed result: no first-party Ruby SDK referenced in any Paperless Parts documentation - registry: nuget / maven / crates.io / pkg.go.dev query: not probed result: no first-party client referenced in any Paperless Parts documentation