Metadata-Version: 2.1
Name: solid_node
Version: 0.0.1
Summary: A framework to develop and manage solid projects in Python
Home-page: https://github.com/lfagundes/solid_node
Author: Luis Fagundes
Author-email: lhfagundes@gmail.com
License: GNU Affero General Public License v3 or later
Keywords: solid_node
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
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

==========
Solid Node
==========


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

.. image:: https://img.shields.io/travis/lfagundes/solid_node.svg
        :target: https://travis-ci.com/lfagundes/solid_node

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


.. image:: https://pyup.io/repos/github/lfagundes/solid_node/shield.svg
     :target: https://pyup.io/repos/github/lfagundes/solid_node/
     :alt: Updates



A framework to develop and manage solid projects in Python


* Free software: GNU Affero General Public License v3
* Documentation: https://solid-node.readthedocs.io.


Features
--------

* Develop using SolidPython and CadQuery combined
* Filesystem monitoring triggering transpilation to openscad and stl building
* Background optimization
* Spatial calculations trimesh

This is pre-alpha, just releasing something.

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-07-13)
------------------

* First release on PyPI, with basic structure:
  * Develop using SolidPython and CadQuery combined
  * Filesystem monitoring triggering transpilation to openscad and stl building
  * Background optimization
  * Spatial calculations trimesh
