Metadata-Version: 2.1
Name: pynondimensionalizer
Version: 0.1.1
Summary: A command line program that calculates the nullspace vector from a given dimensional matrix.
Home-page: https://github.com/dkllrjr/PyNondimensionalizer
License: MIT
Author: Doug Keller
Author-email: dg.kllr.jr@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: argparse (>=1.4.0,<2.0.0)
Requires-Dist: pandas (>=1.2.1,<2.0.0)
Requires-Dist: pathlib (>=1.0.1,<2.0.0)
Requires-Dist: sympy (>=1.7.1,<2.0.0)
Project-URL: Documentation, https://alaskanresearcher.dev/pynondimensionalizer/pynondimensionalizer.html
Project-URL: Repository, https://github.com/dkllrjr/PyNondimensionalizer
Description-Content-Type: text/markdown

# PyNondimensionalizer

A simple little command line program in python to help find nondimensional numbers, such as the Reynold's number, Rossby number, or more.

See the [documentation](https://alaskanresearcher.dev/pynondimensionalizer/pynondimensionalizer.html) for more information.

