Julian / Julian/regret

Make deprecations "collectable"

Open
#18 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
15
Forks
3
PR merge metrics
No merged PRs in 30d

Description

I.e., make it possible to say, iterate over all deprecations that are defined.

Possibly this involves making `Deprecator`s take say, package names, such that "standard" use becomes:

```
regret = Deprecator(name=__package__)
```

and then each package can have its own deprecations iterated over on its corresponding deprecator instance.

Needs more thought though, and very likely relates/blocks #1.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.