Skip to content

dranjan/python-plyfile

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Nov 13, 2023
Jan 7, 2024
Apr 13, 2023
Apr 15, 2023
Jul 3, 2023
Jul 3, 2023
Jan 7, 2024
May 18, 2014
Apr 18, 2023
Jul 3, 2023
Jun 16, 2024
Jan 7, 2024
Nov 13, 2023

Repository files navigation

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.