PLY file reader/writer
Project Links
Meta
Author: Darsh Ranjan
Requires Python: >=3.9
Classifiers
Development Status
- 5 - Production/Stable
License
- OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Operating System
- OS Independent
Programming Language
- Python :: 3
- Python :: 3.9
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
Topic
- Scientific/Engineering
Welcome to the plyfile Python module, which provides a simple facility
for reading and writing ASCII and binary PLY files.
Quick start
To install the latest official release:
pip3 install plyfile
To install from source:
# From the project root
pip3 install .
Quick links
PLY format reference
Project documentation
Getting help
Have questions? Feel free to ask in Discussions.
Reporting bugs
Contributing
Copyright and license
Copyright Darsh Ranjan and plyfile authors.
This software is released under the terms of the GNU General Public
License, version 3. See the file COPYING for details.
1.1.3
Oct 22, 2025
1.1.2
Jun 01, 2025
1.1.1
Jun 01, 2025
1.1
Aug 05, 2024
1.0.3
Jan 07, 2024
1.0.2
Nov 13, 2023
1.0.1
Jul 24, 2023
1.0
Jul 10, 2023
0.9
Apr 13, 2023
0.8.1
Mar 19, 2023
0.8
Mar 17, 2023
0.7.4
May 03, 2021
0.7.3
Feb 07, 2021
0.7.2
Mar 22, 2020
0.7.1
Oct 09, 2019
0.7
Dec 26, 2018
0.6
Jul 28, 2018
0.5
Feb 28, 2017
0.4
Apr 19, 2015
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
numpy
(>=1.21)