Metadata-Version: 1.1
Name: steno3d
Version: 0.1.1
Summary: steno3d
Home-page: https://steno3d.com/
Author: 3point Science
Author-email: info@3ptscience.com
License: UNKNOWN
Download-URL: http://github.com/3ptscience/steno3dpy
Description: Steno3D
        *******
        
        .. image:: https://travis-ci.org/3ptscience/steno3dpy.svg?branch=master
            :target: https://travis-ci.org/3ptscience/steno3dpy
        
        Welcome to the Python client library for `Steno3D <https://www.steno3d.com>`_
        by `3point Science <https://www.3ptscience.com>`_.
        
        .. image:: /docs/images/steno3dpy_screenshot.png
            :width: 100%
            :align: center
            :target: https://steno3d.com/
        
        If you have not yet installed Steno3D, simply
        
        .. code:: bash
        
            pip install steno3d
        
        You also need to `sign up for a Steno3D account <https://www.steno3d.com/signup>`_.
        From there, you can `request a developer API key <https://www.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
        `Read the Docs <http://steno3d.readthedocs.io/en/latest>`_. Tutorials and
        Examples are available as `notebooks <http://mybinder.org/3ptscience/steno3dpy>`_.
        Steno3D is built with tab-completion in mind for interactive environments like
        the Jupyter Notebook. Class documentation can also be accessed in the python environment
        with `?` and tab completion.
        
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
