iil-platform — IIL Platform Foundation
Umbrella package that bundles the core IIL Platform packages into a single dependency.
Installation
# Core (platform-context + tenancy)
pip install iil-platform
# With Module Shop
pip install "iil-platform[shop]"
# With Django Commons (health, middleware, logging)
pip install "iil-platform[commons]"
# With Notifications
pip install "iil-platform[notifications]"
# Everything
pip install "iil-platform[full]"
What's included
| Extra | Package | Import Path |
|---|---|---|
| (core) | iil-platform-context | from platform_context import ... |
| (core) | iil-django-tenancy | from django_tenancy import ... |
[commons] |
iil-django-commons | from iil_commons import ... |
[shop] |
iil-django-module-shop | from django_module_shop import ... |
[notifications] |
iil-platform-notifications | from platform_notifications import ... |
Note
This is an umbrella/meta-package — it contains no code of its own.
Sub-packages are developed and versioned independently in platform/packages/.
Import paths remain stable and unchanged.
See ADR-146 for the consolidation strategy.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
iil_platform-1.0.0.tar.gz
(2.2 kB
view details)
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 iil_platform-1.0.0.tar.gz.
File metadata
- Download URL: iil_platform-1.0.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bacbf5ce0578841563655092fde5cf5c481e94186ca25c721fa2cc82e10d6682
|
|
| MD5 |
c30f899634d46ca6cf89def5e3708b0a
|
|
| BLAKE2b-256 |
9e214b1ce1a45ba2c04e47d5eec43c30651559e1ffc414b6fa78a6ac38e27747
|
File details
Details for the file iil_platform-1.0.0-py3-none-any.whl.
File metadata
- Download URL: iil_platform-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a3ced86e90618a5beb220145e69defdc4656bf9946378df9be090613d0796b2
|
|
| MD5 |
594ba88b036237b6a148b1fc246c6be5
|
|
| BLAKE2b-256 |
d47e5ab66b4b8f1f05a824d245a92f903b95a21d5c07a61643be211665ba7a79
|