Name | plyfile JSON |
Version |
1.1
JSON |
| download |
home_page | None |
Summary | PLY file reader/writer |
upload_time | 2024-08-05 00:20:48 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | None |
keywords |
ply
numpy
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
![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.
Raw data
{
"_id": null,
"home_page": null,
"name": "plyfile",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "ply, numpy",
"author": null,
"author_email": "Darsh Ranjan <dranjan@berkeley.edu>",
"download_url": "https://files.pythonhosted.org/packages/c9/fb/4e8835e40242f8503e95e523475b7acf158b62a31c94245ccaab30f97e27/plyfile-1.1.tar.gz",
"platform": null,
"description": "![Build Status](https://github.com/dranjan/python-plyfile/actions/workflows/python-package.yml/badge.svg)\n\nWelcome to the `plyfile` Python module, which provides a simple facility\nfor reading and writing ASCII and binary PLY files.\n\n# Quick start\n\nTo install the latest official release:\n\n pip3 install plyfile\n\nTo install from source:\n\n # From the project root\n pip3 install .\n\n# Quick links\n\n## PLY format reference\n\n[Link](https://web.archive.org/web/20161221115231/http://www.cs.virginia.edu/~gfx/Courses/2001/Advanced.spring.01/plylib/Ply.txt)\n\n## Project documentation\n\n[Link](https://python-plyfile.readthedocs.io)\n\n## Getting help\n\nHave questions? Feel free to ask in\n[Discussions](https://github.com/dranjan/python-plyfile/discussions).\n\n## Reporting bugs\n\n[Issues](https://github.com/dranjan/python-plyfile/issues)\n\n## Contributing\n\n[Information for developers](https://python-plyfile.readthedocs.io/en/latest/developing.html)\n\n# Copyright and license\n\nCopyright Darsh Ranjan and `plyfile` authors.\n\nThis software is released under the terms of the GNU General Public\nLicense, version 3. See the file `COPYING` for details.\n\n",
"bugtrack_url": null,
"license": null,
"summary": "PLY file reader/writer",
"version": "1.1",
"project_urls": {
"Documentation": "https://python-plyfile.readthedocs.io",
"Homepage": "https://github.com/dranjan/python-plyfile",
"Repository": "https://github.com/dranjan/python-plyfile"
},
"split_keywords": [
"ply",
" numpy"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "49ac3d0ca39b304cbeee43a80ac8ea5ba85576373c00e30fb3e1c5d51bfa7e20",
"md5": "3932e20afdf0cb683740968ca1196301",
"sha256": "897acde0bbe94af4f6c3866b2c0af2e889ae3533fd5c4f3d3318a0c421fcbe35"
},
"downloads": -1,
"filename": "plyfile-1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3932e20afdf0cb683740968ca1196301",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 23593,
"upload_time": "2024-08-05T00:20:46",
"upload_time_iso_8601": "2024-08-05T00:20:46.833214Z",
"url": "https://files.pythonhosted.org/packages/49/ac/3d0ca39b304cbeee43a80ac8ea5ba85576373c00e30fb3e1c5d51bfa7e20/plyfile-1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c9fb4e8835e40242f8503e95e523475b7acf158b62a31c94245ccaab30f97e27",
"md5": "9c6fa7f5c54f00720ddc382cfdc0dc85",
"sha256": "a49bdf5285c95b6f7d4b9f2954b7867c44f8e13348606d886d8e0a561f6f4671"
},
"downloads": -1,
"filename": "plyfile-1.1.tar.gz",
"has_sig": false,
"md5_digest": "9c6fa7f5c54f00720ddc382cfdc0dc85",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 23541,
"upload_time": "2024-08-05T00:20:48",
"upload_time_iso_8601": "2024-08-05T00:20:48.016898Z",
"url": "https://files.pythonhosted.org/packages/c9/fb/4e8835e40242f8503e95e523475b7acf158b62a31c94245ccaab30f97e27/plyfile-1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-05 00:20:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dranjan",
"github_project": "python-plyfile",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "plyfile"
}