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.2.tar.gz
(11.1 kB
view details)
Built Distribution
File details
Details for the file pybacting-0.2.2.tar.gz
.
File metadata
- Download URL: pybacting-0.2.2.tar.gz
- Upload date:
- Size: 11.1 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 | 4a9d3400fab43ee0a5ca74fdc4caa507903cfa7b2ba099bd297f774d2807652a |
|
MD5 | 34e5de84c1b493b54b2c5e9100d2930c |
|
BLAKE2b-256 | 718dbafdc57855d3fc085d7e6e7ae8e3664456adf18cbf7a9f57d84c8459e95c |
Provenance
File details
Details for the file pybacting-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: pybacting-0.2.2-py3-none-any.whl
- Upload date:
- Size: 6.6 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 | 43ff4e4e292d13ed87e87860c1ad855b0bd812e7872954c1ba8f0fbfe2a6dbbe |
|
MD5 | 440e43b0b45d27629b18b1ada39ead76 |
|
BLAKE2b-256 | bc29b9af7ff2809f37886d88c1b5aebdc765a8a7c6f4e6c87b32637166a882a5 |