elematic

Materials information manager for MatML data

https://github.com/nogula/elematic

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.1%) to scientific vocabulary

Keywords

materials-information materials-science matml
Last synced: 10 months ago · JSON representation ·

Repository

Materials information manager for MatML data

Basic Info
  • Host: GitHub
  • Owner: nogula
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 2.59 MB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 16
  • Releases: 6
Topics
materials-information materials-science matml
Created over 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

elematic

Materials information management utilities in Python.

About elematic

elematic provides a data structure based on the MatML (Materials Markup Language) schema developed by NIST in the early 2000's. The following features are available:

  • Convert MatML XML files to Python data structures (a JSON binding is also available via xsData).
  • Inspect and edit materials information.
  • Use materials information in other Python projects.

Documentation

Documentation is available, but still a work in progress: https://noahgula.com/elematic.

Installation

Use PyPI: sh pip install elematic

Usage

There are two main modules: util (import and export utilities) and ds (data structure). See documentation for more information.

Credits & Acknowledgements

  • This project utilizes the MatML schema as the data structure architecture, originally developed by NIST.
  • The initial API was created by conversion of the MatML 3.1 schema to a Python data structure via xsData.

See Also

  • MatEditor: a free material editor software program for engineers.
  • BT-MatML-Editor: a text editor for the MatML 3.1 XML Schema.
  • matml: converts between MATLAB and MatML data.

Owner

  • Login: nogula
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Gula"
  given-names: "Noah"
title: "elematic"
version: 2.0.0
date-released: 2025-03-03
url: "https://github.com/nogula/elematic"

GitHub Events

Total
  • Create event: 4
  • Release event: 1
  • Issues event: 3
  • Watch event: 2
  • Delete event: 1
  • Push event: 14
  • Pull request event: 2
Last Year
  • Create event: 4
  • Release event: 1
  • Issues event: 3
  • Watch event: 2
  • Delete event: 1
  • Push event: 14
  • Pull request event: 2

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 22 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 5
  • Total maintainers: 1
pypi.org: elematic

Materials information management via MatML for Python

  • Homepage: https://github.com/nogula/elematic
  • Documentation: https://github.com/nogula/elematic/wiki
  • License: MIT License Copyright (c) 2024 NOAH GULA Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  • Latest release: 2.0.0
    published over 1 year ago
  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 22 Last month
Rankings
Dependent packages count: 9.7%
Average: 36.8%
Dependent repos count: 63.9%
Maintainers (1)
Last synced: 10 months ago

Dependencies

pyproject.toml pypi
  • lxml *
  • six *