Skip to main content

fitsolver-client

A minimal, dependency-free ctypes client for the FitSolver C ABI (fitsolver_lib). JSON in, JSON out -- the same contract as fitsolver.solve(), but without needing a compiled CPython extension.

Install

As a normal dependency (portal team, deployments)

Released wheels vendor the native fitsolver_lib inside the package, so there is nothing else to build or configure:

pip install fitsolver-client
# requirements.txt / pyproject.toml
fitsolver-client==0.1.0

One wheel is published per OS (Linux manylinux_2_28, macOS x86_64 + arm64, Windows x64); each is valid for every Python >= 3.9. See .github/workflows/wheels.yml for how they are built and published.

From a local checkout (multi-repo development)

pip install -e path/to/FantasticSolver/python/fitsolver_client \
  --config-settings editable_mode=compat

editable_mode=compat writes a plain-path .pth instead of an import hook, so editors / Pylance resolve import fitsolver_client statically. An editable install has no vendored library; it uses your local build/ (see below), so a cmake --build is picked up with no reinstall.

The shared library

Resolution order at the first solve() call:

  1. FITSOLVER_LIB_PATH -- exact path to the .dll / .so / .dylib.
  2. FITSOLVER_REPO_ROOT -- looked up under <root>/build/.
  3. A build/ directory found by walking up from this package's location (covers pip install -e from inside a FitSolver checkout).
  4. fitsolver_client/_libs/ -- the copy vendored into a release wheel.

Importing the package never fails on its own; only solve() does, with SolverUnavailableError, if none of the above resolve.

To build the library for a local checkout:

cmake -B build
cmake --build build --config Release --target fitsolver_lib

Building a wheel by hand

cmake --build build --config Release --target fitsolver_lib
python python/fitsolver_client/tools/vendor_lib.py --build-dir build
python -m build --wheel python/fitsolver_client
# optional: normalise the tag to py3-none-<platform>
python -m wheel tags --python-tag py3 --abi-tag none \
  --platform-tag win_amd64 --remove python/fitsolver_client/dist/*.whl

Usage

import fitsolver_client

response = fitsolver_client.solve({
    "items": [
        {"ItemCode": "ITM-001", "ItemReference": "Widget A",
         "Width": 100, "Length": 200, "Depth": 50, "Weight": 1.0},
    ],
    "boxes": [
        {"Reference": "SML", "Width": 150, "Length": 150, "Depth": 150,
         "MaxWeight": 8.5},
    ],
})

See the FitSolver README's "Request / response JSON schema" section for the exact shape of the request and response dicts.

Release files for fitsolver-client 0.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for fitsolver-client 0.1.0
File Size Uploaded
fitsolver_client-0.1.0.tar.gz 4.7 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for fitsolver-client 0.1.0
File Interpreter ABI Platform
fitsolver_client-0.1.0-py3-none-win_amd64.whl Python 3 none Windows x86-64 Details
fitsolver_client-0.1.0-py3-none-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl Python 3 none Linux glibc 2.24+ x86-64, Linux glibc 2.28+ x86-64 Details
fitsolver_client-0.1.0-py3-none-macosx_11_0_universal2.whl Python 3 none macOS 11.0+ universal2 (ARM64, x86-64) Details

Total release size: 512.0 kB

Release files / fitsolver_client-0.1.0.tar.gz

Download URL fitsolver_client-0.1.0.tar.gz
Size 4.7 kB
Tags Source
SHA-256 checksum
How to use checksums
f3e79795a994243640b07e4b2001b6cd6ebcf39fd3c3eea65bf9fee2f54d9605
BLAKE2b-256 checksum
How to use checksums
519ca1566e15b6a8a9560e11e5ce9d14a5cd42a28ed9cf139191042755df5e72
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fitsolver_client-0.1.0-py3-none-win_amd64.whl

Download URL fitsolver_client-0.1.0-py3-none-win_amd64.whl
Size 106.5 kB
Tags Python 3 Windows x86-64
SHA-256 checksum
How to use checksums
b3b5cda6d65d7cec233c02b8fb7b855c7b35b20079fe93ede2228d5010bb440c
BLAKE2b-256 checksum
How to use checksums
05a7fcb0c33906f23f087c0723190dec7320d0be243792f451b8a6370d9612e0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fitsolver_client-0.1.0-py3-none-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

Download URL fitsolver_client-0.1.0-py3-none-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Size 168.2 kB
Tags Linux glibc 2.24+ x86-64 Linux glibc 2.28+ x86-64 Python 3
SHA-256 checksum
How to use checksums
721522c546c28cc6ecc6692ffbac8175509887589ef52f15a3eb9b21850bb220
BLAKE2b-256 checksum
How to use checksums
bcb4aed80d04c92866468cf1c4fcd56a1fb52127b47032d4e578b63b31c4ca57
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release files / fitsolver_client-0.1.0-py3-none-macosx_11_0_universal2.whl

Download URL fitsolver_client-0.1.0-py3-none-macosx_11_0_universal2.whl
Size 232.6 kB
Tags Python 3 macOS 11.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
3e5ae8e43ed2ebe296a49d012e9b03000ab9ba4e05fe4801083bda8d564bd9b4
BLAKE2b-256 checksum
How to use checksums
727b6a8c58047ea3d19ba5dd51fc788375bc304570e11dc70537c9efe2ae046d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 7, 2026.

Transparency log

Release history Release notifications | RSS feed

0.7.1

4 release files

0.7.0

4 release files

0.6.1

4 release files

0.6.0

4 release files

0.5.0

4 release files

0.4.0

4 release files

0.3.0

4 release files

0.2.0

4 release files

This release

0.1.0 This release

4 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page