pybacting


Namepybacting JSON
Version 0.2.12 PyPI version JSON
download
home_pagehttps://github.com/cthoyt/pybacting
SummaryA python wrapper around Bacting
upload_time2024-01-09 09:28:30
maintainerCharles Tapley Hoyt
docs_urlNone
authorCharles Tapley Hoyt
requires_python>=3.8
licenseMIT
keywords bacting bioclipse cdk cheminformatics chemistry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/87/0f/a9e40d404943f6c49f74ce2caeaabd787cd5f738970b5256558fac32bf7e/pybacting-0.2.12.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.12",
    "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": "265e646139cc02438846f88474d6e3e93cf24e06cb21f3d6bfc657bcd57e949f",
                "md5": "75241661fc82d8faad6bd89bc869c2fb",
                "sha256": "493dd9cce5f95f986d0b2a3267caafd4b1bc3337fa685a5821cf55fdadee3c3c"
            },
            "downloads": -1,
            "filename": "pybacting-0.2.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "75241661fc82d8faad6bd89bc869c2fb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6948,
            "upload_time": "2024-01-09T09:28:28",
            "upload_time_iso_8601": "2024-01-09T09:28:28.478667Z",
            "url": "https://files.pythonhosted.org/packages/26/5e/646139cc02438846f88474d6e3e93cf24e06cb21f3d6bfc657bcd57e949f/pybacting-0.2.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "870fa9e40d404943f6c49f74ce2caeaabd787cd5f738970b5256558fac32bf7e",
                "md5": "0c382e779d31cc0895c07c3a53b1b92d",
                "sha256": "a35819d3bc16312e7f39aa274d7a5910d6ee2e120aaa0dee68a423163541a73e"
            },
            "downloads": -1,
            "filename": "pybacting-0.2.12.tar.gz",
            "has_sig": false,
            "md5_digest": "0c382e779d31cc0895c07c3a53b1b92d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10870,
            "upload_time": "2024-01-09T09:28:30",
            "upload_time_iso_8601": "2024-01-09T09:28:30.323681Z",
            "url": "https://files.pythonhosted.org/packages/87/0f/a9e40d404943f6c49f74ce2caeaabd787cd5f738970b5256558fac32bf7e/pybacting-0.2.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-09 09:28:30",
    "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"
}
        
Elapsed time: 0.16344s