hspcore


Namehspcore JSON
Version 1.3 PyPI version JSON
download
home_pagehttps://github.com/Gnpd/hspcore
SummaryHansen Solubility Parameters (HSP) core functions.
upload_time2024-01-31 17:46:32
maintainer
docs_urlNone
authorAlejandro Gutierrez
requires_python>=3.6
licenseMIT
keywords hsp solubility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            hspcore
========

Hansen Solubility Parameters (HSP) core functions.

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

Install **hspcore** easily with pip:

.. code-block:: python

    pip install hspcore

Usage Example
--------------

.. code-block:: python

    from hspcore import get_hsp
    #hsp grid is a list of solvents as [[Solvent,D,P,H,Score],...]
    hsp_grid = [
        ['Acetonitrile', 15.3, 18.0, 6.1, 1],
        ['1-Bromonaphthalene', 20.6, 3.1, 4.1, 6],
        ['n-Butyl Acetate', 15.8, 3.7, 6.3, 3],
        ...
    ]
    
    hsp,radius,error = get_hsp(hsp_grid)
   
Links
-------

- See on GitHub: https://github.com/Gnpd/hspcore
- See on PyPI: https://pypi.org/project/hspcore

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Gnpd/hspcore",
    "name": "hspcore",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "HSP,Solubility",
    "author": "Alejandro Gutierrez",
    "author_email": "a.gutierrez@g-npd.com",
    "download_url": "https://files.pythonhosted.org/packages/4e/be/13399d119a330fba985250957986f1baaf714f50b303334164887ce06f5d/hspcore-1.3.tar.gz",
    "platform": null,
    "description": "hspcore\r\n========\r\n\r\nHansen Solubility Parameters (HSP) core functions.\r\n\r\nInstallation\r\n-------------\r\n\r\nInstall **hspcore** easily with pip:\r\n\r\n.. code-block:: python\r\n\r\n    pip install hspcore\r\n\r\nUsage Example\r\n--------------\r\n\r\n.. code-block:: python\r\n\r\n    from hspcore import get_hsp\r\n    #hsp grid is a list of solvents as [[Solvent,D,P,H,Score],...]\r\n    hsp_grid = [\r\n        ['Acetonitrile', 15.3, 18.0, 6.1, 1],\r\n        ['1-Bromonaphthalene', 20.6, 3.1, 4.1, 6],\r\n        ['n-Butyl Acetate', 15.8, 3.7, 6.3, 3],\r\n        ...\r\n    ]\r\n    \r\n    hsp,radius,error = get_hsp(hsp_grid)\r\n   \r\nLinks\r\n-------\r\n\r\n- See on GitHub: https://github.com/Gnpd/hspcore\r\n- See on PyPI: https://pypi.org/project/hspcore\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Hansen Solubility Parameters (HSP) core functions.",
    "version": "1.3",
    "project_urls": {
        "Download": "https://github.com/Gnpd/hspcore/archive/refs/tags/v_1.3.tar.gz",
        "Homepage": "https://github.com/Gnpd/hspcore"
    },
    "split_keywords": [
        "hsp",
        "solubility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ee9bd4e147e5adb71090a2d2e762a5718a94792c56d879cbf5719a99812691c",
                "md5": "c048b3f8361dc44333c2a0b4dac30e3d",
                "sha256": "eaf38f62a9ef440d0b9ffb7b1b4da7a1985cdc5e3a736048350f31b42c60b897"
            },
            "downloads": -1,
            "filename": "hspcore-1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c048b3f8361dc44333c2a0b4dac30e3d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3554,
            "upload_time": "2024-01-31T17:46:28",
            "upload_time_iso_8601": "2024-01-31T17:46:28.890455Z",
            "url": "https://files.pythonhosted.org/packages/4e/e9/bd4e147e5adb71090a2d2e762a5718a94792c56d879cbf5719a99812691c/hspcore-1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ebe13399d119a330fba985250957986f1baaf714f50b303334164887ce06f5d",
                "md5": "d18b7be1b12641f572e4688538cc1603",
                "sha256": "a67d5074fe4fb7a6a70d4daa19e3768c3c9db78e528f4c5257f68f90c13755bf"
            },
            "downloads": -1,
            "filename": "hspcore-1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d18b7be1b12641f572e4688538cc1603",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3197,
            "upload_time": "2024-01-31T17:46:32",
            "upload_time_iso_8601": "2024-01-31T17:46:32.891479Z",
            "url": "https://files.pythonhosted.org/packages/4e/be/13399d119a330fba985250957986f1baaf714f50b303334164887ce06f5d/hspcore-1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-31 17:46:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Gnpd",
    "github_project": "hspcore",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "hspcore"
}
        
Elapsed time: 0.18604s