plyfile

PLY file reader/writer


Keywords
ply, numpy, numeric-data, ply-files, python
Licenses
GPL-3.0/GPL-3.0+
Install
pip install plyfile==0.7.2

Documentation

Build Status

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

Link

Project documentation

Link

Getting help

Have questions? Feel free to ask in Discussions.

Reporting bugs

Issues

Contributing

Information for developers

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.