-
- [x] Set up models with xsdata:
```console
python -m pip install xsdata[cli,lxml]
```
```console
xsdata https://www.openarchives.org/OAI/2.0/OAI-PMH.xsd --package=models --include-header --…
-
xsdata version >= 23 seems to be incompatible with error:
```
× Building wheel for ismrmrd (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [5 lines of output]
INFO:root:…
-
Na nova branch master-xsdata que usa xsdata, temos um pequeno problema com o elemento IPI da tag Imposto. Da forma como é o xsd, ou precisa de um patch de 1 linha no xsdata, ou precisa usar a opçâo `-…
-
Set up the design library for Tina.io so we can capture all the styling components as we go along
Tasks:
- [x] Setup variables (light and dark mode colors, radius, spacing) and styles (colors and tex…
-
Estou iniciando em python e estou tendo o seguinte erro que não consegui resolver. Fiz o seguinte código para ler o CNPJ de um xml:
from nfelib.nfe.bindings.v4_0.proc_nfe_v4_00 import NfeProc
nf…
-
As of 11h ago `xsdata` has a new version (24.4) and `to_xml` breaks spectacularly in omero-cli-transfer now. I can confirm that the same exact build ran 2 days ago with no problem (see both attempts […
-
I am getting this issue exactly the same as issue #4 only using the history schema.
So I am assuming the same fix needs to be added to the history code as the collection code.
Traceback (most rec…
-
Hi,
I have realized that I can't install ismrmrd-python on an apple silicon device (conda platform osx-arm64). While one can pretend to be on x86-64 by creating the env with `--platform osx-64`, I …
-
@lzim
@jamesmrollins
To review:
## **Top 3 consultative priorities using the links on the QIIC Sharepoint**
**Discussed at wk1 2023_jul_epic in sim_ui_workflow**
- **DECISION: We're going to buil…
ghost updated
1 month ago
-
1. Use JSON-LD
2. Use DCAT as basis https://www.w3.org/TR/vocab-dcat-3/#dcat-scope
3. Use pydantic or something similar to validate messages and also parse/serialize the messages
Possible issues,…