This release has been yanked by its maintainers, and will be ignored by installers, except when explicitly specified.
Consider using release 0.7.2 instead.
Reason given by maintainers: Security: upgrade to iirds 0.3.1 or later (see SECURITY.md)
iirds
Read and write iiRDS packages in Python.
pip install iirds
import iirds
with iirds.open("machine-docs.iirds") as pkg:
print(pkg.version, pkg.variant) # "1.3" "unrestricted"
graph = pkg.graph # rdflib.Graph of META-INF/metadata.rdf
data = pkg.read("content/topic1.xhtml")
iirds.pack("my-package-directory/") # → my-package-directory.iirds,
# mimetype first and stored,
# byte-identical on every run
Deliberately small: open a container, get the metadata as an RDF graph, read files, write a conformant container back. It does not validate — that is iirds-validate's job (185 rules, offline, CI-friendly), and keeping the two apart keeps this library at one dependency (rdflib).
Two things the pack() half gets right that generic ZIP tooling gets wrong:
the mimetype entry is first and stored uncompressed, and packing the same
directory twice produces byte-identical output (honouring
SOURCE_DATE_EPOCH), so "this archive came from that directory" is checkable
with a hash instead of taken on trust.
Stewardship
The iirds name on PyPI belongs to the standard's community more than to any
one project. Should the iiRDS Consortium want this name for an official
SDK, it will be transferred on request — until then it does real work
rather than squatting. iirds-sdk is an alias of this package and travels
under the same pledge.
This is an unofficial project, not affiliated with or endorsed by the iiRDS Consortium or tekom Deutschland e.V. "iiRDS" is used descriptively, to name the standard these functions read and write.
API stability
0.x: the surface will grow (query helpers, JSON-LD, writing metadata — in that rough order); what is published is intended not to break. The API is small on purpose — additions are cheap, retractions are not.
Licence
Apache-2.0, © 2026 Wooyong Lee. Contributions need a Signed-off-by line
(DCO); see the workflow in .github/.
Release files for iirds 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| iirds-0.1.0.tar.gz | 11.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| iirds-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.8 kB
Release files / iirds-0.1.0.tar.gz
| Download URL | iirds-0.1.0.tar.gz |
|---|---|
| Size | 11.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c5129217af1bc5c6fd0f6f90494f644eb7e36aaf724890e1a30448ead7ae80d7
|
|
BLAKE2b-256 checksum How to use checksums |
5d3e582da8e57641f5e435ac31521f00c4c8fc14cc1d469c8359af5d8569e742
|
| 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 Aug 21, 2026.
Transparency logRelease files / iirds-0.1.0-py3-none-any.whl
| Download URL | iirds-0.1.0-py3-none-any.whl |
|---|---|
| Size | 10.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
58c1db51659a0906a49225a5af2d3463ba518ba5f54f2063101699015564ca5d
|
|
BLAKE2b-256 checksum How to use checksums |
db8672bfd3cf94c005d8b47425f4cd150181f87a13e46ed48973f6c4594a1715
|
| 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 Aug 21, 2026.
Transparency log