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

Major rewrite #61

Merged
merged 50 commits into from
Oct 15, 2024
Merged

Major rewrite #61

merged 50 commits into from
Oct 15, 2024

Commits on Apr 29, 2024

  1. 'black'

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4d2313e View commit details
    Browse the repository at this point in the history
  2. Add requirements.txt file

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e971a16 View commit details
    Browse the repository at this point in the history
  3. Sort the order of imports

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    424b2e1 View commit details
    Browse the repository at this point in the history
  4. Add new line to the end

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    25edd46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a1bcd2 View commit details
    Browse the repository at this point in the history
  6. Order the modules correctly

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1713cba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cbb1d2 View commit details
    Browse the repository at this point in the history
  8. Support no-colors

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    86ad8e6 View commit details
    Browse the repository at this point in the history
  9. More work on color removal

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6a6f42c View commit details
    Browse the repository at this point in the history
  10. Remove all color references

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ac24630 View commit details
    Browse the repository at this point in the history
  11. Give default 'value' to avoid cases where default value is "" and the…

    … if doesn't fall through
    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9a569a0 View commit details
    Browse the repository at this point in the history
  12. Reduce 'import *'

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5661090 View commit details
    Browse the repository at this point in the history
  13. Missing class

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    218cc9e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    152ff2e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    10283ba View commit details
    Browse the repository at this point in the history
  16. Fix grammar

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    335dbe2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d2d9ac3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e72b8a3 View commit details
    Browse the repository at this point in the history
  19. Move to f-string

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0f71e89 View commit details
    Browse the repository at this point in the history
  20. Make code more readable

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    139f96a View commit details
    Browse the repository at this point in the history
  21. Missing space

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    44c66ab View commit details
    Browse the repository at this point in the history
  22. f stirng

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    84e0700 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    15da06d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b2bfa20 View commit details
    Browse the repository at this point in the history
  25. Move to f string

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b940686 View commit details
    Browse the repository at this point in the history
  26. Move global to the top

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0037b58 View commit details
    Browse the repository at this point in the history
  27. f-string

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5ca49de View commit details
    Browse the repository at this point in the history
  28. f stirng

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    181b3b8 View commit details
    Browse the repository at this point in the history
  29. Move to isinstance

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ca06d31 View commit details
    Browse the repository at this point in the history
  30. New build

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cc05311 View commit details
    Browse the repository at this point in the history
  31. f string

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a024ad2 View commit details
    Browse the repository at this point in the history
  32. http or https

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    51fccb9 View commit details
    Browse the repository at this point in the history
  33. f string

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2334772 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a07fd88 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    1438247 View commit details
    Browse the repository at this point in the history
  36. f-string

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e536f5f View commit details
    Browse the repository at this point in the history
  37. Make code clearer

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f001aa4 View commit details
    Browse the repository at this point in the history
  38. Make errors more verbose

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f790e0e View commit details
    Browse the repository at this point in the history
  39. Prettify

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cdaa8b6 View commit details
    Browse the repository at this point in the history
  40. Handle empty responses

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7df5791 View commit details
    Browse the repository at this point in the history
  41. f-string

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    513adfa View commit details
    Browse the repository at this point in the history
  42. f-string

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d544d72 View commit details
    Browse the repository at this point in the history
  43. Wrong variable use

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7f40a9c View commit details
    Browse the repository at this point in the history
  44. Add support for JSON results

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c546eba View commit details
    Browse the repository at this point in the history
  45. Grammar

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    262207a View commit details
    Browse the repository at this point in the history
  46. Start cleanup

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    500a4a1 View commit details
    Browse the repository at this point in the history
  47. Support JSON

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    5b12160 View commit details
    Browse the repository at this point in the history
  48. Make the output clearer

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a9a0451 View commit details
    Browse the repository at this point in the history
  49. More f-string

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    952cbe9 View commit details
    Browse the repository at this point in the history
  50. f-string

    nrathaus committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    af24a83 View commit details
    Browse the repository at this point in the history