# pybacting
[![Tests](https://github.com/cthoyt/pybacting/actions/workflows/tests.yml/badge.svg)](https://github.com/cthoyt/pybacting/actions/workflows/tests.yml)
[![PyPI](https://img.shields.io/pypi/v/pybacting)](https://pypi.org/project/pybacting/)
![PyPI - License](https://img.shields.io/pypi/l/pybacting)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pybacting)
[![Documentation Status](https://readthedocs.org/projects/pybacting/badge/?version=latest)](https://pybacting.readthedocs.io/en/latest/?badge=latest)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![DOI](https://zenodo.org/badge/390711946.svg)](https://zenodo.org/badge/latestdoi/390711946)
Python wrapper around [Bacting](https://github.com/egonw/bacting).
## Usage
Based on the example from the Bacting page, you can do:
```python
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:
```python
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`.
```shell
$ pip install pybacting
```
Install the latest code from GitHub:
```shell
$ pip install git+https://github.com/cthoyt/pybacting
```
Download and install from source in development mode:
```shell
$ git clone https://github.com/cthoyt/pybacting
$ cd pybacting
$ pip install --editable .
```
Raw data
{
"_id": null,
"home_page": "https://github.com/cthoyt/pybacting",
"name": "pybacting",
"maintainer": "Charles Tapley Hoyt",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "cthoyt@gmail.com",
"keywords": "Bacting, Bioclipse, CDK, cheminformatics, chemistry",
"author": "Charles Tapley Hoyt",
"author_email": "cthoyt@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/aa/a3/945119cb74d2970358df3892f6b693d82a6fbd74aa0de1d1c8f80ab432bb/pybacting-0.2.13.tar.gz",
"platform": null,
"description": "# pybacting\n\n[![Tests](https://github.com/cthoyt/pybacting/actions/workflows/tests.yml/badge.svg)](https://github.com/cthoyt/pybacting/actions/workflows/tests.yml)\n[![PyPI](https://img.shields.io/pypi/v/pybacting)](https://pypi.org/project/pybacting/)\n![PyPI - License](https://img.shields.io/pypi/l/pybacting)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pybacting)\n[![Documentation Status](https://readthedocs.org/projects/pybacting/badge/?version=latest)](https://pybacting.readthedocs.io/en/latest/?badge=latest)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![DOI](https://zenodo.org/badge/390711946.svg)](https://zenodo.org/badge/latestdoi/390711946)\n\nPython wrapper around [Bacting](https://github.com/egonw/bacting).\n\n## Usage\n\nBased on the example from the Bacting page, you can do:\n\n```python\nfrom pybacting import cdk\n\nprint(cdk.fromSMILES(\"COC\"))\n```\n\nOr you can use some of the more pythonic functions that wrap the functions\nexposed through the `pybacting.cdk` object:\n\n```python\nimport pybacting\n\nprint(pybacting.from_smiles(\"COC\"))\n```\n\n## Installation\n\nBefore installing, you'll need to make sure Maven (`mvn`) is available on your\npath. If you're on mac, use `brew install maven`.\n\n```shell\n$ pip install pybacting\n```\n\nInstall the latest code from GitHub:\n\n```shell\n$ pip install git+https://github.com/cthoyt/pybacting\n```\n\nDownload and install from source in development mode:\n\n```shell\n$ git clone https://github.com/cthoyt/pybacting\n$ cd pybacting\n$ pip install --editable .\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A python wrapper around Bacting",
"version": "0.2.13",
"project_urls": {
"Bug Tracker": "https://github.com/cthoyt/pybacting/issues",
"Download": "https://github.com/cthoyt/pybacting/releases",
"Homepage": "https://github.com/cthoyt/pybacting"
},
"split_keywords": [
"bacting",
" bioclipse",
" cdk",
" cheminformatics",
" chemistry"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "285bd8f887d95968c32d9685350c34f4fdb769ed7b707065f26520b09a9ed0a6",
"md5": "798721a4a9a339f0db73e4190646cc3d",
"sha256": "c49d1bc14e71c260d69af3b13cab8d80c0845e2529431ec44451caf2edfa476b"
},
"downloads": -1,
"filename": "pybacting-0.2.13-py3-none-any.whl",
"has_sig": false,
"md5_digest": "798721a4a9a339f0db73e4190646cc3d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 6949,
"upload_time": "2024-05-12T10:25:20",
"upload_time_iso_8601": "2024-05-12T10:25:20.050898Z",
"url": "https://files.pythonhosted.org/packages/28/5b/d8f887d95968c32d9685350c34f4fdb769ed7b707065f26520b09a9ed0a6/pybacting-0.2.13-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "aaa3945119cb74d2970358df3892f6b693d82a6fbd74aa0de1d1c8f80ab432bb",
"md5": "7c301ef2996b9581b0c5b5545745e18f",
"sha256": "23db70076961bc72947490bf775122867d4ee7c1f04039cefc231e0d2e88c0b7"
},
"downloads": -1,
"filename": "pybacting-0.2.13.tar.gz",
"has_sig": false,
"md5_digest": "7c301ef2996b9581b0c5b5545745e18f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 10831,
"upload_time": "2024-05-12T10:25:21",
"upload_time_iso_8601": "2024-05-12T10:25:21.735536Z",
"url": "https://files.pythonhosted.org/packages/aa/a3/945119cb74d2970358df3892f6b693d82a6fbd74aa0de1d1c8f80ab432bb/pybacting-0.2.13.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-12 10:25:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cthoyt",
"github_project": "pybacting",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "pybacting"
}