Metadata-Version: 2.1
Name: pymfl
Version: 1.0.2
Summary: Python wrapper for the myfantasyleague API.
Author: Joey Greco
Author-email: joeyagreco@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE

<div align="center">

<img src="https://raw.githubusercontent.com/joeyagreco/pymfl/main/img/mfl_logo.png" alt="sleeper logo" width="250"/>

Python wrapper for the MyFantasyLeague API.

[MyFantasyLeague Website](http://home.myfantasyleague.com/)\
[MyFantasyLeague API Documentation](https://api.myfantasyleague.com/2022/api_info)

![Main Build](https://github.com/joeyagreco/pymfl/actions/workflows/main-build.yml/badge.svg)
![Last Commit](https://img.shields.io/github/last-commit/joeyagreco/pymfl)
</div>

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install.

```bash
pip install pymfl
```

## Usage

For examples on how to utilize the different features of this library, see
the [`example`](https://github.com/joeyagreco/pymfl/tree/main/example) folder.

## Running Tests

To run tests, run the following command:

```bash
  pytest
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)
