https://github.com/blueobelisk/pybacting

A Python wrapper around Bacting (https://github.com/egonw/bacting)

https://github.com/blueobelisk/pybacting

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary

Keywords from Contributors

ontology annotation uri
Last synced: 10 months ago · JSON representation

Repository

A Python wrapper around Bacting (https://github.com/egonw/bacting)

Basic Info
  • Host: GitHub
  • Owner: BlueObelisk
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 89.8 KB
Statistics
  • Stars: 11
  • Watchers: 3
  • Forks: 2
  • Open Issues: 2
  • Releases: 20
Created almost 5 years ago · Last pushed 11 months ago
Metadata Files
Readme License

README.md

pybacting

Tests PyPI PyPI - License PyPI - Python Version Documentation Status Code style: black DOI

Python wrapper around 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) and Java 17 are 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/BlueObelisk/pybacting

Download and install from source in development mode:

shell $ git clone https://github.com/BlueObelisk/pybacting $ cd pybacting $ pip install --editable .

Owner

  • Name: Blue Obelisk
  • Login: BlueObelisk
  • Kind: organization

GitHub Events

Total
  • Release event: 1
  • Issues event: 2
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 4
  • Pull request event: 2
Last Year
  • Release event: 1
  • Issues event: 2
  • Delete event: 2
  • Issue comment event: 1
  • Push event: 4
  • Pull request event: 2

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 95
  • Total Committers: 2
  • Avg Commits per committer: 47.5
  • Development Distribution Score (DDS): 0.137
Past Year
  • Commits: 3
  • Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Charles Tapley Hoyt c****t@g****m 82
Egon Willighagen e****n@g****m 13

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 2
  • Total pull requests: 2
  • Average time to close issues: 24 days
  • Average time to close pull requests: 14 minutes
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 2.5
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 2
  • Average time to close issues: 24 days
  • Average time to close pull requests: 14 minutes
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 2.5
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • cthoyt (2)
Pull Request Authors
  • egonw (2)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 194 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 21
  • Total maintainers: 2
pypi.org: pybacting

A python wrapper around Bacting

  • Versions: 21
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 194 Last month
Rankings
Dependent packages count: 10.1%
Average: 18.1%
Forks count: 19.2%
Downloads: 19.4%
Stargazers count: 20.4%
Dependent repos count: 21.6%
Maintainers (2)
Last synced: 10 months ago

Dependencies

.github/workflows/tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v2 composite
pyproject.toml pypi