pyfe3d


Namepyfe3d JSON
Version 0.4.0 PyPI version JSON
download
home_pagehttps://github.com/saullocastro/pyfe3d
SummaryGeneral-purpose finite element solver for structural analysis and optimization based on Python and Cython
upload_time2023-10-12 07:44:53
maintainer
docs_urlNone
authorSaullo G. P. Castro
requires_python
license3-Clause BSD
keywords finite elements structural analysis structural optimization static analysis buckling vibration panel flutter structural dynamics implicit time integration explicit time integration
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            General-purpose finite element solver - pyfe3d
==============================================

Github Actions status:

[![Actions Status](https://github.com/saullocastro/pyfe3d/workflows/pytest/badge.svg)](https://github.com/saullocastro/pyfe3d/actions)

Coverage status:

[![Codecov Status](https://codecov.io/gh/saullocastro/pyfe3d/branch/main/graph/badge.svg?token=KVZCRIACL7)](https://codecov.io/gh/saullocastro/pyfe3d)

About pyfe3d
------------

The ``pyfe3d`` module is a general-purpose finite element solver for structural
analysis and optimization based on Python and Cython. The main principles
guiding the development of ``pyfe3d`` are: simplicity, efficiency and
compatibility. The aimed level of compatibility allows one to run this solver
in any platform, including the Google Colab environment.


Citing this library
-------------------

Saullo G. P. Castro. (2023). General-purpose finite element solver based on Python and Cython (Version 0.4.0). Zenodo. DOI: https://doi.org/10.5281/zenodo.6573489.


Documentation
-------------

The documentation is available on: https://saullocastro.github.io/pyfe3d.


Important features of this library
----------------------------------
- efficient and simple for linear and nonlinear analyses
- importable and cimportable code
- 6 degrees-of-freedom per node


Available finite elements
-------------------------
- 'Quad4R' - 4-node plate with linear interpolation, equivalent to Abaqus' S4R
or Nastran's CQUAD4.

- 'Tria3R' - 3-node plate with linear interpolation, equivalent to Abaqus' S3R
or Nastran's CTRIA3.

- 'BeamLR' - 2-node Timoshenko beam element with linear interpolation and
reduced integration.

- 'BeamC' - 2-node Timoshenko beam element with consistent shape functions and
analytical integration.

- 'Spring' - 2-node spring element with 6 stiffenesses defined in the element
  coordinate system.

- 'Truss' - 2-node truss element with only axial and torsion stiffness. I
recommend using the BeamLR instead, which is physically more consistent.


License
-------
Distrubuted under the 3-Clause BSD license
(https://raw.github.com/saullocastro/pyfe3d/main/LICENSE):

    Copyright (c) 2021-2023, Saullo G. P. Castro (S.G.P.Castro@tudelft.nl)
    All rights reserved.

    Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

    1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

    2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

    3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


Contacts:
- Saullo G. P. Castro, S.G.P.Castro@tudelft.nl


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/saullocastro/pyfe3d",
    "name": "pyfe3d",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "finite elements,structural analysis,structural optimization,static analysis,buckling,vibration,panel flutter,structural dynamics,implicit time integration,explicit time integration",
    "author": "Saullo G. P. Castro",
    "author_email": "S.G.P.Castro@tudelft.nl",
    "download_url": "https://files.pythonhosted.org/packages/fb/a5/6e545e9c2b5121e882e7b5c342916d09fd3eb0b8ef60164f7de5a8f46edd/pyfe3d-0.4.0.tar.gz",
    "platform": null,
    "description": "General-purpose finite element solver - pyfe3d\n==============================================\n\nGithub Actions status:\n\n[![Actions Status](https://github.com/saullocastro/pyfe3d/workflows/pytest/badge.svg)](https://github.com/saullocastro/pyfe3d/actions)\n\nCoverage status:\n\n[![Codecov Status](https://codecov.io/gh/saullocastro/pyfe3d/branch/main/graph/badge.svg?token=KVZCRIACL7)](https://codecov.io/gh/saullocastro/pyfe3d)\n\nAbout pyfe3d\n------------\n\nThe ``pyfe3d`` module is a general-purpose finite element solver for structural\nanalysis and optimization based on Python and Cython. The main principles\nguiding the development of ``pyfe3d`` are: simplicity, efficiency and\ncompatibility. The aimed level of compatibility allows one to run this solver\nin any platform, including the Google Colab environment.\n\n\nCiting this library\n-------------------\n\nSaullo G. P. Castro. (2023). General-purpose finite element solver based on Python and Cython (Version 0.4.0). Zenodo. DOI: https://doi.org/10.5281/zenodo.6573489.\n\n\nDocumentation\n-------------\n\nThe documentation is available on: https://saullocastro.github.io/pyfe3d.\n\n\nImportant features of this library\n----------------------------------\n- efficient and simple for linear and nonlinear analyses\n- importable and cimportable code\n- 6 degrees-of-freedom per node\n\n\nAvailable finite elements\n-------------------------\n- 'Quad4R' - 4-node plate with linear interpolation, equivalent to Abaqus' S4R\nor Nastran's CQUAD4.\n\n- 'Tria3R' - 3-node plate with linear interpolation, equivalent to Abaqus' S3R\nor Nastran's CTRIA3.\n\n- 'BeamLR' - 2-node Timoshenko beam element with linear interpolation and\nreduced integration.\n\n- 'BeamC' - 2-node Timoshenko beam element with consistent shape functions and\nanalytical integration.\n\n- 'Spring' - 2-node spring element with 6 stiffenesses defined in the element\n  coordinate system.\n\n- 'Truss' - 2-node truss element with only axial and torsion stiffness. I\nrecommend using the BeamLR instead, which is physically more consistent.\n\n\nLicense\n-------\nDistrubuted under the 3-Clause BSD license\n(https://raw.github.com/saullocastro/pyfe3d/main/LICENSE):\n\n    Copyright (c) 2021-2023, Saullo G. P. Castro (S.G.P.Castro@tudelft.nl)\n    All rights reserved.\n\n    Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n    1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n    2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\n    3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\n    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\nContacts:\n- Saullo G. P. Castro, S.G.P.Castro@tudelft.nl\n\n",
    "bugtrack_url": null,
    "license": "3-Clause BSD",
    "summary": "General-purpose finite element solver for structural analysis and optimization based on Python and Cython",
    "version": "0.4.0",
    "project_urls": {
        "Homepage": "https://github.com/saullocastro/pyfe3d"
    },
    "split_keywords": [
        "finite elements",
        "structural analysis",
        "structural optimization",
        "static analysis",
        "buckling",
        "vibration",
        "panel flutter",
        "structural dynamics",
        "implicit time integration",
        "explicit time integration"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fa9f764e5cce0de497a352a1c4e379bb7ba7811c2084d86ae57f6448a6653e2f",
                "md5": "ba7a1da8186df6ed5ed0d64d890c8d8e",
                "sha256": "1bb7136fbfd8b345766bdc909e6500bd5810a5fe4d6ce667212d7e331d0315ee"
            },
            "downloads": -1,
            "filename": "pyfe3d-0.4.0-cp310-cp310-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ba7a1da8186df6ed5ed0d64d890c8d8e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1232204,
            "upload_time": "2023-10-12T07:48:32",
            "upload_time_iso_8601": "2023-10-12T07:48:32.622316Z",
            "url": "https://files.pythonhosted.org/packages/fa/9f/764e5cce0de497a352a1c4e379bb7ba7811c2084d86ae57f6448a6653e2f/pyfe3d-0.4.0-cp310-cp310-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "310cafaa58c7fe1bad3f1987a91964393b92f0d3524eb6b294fd88dd26815bdb",
                "md5": "14eb27bcd060be7b3a912195a125974d",
                "sha256": "6d0cb95f1477bb1c027010b493ee94bea414fe361ccb27e6afbbd28090793f41"
            },
            "downloads": -1,
            "filename": "pyfe3d-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "14eb27bcd060be7b3a912195a125974d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 6294523,
            "upload_time": "2023-10-12T08:01:35",
            "upload_time_iso_8601": "2023-10-12T08:01:35.379933Z",
            "url": "https://files.pythonhosted.org/packages/31/0c/afaa58c7fe1bad3f1987a91964393b92f0d3524eb6b294fd88dd26815bdb/pyfe3d-0.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f01a22708d86ee3fa87e68f9cdaa08d5b4e7cefd6783d9a69f0600a98882a773",
                "md5": "4064d26e85341982602a44143a87826b",
                "sha256": "f20cd2539c5a55334af729a3c8930e4277748a76bce64632f1709d4a4843e224"
            },
            "downloads": -1,
            "filename": "pyfe3d-0.4.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4064d26e85341982602a44143a87826b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1312109,
            "upload_time": "2023-10-12T07:46:16",
            "upload_time_iso_8601": "2023-10-12T07:46:16.565064Z",
            "url": "https://files.pythonhosted.org/packages/f0/1a/22708d86ee3fa87e68f9cdaa08d5b4e7cefd6783d9a69f0600a98882a773/pyfe3d-0.4.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c31a66e80f645e0795e6e0a624630aaec1e07ec1d68057c8c1aabae6144d928d",
                "md5": "e75106b3e49dd5182952acca9ddc7394",
                "sha256": "c062a99c78a4fa5176e777ee50527878a4bd91e6e0bbaa728f4ef7f6dd50e366"
            },
            "downloads": -1,
            "filename": "pyfe3d-0.4.0-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "e75106b3e49dd5182952acca9ddc7394",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 2266149,
            "upload_time": "2023-10-12T07:52:45",
            "upload_time_iso_8601": "2023-10-12T07:52:45.435956Z",
            "url": "https://files.pythonhosted.org/packages/c3/1a/66e80f645e0795e6e0a624630aaec1e07ec1d68057c8c1aabae6144d928d/pyfe3d-0.4.0-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbc552f67d961a5316788777e9fcaf35cf1768e53fe86a806f47a593b1228262",
                "md5": "c6d0775030ba5eea57ccc307543fa457",
                "sha256": "9f93cd364c58977c08bec53f954a121e3d9914af4c5433123e8c82d484867afd"
            },
            "downloads": -1,
            "filename": "pyfe3d-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c6d0775030ba5eea57ccc307543fa457",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 6841044,
            "upload_time": "2023-10-12T08:01:37",
            "upload_time_iso_8601": "2023-10-12T08:01:37.287560Z",
            "url": "https://files.pythonhosted.org/packages/fb/c5/52f67d961a5316788777e9fcaf35cf1768e53fe86a806f47a593b1228262/pyfe3d-0.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70bf8148f3be84a703451d5ef4f755876b4637028aba3a4bdee04bcf9c81bdfb",
                "md5": "c26239e3cb626f34a5f78f5a55027701",
                "sha256": "5e3fba2d7efb75d5c411c7ce38e9c41cdfd2ed2bac5889a8278069ffa2adcc4d"
            },
            "downloads": -1,
            "filename": "pyfe3d-0.4.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c26239e3cb626f34a5f78f5a55027701",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 1313510,
            "upload_time": "2023-10-12T07:46:55",
            "upload_time_iso_8601": "2023-10-12T07:46:55.023898Z",
            "url": "https://files.pythonhosted.org/packages/70/bf/8148f3be84a703451d5ef4f755876b4637028aba3a4bdee04bcf9c81bdfb/pyfe3d-0.4.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7cfa9844c55c647ea0da53ca15a7b6fc1f7493ded78bc67ac16c806a63b51ac",
                "md5": "547b7154b71bfc75e058065f06bc44c2",
                "sha256": "ae9c47c169fd9069103d42d52877fba79f8f756b56f0ae8c50847f9189850fcf"
            },
            "downloads": -1,
            "filename": "pyfe3d-0.4.0-cp38-cp38-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "547b7154b71bfc75e058065f06bc44c2",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1231423,
            "upload_time": "2023-10-12T07:48:12",
            "upload_time_iso_8601": "2023-10-12T07:48:12.604131Z",
            "url": "https://files.pythonhosted.org/packages/b7/cf/a9844c55c647ea0da53ca15a7b6fc1f7493ded78bc67ac16c806a63b51ac/pyfe3d-0.4.0-cp38-cp38-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eba6945d1aecf5e20aeb4d0c6b129f889cedcc30bb0de13ff5086e93afe9a559",
                "md5": "6578fe12b78c05f1ae35a7a6ddbdd848",
                "sha256": "77a06b3079b02aaebd7322d63d4439cf6a640725e03d56478a31469f3ae60b6f"
            },
            "downloads": -1,
            "filename": "pyfe3d-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6578fe12b78c05f1ae35a7a6ddbdd848",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 6355509,
            "upload_time": "2023-10-12T08:01:39",
            "upload_time_iso_8601": "2023-10-12T08:01:39.409891Z",
            "url": "https://files.pythonhosted.org/packages/eb/a6/945d1aecf5e20aeb4d0c6b129f889cedcc30bb0de13ff5086e93afe9a559/pyfe3d-0.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52dce6aabd8a413753a42a980e04e80626ef5e284929aff0b12e78d82bd926f5",
                "md5": "81e3cc0e7cac69bea38f7d9c09d75676",
                "sha256": "bc459abcbd6e02026a35c8db417f6bbe4d225649621ebcef9c4011bbbb169755"
            },
            "downloads": -1,
            "filename": "pyfe3d-0.4.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "81e3cc0e7cac69bea38f7d9c09d75676",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1318739,
            "upload_time": "2023-10-12T07:47:00",
            "upload_time_iso_8601": "2023-10-12T07:47:00.663275Z",
            "url": "https://files.pythonhosted.org/packages/52/dc/e6aabd8a413753a42a980e04e80626ef5e284929aff0b12e78d82bd926f5/pyfe3d-0.4.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4e78bed71c682d503d37c54f4f0aabff81946d7152e60dfc1aae9559979485f",
                "md5": "a6a734c1476bc8e0466a3857495b9341",
                "sha256": "3b17b41af8eccc30b220d036f3eee6e61a14885e526ca61e42232dfedc8142e3"
            },
            "downloads": -1,
            "filename": "pyfe3d-0.4.0-cp39-cp39-macosx_11_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a6a734c1476bc8e0466a3857495b9341",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1234961,
            "upload_time": "2023-10-12T07:49:31",
            "upload_time_iso_8601": "2023-10-12T07:49:31.644658Z",
            "url": "https://files.pythonhosted.org/packages/f4/e7/8bed71c682d503d37c54f4f0aabff81946d7152e60dfc1aae9559979485f/pyfe3d-0.4.0-cp39-cp39-macosx_11_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9433d0904f3808480bef260fdfa702d600099e417ba8d05b1354fa7a08898cc3",
                "md5": "605070161977d99ef532bbd5c7952da0",
                "sha256": "86dbeb2c8d982f3cb7fd581975fb5c291511f801c33d9736c129dc31616bf518"
            },
            "downloads": -1,
            "filename": "pyfe3d-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "605070161977d99ef532bbd5c7952da0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 6314944,
            "upload_time": "2023-10-12T08:01:41",
            "upload_time_iso_8601": "2023-10-12T08:01:41.504152Z",
            "url": "https://files.pythonhosted.org/packages/94/33/d0904f3808480bef260fdfa702d600099e417ba8d05b1354fa7a08898cc3/pyfe3d-0.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "091660251084d74b305ffc6706ecb97b224a63447d05ac89b9ecfbaa240d4826",
                "md5": "e261b2cb2687f7af2355cf15903913a0",
                "sha256": "72eb7138ab7b2ab5671ef4559ad1c46197e4595480f488a8039401d0ce8df042"
            },
            "downloads": -1,
            "filename": "pyfe3d-0.4.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e261b2cb2687f7af2355cf15903913a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1316790,
            "upload_time": "2023-10-12T07:47:03",
            "upload_time_iso_8601": "2023-10-12T07:47:03.592354Z",
            "url": "https://files.pythonhosted.org/packages/09/16/60251084d74b305ffc6706ecb97b224a63447d05ac89b9ecfbaa240d4826/pyfe3d-0.4.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fba56e545e9c2b5121e882e7b5c342916d09fd3eb0b8ef60164f7de5a8f46edd",
                "md5": "a0708c09ed7e07b6057a5e67685d2258",
                "sha256": "efe08b731b968c2278d57190c585aa3dc72f7edfc30d663c13921181fec25277"
            },
            "downloads": -1,
            "filename": "pyfe3d-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a0708c09ed7e07b6057a5e67685d2258",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2068671,
            "upload_time": "2023-10-12T07:44:53",
            "upload_time_iso_8601": "2023-10-12T07:44:53.148795Z",
            "url": "https://files.pythonhosted.org/packages/fb/a5/6e545e9c2b5121e882e7b5c342916d09fd3eb0b8ef60164f7de5a8f46edd/pyfe3d-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-12 07:44:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "saullocastro",
    "github_project": "pyfe3d",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "pyfe3d"
}
        
Elapsed time: 0.14373s