sarw-spheres


Namesarw-spheres JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://github.com/RadostW/sarw_spheres
SummaryGenrate self avoiding random walks (SARW) for spheres of given sizes.
upload_time2023-06-02 16:41:38
maintainer
docs_urlNone
authorRadost Waszkiewicz
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sarw_spheres

Python wrapper on C++ self avoiding random walk (SARW) generator.

# Installation

```bash
python3 -m pip install sarw_spheres
```

# Usage

```Python
import numpy as np
import sarw_spheres
sarw_spheres.generateChain(np.array([1.,1.,1.,1.]))
```

# License

This software is licensed under MIT license

Copyright (c) Radost Waszkiewicz (2022).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/RadostW/sarw_spheres",
    "name": "sarw-spheres",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Radost Waszkiewicz",
    "author_email": "radost.waszkiewicz@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# sarw_spheres\n\nPython wrapper on C++ self avoiding random walk (SARW) generator.\n\n# Installation\n\n```bash\npython3 -m pip install sarw_spheres\n```\n\n# Usage\n\n```Python\nimport numpy as np\nimport sarw_spheres\nsarw_spheres.generateChain(np.array([1.,1.,1.,1.]))\n```\n\n# License\n\nThis software is licensed under MIT license\n\nCopyright (c) Radost Waszkiewicz (2022).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Genrate self avoiding random walks (SARW) for spheres of given sizes.",
    "version": "0.0.8",
    "project_urls": {
        "Documentation": "https://github.com/RadostW/sarw_spheres",
        "Homepage": "https://github.com/RadostW/sarw_spheres",
        "Source": "https://github.com/RadostW/sarw_spheres"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2033da58364fafe2f0c905a49144fa055a3f2959d59fa4a47ab60505c65860fb",
                "md5": "0ff775c3b0ecb95f9c9b26b077315bd7",
                "sha256": "dbd0ff2e7024a11f3e6d11ecab57726c9018cd3768857a2b65dc6ae1bca5724a"
            },
            "downloads": -1,
            "filename": "sarw_spheres-0.0.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0ff775c3b0ecb95f9c9b26b077315bd7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 62633,
            "upload_time": "2023-06-02T16:41:38",
            "upload_time_iso_8601": "2023-06-02T16:41:38.033463Z",
            "url": "https://files.pythonhosted.org/packages/20/33/da58364fafe2f0c905a49144fa055a3f2959d59fa4a47ab60505c65860fb/sarw_spheres-0.0.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93eb5714352e6bd6c4c928176a67cc1573a594e674d3c72fecdf7e44fc9b7878",
                "md5": "6a1fda6cce27740b49dc3ef725c0adda",
                "sha256": "210e2f10d480867a85d4966b7ad754e88790fc45d360171b6d485357710115c5"
            },
            "downloads": -1,
            "filename": "sarw_spheres-0.0.8-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6a1fda6cce27740b49dc3ef725c0adda",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 12745,
            "upload_time": "2023-06-02T19:52:12",
            "upload_time_iso_8601": "2023-06-02T19:52:12.367874Z",
            "url": "https://files.pythonhosted.org/packages/93/eb/5714352e6bd6c4c928176a67cc1573a594e674d3c72fecdf7e44fc9b7878/sarw_spheres-0.0.8-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c504e3f98f6bb7fad6ffcd139b74da2f856344e2e74dce82399201ebdc7eaa9",
                "md5": "4e14743906f093ff4e54f46afa45ad00",
                "sha256": "fe8d7208ca6cf8ef31a9c7b23d373f1b95772a118fe52ad08328ff92e99c42ce"
            },
            "downloads": -1,
            "filename": "sarw_spheres-0.0.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4e14743906f093ff4e54f46afa45ad00",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 62537,
            "upload_time": "2023-06-02T16:41:41",
            "upload_time_iso_8601": "2023-06-02T16:41:41.215507Z",
            "url": "https://files.pythonhosted.org/packages/1c/50/4e3f98f6bb7fad6ffcd139b74da2f856344e2e74dce82399201ebdc7eaa9/sarw_spheres-0.0.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75e3f6fe9362f92bacef7acbfd7432130daafc36fbc35311101e9242f133a931",
                "md5": "433616e962bdaea4e1f14825324e18d7",
                "sha256": "51ac7c658218d3df27784fdda7bef2caacc3322fbdd352313e277553f311924d"
            },
            "downloads": -1,
            "filename": "sarw_spheres-0.0.8-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "433616e962bdaea4e1f14825324e18d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 12741,
            "upload_time": "2023-06-02T19:52:14",
            "upload_time_iso_8601": "2023-06-02T19:52:14.610554Z",
            "url": "https://files.pythonhosted.org/packages/75/e3/f6fe9362f92bacef7acbfd7432130daafc36fbc35311101e9242f133a931/sarw_spheres-0.0.8-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4932980395af8c0ecb5e5b2c0d671925b0294bfb74185ceef2a42b9c33d7ed0",
                "md5": "a2a158a70c4483eb21677d867f35d40e",
                "sha256": "aef3d70b1f84ecbc7f2873c9c4751446579fa039db7eb1eff8685d70aba45933"
            },
            "downloads": -1,
            "filename": "sarw_spheres-0.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a2a158a70c4483eb21677d867f35d40e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 62432,
            "upload_time": "2023-06-02T16:41:43",
            "upload_time_iso_8601": "2023-06-02T16:41:43.775462Z",
            "url": "https://files.pythonhosted.org/packages/c4/93/2980395af8c0ecb5e5b2c0d671925b0294bfb74185ceef2a42b9c33d7ed0/sarw_spheres-0.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c742737a94de298e0fc04731f3be8ae2efb50e2ba5c762eb837c6c2c492f83d",
                "md5": "e7eba3b93d1f088a4f3b69e31e957206",
                "sha256": "d45fc2264d23bad9f2afdfdc485bf0afca05b48ad4cb69be8ffc879f8d22c121"
            },
            "downloads": -1,
            "filename": "sarw_spheres-0.0.8-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e7eba3b93d1f088a4f3b69e31e957206",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 12741,
            "upload_time": "2023-06-02T19:52:17",
            "upload_time_iso_8601": "2023-06-02T19:52:17.074285Z",
            "url": "https://files.pythonhosted.org/packages/6c/74/2737a94de298e0fc04731f3be8ae2efb50e2ba5c762eb837c6c2c492f83d/sarw_spheres-0.0.8-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-02 16:41:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "RadostW",
    "github_project": "sarw_spheres",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "sarw-spheres"
}
        
Elapsed time: 0.39512s