Metadata-Version: 2.1
Name: PyFys
Version: 0.1
Summary: A library that was made to quickly make physics projects.
Home-page: https://github.com/nikolaiborbe
Author: Nikolai G. Borbe
Author-email: nikolaiborbe@gmail.com
Keywords: python,physics,graphing,constants
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENCE



# PyFys: Python library to speed up physics work

1. Quickly graph equations by removeing customizability and focusing on simplicity.
2. Store all useful physics constants and equations.
3. Convert units easily.

This projects focus is on simplicity and speed.

## Documentation
Visist the [documentation](https://pyfys.readthedocs.io/en/latest/) TODO:

## Installation

```sh
pip install pyfys
```

## Basic Usage

## Dependencies
TODO:

## TODO
- [ ] Add more equations
- [ ] Add more constants
- [ ] Add more unit conversions
- [ ] Create documentation
- [ ] Update functions to work with both lists and single values
