Metadata-Version: 2.4
Name: fred-oss
Version: 0.4.0
Summary: FREDOSS
Home-page: https://fred.fahera.mx
Author: Fahera Research, Education, and Development
Author-email: fred@fahera.mx
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: NOTICE.txt
Requires-Dist: fire==0.7.1
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# FREDOSS

This is the open-source baseline python package called `fred` package by `fred.fahera.mx` (Fahera's Research, Education, and Development Team).

## Installation

```
$ pip install fred-oss
```

By default, the `fred-oss` package will only install the `default` dependencies. You can control which
dependency set to use via the 'dependency tags' via the following pattern:

```
$ pip install 'fred-oss[<tag-1>,<tag-2>,...]'
```

Where `<tag-i>` can be:
* `default`
* `all`
* ...
