f3d


Namef3d JSON
Version 2.4.0 PyPI version JSON
download
home_pageNone
SummaryF3D, a fast and minimalist 3D viewer
upload_time2024-04-03 15:20:25
maintainerNone
docs_urlNone
authorMichael Migliore, Mathieu Westphal
requires_python>=3.8
licenseBSD 3-Clause License
keywords vtk animations fbx step stl gltf pbr raytracing rendering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![CI](https://img.shields.io/github/actions/workflow/status/f3d-app/f3d/ci.yml?label=CI&logo=github)](https://github.com/f3d-app/f3d/actions/workflows/ci.yml) [![Packaging](https://img.shields.io/github/actions/workflow/status/f3d-app/f3d-superbuild/nightly.yml?label=Packaging&logo=github)](https://github.com/f3d-app/f3d-superbuild) [![codecov](https://codecov.io/gh/f3d-app/f3d/branch/master/graph/badge.svg?token=siwG82IXK7)](https://codecov.io/gh/f3d-app/f3d) [![Downloads](https://img.shields.io/github/downloads/f3d-app/f3d/total.svg)](https://github.com/f3d-app/f3d/releases) [![Sponsors](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/f3d-app) [![Discord](https://discordapp.com/api/guilds/1046005690809978911/widget.png?style=shield)](https://discord.f3d.app) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)

# F3D - Fast and minimalist 3D viewer
By Michael Migliore and Mathieu Westphal.

<img src="https://raw.githubusercontent.com/f3d-app/f3d/master/resources/logo.svg" align="left" width="20px"/>
F3D (pronounced `/fɛd/`) is a fast and minimalist 3D viewer desktop application. It supports many file formats, from digital content to scientific datasets (including glTF, USD, STL, STEP, PLY, OBJ, FBX, Alembic), can show animations and support thumbnails and many rendering and texturing options including real time physically based rendering and raytracing.
<br clear="left"/>

It is fully controllable from the command line and support configuration files. It can provide thumbnails, support interactive hotkeys, drag&drop and integration into file managers.

F3D also contains the libf3d, a simple library to render meshes, with C++ and Python Bindings, as well as experimental Java and Javascript bindings.

<img src="https://user-images.githubusercontent.com/3129530/194735416-3f386437-456c-4145-9b5e-6bb6451d7e9a.png" width="640">

*A typical render by F3D*

<img src="https://user-images.githubusercontent.com/3129530/194735261-dd6f1c1c-fa57-47b0-9d27-f735d18ccd5e.gif" width="640">

*Animation of a glTF file within F3D*

<img src="https://user-images.githubusercontent.com/3129530/194735272-5bcd3e7c-a333-41f5-8066-9b0bec9885e8.png" width="640">

*A direct scalars render by F3D*

See the [gallery](doc/GALLERY.md) for more images, take a look at the [changelog](doc/CHANGELOG.md) or go to the [install guide](doc/user/INSTALLATION.md) to download and install F3D!

If you need any help or want to discuss with other F3D users and developers, head over to our [discord](https://discord.f3d.app).

# Quickstart

Open a file and visualize it interactively:

```
f3d /path/to/file.ext
```

Open a file and save the rendering into an image file:

```
f3d /path/to/file.ext --output=/path/to/img.png
```

Get help:

```
f3d --help
man f3d # Linux only
```

# Documentation

- To get started, please take a look at the [user documentation](doc/user/README_USER.md).
- If you need any help, are looking for a feature or found a bug, please open an [issue](https://github.com/f3d-app/f3d/issues).
- If you want to use the libf3d, please take a look at its [documentation](doc/libf3d/README_LIBF3D.md).
- If you want to build F3D, please take a look at the [developer documentation](doc/dev/README_DEV.md).

# Support

F3D needs you help!

If you can, please consider sponsoring F3D. Even a small donation would help us offset the recurring maintenance costs.
With enough sponsors we would even be able to add support for new devices (as we would need do acquire or rent them first). Read more about it on our [sponsor page](https://github.com/sponsors/f3d-app).

If not, please use F3D, star it on github and share the word about it!

# Vision

As a minimalist 3D viewer F3D aims to:

- Support as many 3D file formats as possible
- Support many types of renderings (textures, edges, etc... ) and visualizations (meshes, volumic, point sprites)
- Support any and all use-cases dealing with 3D datasets
- Let any user easily and quickly view any model with good defaults
- Be as configurable as possible
- Be fully controllable from the command line and configuration file
- Be usable non-interactively
- Be as modular as possible to be built with a small number of dependencies

but there is no plan to:

- Provide a classic mouse-based UI, with menus and buttons
- Provide data processing tools
- Provide export feature

# Contributing

F3D as a community-driven, inclusive and beginner-friendly project. We love to see how the project is growing thanks to the contributions from the community. We would love to see your face in the list below! If you want to contribute to F3D, you are very welcome to! Take a look at our [contribution documentation](CONTRIBUTING.md), [governance documentation](doc/dev/GOVERNANCE.md) and [code of conduct](CODE_OF_CONDUCT.md).

<a href="https://github.com/f3d-app/f3d/graphs/contributors">
  <img src="https://contrib.rocks/image?repo=f3d-app/f3d" />
</a>

# Acknowledgments

F3D was initially created by [Kitware SAS](https://www.kitware.eu/) and is relying on many awesome open source projects, including [VTK](https://vtk.org/), [OCCT](https://dev.opencascade.org/), [Assimp](https://www.assimp.org/), [Alembic](http://www.alembic.io/), [Draco](https://google.github.io/draco/), [OpenUSD](https://openusd.org/release/index.html), [OpenVDB](https://www.openvdb.org/) and [OSPRay](https://www.ospray.org/).

# License

F3D can be used and distributed under the 3-Clause BSD License, see the [license](LICENSE.md).
F3D integrate the sources of other libraries and tools, all under permissive licenses, see the [third party licenses](doc/THIRD_PARTY_LICENSES.md).
F3D packages relies on other libraries and tools, all under permissive licenses, all listed in the respective packages.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "f3d",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Michael Migliore <mcmigliore+pip@gmail.com>",
    "keywords": "vtk animations fbx step stl gltf pbr raytracing rendering",
    "author": "Michael Migliore, Mathieu Westphal",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "[![CI](https://img.shields.io/github/actions/workflow/status/f3d-app/f3d/ci.yml?label=CI&logo=github)](https://github.com/f3d-app/f3d/actions/workflows/ci.yml) [![Packaging](https://img.shields.io/github/actions/workflow/status/f3d-app/f3d-superbuild/nightly.yml?label=Packaging&logo=github)](https://github.com/f3d-app/f3d-superbuild) [![codecov](https://codecov.io/gh/f3d-app/f3d/branch/master/graph/badge.svg?token=siwG82IXK7)](https://codecov.io/gh/f3d-app/f3d) [![Downloads](https://img.shields.io/github/downloads/f3d-app/f3d/total.svg)](https://github.com/f3d-app/f3d/releases) [![Sponsors](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/f3d-app) [![Discord](https://discordapp.com/api/guilds/1046005690809978911/widget.png?style=shield)](https://discord.f3d.app) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)\n\n# F3D - Fast and minimalist 3D viewer\nBy Michael Migliore and Mathieu Westphal.\n\n<img src=\"https://raw.githubusercontent.com/f3d-app/f3d/master/resources/logo.svg\" align=\"left\" width=\"20px\"/>\nF3D (pronounced `/f\u025bd/`) is a fast and minimalist 3D viewer desktop application. It supports many file formats, from digital content to scientific datasets (including glTF, USD, STL, STEP, PLY, OBJ, FBX, Alembic), can show animations and support thumbnails and many rendering and texturing options including real time physically based rendering and raytracing.\n<br clear=\"left\"/>\n\nIt is fully controllable from the command line and support configuration files. It can provide thumbnails, support interactive hotkeys, drag&drop and integration into file managers.\n\nF3D also contains the libf3d, a simple library to render meshes, with C++ and Python Bindings, as well as experimental Java and Javascript bindings.\n\n<img src=\"https://user-images.githubusercontent.com/3129530/194735416-3f386437-456c-4145-9b5e-6bb6451d7e9a.png\" width=\"640\">\n\n*A typical render by F3D*\n\n<img src=\"https://user-images.githubusercontent.com/3129530/194735261-dd6f1c1c-fa57-47b0-9d27-f735d18ccd5e.gif\" width=\"640\">\n\n*Animation of a glTF file within F3D*\n\n<img src=\"https://user-images.githubusercontent.com/3129530/194735272-5bcd3e7c-a333-41f5-8066-9b0bec9885e8.png\" width=\"640\">\n\n*A direct scalars render by F3D*\n\nSee the [gallery](doc/GALLERY.md) for more images, take a look at the [changelog](doc/CHANGELOG.md) or go to the [install guide](doc/user/INSTALLATION.md) to download and install F3D!\n\nIf you need any help or want to discuss with other F3D users and developers, head over to our [discord](https://discord.f3d.app).\n\n# Quickstart\n\nOpen a file and visualize it interactively:\n\n```\nf3d /path/to/file.ext\n```\n\nOpen a file and save the rendering into an image file:\n\n```\nf3d /path/to/file.ext --output=/path/to/img.png\n```\n\nGet help:\n\n```\nf3d --help\nman f3d # Linux only\n```\n\n# Documentation\n\n- To get started, please take a look at the [user documentation](doc/user/README_USER.md).\n- If you need any help, are looking for a feature or found a bug, please open an [issue](https://github.com/f3d-app/f3d/issues).\n- If you want to use the libf3d, please take a look at its [documentation](doc/libf3d/README_LIBF3D.md).\n- If you want to build F3D, please take a look at the [developer documentation](doc/dev/README_DEV.md).\n\n# Support\n\nF3D needs you help!\n\nIf you can, please consider sponsoring F3D. Even a small donation would help us offset the recurring maintenance costs.\nWith enough sponsors we would even be able to add support for new devices (as we would need do acquire or rent them first). Read more about it on our [sponsor page](https://github.com/sponsors/f3d-app).\n\nIf not, please use F3D, star it on github and share the word about it!\n\n# Vision\n\nAs a minimalist 3D viewer F3D aims to:\n\n- Support as many 3D file formats as possible\n- Support many types of renderings (textures, edges, etc... ) and visualizations (meshes, volumic, point sprites)\n- Support any and all use-cases dealing with 3D datasets\n- Let any user easily and quickly view any model with good defaults\n- Be as configurable as possible\n- Be fully controllable from the command line and configuration file\n- Be usable non-interactively\n- Be as modular as possible to be built with a small number of dependencies\n\nbut there is no plan to:\n\n- Provide a classic mouse-based UI, with menus and buttons\n- Provide data processing tools\n- Provide export feature\n\n# Contributing\n\nF3D as a community-driven, inclusive and beginner-friendly project. We love to see how the project is growing thanks to the contributions from the community. We would love to see your face in the list below! If you want to contribute to F3D, you are very welcome to! Take a look at our [contribution documentation](CONTRIBUTING.md), [governance documentation](doc/dev/GOVERNANCE.md) and [code of conduct](CODE_OF_CONDUCT.md).\n\n<a href=\"https://github.com/f3d-app/f3d/graphs/contributors\">\n  <img src=\"https://contrib.rocks/image?repo=f3d-app/f3d\" />\n</a>\n\n# Acknowledgments\n\nF3D was initially created by [Kitware SAS](https://www.kitware.eu/) and is relying on many awesome open source projects, including [VTK](https://vtk.org/), [OCCT](https://dev.opencascade.org/), [Assimp](https://www.assimp.org/), [Alembic](http://www.alembic.io/), [Draco](https://google.github.io/draco/), [OpenUSD](https://openusd.org/release/index.html), [OpenVDB](https://www.openvdb.org/) and [OSPRay](https://www.ospray.org/).\n\n# License\n\nF3D can be used and distributed under the 3-Clause BSD License, see the [license](LICENSE.md).\nF3D integrate the sources of other libraries and tools, all under permissive licenses, see the [third party licenses](doc/THIRD_PARTY_LICENSES.md).\nF3D packages relies on other libraries and tools, all under permissive licenses, all listed in the respective packages.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "F3D, a fast and minimalist 3D viewer",
    "version": "2.4.0",
    "project_urls": {
        "Changelog": "https://github.com/f3d-app/f3d/blob/master/doc/CHANGELOG.md",
        "Homepage": "https://f3d.app",
        "Repository": "https://github.com/f3d-app/f3d.git"
    },
    "split_keywords": [
        "vtk",
        "animations",
        "fbx",
        "step",
        "stl",
        "gltf",
        "pbr",
        "raytracing",
        "rendering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a23a71c6c85ea387915a9b4137a289c16446ab7236aa632fd63eedbb9bc10746",
                "md5": "62ade8dfdaf9c8dccc80b9f15a7c9d1b",
                "sha256": "362889f9c6809aef36d50d69d32d2570bf537c1cf43fd065a466a3657ce2f8dc"
            },
            "downloads": -1,
            "filename": "f3d-2.4.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "62ade8dfdaf9c8dccc80b9f15a7c9d1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 27550017,
            "upload_time": "2024-04-03T15:20:25",
            "upload_time_iso_8601": "2024-04-03T15:20:25.415086Z",
            "url": "https://files.pythonhosted.org/packages/a2/3a/71c6c85ea387915a9b4137a289c16446ab7236aa632fd63eedbb9bc10746/f3d-2.4.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c08456b87aa035fce479e9ec4ac1af1210a273ebede9c2df1b1d06e33f7cc63d",
                "md5": "38a37cbc6e1a9e62e15e64eba6391ba6",
                "sha256": "9cac580415b9417298a80b8c9c93147f59411db0dd1cba48a00a7d2ef0fdb782"
            },
            "downloads": -1,
            "filename": "f3d-2.4.0-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "38a37cbc6e1a9e62e15e64eba6391ba6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 34819830,
            "upload_time": "2024-04-03T15:20:29",
            "upload_time_iso_8601": "2024-04-03T15:20:29.973047Z",
            "url": "https://files.pythonhosted.org/packages/c0/84/56b87aa035fce479e9ec4ac1af1210a273ebede9c2df1b1d06e33f7cc63d/f3d-2.4.0-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "940709823f78e9e5f39e5cfb7923d3d74e996e11582e8ba7efa89b1c958a9566",
                "md5": "f4e9a47d973e18e65053ef508eec65bb",
                "sha256": "01a654b34cb55798551eb917463c5fc3818518025128a906960348cf50a5d283"
            },
            "downloads": -1,
            "filename": "f3d-2.4.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f4e9a47d973e18e65053ef508eec65bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 16690859,
            "upload_time": "2024-04-03T15:20:33",
            "upload_time_iso_8601": "2024-04-03T15:20:33.842894Z",
            "url": "https://files.pythonhosted.org/packages/94/07/09823f78e9e5f39e5cfb7923d3d74e996e11582e8ba7efa89b1c958a9566/f3d-2.4.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c33391bac31f5b0495ab1b688c936fbac946174f06cb9cbc5571800ae2f37e7",
                "md5": "6882d89d9bdd1a9db6c4375c9d41f863",
                "sha256": "a01b0929ff649584b912c607ded24c8970d22f8c34ee5a885fed2806a8d7a649"
            },
            "downloads": -1,
            "filename": "f3d-2.4.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6882d89d9bdd1a9db6c4375c9d41f863",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 27551207,
            "upload_time": "2024-04-03T15:20:39",
            "upload_time_iso_8601": "2024-04-03T15:20:39.596197Z",
            "url": "https://files.pythonhosted.org/packages/8c/33/391bac31f5b0495ab1b688c936fbac946174f06cb9cbc5571800ae2f37e7/f3d-2.4.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f6560eaae1f9c648ebc68797a73f8417a722ef3c3571ac9d44b44459143ef48",
                "md5": "5c6a162399b64d508c28fa7bb311c37b",
                "sha256": "2e14129e7d9432a5d7ebda132077b761c998b80c5605ed4fa351d2d802c0402e"
            },
            "downloads": -1,
            "filename": "f3d-2.4.0-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5c6a162399b64d508c28fa7bb311c37b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 34820390,
            "upload_time": "2024-04-03T15:20:43",
            "upload_time_iso_8601": "2024-04-03T15:20:43.721126Z",
            "url": "https://files.pythonhosted.org/packages/1f/65/60eaae1f9c648ebc68797a73f8417a722ef3c3571ac9d44b44459143ef48/f3d-2.4.0-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87efb31785394322aed3908ed097a1536c3bc03525670bb56ef7131e842f59a2",
                "md5": "3c5e71b1e2d8aa12bd517f91fcbad8df",
                "sha256": "9193c33764c52bb0d56d15edc6867213c57e59a899428886b4680c25daac8a31"
            },
            "downloads": -1,
            "filename": "f3d-2.4.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3c5e71b1e2d8aa12bd517f91fcbad8df",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 16691910,
            "upload_time": "2024-04-03T15:20:47",
            "upload_time_iso_8601": "2024-04-03T15:20:47.580448Z",
            "url": "https://files.pythonhosted.org/packages/87/ef/b31785394322aed3908ed097a1536c3bc03525670bb56ef7131e842f59a2/f3d-2.4.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d5df88c199acf31bc69bdc46b7b9b63d4ea5d4e0e4003127e3423d639385b53",
                "md5": "1d4dbb7286234fc3be5bb60edf9d1f3e",
                "sha256": "1dc09ce0b6961567a2228db8a6bec5a10f0e28688064c72a399d243b453f6f78"
            },
            "downloads": -1,
            "filename": "f3d-2.4.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1d4dbb7286234fc3be5bb60edf9d1f3e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 27557075,
            "upload_time": "2024-04-03T15:20:50",
            "upload_time_iso_8601": "2024-04-03T15:20:50.789050Z",
            "url": "https://files.pythonhosted.org/packages/0d/5d/f88c199acf31bc69bdc46b7b9b63d4ea5d4e0e4003127e3423d639385b53/f3d-2.4.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "096445b62fc68ab1b93ea835ca9c5f7b3d6f791eb9a9b02bc358bbbe5f4c1a51",
                "md5": "07d2bcebaf4b687693895fb1c5af256d",
                "sha256": "e8cdfb01f413b72e1448a940a386ff202f067f87c2ac9c788002bbba7c6678b9"
            },
            "downloads": -1,
            "filename": "f3d-2.4.0-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "07d2bcebaf4b687693895fb1c5af256d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 34821093,
            "upload_time": "2024-04-03T15:20:54",
            "upload_time_iso_8601": "2024-04-03T15:20:54.500402Z",
            "url": "https://files.pythonhosted.org/packages/09/64/45b62fc68ab1b93ea835ca9c5f7b3d6f791eb9a9b02bc358bbbe5f4c1a51/f3d-2.4.0-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd37d77a837cd9a91b0848e82d693479a31ee0170c9ee972fb3f8297310ba5fd",
                "md5": "f7c2cb6f3db20f450383a3a979724073",
                "sha256": "a1dd266d37ed264315518d158b164e12e314ca96019588d31fe95ed9e1e36270"
            },
            "downloads": -1,
            "filename": "f3d-2.4.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f7c2cb6f3db20f450383a3a979724073",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 16691517,
            "upload_time": "2024-04-03T15:20:58",
            "upload_time_iso_8601": "2024-04-03T15:20:58.499016Z",
            "url": "https://files.pythonhosted.org/packages/fd/37/d77a837cd9a91b0848e82d693479a31ee0170c9ee972fb3f8297310ba5fd/f3d-2.4.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5316b71370c2ed9da18ee6249ef55ed92a474e13b710b6542f48fc1fab7093bd",
                "md5": "f4dc81ab5593e65f034443e840f802fe",
                "sha256": "f247e3b645cfe5c40056364004e1dde7bf23f86411fc6aea39708e6194caa5d3"
            },
            "downloads": -1,
            "filename": "f3d-2.4.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f4dc81ab5593e65f034443e840f802fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 27549949,
            "upload_time": "2024-04-03T15:21:02",
            "upload_time_iso_8601": "2024-04-03T15:21:02.002270Z",
            "url": "https://files.pythonhosted.org/packages/53/16/b71370c2ed9da18ee6249ef55ed92a474e13b710b6542f48fc1fab7093bd/f3d-2.4.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c8d9e43bdf2e3735195d6cdd9dd586d9ccc17175e2940ac3e5aba701d76e484",
                "md5": "c6c8670daf63fb9fb83799517fe9ca25",
                "sha256": "55433c14d8dbcc0818c8f5e673ae40430fb44442fef632f4d3680ff70e8b318c"
            },
            "downloads": -1,
            "filename": "f3d-2.4.0-cp38-cp38-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c6c8670daf63fb9fb83799517fe9ca25",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 34820619,
            "upload_time": "2024-04-03T15:21:05",
            "upload_time_iso_8601": "2024-04-03T15:21:05.913976Z",
            "url": "https://files.pythonhosted.org/packages/6c/8d/9e43bdf2e3735195d6cdd9dd586d9ccc17175e2940ac3e5aba701d76e484/f3d-2.4.0-cp38-cp38-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9de8e8b387d4fcfaa1e4a7565d7d0926580b3724f5e1abf12c24111591da057",
                "md5": "0600b45115fdd2190122b6566c771503",
                "sha256": "ffc7d34a8cba34a5b168401e2c6e8b5bcd7557c950172d34e29471c630e76187"
            },
            "downloads": -1,
            "filename": "f3d-2.4.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0600b45115fdd2190122b6566c771503",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 16690764,
            "upload_time": "2024-04-03T15:21:09",
            "upload_time_iso_8601": "2024-04-03T15:21:09.377329Z",
            "url": "https://files.pythonhosted.org/packages/a9/de/8e8b387d4fcfaa1e4a7565d7d0926580b3724f5e1abf12c24111591da057/f3d-2.4.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a1b681ca3809c20a356e5c71d7977a769d97ce846fed6c0e2c57ae2c8d3fa6e",
                "md5": "6ebab8bbcc0ec9f95d5509516f1c06a4",
                "sha256": "23529ea5a0ca76172cad9fac29a82439c47392576747df53a7eb5d482a0ea22d"
            },
            "downloads": -1,
            "filename": "f3d-2.4.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6ebab8bbcc0ec9f95d5509516f1c06a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 27550074,
            "upload_time": "2024-04-03T15:21:12",
            "upload_time_iso_8601": "2024-04-03T15:21:12.697341Z",
            "url": "https://files.pythonhosted.org/packages/1a/1b/681ca3809c20a356e5c71d7977a769d97ce846fed6c0e2c57ae2c8d3fa6e/f3d-2.4.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cfe2e5e38b743f594284932fb2f080e81668b9544dc9fd4d909a5f13ed424aa",
                "md5": "5529615cb522001e1470b5fd8b109eab",
                "sha256": "9ba82230debd2356c4b507bc1698bbb9b1f0cdd52074343809b51cc77612f49b"
            },
            "downloads": -1,
            "filename": "f3d-2.4.0-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5529615cb522001e1470b5fd8b109eab",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 34820819,
            "upload_time": "2024-04-03T15:21:16",
            "upload_time_iso_8601": "2024-04-03T15:21:16.891706Z",
            "url": "https://files.pythonhosted.org/packages/2c/fe/2e5e38b743f594284932fb2f080e81668b9544dc9fd4d909a5f13ed424aa/f3d-2.4.0-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1f3098ac2f77f42b6d96b747d103ddd15e6af4d7d4bfcfbcd3838d0120a0a52",
                "md5": "06262bff79550dce25e9e998d8fc00d8",
                "sha256": "80967d127a2fb3fb670693cbd5add95b9d9bb51a6d4d74d23d9f7a41f8f88e2f"
            },
            "downloads": -1,
            "filename": "f3d-2.4.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "06262bff79550dce25e9e998d8fc00d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 16690862,
            "upload_time": "2024-04-03T15:21:20",
            "upload_time_iso_8601": "2024-04-03T15:21:20.413910Z",
            "url": "https://files.pythonhosted.org/packages/c1/f3/098ac2f77f42b6d96b747d103ddd15e6af4d7d4bfcfbcd3838d0120a0a52/f3d-2.4.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-03 15:20:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "f3d-app",
    "github_project": "f3d",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "f3d"
}
        
Elapsed time: 0.22399s