Metadata-Version: 2.1
Name: sphere-base
Version: 0.0.1
Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
Home-page: https://github.com/rboltze/sphere_base
Author: Richard Boltze
Author-email: rboltze@protonmail.com
License: BSD license
Keywords: sphere_base
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE

============
Sphere Base
============


.. image:: https://img.shields.io/pypi/v/template.svg
        :target: https://pypi.python.org/pypi/template

.. image:: https://img.shields.io/travis/rboltze/template.svg
        :target: https://travis-ci.com/rboltze/template

.. image:: https://readthedocs.org/projects/template/badge/?version=latest
        :target: https://template.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/rboltze/template/shield.svg
     :target: https://pyup.io/repos/github/rboltze/template/
     :alt: Updates



This package was created to display a sphere within a window and can be used in different projects.
The library uses PyOpenGL and PyQT5

* Free software: BSD license
* Documentation: https://template.readthedocs.io.


Features
--------

- Work in process
- Provides a framework for creating customizable nodes, sockets and edges on the surface of a sphere
- Full support for undo / redo and serialization into files
- Hovering effects, dragging nodes, cutting edges
- Example on how the library can be implemented

Requirements
------------

- Python 3.x
- PyOpenGL
- PyQt5

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.0.1 (2023-03-15)
------------------

* First release as a library
