Skip to main content

No project description provided

Project description

pyGAPS (Python General Adsorption Processing Suite) is a framework for adsorption data analysis written in python 3.

Features

  • Advanced adsorption data import and manipulation

  • Routine analysis such as BET surface area, t-plot, alpha-s method

  • Pore size distribution calculations for mesopores (BJH, Dollimore-Heal)

  • Pore size distribution calculations for micropores (Horvath-Kawazoe)

  • Pore size distribution calculations using DFT kernels

  • Isotherm modelling (Henry, Langmuir, DS/TS Langmuir, etc..)

  • IAST calculations for binary and multicomponent adsorption

  • Isosteric heat of adsorption calculations

  • Parsing to and from multiple formats such as Excel, CSV and JSON

  • An sqlite database backend for storing and retrieving data

  • Simple methods for isotherm graphing and comparison

Documentation

For more info, as well as a complete manual and reference visit:

https://pygaps.readthedocs.io/

Most of the examples in the documentation are actually in the form of Jupyter Notebooks which are turned into webpages with nbsphinx. You can find them for download in:

https://github.com/pauliacomi/pyGAPS/tree/master/docs/examples

Installation

The easiest way to install pyGAPS is from the command line. Make sure that you have numpy, scipy, pandas and matplotlib already installed.

pip install pygaps

On Windows, Anaconda/Conda is your best bet since it manages environments for you. First create a new environment and use conda to install the dependencies (or start with one that already has a full instalation). Then use pip inside your environment.

conda create -n py36 python=3.6 numpy scipy pandas matplotlib
activate py36
pip install pygaps

Alternatively, to install the development branch, clone the repository from Github. Then install the package with setuptools, either in regular or developer mode

git clone https://github.com/pauliacomi/pyGAPS

# then install

setup.py install

# or developer mode

setup.py develop

Development

If you have all the python environments needed to run the entire test suite, use tox. To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows

set PYTEST_ADDOPTS=--cov-append
tox

Other

PYTEST_ADDOPTS=--cov-append tox

For testing only with the environment you are currently on, run pytest instead:

py.test --cov

Alternatively, you can depend on travisCI for the testing, which will be slower overall but should have all the environments required.

Questions?

I’m more than happy to answer any questions. Shoot me an email at paul.iacomi@univ-amu or find me on some social media.

For any bugs found, please open an issue or, If you feel like you can do the fix yourself, submit a pull request. It’ll make my life easier

This also applies to any features which you think might benefit the project.

Changelog

0.9.2 (2017-10-24)

  • Slightly changed json format for efficiency

0.9.1 (2017-10-23)

  • Better examples

  • Small fixes and improvements

0.9.0 (2017-10-20)

  • Code is now in mostly working state.

  • Manual and reference are built.

0.1.0 (2017-07-27)

  • First release on PyPI.

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

pygaps-0.9.2.tar.gz (8.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pygaps-0.9.2-py2.py3-none-any.whl (178.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file pygaps-0.9.2.tar.gz.

File metadata

  • Download URL: pygaps-0.9.2.tar.gz
  • Upload date:
  • Size: 8.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pygaps-0.9.2.tar.gz
Algorithm Hash digest
SHA256 9d7696aab05de4d685a69b47592cf3daac5f5b48bf830a466a5404335ffafef9
MD5 47aa91ac6db1052f5e0ccd55c171f647
BLAKE2b-256 efba84e0bbebb9c6aad1462feb0406ada65ca91bbc1d6bf95ec78dc1d09f4bca

See more details on using hashes here.

File details

Details for the file pygaps-0.9.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pygaps-0.9.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3ee4cd95565422fc628222b72cdee2a05ed5aa0a2bf5ce12ec95ba32c230f7a4
MD5 2b71ff5ad15c8eeaadaaf52cb3f87301
BLAKE2b-256 c43e34c21228a258f99f52802c367ce00bde8be1b0061a9c29c10505fc603b1e

See more details on using hashes here.

Supported by

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