Metadata-Version: 2.1
Name: plyfile
Version: 1.1
Summary: PLY file reader/writer
Keywords: ply,numpy
Author-email: Darsh Ranjan <dranjan@berkeley.edu>
Requires-Python: >=3.9
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Requires-Dist: numpy>=1.21
Project-URL: Documentation, https://python-plyfile.readthedocs.io
Project-URL: Homepage, https://github.com/dranjan/python-plyfile
Project-URL: Repository, https://github.com/dranjan/python-plyfile
Description-Content-Type: text/markdown

![Build Status](https://github.com/dranjan/python-plyfile/actions/workflows/python-package.yml/badge.svg)

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.

