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
License-File: LICENSE
Requires-Dist: numpy (>=1.24.0)
Requires-Dist: rasterio (>=1.3.6)
Requires-Dist: Pillow (>=9.4.0)
Requires-Dist: tensorflow (>=2.10)
Provides-Extra: dev
Requires-Dist: pytest (>=7.2.2) ; extra == 'dev'
Requires-Dist: pytest-cov (>=4.0.0) ; extra == 'dev'
Requires-Dist: twine (>=4.0.0) ; extra == 'dev'

![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 .

```
