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.1.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file pybacting-0.1.1.tar.gz
.
File metadata
- Download URL: pybacting-0.1.1.tar.gz
- Upload date:
- Size: 4.3 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 | 6a2a334b3e03731ba59c119ea49edd9db059c6040d6ef86eaebe97cd9c754296 |
|
MD5 | f09785998d9f202b6e8f2a8e526c490c |
|
BLAKE2b-256 | 1cc5735430494ca806f27883f5f9fd7f88f03d08a1d8a2758038dfdc97de0723 |
Provenance
File details
Details for the file pybacting-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: pybacting-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.4 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 | 1560c376d4b19910f6d7b79d12c5b9b93245545a533540726e369c9c7bf67a8d |
|
MD5 | bb1edbf1482f55ee2c3c24a00f68e442 |
|
BLAKE2b-256 | 0672d7a574402bfe8367e8abedfb1e02dfcd23d66ec2d7c3a080fbe1935d804a |