https://github.com/dranjan/python-plyfile
NumPy-based text/binary PLY file reader/writer for Python
https://github.com/dranjan/python-plyfile
numeric-data numpy ply-files python
Last synced: 6 days ago
JSON representation
NumPy-based text/binary PLY file reader/writer for Python
- Host: GitHub
- URL: https://github.com/dranjan/python-plyfile
- Owner: dranjan
- License: gpl-3.0
- Created: 2014-07-07T21:29:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T03:53:06.000Z (3 months ago)
- Last Synced: 2025-04-15T01:54:21.290Z (6 days ago)
- Topics: numeric-data, numpy, ply-files, python
- Language: Python
- Homepage: https://python-plyfile.readthedocs.io/
- Size: 342 KB
- Stars: 489
- Watchers: 18
- Forks: 82
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README

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](https://web.archive.org/web/20161221115231/http://www.cs.virginia.edu/~gfx/Courses/2001/Advanced.spring.01/plylib/Ply.txt)
## Project documentation
[Link](https://python-plyfile.readthedocs.io)
## Getting help
Have questions? Feel free to ask in
[Discussions](https://github.com/dranjan/python-plyfile/discussions).## Reporting bugs
[Issues](https://github.com/dranjan/python-plyfile/issues)
## Contributing
[Information for developers](https://python-plyfile.readthedocs.io/en/latest/developing.html)
# 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.