Metadata-Version: 2.4
Name: stemfard
Version: 0.0.2
Summary: A Python library for mathematical and Statistical Computing in Science, Technology, Engineering and Mathematics (STEM).
Author-email: STEM Research <stemfard@stemfard.org>
License: MIT
Project-URL: Homepage, https://github.com/stemfard/stemfard
Project-URL: Documentation, https://github.com/stemfard/stemfard#readme
Project-URL: Source, https://github.com/stemfard/stemfard
Keywords: linear algebra
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: sympy>=1.12
Dynamic: license-file

## stemfard

A Python library for mathematical and Statistical Computing in Science, Technology, Engineering and Mathematics (STEM).

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the stemfard library.

```bash
pip install stemfard
```

## Usage

The library is imported into a Python session by running the following import statement.

```python
>>> import stemfard as stm
```

## Support

For any support on any of the functions in this library, send us an email at: ```stemfard@stemfard.org```. We are willing to offer the necessary support where we possibly can.

## Roadmap

Future releases aim to make ```stemfard``` a first choice library for students, trainers and professionals in Science, Technology, Engineering and Mathematics (STEM).

## Contributing

To make stemfard a successful library while keeping the code easy, we welcome any valuable contributions towards the development and improvement of this library. 

For major changes to the library, please open an issue with us first to discuss what you would like to change and we will be more than willing to make the changes.

## Authors and acknowledgement

We are grateful to the incredible support from our developers at ```STEM Research```.

## License

[MIT](https://choosealicense.com/licenses/mit/)
