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.10.tar.gz
(10.7 kB
view hashes)
Built Distribution
Close
Hashes for pybacting-0.2.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fd684bd8fd1383b5e4bde3886ae1cbfc54a5d055d42ec950e2cf8e5ff85a3ba |
|
MD5 | 92b828900b1a1d1405067788e9ca75d2 |
|
BLAKE2b-256 | fac39202fb799a3362ece08bb72dccbccb13bb8b1c55e516bbd4710fac8e4d76 |