Metadata-Version: 2.4
Name: katmlutils
Version: 0.0.2
Summary:  This is a package that keeps all the Machine learning Utils in the Software Team.
Author-email: SARAO MLOps <saraomlops@gmail.com>
License: MIT
License-File: LICENSE
Keywords: machine learning,utils
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# SARAO Machine Learning Utils 

Machine Learning utils  is a library for a convenient experience. Its consists of helper functions for creating astronomy/machine leanrning tools.

## Installation 

```
pip install saraomlutils

```

## Example

```
from saraomlutils.ga import get_night_window
from datetime import datetime

 # Get the night window for the proposed date
nightwindow = get_night_window(datetime.datetime.now())

nightwindow
```

