# plyfile Welcome to the `plyfile` Python module, which provides a simple facility for reading and writing ASCII and binary PLY files. The PLY format is documented [elsewhere][elsewhere]. [elsewhere]: https://web.archive.org/web/20161221115231/http://www.cs.virginia.edu/~gfx/Courses/2001/Advanced.spring.01/plylib/Ply.txt ## Table of Contents ```{toctree} install.md usage.md faq.md philosophy.md developing.md maintaining.md api.md ``` ## License Copyright 2014-2025 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.