Metadata-Version: 1.1
Name: steno3d
Version: 0.3.12
Summary: Steno3D Python client library
Home-page: https://steno3d.com/
Author: Seequent
Author-email: support@steno3d.com
License: MIT License
Download-URL: http://github.com/seequent/steno3dpy
Description-Content-Type: UNKNOWN
Description: .. image:: https://raw.githubusercontent.com/seequent/steno3dpy/master/docs/images/steno3d_logo.png
            :width: 240
            :align: center
            :target: https://steno3d.com/
            :alt: Steno3D
        
        |
        |
        
        .. image:: https://travis-ci.org/seequent/steno3dpy.svg?branch=master
            :target: https://travis-ci.org/seequent/steno3dpy
        
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
            :alt: MIT License
            :target: https://github.com/seequent/steno3dpy/blob/master/LICENSE
        
        .. image:: https://img.shields.io/badge/download-PyPI-yellow.svg
            :target: https://pypi.python.org/pypi/steno3d
        
        Welcome to the Python client library for `Steno3D <https://steno3d.com>`_
        by `Seequent <https://www.seequent.com>`_. Explore and collaborate on your 3D data!
        
        Demo Video
        ----------
        
        .. image:: https://img.youtube.com/vi/M6C6SRwn7bg/0.jpg
            :target: https://www.youtube.com/watch?v=M6C6SRwn7bg
            :alt: steno3dpy demo
        
        Quickstart
        ----------
        
        If you have not yet installed `Steno3D <https://steno3d.com>`_, simply
        
        .. code:: bash
        
            pip install steno3d
        
        You also need to `sign up for a Steno3D account <https://steno3d.com/signup>`_.
        From there, you can `request a developer API key <https://steno3d.com/settings/developer>`_.
        
        At that point, you can
        
        .. code:: python
        
            import steno3d
            steno3d.login()
        
        then start building your 3D project. API documentation is available on
        `online <https://steno3d.com/docs>`_. Tutorials and
        Examples are available as `Jupyter notebooks <https://github.com/seequent/steno3d-notebooks>`_.
        Class documentation can also be accessed in the IPython environment
        with `?` and tab completion.
        
        .. image:: https://raw.githubusercontent.com/seequent/steno3dpy/master/docs/images/steno3dpy_screenshot.png
            :width: 100%
            :align: center
            :alt: Steno3D in action
            :target: https://steno3d.com/
        
        The latest version of Steno3D is 0.3.12. Detailed release notes are available
        on `github <https://github.com/seequent/steno3dpy/releases>`_.
        
Keywords: visualization
Platform: Windows
Platform: Linux
Platform: Solaris
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Natural Language :: English
