Skip to main content

A package for parsing and validation of Exomol Database data files

Project description

Test action Codecov report GitHub license PyPI version PyPI pyversions Code style

Introduction to ExoMole

Meet ExoMole, a creature that feeds on data and meta-data files of the ExoMol database. ExoMole package provides code for parsing, validation and access to the ExoMol meta-data and data either from local file system or over the ExoMol public API defined in the database release paper.

The code in the package is organised into several modules. The read_all and read_def modules contain functionality for parsing, validation and analysis of the ExoMole’s .all and .def meta-data files, while the read_data module groups functionality for reading and validating the .states and .trans data files.

Installation:

The exomole package can be installed either from PyPI

python3 -m pip install exomole

or from the GitHub page

python3 -m pip install git+https://github.com/hanicinecm/exomole.git

or from the source by navigating to the project root directory and running

python3 -m pip install .

For Developers:

It goes without saying that any development should be done in a clean virtual environment. After cloning or forking the project from its GitHub page, exomole can be installed into the virtual environment in the editable mode by running

pip install -e .[dev]

The [dev] extra installs (apart from the package dependencies) also several development-related packages, such as pytest, black, tox or ipython. The tests can then be executed by running (from the project root directory)

pytest --cov --doctest-modules

The project does not have the requirements.txt file by design, as all the package dependencies are rather handled by the setup.py. The package therefore needs to be installed locally to run the tests, which grants the testing process another layer of usefulness.

Docstrings in the project adhere to the numpydoc styling. The project code is formatted by black. Always make sure to format your code before submitting a pull request, by running black on all your python files.

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

exomole-1.2.5.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

exomole-1.2.5-py3-none-any.whl (17.7 kB view details)

Uploaded Python 3

File details

Details for the file exomole-1.2.5.tar.gz.

File metadata

  • Download URL: exomole-1.2.5.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for exomole-1.2.5.tar.gz
Algorithm Hash digest
SHA256 53009e4a051d250602cb3454558bc2325ab64d3114d4bb7a062cb1f6158bb4d8
MD5 f9595a57f2d003f27c984da3a0b4d2e5
BLAKE2b-256 230eec94520a5c6847c42240210cf0234ee880c6fd74268d209229e2b5317132

See more details on using hashes here.

File details

Details for the file exomole-1.2.5-py3-none-any.whl.

File metadata

  • Download URL: exomole-1.2.5-py3-none-any.whl
  • Upload date:
  • Size: 17.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for exomole-1.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 bae652ac124145d8992aded5a3df350e30ab18a5e9b49ac7673851741dd5ba3d
MD5 4ca9677de5e4dc8235a4c769aa3508ce
BLAKE2b-256 16d4c484a953b6f332daaae2f45df285a1ef087f31902fc6eb36d39d046623b9

See more details on using hashes here.

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