Metadata-Version: 2.1
Name: analyze-drafter-site
Version: 0.2.0
Summary: A python tool for analyzing and summarizing a Drafter website in various ways, to simplify grading
Home-page: https://github.com/drafter-edu/analyze-drafter-site/
Author: drafter-edu
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: drafter
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: black; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: mypy; extra == "test"
Requires-Dist: gitchangelog; extra == "test"
Requires-Dist: mkdocs; extra == "test"
Requires-Dist: pytest-datadir; extra == "test"

# analyze_drafter_site

[![codecov](https://codecov.io/gh/drafter-edu/analyze-drafter-site/branch/main/graph/badge.svg?token=analyze-drafter-site_token_here)](https://codecov.io/gh/drafter-edu/analyze-drafter-site)
[![CI](https://github.com/drafter-edu/analyze-drafter-site/actions/workflows/main.yml/badge.svg)](https://github.com/drafter-edu/analyze-drafter-site/actions/workflows/main.yml)

Awesome analyze_drafter_site created by drafter-edu

## Install it from PyPI

```bash
pip install analyze_drafter_site
```

## Usage

```py
from analyze_drafter_site import BaseClass
from analyze_drafter_site import base_function

BaseClass().base_method()
base_function()
```

```bash
$ python -m analyze_drafter_site
#or
$ analyze_drafter_site
```

## Development

Read the [CONTRIBUTING.md](CONTRIBUTING.md) file.
