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.1.3.tar.gz
(5.5 kB
view details)
Built Distribution
File details
Details for the file pybacting-0.1.3.tar.gz
.
File metadata
- Download URL: pybacting-0.1.3.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6bf877429cbf1609ccdbfe127e7868606b3e0da991d1b7ea84cfc63455bd48e |
|
MD5 | e9374b957644ecaf91491c80d08cce5a |
|
BLAKE2b-256 | 3f5a3be9b39606fe2eab867d3606c6b4e6faeb929e088ac6aabaab21c39cbb66 |
Provenance
File details
Details for the file pybacting-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: pybacting-0.1.3-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4eee15ec14430d4b185b2e7edfbefa2a43b78f05a062c24ce44cc12387595fa0 |
|
MD5 | 380e7ae32c676baebdded6d2c7798e7c |
|
BLAKE2b-256 | 61b004f8ab86edff78a8f5375ac946b7e7fe483f6b7ea5078eabf4fe8ac7afa3 |