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.13.tar.gz
(10.8 kB
view details)
Built Distribution
File details
Details for the file pybacting-0.2.13.tar.gz
.
File metadata
- Download URL: pybacting-0.2.13.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23db70076961bc72947490bf775122867d4ee7c1f04039cefc231e0d2e88c0b7 |
|
MD5 | 7c301ef2996b9581b0c5b5545745e18f |
|
BLAKE2b-256 | aaa3945119cb74d2970358df3892f6b693d82a6fbd74aa0de1d1c8f80ab432bb |
Provenance
File details
Details for the file pybacting-0.2.13-py3-none-any.whl
.
File metadata
- Download URL: pybacting-0.2.13-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c49d1bc14e71c260d69af3b13cab8d80c0845e2529431ec44451caf2edfa476b |
|
MD5 | 798721a4a9a339f0db73e4190646cc3d |
|
BLAKE2b-256 | 285bd8f887d95968c32d9685350c34f4fdb769ed7b707065f26520b09a9ed0a6 |