polymers


Namepolymers JSON
Version 0.3.7 PyPI version JSON
download
home_page
SummaryPolymers Modeling Library
upload_time2023-06-21 17:23:58
maintainer
docs_urlNone
authorMichael R. Buche
requires_python>=3.7, <3.12
licenseBSD-3-Clause
keywords julia polymers python rust
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Polymers Modeling Library

[![website](https://img.shields.io/badge/GitHub-website-6e5494?logo=github)](https://sandialabs.github.io/Polymers)
[![examples](https://raw.githubusercontent.com/sandialabs/Polymers/main/pages/assets/images/binder.svg)](https://mybinder.org/v2/gh/sandialabs/Polymers/main)

The library is implemented entirely in Rust, including the Python API. The Julia API calls the Rust library.

## Python

[![docs (stable)](https://img.shields.io/badge/Docs-stable-8CA1AF?logo=readthedocs)](https://polymers.readthedocs.io/en/stable)
[![docs (latest)](https://img.shields.io/badge/Docs-latest-8CA1AF?logo=readthedocs)](https://polymers.readthedocs.io/en/latest)
[![pypi](https://img.shields.io/pypi/v/polymers?logo=pypi&logoColor=FBE072&label=PyPI&color=4B8BBE)](https://pypi.org/project/polymers)

The library can be installed as a Python package:

```shell
pip install polymers
```

## Julia

[![docs (stable)](https://raw.githubusercontent.com/sandialabs/Polymers/main/pages/assets/images/julia-docs-stable.svg)](https://sandialabs.github.io/Polymers/julia/docs/stable)
[![docs (latest)](https://raw.githubusercontent.com/sandialabs/Polymers/main/pages/assets/images/julia-docs-latest.svg)](https://sandialabs.github.io/Polymers/julia/docs/latest)
[![Pkg](https://img.shields.io/github/v/release/sandialabs/Polymers?color=cb3c33&label=Pkg&logo=Julia&logoColor=cb3c33)](#)

The library can be installed as a Julia package:

```julia
using Pkg
Pkg.add("Polymers")
```

## Rust

[![docs (stable)](https://img.shields.io/badge/Docs-stable-e57300?logo=rust&logoColor=000000)](https://docs.rs/crate/polymers)
[![docs (latest)](https://img.shields.io/badge/Docs-latest-e57300?logo=rust&logoColor=000000)](https://sandialabs.github.io/Polymers/rust/docs/latest)
[![crates](https://img.shields.io/crates/v/polymers?logo=rust&logoColor=000000&label=Crates&color=32592f)](https://crates.io/crates/polymers)

The library can be added to an existing Rust project:

```shell
cargo add polymers
```

## Citation

[![doi](https://img.shields.io/badge/Zenodo-10.5281%2Fzenodo.7041983-blue)](https://doi.org/10.5281/zenodo.7041983)

Michael R. Buche. Polymers Modeling Library. [Zenodo (2023)](https://doi.org/10.5281/zenodo.7041983).

## Copyright

[![license](https://raw.githubusercontent.com/sandialabs/Polymers/main/pages/assets/images/bsd3c.svg)](https://github.com/sandialabs/polymers/blob/main/LICENSE)

Copyright 2022 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software.



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "polymers",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7, <3.12",
    "maintainer_email": "",
    "keywords": "julia,polymers,python,rust",
    "author": "Michael R. Buche",
    "author_email": "mrbuche@sandia.gov",
    "download_url": "",
    "platform": null,
    "description": "# Polymers Modeling Library\n\n[![website](https://img.shields.io/badge/GitHub-website-6e5494?logo=github)](https://sandialabs.github.io/Polymers)\n[![examples](https://raw.githubusercontent.com/sandialabs/Polymers/main/pages/assets/images/binder.svg)](https://mybinder.org/v2/gh/sandialabs/Polymers/main)\n\nThe library is implemented entirely in Rust, including the Python API. The Julia API calls the Rust library.\n\n## Python\n\n[![docs (stable)](https://img.shields.io/badge/Docs-stable-8CA1AF?logo=readthedocs)](https://polymers.readthedocs.io/en/stable)\n[![docs (latest)](https://img.shields.io/badge/Docs-latest-8CA1AF?logo=readthedocs)](https://polymers.readthedocs.io/en/latest)\n[![pypi](https://img.shields.io/pypi/v/polymers?logo=pypi&logoColor=FBE072&label=PyPI&color=4B8BBE)](https://pypi.org/project/polymers)\n\nThe library can be installed as a Python package:\n\n```shell\npip install polymers\n```\n\n## Julia\n\n[![docs (stable)](https://raw.githubusercontent.com/sandialabs/Polymers/main/pages/assets/images/julia-docs-stable.svg)](https://sandialabs.github.io/Polymers/julia/docs/stable)\n[![docs (latest)](https://raw.githubusercontent.com/sandialabs/Polymers/main/pages/assets/images/julia-docs-latest.svg)](https://sandialabs.github.io/Polymers/julia/docs/latest)\n[![Pkg](https://img.shields.io/github/v/release/sandialabs/Polymers?color=cb3c33&label=Pkg&logo=Julia&logoColor=cb3c33)](#)\n\nThe library can be installed as a Julia package:\n\n```julia\nusing Pkg\nPkg.add(\"Polymers\")\n```\n\n## Rust\n\n[![docs (stable)](https://img.shields.io/badge/Docs-stable-e57300?logo=rust&logoColor=000000)](https://docs.rs/crate/polymers)\n[![docs (latest)](https://img.shields.io/badge/Docs-latest-e57300?logo=rust&logoColor=000000)](https://sandialabs.github.io/Polymers/rust/docs/latest)\n[![crates](https://img.shields.io/crates/v/polymers?logo=rust&logoColor=000000&label=Crates&color=32592f)](https://crates.io/crates/polymers)\n\nThe library can be added to an existing Rust project:\n\n```shell\ncargo add polymers\n```\n\n## Citation\n\n[![doi](https://img.shields.io/badge/Zenodo-10.5281%2Fzenodo.7041983-blue)](https://doi.org/10.5281/zenodo.7041983)\n\nMichael R. Buche. Polymers Modeling Library. [Zenodo (2023)](https://doi.org/10.5281/zenodo.7041983).\n\n## Copyright\n\n[![license](https://raw.githubusercontent.com/sandialabs/Polymers/main/pages/assets/images/bsd3c.svg)](https://github.com/sandialabs/polymers/blob/main/LICENSE)\n\nCopyright 2022 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software.\n\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Polymers Modeling Library",
    "version": "0.3.7",
    "project_urls": {
        "Documentation": "https://polymers.readthedocs.io",
        "Homepage": "https://sandialabs.github.io/Polymers",
        "Repository": "https://github.com/sandialabs/polymers"
    },
    "split_keywords": [
        "julia",
        "polymers",
        "python",
        "rust"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97b38a1602c07a47f95b39c4e1719ec5af300bab72554f6a25e0215f71293cbc",
                "md5": "39e7ade18e00d7d869e47c6e2e33c618",
                "sha256": "0a5abb7f433067210408bb1af4fe6bb9142db61bcea5325462e2ee2d992fead9"
            },
            "downloads": -1,
            "filename": "polymers-0.3.7-cp310-cp310-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "39e7ade18e00d7d869e47c6e2e33c618",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7, <3.12",
            "size": 1510084,
            "upload_time": "2023-06-21T17:23:58",
            "upload_time_iso_8601": "2023-06-21T17:23:58.145666Z",
            "url": "https://files.pythonhosted.org/packages/97/b3/8a1602c07a47f95b39c4e1719ec5af300bab72554f6a25e0215f71293cbc/polymers-0.3.7-cp310-cp310-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4b99487dcf607c912d110054a4631f3f2e05690531674c9edfd77295e97a788",
                "md5": "8d94bc2ab40ee47f994b5a5ae0be3ef7",
                "sha256": "925a24ca667d1b6474bbf6ff1983cb298528b0bb59aec21af23e5eb2441045a5"
            },
            "downloads": -1,
            "filename": "polymers-0.3.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8d94bc2ab40ee47f994b5a5ae0be3ef7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7, <3.12",
            "size": 2421432,
            "upload_time": "2023-06-21T17:24:00",
            "upload_time_iso_8601": "2023-06-21T17:24:00.411287Z",
            "url": "https://files.pythonhosted.org/packages/a4/b9/9487dcf607c912d110054a4631f3f2e05690531674c9edfd77295e97a788/polymers-0.3.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a604dd13f1086c64931e04287e3a5b2bd78cd4fa2f0166b3e0c4ca0a2afed98f",
                "md5": "2d4e2de261865031ebe8d7cae6b8c1e8",
                "sha256": "5437bb9ead01387290d3fe327654e7ef7d7431d1fb1fa818b189fd0f19a0b9b4"
            },
            "downloads": -1,
            "filename": "polymers-0.3.7-cp311-cp311-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2d4e2de261865031ebe8d7cae6b8c1e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7, <3.12",
            "size": 1510082,
            "upload_time": "2023-06-21T17:24:02",
            "upload_time_iso_8601": "2023-06-21T17:24:02.350607Z",
            "url": "https://files.pythonhosted.org/packages/a6/04/dd13f1086c64931e04287e3a5b2bd78cd4fa2f0166b3e0c4ca0a2afed98f/polymers-0.3.7-cp311-cp311-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ed8425f27b7429c2bb6ebc252128e85a3796aec39adfe8131d0a0e99a6dcdab",
                "md5": "c0beb46e6f7d0b3e39e788268764791c",
                "sha256": "118a1e2bc84778d0c4a07df771d5f7932bd0066f4a8609f35aa165bc71c84e68"
            },
            "downloads": -1,
            "filename": "polymers-0.3.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c0beb46e6f7d0b3e39e788268764791c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7, <3.12",
            "size": 2421560,
            "upload_time": "2023-06-21T17:24:04",
            "upload_time_iso_8601": "2023-06-21T17:24:04.159490Z",
            "url": "https://files.pythonhosted.org/packages/9e/d8/425f27b7429c2bb6ebc252128e85a3796aec39adfe8131d0a0e99a6dcdab/polymers-0.3.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce42890e9ba1317bcad9472a99a789f54a6bdc4d9f614b47bb8de6e2e6884790",
                "md5": "0d17501a5eb729487b3b8b216cd14b28",
                "sha256": "6e1b274a7fe74ca6e4c053f56ce85eda6fd742acd2032b8700dec1b21ac19c38"
            },
            "downloads": -1,
            "filename": "polymers-0.3.7-cp37-cp37m-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0d17501a5eb729487b3b8b216cd14b28",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7, <3.12",
            "size": 1510258,
            "upload_time": "2023-06-21T17:24:06",
            "upload_time_iso_8601": "2023-06-21T17:24:06.185859Z",
            "url": "https://files.pythonhosted.org/packages/ce/42/890e9ba1317bcad9472a99a789f54a6bdc4d9f614b47bb8de6e2e6884790/polymers-0.3.7-cp37-cp37m-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8d244e612b04b552b4b1140436295058f218a2a65f428eb61da64f249b0b881",
                "md5": "295c2f07536fc677925058129a5fd4cc",
                "sha256": "0ac6e508944c1fe851fff523ec5a2d78bf3cdb8c59257e48bd7c99a02c2c46ac"
            },
            "downloads": -1,
            "filename": "polymers-0.3.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "295c2f07536fc677925058129a5fd4cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7, <3.12",
            "size": 2421972,
            "upload_time": "2023-06-21T17:24:07",
            "upload_time_iso_8601": "2023-06-21T17:24:07.935176Z",
            "url": "https://files.pythonhosted.org/packages/e8/d2/44e612b04b552b4b1140436295058f218a2a65f428eb61da64f249b0b881/polymers-0.3.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32dd3b8bb5a7c05b5f6c91c4cfde51f4f3b50322d3a6dd8697e12c70953f6cd1",
                "md5": "bd4d93d49af1d92f3f3341d7c783cef2",
                "sha256": "a097bbf043939d7e707ddcf90b51e25051911bdad8ec29c8b3c7584958db37da"
            },
            "downloads": -1,
            "filename": "polymers-0.3.7-cp38-cp38-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bd4d93d49af1d92f3f3341d7c783cef2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7, <3.12",
            "size": 1510022,
            "upload_time": "2023-06-21T17:24:09",
            "upload_time_iso_8601": "2023-06-21T17:24:09.882176Z",
            "url": "https://files.pythonhosted.org/packages/32/dd/3b8bb5a7c05b5f6c91c4cfde51f4f3b50322d3a6dd8697e12c70953f6cd1/polymers-0.3.7-cp38-cp38-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33a0be142bc09149bb5e79d846384af5555714a90d78c128398906a150406301",
                "md5": "ac63128bfd7d91fb6c87e6b67d225f54",
                "sha256": "ef3471c620a7728ac03958f5e60b12e714d97deaccd459e4b24b39e9fd91cbc0"
            },
            "downloads": -1,
            "filename": "polymers-0.3.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ac63128bfd7d91fb6c87e6b67d225f54",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7, <3.12",
            "size": 2422473,
            "upload_time": "2023-06-21T17:24:11",
            "upload_time_iso_8601": "2023-06-21T17:24:11.467856Z",
            "url": "https://files.pythonhosted.org/packages/33/a0/be142bc09149bb5e79d846384af5555714a90d78c128398906a150406301/polymers-0.3.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf77944158d716b80a8f3a3374bf2de4ec9305526c1bfd3676b2068f06aeb6cc",
                "md5": "e167c6104a08ce30439de70e1df758e7",
                "sha256": "0d56d7bb16c9247ee346c8799490ed69984f3904aca7a05a15bb2a5eaa1c4caf"
            },
            "downloads": -1,
            "filename": "polymers-0.3.7-cp39-cp39-macosx_10_7_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e167c6104a08ce30439de70e1df758e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7, <3.12",
            "size": 1509920,
            "upload_time": "2023-06-21T17:24:13",
            "upload_time_iso_8601": "2023-06-21T17:24:13.501661Z",
            "url": "https://files.pythonhosted.org/packages/bf/77/944158d716b80a8f3a3374bf2de4ec9305526c1bfd3676b2068f06aeb6cc/polymers-0.3.7-cp39-cp39-macosx_10_7_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b02a328cd3a61d37a861f92c6cffaf11e6efcd4c90b6c998b0e2ca3e521780f6",
                "md5": "6f97a068c5866b0ab8d875bccc2e3b2b",
                "sha256": "bffe012eb13378538511c6b7c4aef23f17d1d2f46a236441211a86ab6b87c604"
            },
            "downloads": -1,
            "filename": "polymers-0.3.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6f97a068c5866b0ab8d875bccc2e3b2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7, <3.12",
            "size": 2421468,
            "upload_time": "2023-06-21T17:24:15",
            "upload_time_iso_8601": "2023-06-21T17:24:15.438599Z",
            "url": "https://files.pythonhosted.org/packages/b0/2a/328cd3a61d37a861f92c6cffaf11e6efcd4c90b6c998b0e2ca3e521780f6/polymers-0.3.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed2a003a50271018c07a566f129963ff1c411ea3d5adea8552068a265df12937",
                "md5": "8df8df458239414c1711a6d0ee923a4e",
                "sha256": "e62daee3ea59185562dd7df214746fa4420179fd4eb2d2813b582fe95888e676"
            },
            "downloads": -1,
            "filename": "polymers-0.3.7-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8df8df458239414c1711a6d0ee923a4e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7, <3.12",
            "size": 1508073,
            "upload_time": "2023-06-21T17:24:17",
            "upload_time_iso_8601": "2023-06-21T17:24:17.482598Z",
            "url": "https://files.pythonhosted.org/packages/ed/2a/003a50271018c07a566f129963ff1c411ea3d5adea8552068a265df12937/polymers-0.3.7-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-21 17:23:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sandialabs",
    "github_project": "polymers",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "polymers"
}
        
Elapsed time: 0.08138s