openbabel


Nameopenbabel JSON
Version 3.1.1.1 PyPI version JSON
download
home_pagehttp://openbabel.org/
SummaryPython interface to the Open Babel chemistry library
upload_time2020-05-23 09:33:22
maintainer
docs_urlNone
authorNoel O'Boyle
requires_python
licenseGPL-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Open Babel Python Bindings
==========================

This is a Python interface to the Open Babel chemistry library. For the 
main Open Babel project, see http://openbabel.org.

Open Babel is a chemical toolbox designed to speak the many languages
of chemical data. It's an open, collaborative project allowing anyone
to search, convert, analyze, or store data from molecular modeling,
chemistry, solid-state materials, biochemistry, or related areas. For 
installation instructions, tutorials and examples, please visit the
`Open Babel website`_.

This package provides two Python modules that can be used to access the
functionality of the Open Babel toolkit:

-  The `openbabel`_ module: A wrapper that is automatically generated using 
   the SWIG package and provides access to almost all of the Open Babel 
   interfaces via Python, including the base classes OBMol, OBAtom, OBBond, 
   and OBResidue, as well as the conversion framework OBConversion.

-  The `pybel`_ module: A lightweight wrapper around the classes and methods 
   in the openbabel module. Pybel provides more convenient and Pythonic ways
   to access the Open Babel toolkit.
   
For detailed installation instructions, API documentation and further information 
on the Python bindings, see the `Python pages on the Open Babel website`_.

Dependencies
------------

-  Python 2.4 or a more recent version.
-  Open Babel 3 or a more recent version.

Installation
------------

**Option 1**: Use `pip`_.

::

    pip install openbabel

**Option 2**: Download the latest release and install yourself.

::

    tar -xzvf openbabel-3-1-0.tar.gz
    cd openbabel-openbabel-3-1-0
    python setup.py install
    
**Option 3**: While building Open Babel itself.

::

    cd openbabel
    mkdir ob-build
    cd ob-build
    cmake -DRUN_SWIG=ON -DPYTHON_BINDINGS=ON ..
    make install

Copyright and Licence
---------------------

-  Copyright (C) 2005-2007 Geoffrey R. Hutchison babel@geoffhutchison.net
-  Some portions Copyright (C) 2006-2010 Noel O'Boyle

This Python module is part of the `Open Babel project`_.

Open Babel is distributed under the GNU General Public License (GPL).
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation version 2 of the License. Full details
can be found in the file "COPYING" which should be included in your
distribution.

.. _`Open Babel website`: http://openbabel.org
.. _`openbabel`: http://openbabel.org/docs/dev/UseTheLibrary/PythonDoc.html
.. _`pybel`: http://openbabel.org/docs/dev/UseTheLibrary/Python_Pybel.html
.. _`Python pages on the Open Babel website`: http://openbabel.org/wiki/Python
.. _`pip`: http://www.pip-installer.org
.. _`Open Babel project`: http://openbabel.org
            

Raw data

            {
    "_id": null,
    "home_page": "http://openbabel.org/",
    "name": "openbabel",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Noel O'Boyle",
    "author_email": "openbabel-discuss@lists.sourceforge.net",
    "download_url": "https://files.pythonhosted.org/packages/9d/3f/f08f5d1422d74ed0e1e612870b343bfcc26313bdf9efec9165c3ea4b3ae2/openbabel-3.1.1.1.tar.gz",
    "platform": "",
    "description": "Open Babel Python Bindings\n==========================\n\nThis is a Python interface to the Open Babel chemistry library. For the \nmain Open Babel project, see http://openbabel.org.\n\nOpen Babel is a chemical toolbox designed to speak the many languages\nof chemical data. It's an open, collaborative project allowing anyone\nto search, convert, analyze, or store data from molecular modeling,\nchemistry, solid-state materials, biochemistry, or related areas. For \ninstallation instructions, tutorials and examples, please visit the\n`Open Babel website`_.\n\nThis package provides two Python modules that can be used to access the\nfunctionality of the Open Babel toolkit:\n\n-  The `openbabel`_ module: A wrapper that is automatically generated using \n   the SWIG package and provides access to almost all of the Open Babel \n   interfaces via Python, including the base classes OBMol, OBAtom, OBBond, \n   and OBResidue, as well as the conversion framework OBConversion.\n\n-  The `pybel`_ module: A lightweight wrapper around the classes and methods \n   in the openbabel module. Pybel provides more convenient and Pythonic ways\n   to access the Open Babel toolkit.\n   \nFor detailed installation instructions, API documentation and further information \non the Python bindings, see the `Python pages on the Open Babel website`_.\n\nDependencies\n------------\n\n-  Python 2.4 or a more recent version.\n-  Open Babel 3 or a more recent version.\n\nInstallation\n------------\n\n**Option 1**: Use `pip`_.\n\n::\n\n    pip install openbabel\n\n**Option 2**: Download the latest release and install yourself.\n\n::\n\n    tar -xzvf openbabel-3-1-0.tar.gz\n    cd openbabel-openbabel-3-1-0\n    python setup.py install\n    \n**Option 3**: While building Open Babel itself.\n\n::\n\n    cd openbabel\n    mkdir ob-build\n    cd ob-build\n    cmake -DRUN_SWIG=ON -DPYTHON_BINDINGS=ON ..\n    make install\n\nCopyright and Licence\n---------------------\n\n-  Copyright (C) 2005-2007 Geoffrey R. Hutchison babel@geoffhutchison.net\n-  Some portions Copyright (C) 2006-2010 Noel O'Boyle\n\nThis Python module is part of the `Open Babel project`_.\n\nOpen Babel is distributed under the GNU General Public License (GPL).\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation version 2 of the License. Full details\ncan be found in the file \"COPYING\" which should be included in your\ndistribution.\n\n.. _`Open Babel website`: http://openbabel.org\n.. _`openbabel`: http://openbabel.org/docs/dev/UseTheLibrary/PythonDoc.html\n.. _`pybel`: http://openbabel.org/docs/dev/UseTheLibrary/Python_Pybel.html\n.. _`Python pages on the Open Babel website`: http://openbabel.org/wiki/Python\n.. _`pip`: http://www.pip-installer.org\n.. _`Open Babel project`: http://openbabel.org",
    "bugtrack_url": null,
    "license": "GPL-2.0",
    "summary": "Python interface to the Open Babel chemistry library",
    "version": "3.1.1.1",
    "project_urls": {
        "Homepage": "http://openbabel.org/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d3ff08f5d1422d74ed0e1e612870b343bfcc26313bdf9efec9165c3ea4b3ae2",
                "md5": "b40bf6214e6cb1c3a33eac23594d9602",
                "sha256": "bb7f8cad15f3a208f4869d7943cbb14eb7125372eba397588f207f8d19e78373"
            },
            "downloads": -1,
            "filename": "openbabel-3.1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b40bf6214e6cb1c3a33eac23594d9602",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 82811,
            "upload_time": "2020-05-23T09:33:22",
            "upload_time_iso_8601": "2020-05-23T09:33:22.782225Z",
            "url": "https://files.pythonhosted.org/packages/9d/3f/f08f5d1422d74ed0e1e612870b343bfcc26313bdf9efec9165c3ea4b3ae2/openbabel-3.1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-05-23 09:33:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "openbabel"
}
        
Elapsed time: 0.10621s