Metadata-Version: 2.1
Name: introspection
Version: 1.4
Summary: New and improved introspection functions
Home-page: https://github.com/Aran-Fey/introspection
Author: Paul Pinterits
Requires-Python: >=3.6,<4
Description-Content-Type: text/markdown
Requires-Dist: ordered-set
Requires-Dist: sentinel
Requires-Dist: sphinx ; extra == "doc"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: tox ; extra == "test"
Requires-Dist: coverage ; extra == "test"
Project-URL: Documentation, https://Aran-Fey.github.io/introspection/build/html/index.html
Provides-Extra: doc
Provides-Extra: test

## Introduction

This module is a collection of introspection functions.

Some functions are improved versions of the functions found in the [inspect module](https://docs.python.org/3/library/inspect.html), others are completely new.

## Documentation

The documentation can be found [here](https://Aran-Fey.github.io/introspection/build/html/index.html).

## Installation

```bash
python3 -m pip install introspection
```

