Skip to main content

Collection of parsers for (nearly) all commercial adsorption instrumentation.

Project description

Adsorption File Parser

A pure python parser to sorption files from various instrumentation manufacturers. It comes with minimal dependencies and maximum flexibility.

Currently supports files from:

  • Micromeritics (‘.xls’ reports)

  • Surface Measurement Systems DVS (‘.xlsx’ reports)

  • 3P instruments (‘.xlsx’ reports)

  • Quantachrome (‘.txt’ raw isotherm data)

  • MicrotracBEL (‘.dat’, ‘.xls’ and ‘.csv’ files)

status

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Commits since latest release

license

Project License

tests

GHA-CI Build Status Coverage Status

package

PyPI Package latest release PyPI Wheel
Supported versions Supported implementations

Installation

Install using pip

pip install adsorption-file-parser

Documentation

The main read function returns two dictionaries: a meta dictionary, which contains various metadata that is present in the report (date, user, units) and the data dictionary, containing lists of individual isotherm data.

from adsorption_file_parser import read
meta, data = read(
    path="path/to/file",
    manufacturer="manufacturer",
    fmt="supported format"
)

Bugs or questions?

For any bugs found or feature requests, please open an issue or, even better, submit a pull request.

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

adsorption_file_parser-0.2.8.tar.gz (2.2 MB view hashes)

Uploaded Source

Built Distribution

adsorption_file_parser-0.2.8-py3-none-any.whl (29.6 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