Skip to main content

XML database plugin for pycalphad

Project description

pycalphad-xml

XML database plugin for PyCalphad

This package (including the RelaxNG-based schemas that support it) are considered experimental and are likely to change. We welcome any feedback and encourage you to report issues or suggestions to us on our GitHub issues page!

Installing

pip install pycalphad-xml

Usage

PyCalphad version 0.10.1 or later will automatically detect this packge as a plugin and load register the XML reader and writer with PyCalphad's Database interface.

Databases can be loaded and used as any other supported format:

from pycalphad import Database

dbf = Database("my_db.xml")  # load from file

dbf.to_file("out.xml")  # write to a file

Development versions

To install the development version of pycalphad-xml, clone the repository and install it in editable mode with pip:

git clone git@github.com:pycalphad/pycalphad-xml.git
pip install -e .

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

pycalphad-xml-0.1.1.tar.gz (18.1 kB view hashes)

Uploaded Source

Built Distribution

pycalphad_xml-0.1.1-py3-none-any.whl (14.4 kB view hashes)

Uploaded Python 3

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