{ "info": { "author": "Seequent", "author_email": "support@steno3d.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Natural Language :: English", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Scientific/Engineering :: Physics" ], "description": "Steno3D Parser: .obj\n********************\n\n.. image:: https://travis-ci.org/seequent/steno3d-obj.svg?branch=master\n :target: https://travis-ci.org/seequent/steno3d-obj\n\n.. image:: https://img.shields.io/badge/license-MIT-blue.svg\n :alt: MIT License\n :target: https://github.com/seequent/steno3d-obj/blob/master/LICENSE\n\n.. image:: https://img.shields.io/badge/download-PyPI-yellow.svg\n :target: https://pypi.python.org/pypi/steno3d_obj\n\nWelcome to the .obj file parser plugin for `Steno3D `_\nby `Seequent `_. This repository supplements the\n`Steno3D Python client library `_.\n\nTo install this parser, simply\n\n.. code::\n\n pip install steno3d_obj\n\nOn import, this parser plugs in to the `steno3d.parsers` module. It can be\nused as follows:\n\n.. code:: python\n\n import steno3d\n import steno3d_obj\n parser = steno3d.parsers.obj('yourfile.obj')\n (obj_project,) = parser.parse()\n\nCurrently, this parser only supports basic faces, lines, and points.\nTextures, normals, free-form curves/surfaces, groupings, and display attributes\nare all ignored. Detailed .obj file documentation can be found\n`here `_.\n\nIf you are interested in increased support you may\n`submit an issue `_\nor consider directly contributing to the\n`github repository `_. `Parser\nguidelines `_\nare available online.\n\nTo learn more, about Steno3D, visit `steno3d.com `_, the\n`Steno3D source repository `_, and our\n`online documentation `_.\n", "description_content_type": "", "docs_url": null, "download_url": "http://github.com/seequent/steno3d-obj", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://steno3d.com/", "keywords": "visualization", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "steno3d_obj", "package_url": "https://pypi.org/project/steno3d_obj/", "platform": "Windows", "project_url": "https://pypi.org/project/steno3d_obj/", "project_urls": { "Download": "http://github.com/seequent/steno3d-obj", "Homepage": "https://steno3d.com/" }, "release_url": "https://pypi.org/project/steno3d_obj/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "steno3d_obj", "version": "0.1.1" }, "last_serial": 3728646, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "14c22ef9f2c0317977862bc8e104a02e", "sha256": "c78c71269d93d71bf3e4fbcd53547bbf6825941caa920cd07d1e156d0a05e8fe" }, "downloads": -1, "filename": "steno3d_obj-0.1.0.tar.gz", "has_sig": false, "md5_digest": "14c22ef9f2c0317977862bc8e104a02e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4292, "upload_time": "2016-08-29T17:13:49", "url": "https://files.pythonhosted.org/packages/34/46/bb919bd32ff75b1581af109330a219f14e702fc561348d296d78c905a45d/steno3d_obj-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "401a588c642dea5d6f55798b6f5572e9", "sha256": "2733b607aa3cd5dee66a98aa72ad206d06139e59ab61cec3540c4037e446eee5" }, "downloads": -1, "filename": "steno3d_obj-0.1.1.tar.gz", "has_sig": false, "md5_digest": "401a588c642dea5d6f55798b6f5572e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4303, "upload_time": "2018-04-03T07:30:18", "url": "https://files.pythonhosted.org/packages/e9/a3/f6f4d7a17d7f437961f54e63a3a67fcdf847dc00f305db373b5ce088cc48/steno3d_obj-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "401a588c642dea5d6f55798b6f5572e9", "sha256": "2733b607aa3cd5dee66a98aa72ad206d06139e59ab61cec3540c4037e446eee5" }, "downloads": -1, "filename": "steno3d_obj-0.1.1.tar.gz", "has_sig": false, "md5_digest": "401a588c642dea5d6f55798b6f5572e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4303, "upload_time": "2018-04-03T07:30:18", "url": "https://files.pythonhosted.org/packages/e9/a3/f6f4d7a17d7f437961f54e63a3a67fcdf847dc00f305db373b5ce088cc48/steno3d_obj-0.1.1.tar.gz" } ] }