{"categories":[{"label":"Scientific/Engineering","url":"https://skillfed.io/packages/category/scientific-engineering/3"}],"enrichment":{"capability":"plyfile reads and writes ASCII and binary PLY (Polygon File Format) files, commonly used for 3D mesh and point cloud data.","skillfed_tags":["3d-graphics","file-format","mesh-data"],"use_cases":["Load 3D point clouds from LiDAR or photogrammetry scans stored as PLY files for analysis or visualization.","Export mesh geometry computed by a 3D modeling or CAD algorithm back to PLY format for external tools.","Batch convert PLY files between ASCII and binary formats to optimize storage or transmission.","Extract and manipulate vertex attributes (position, color, normal, etc.) from PLY data using numpy operations.","Integrate PLY I/O into scientific visualization or computational geometry pipelines."],"what_it_does":"plyfile is a Python library for reading and writing PLY (Polygon File Format) files in both ASCII and binary forms. PLY is a standard format for storing 3D geometry data\u2014vertices, faces, edges, and custom properties\u2014commonly used in computer graphics, 3D scanning, and computational geometry workflows. The library wraps numpy arrays to represent mesh elements, making it straightforward to load PLY data into scientific Python pipelines or export computed geometry back to PLY format.\n\nThe package is actively maintained, supports modern Python versions (3.10\u20133.14), and depends only on numpy. It is licensed under GPLv3+, which means any code that modifies or redistributes plyfile must also be open-source under a compatible license. The library is stable (Production/Stable status) and has been in use since 2015, with a recent release cycle indicating ongoing support.","worth_installing":"Yes. plyfile is a straightforward, well-maintained library for a specific and widely-used file format. Low install friction, no security issues, and active development make it a safe choice for projects needing PLY support. The GPLv3+ license is a constraint only if you need to distribute proprietary software; for internal or open-source use, it poses no barrier."},"id":"plyfile","links":{"html":"https://skillfed.io/packages/plyfile","md":"https://skillfed.io/packages/plyfile.md","pypi":"https://pypi.org/project/plyfile/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-28","license_spdx":null,"license_treatment":"copyleft","name":"plyfile","python_support":"supports_current","summary":"PLY file reader/writer"},"popularity":{"monthly_downloads":1107280,"position":4362,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.1.5"}
