Skip to main content

A ClaML reader for Python.

Project description

Build status codecov PyPI PyPI - Downloads

A ClaML reader for Python. Generated from the ClaML.dtd file from the DIMDI, using PyXB.

Features

Reads classification files in ClaML format (XML) into Python objects. See examples/test1.py for a usage example.

Resources

Usage

To use ClaML reader in a project:

import python_claml

Example

Read and parse the contents of a ClaML file and print all class codes:

with open(file_name, 'r') as input_file:
    # Read file contents
    contents = input_file.read()
    # Parse ClaML document
    classification: ClaML = claml.CreateFromDocument(contents)
    for cls in classification.Class:
        print(cls.code)

Development

The code was generated using the following commands:

pyxbgen --schema-root=../resources -u ClaML.xsd -m python_claml.claml

Install

From the package index:

pip install python-claml

or from source:

git clone https://github.com/thehyve/python_claml.git
cd python_claml
pip install .

Test

python setup.py test

Acknowledgement

This project was funded by the German Ministry of Education and Research (BMBF) as part of the project DIFUTURE - Data Integration for Future Medicine within the German Medical Informatics Initiative (grant no. 01ZZ1804D).

License

Copyright (c) 2019 The Hyve B.V.

The ClaML reader is licensed under the MIT License. See the file LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_claml-0.1.1.tar.gz (18.0 kB view details)

Uploaded Source

Built Distribution

python_claml-0.1.1-py2.py3-none-any.whl (18.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file python_claml-0.1.1.tar.gz.

File metadata

  • Download URL: python_claml-0.1.1.tar.gz
  • Upload date:
  • Size: 18.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.7

File hashes

Hashes for python_claml-0.1.1.tar.gz
Algorithm Hash digest
SHA256 cd8436efc71fcacf950e7057699262d3e2b0aad6f820c4ec5e504335aa7c55ed
MD5 360e4fea07bde369bf61751b71c8030d
BLAKE2b-256 98c7a3a45c7b399ef45df1d48dbf375b0c64cfed91eba76d464037aa061dfeb0

See more details on using hashes here.

File details

Details for the file python_claml-0.1.1-py2.py3-none-any.whl.

File metadata

  • Download URL: python_claml-0.1.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 18.5 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.6.7

File hashes

Hashes for python_claml-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 33a822c5b03a117b917351ebf138401fd1d87b3125a243802f55102cd16569e2
MD5 195d870e3f451008ccd1555bd3b87d6d
BLAKE2b-256 f0fbdec28df32f9740d1c6716d0234b1409f43cfd12bf17e7f7957c4c826277d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page