Metadata-Version: 2.1
Name: pyfritz
Version: 0.1.0
Summary: Next gen fritzbox tool!
Home-page: https://github.com/cruisen/pyfritz
License: MIT
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Project-URL: Repository, https://github.com/cruisen/pyfritz
Description-Content-Type: text/markdown

# pyfritz

[![Build Status](https://github.com/cruisen/pyfritz/workflows/test/badge.svg?branch=master&event=push)](https://github.com/cruisen/pyfritz/actions?query=workflow%3Atest)
[![codecov](https://codecov.io/gh/cruisen/pyfritz/branch/master/graph/badge.svg)](https://codecov.io/gh/cruisen/pyfritz)
[![Python Version](https://img.shields.io/pypi/pyversions/pyfritz.svg)](https://pypi.org/project/pyfritz/)
[![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)

Next gen fritzbox tool!

- Inspired by [fritzconnection](https://pypi.org/project/fritzconnection/)
- Please note: not even Beta yet. Please stand by

## Features

- Fully typed with annotations and checked with mypy, [PEP561 compatible](https://www.python.org/dev/peps/pep-0561/)
- Add yours!


## Installation

```bash
pip install pyfritz
```


## Example

```python
import pyfritz

```

## License

[MIT](https://github.com/cruisen/pyfritz/blob/master/LICENSE)


## Credits

This project was generated with [`wemake-python-package`](https://github.com/wemake-services/wemake-python-package). Current template version is: [fa093f1d48d9d41ecd53e18f19889393d1f11001](https://github.com/wemake-services/wemake-python-package/tree/fa093f1d48d9d41ecd53e18f19889393d1f11001). See what is [updated](https://github.com/wemake-services/wemake-python-package/compare/fa093f1d48d9d41ecd53e18f19889393d1f11001...master) since then.

