Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
adsorption-file-parser
Advanced tools
Collection of parsers for (nearly) all commercial adsorption instrumentation
A pure python parser to sorption files from various instrumentation manufacturers. It comes with minimal dependencies and maximum flexibility.
Currently supports files from:
.. start-badges
.. list-table:: :widths: 10 90 :stub-columns: 1
* - status
- | |status| |commits-since|
* - license
- | |license|
* - tests
- | |GHA| |codecov|
* - package
- | |version| |wheel|
| |supported-versions| |supported-implementations|
.. |status| image:: https://www.repostatus.org/badges/latest/active.svg :target: https://www.repostatus.org/#active :alt: Project Status: Active – The project has reached a stable, usable state and is being actively developed.
.. |commits-since| image:: https://img.shields.io/github/commits-since/AIF-development-team/adsorption-file-parser/latest/develop :alt: Commits since latest release :target: https://github.com/AIF-development-team/adsorption-file-parser/compare/master...develop
.. |license| image:: https://img.shields.io/badge/License-MIT-yellow.svg :target: https://opensource.org/licenses/MIT :alt: Project License
.. |GHA| image:: https://github.com/AIF-development-team/adsorption-file-parser/actions/workflows/CI-CD.yaml/badge.svg :alt: GHA-CI Build Status :target: https://github.com/AIF-development-team/adsorption-file-parser/actions
.. |codecov| image:: https://img.shields.io/codecov/c/github/AIF-development-team/adsorption-file-parser.svg :alt: Coverage Status :target: https://codecov.io/gh/AIF-development-team/adsorption-file-parser
.. |version| image:: https://img.shields.io/pypi/v/adsorption-file-parser.svg :alt: PyPI Package latest release :target: https://pypi.org/project/adsorption-file-parser/
.. |wheel| image:: https://img.shields.io/pypi/wheel/adsorption-file-parser.svg :alt: PyPI Wheel :target: https://pypi.org/project/adsorption-file-parser/
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/adsorption-file-parser.svg :alt: Supported versions :target: https://pypi.org/project/adsorption-file-parser/
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/adsorption-file-parser.svg :alt: Supported implementations :target: https://pypi.org/project/adsorption-file-parser/
.. end-badges
Install using pip
.. code:: bash
pip install adsorption-file-parser
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.
.. code:: bash
from adsorption_file_parser import read
meta, data = read(
path="path/to/file",
manufacturer="manufacturer",
fmt="supported format"
)
For any bugs found or feature requests, please open an
issue <https://github.com/AIF-development-team/adsorption-file-parser/issues/>
__
or, even better, submit a
pull request <https://github.com/AIF-development-team/adsorption-file-parser/pulls/>
__.
FAQs
Collection of parsers for (nearly) all commercial adsorption instrumentation
We found that adsorption-file-parser demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.