A python wrapper around bacting
Project description
pybacting
Python wrapper around bacting.
Usage
Based on the example from the bacting page, you can do:
from pybacting import cdk
print(cdk.fromSMILES("COC"))
Or you can use some of the more pythonic functions that wrap the functions
exposed through the pybacting.cdk
object:
import pybacting
print(pybacting.from_smiles("COC"))
Installation
Before installing, you'll need to make sure Maven (mvn
) is available on your
path. If you're on mac, use brew install maven
.
$ pip install pybacting
Install the latest code from GitHub:
$ pip install git+https://github.com/cthoyt/pybacting
Download and install from source in development mode:
$ git clone https://github.com/cthoyt/pybacting
$ cd pybacting
$ pip install --editable .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pybacting-0.2.7.tar.gz
(11.3 kB
view hashes)
Built Distribution
Close
Hashes for pybacting-0.2.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ee22cbf98cd76140ad634db1b028a98379c8023adaa10f5c383ec5c09d2cb19 |
|
MD5 | 468fc0d367b99b64b99db325a354ee47 |
|
BLAKE2b-256 | a186457eb3641f459084b58d09f8968419fb6bb31146b3f94d57417889ffbe63 |