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

feat: port entry points to click cli; add tests #483

Merged
merged 15 commits into from
Apr 1, 2024

Commits on Apr 1, 2024

  1. chore: add click to install dependencies

    Note, black uses click, so gets installed with lint deps (pip install -e .[lint], but not without.
    danceratopz authored and marioevz committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    249b6a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cffa870 View commit details
    Browse the repository at this point in the history
  3. docs: update docs for new click --help flag

    Now fill only shows EEST-specific help when --help is provided.
    danceratopz authored and marioevz committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    bd73645 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a79f2d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74ac0ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3575e40 View commit details
    Browse the repository at this point in the history
  7. chore: fix import in docstring

    danceratopz authored and marioevz committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    2a7f386 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    71b1b3c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a275b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4cd2d48 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1702679 View commit details
    Browse the repository at this point in the history
  12. chore: add typehints

    danceratopz authored and marioevz committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    81322cc View commit details
    Browse the repository at this point in the history
  13. feat: port hasher to click

    danceratopz authored and marioevz committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    dd8ea5d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6f486b3 View commit details
    Browse the repository at this point in the history
  15. docs: update changelog

    danceratopz authored and marioevz committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    c4a2121 View commit details
    Browse the repository at this point in the history