Metadata-Version: 2.1
Name: guorbit_utils
Version: 0.1.0
Summary: A package containing utilities for GU Orbit Software
Home-page: 
Author: GU Orbit Software Team
Author-email: 
License: MIT
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

![example branch parameter](https://github.com/guorbit/utilities/actions/workflows/python-app.yml/badge.svg?branch=main) [![codecov](https://codecov.io/github/guorbit/utilities/branch/main/graph/badge.svg?token=3RVZAHQ4W2)](https://codecov.io/github/guorbit/utilities)

Note before installation: None of these commands have been properly tested. Make sure you installed the package in a virtual environment.

For installing the utilities repo as a package use the following commands in the terminal:
Note: you need to have a working ssh key to access github from your current machine.
you need to have wheel installed.

```
python setup.py bdist_wheel sdist

```
After build run the following command to install, the built package.
```
pip install .

```
