Metadata-Version: 2.1
Name: analyze_drafter_site
Version: 0.3.2
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
Provides-Extra: test
License-File: LICENSE

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