Metadata-Version: 2.4
Name: katmlutils
Version: 0.0.3
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 Utility functions 

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

## Installation 

```
pip install katmlutils

```

## 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
```

