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.11.tar.gz
(10.9 kB
view details)
Built Distribution
File details
Details for the file pybacting-0.2.11.tar.gz
.
File metadata
- Download URL: pybacting-0.2.11.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba051ed64af73601a2624d010cf9fd7535c7897651e7c2c3acec0759b6d143b5 |
|
MD5 | afd78cc8008b3c34c7ea087250f82f59 |
|
BLAKE2b-256 | 371ee8422ac28c82bd3ea57e12ec8b5571f6576b9f2545974e7c76e30de81fb8 |
Provenance
File details
Details for the file pybacting-0.2.11-py3-none-any.whl
.
File metadata
- Download URL: pybacting-0.2.11-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a19119a422e3d0e9ccdbaba7d114cf4a1cdb73f89bb801e9883c20a6b2abf27 |
|
MD5 | b907ee901a85d9a5e1ea5cd255eb8a19 |
|
BLAKE2b-256 | ba8aaea35620edeaa12ca0d04a7d1c2182e46d83f93000c6f43a35006f7db168 |