Metadata-Version: 2.1
Name: smithers
Version: 0.0.1
Summary: Smithers' a Mathematical Interdisciplinary Toolbox for Helping Engineers Researchers and Scientist
Home-page: https://github.com/mathLab/Smithers
Author: Nicola Demo, Francesco Andreuzzi
Author-email: demo.nicola@gmail.com
License: MIT
Keywords: toolbox math
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
License-File: LICENSE.rst
Requires-Dist: future
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Provides-Extra: docs
Requires-Dist: Sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Provides-Extra: vtk
Requires-Dist: vtk ; extra == 'vtk'

Smithers is a generic library for scientific computing developed in Python that aims to facilitate the development of many typical routines. It is substantially a multi-purpose toolbox that inherits functionality from other packages to make easier and compact the coding of recurrent workflows.

