Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement the FilterAdapter #5

Merged
merged 2 commits into from
Jan 24, 2024

Commits on Jan 24, 2024

  1. implement the FilterAdapter

    The FilterAdapter provides a nice interface of allpairspy filter rules.
    SimeonEhrig committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8517e25 View commit details
    Browse the repository at this point in the history
  2. remove Python 3.8 support

    Python 3.8 produces a type error if we use OrderedDict with types for key and value. There is no easy solution for the problem except do not use type hints but the hints brings some benefits. Therefor and because the project is quiet new and do not ues Python 3.8 in our CI, I drop the support for Python 3.8.
    SimeonEhrig committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    dda7a6d View commit details
    Browse the repository at this point in the history