Skip to main content

No project description provided

Project description

PyToJCAMP

Documentation Status Python package pre-commit codecov PyPI - Python Version License: MIT GitHub last commit Binder

Python to JCAMP converter. Inspired by PyToJCAMP.

Some tools work well with the JCAMP format. This package allows converting Python data structures to JCAMP, this can make it easier for Python based web services to interact with the ELN.

Installation

To get the latest development version from the head use

pip install git+https://github.com/cheminfo-py/pytojcamp.git

to install the latest stable release use

pip install pytojcamp

Usage

See the example notebooks, which you can try out on Binder.

x/y data

For simple x/y data you can use

from pytojcamp import from_xy
jcamp_string = from_xy((x,y))

multicolumn data

For multicolumn data you can use

from pytojcamp import from_dict

data_dictionaries = {
    'x' : {
        'data': [1,2,3],
        'type': 'INDEPENDENT',
        'unit': 'cm'
    },
    'y' : {
        'data': [3,2,3],
        'type': 'DEPENDENT',
        'unit': 'h'
    },
    'z' : {
        'data': [3,2,3],
        'type': 'DEPENDENT',
        'unit': 'kg'
    }
}

jcamp_string = from_dict(data_dictionaries)

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

pytojcamp-0.1.0.tar.gz (22.6 kB view details)

Uploaded Source

Built Distribution

pytojcamp-0.1.0-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

Details for the file pytojcamp-0.1.0.tar.gz.

File metadata

  • Download URL: pytojcamp-0.1.0.tar.gz
  • Upload date:
  • Size: 22.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.6.0.post20210108 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.6

File hashes

Hashes for pytojcamp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d6ed85dde5cf7f858f2e008dc4fbd314a24748238f119a8455f2e1506729d045
MD5 0e5b980ceb5b9015cdc5f536a82c0bb5
BLAKE2b-256 a3e07e980a744113710270115ba287e9cc651243a75b40f4e3b72e86afbc08f9

See more details on using hashes here.

File details

Details for the file pytojcamp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: pytojcamp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 9.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.6.0.post20210108 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.6

File hashes

Hashes for pytojcamp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f08f52eb2bec7182433d021ac8d0c14cf2075bd24a3a9028b19168e0884a2ad1
MD5 724b467670ec9dcfdb166d099e5b310b
BLAKE2b-256 25ebcb89bd686687a2a356ce64eb1e1ff23d6254679cdc12229b2b8244d14bd7

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