Skip to main content

Parser for chemical table file (CTfile) a family of text-based chemical file formats (e.g. Molfile, SDfile) that describe molecules and chemical reactions.

Project description

License information Current library version Supported Python versions

The ctfile package is a Python library that facilitates reading and writing of CTfile formats.

CTfile stands for Chemical Table file which is a family of text-based chemical file formats and is used to describe chemical molecules and reactions.

The ctfile package provides ability to parse various chemical table file formats (CTfile formats), currently molfile and SDfile.

Installation

The ctfile package runs under Python 2.7 and Python 3.4+. Use pip to install.

Install on Linux, Mac OS X

python3 -m pip install ctfile

Install on Windows

py -3 -m pip install ctfile

Quickstart

>>> import ctfile
>>>
>>> with open('path/to/ctfile', 'r') as infile:
>>>     ctf = ctfile.load(infile)
>>>

TODO

  • Add support for version V3000 reading of CTfile formatted files.

  • Add command-line interface.

  • Add ability to convert between V2000 and V3000 syntax.

  • Add proper package documentation.

License

This package is distributed under the BSD license.

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

ctfile-0.1.12.tar.gz (17.1 kB view details)

Uploaded Source

File details

Details for the file ctfile-0.1.12.tar.gz.

File metadata

  • Download URL: ctfile-0.1.12.tar.gz
  • Upload date:
  • Size: 17.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.2 pkginfo/1.4.2 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.5

File hashes

Hashes for ctfile-0.1.12.tar.gz
Algorithm Hash digest
SHA256 84b673deefa48d9324bec060c305d256dbb1fa434eb91ce05f86953d2b0db958
MD5 6992398864bed0a94ceb0203a30b583b
BLAKE2b-256 950be22917300e82b382f4bdbb5bf724468870eae602d20fa8527a2302af4586

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