Metadata-Version: 2.4
Name: holtz-tools
Version: 0.4.2
Summary: Python utility tools
Author-email: Jon Holtzman <holtzmanjon@gmail.com>
Project-URL: Homepage, https://github.com/holtzmanjon/tools
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: bokeh
Requires-Dist: astropy
Dynamic: license-file


The holtztools package provides some basic convenience tools that wrap
lower level Python routines:

- plots : routines for making and labeling plots with single line
commands. Also includes routines for plot interaction
- html : routines for making HTML files/tables, in particular,
for grids of plots
- match
- struct
- fit
