{"id":13585603,"url":"https://github.com/mcs07/PubChemPy","last_synced_at":"2025-04-07T10:31:19.768Z","repository":{"id":6231350,"uuid":"7462957","full_name":"mcs07/PubChemPy","owner":"mcs07","description":"Python wrapper for the PubChem PUG REST API.","archived":false,"fork":false,"pushed_at":"2024-04-12T21:51:28.000Z","size":301,"stargazers_count":356,"open_issues_count":46,"forks_count":104,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-04-19T05:44:05.485Z","etag":null,"topics":["cheminformatics","chemistry","pubchem","python"],"latest_commit_sha":null,"homepage":"http://pubchempy.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcs07.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-01-06T02:35:45.000Z","updated_at":"2024-06-18T13:37:50.263Z","dependencies_parsed_at":"2022-08-19T17:01:03.703Z","dependency_job_id":"aba2130d-48bd-4eff-aaa5-75e63e7ef921","html_url":"https://github.com/mcs07/PubChemPy","commit_stats":{"total_commits":105,"total_committers":8,"mean_commits":13.125,"dds":0.09523809523809523,"last_synced_commit":"e3c4f4a9b6120433e5cc3383464c7a79e9b2b86e"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcs07%2FPubChemPy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcs07%2FPubChemPy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcs07%2FPubChemPy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcs07%2FPubChemPy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcs07","download_url":"https://codeload.github.com/mcs07/PubChemPy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223277991,"owners_count":17118699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cheminformatics","chemistry","pubchem","python"],"created_at":"2024-08-01T15:05:02.280Z","updated_at":"2024-11-06T03:31:34.847Z","avatar_url":"https://github.com/mcs07.png","language":"Python","readme":"PubChemPy\n=========\n\n.. image:: http://img.shields.io/pypi/v/PubChemPy.svg?style=flat\n    :target: https://pypi.python.org/pypi/PubChemPy\n\n.. image:: http://img.shields.io/pypi/l/PubChemPy.svg?style=flat\n    :target: https://github.com/mcs07/PubChemPy/blob/master/LICENSE\n\n.. image:: http://img.shields.io/travis/mcs07/PubChemPy/master.svg?style=flat\n    :target: https://travis-ci.org/mcs07/PubChemPy\n\n.. image:: http://img.shields.io/coveralls/mcs07/PubChemPy/master.svg?style=flat\n    :target: https://coveralls.io/r/mcs07/PubChemPy?branch=master\n\nPubChemPy provides a way to interact with PubChem in Python. It allows chemical searches by name, substructure and\nsimilarity, chemical standardization, conversion between chemical file formats, depiction and retrieval of chemical\nproperties.\n\n.. code:: python\n\n    \u003e\u003e\u003e from pubchempy import get_compounds, Compound\n    \u003e\u003e\u003e comp = Compound.from_cid(1423)\n    \u003e\u003e\u003e print(comp.isomeric_smiles)\n    CCCCCCCNC1CCCC1CCCCCCC(=O)O\n    \u003e\u003e\u003e comps = get_compounds('Aspirin', 'name')\n    \u003e\u003e\u003e print(comps[0].xlogp)\n    1.2\n\n\nInstallation\n------------\n\nInstall PubChemPy using:\n\n::\n\n    pip install pubchempy\n\nAlternatively, try one of the other `installation options`_.\n\nDocumentation\n-------------\n\nFull documentation is available at http://pubchempy.readthedocs.io.\n\nContribute\n----------\n\n-  Feature ideas and bug reports are welcome on the `Issue Tracker`_.\n-  Fork the `source code`_ on GitHub, make changes and file a pull request.\n\nLicense\n-------\n\nPubChemPy is licensed under the `MIT license`_.\n\n.. _`installation options`: http://pubchempy.readthedocs.io/en/latest/guide/install.html\n.. _`source code`: https://github.com/mcs07/PubChemPy\n.. _`Issue Tracker`: https://github.com/mcs07/PubChemPy/issues\n.. _`MIT license`: https://github.com/mcs07/PubChemPy/blob/master/LICENSE\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcs07%2FPubChemPy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcs07%2FPubChemPy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcs07%2FPubChemPy/lists"}