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

Parse raw metadata #671

Merged
merged 33 commits into from Feb 1, 2023
Merged

Parse raw metadata #671

merged 33 commits into from Feb 1, 2023

Commits on Jan 16, 2023

  1. Implement RawMetadata

    Co-authored-by: Donald Stufft <donald@stufft.io>
    brettcannon and dstufft committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    3a097a3 View commit details
    Browse the repository at this point in the history
  2. Minor tweaks

    brettcannon committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    4be6034 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5174f4 View commit details
    Browse the repository at this point in the history
  4. Test keywords

    brettcannon committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    1a1dc80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe70df3 View commit details
    Browse the repository at this point in the history
  6. Test str and bytes input

    brettcannon committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    62cb64f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    bd86a21 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Don't worry about multi-part email bodies

    Can't figure out how to even trigger the situation.
    brettcannon committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    25b320a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0e5271 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    1670328 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Add a complete test

    brettcannon committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    ac3190f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28a9480 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae014d6 View commit details
    Browse the repository at this point in the history
  4. Linting touch-ups

    brettcannon committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    4f9aa08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb5db93 View commit details
    Browse the repository at this point in the history
  6. Linting touch-ups

    brettcannon committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    a81ede7 View commit details
    Browse the repository at this point in the history
  7. Make mypy happy

    Apparently `List` is invariant, so its types must be **exact**.
    brettcannon committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d466ddb View commit details
    Browse the repository at this point in the history
  8. Drop 3.7 support

    brettcannon committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    d1bd707 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Add docs

    brettcannon committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    8561ece View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d86e436 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Donald Stufft <donald@stufft.io>
    Co-authored-by: Paul Moore <p.f.moore@gmail.com>
    3 people committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    4d97abe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76062f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Update a test

    brettcannon committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    004f136 View commit details
    Browse the repository at this point in the history
  2. Make isort happy

    brettcannon committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    2674e55 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    4164911 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9366d3a View commit details
    Browse the repository at this point in the history
  3. More 3.7 support

    brettcannon committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    31e1b22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    492d678 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8ded2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ce6b97 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    f0c6c61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebe3e30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    092e153 View commit details
    Browse the repository at this point in the history