Baselinker Django module for Volkanos
Project description
django-baselinker
Baselinker integration module for Volkanos — stores Baselinker accounts, mirrors order statuses, order sources and journal events, and wraps the Baselinker API with a rate-limit-aware client.
Installation
pip install entirius-django-baselinker
Add the app to your project:
INSTALLED_APPS = [
...
"django_baselinker",
]
Usage
from django_baselinker.models import BaselinkerAccount
from django_baselinker.utils import BaselinkerClient
client = BaselinkerClient.from_account(BaselinkerAccount.objects.get(email="shop@example.com"))
inventories = client.getInventories()
Development
make install # sync dependencies (uv)
make check # lint + format check (ruff)
make test # test suite (pytest + pytest-django)
Development and agent instructions: AGENTS.md.
License
Mozilla Public License 2.0 — see LICENSE.
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 entirius_django_baselinker-2.0.1.tar.gz.
File metadata
- Download URL: entirius_django_baselinker-2.0.1.tar.gz
- Upload date:
- Size: 38.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0df3ccff4b6ea66788bc46885332c6ac6d93bd44859b162f9274b07559824da
|
|
| MD5 |
23664c7d652906a9df7f1285d4f83db5
|
|
| BLAKE2b-256 |
2364b11cb2ea833b8a5cde6bdec12fcf878d5bc3bcdd5ffee481ac122af5d34a
|
File details
Details for the file entirius_django_baselinker-2.0.1-py3-none-any.whl.
File metadata
- Download URL: entirius_django_baselinker-2.0.1-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e113156b35a48e3fd07c82d21e9747a3840497405aa0954954f5eaff1860d847
|
|
| MD5 |
db190e8523753739a0aad2c00767c002
|
|
| BLAKE2b-256 |
800853b7c40e18e8621faedb847099c7a7af7dae79dd85c4cbf44f24be87fcb9
|