Skip to content

Instantly share code, notes, and snippets.

@yurinnick
Created August 30, 2023 08:33
Show Gist options
  • Save yurinnick/94fc3d9b19e0bf6270f7dd332f4b0e61 to your computer and use it in GitHub Desktop.
Save yurinnick/94fc3d9b19e0bf6270f7dd332f4b0e61 to your computer and use it in GitHub Desktop.
(.env) [yurinnick@yurinnick-laptop unicode-bug]$ cat ./unicode_bug.egg-info/PKG-INFO | xxd
00000000: 4d65 7461 6461 7461 2d56 6572 7369 6f6e Metadata-Version
00000010: 3a20 322e 310a 4e61 6d65 3a20 756e 6963 : 2.1.Name: unic
00000020: 6f64 652d 6275 670a 5665 7273 696f 6e3a ode-bug.Version:
00000030: 2030 2e31 2e30 0a4c 6963 656e 7365 3a20 0.1.0.License:
00000040: 0b0a 2020 2020 2020 2020 0a52 6571 7569 .. .Requi
00000050: 7265 732d 5079 7468 6f6e 3a20 3e3d 332e res-Python: >=3.
00000060: 3130 0a50 726f 7669 6465 732d 4578 7472 10.Provides-Extr
00000070: 613a 2064 6576 0a4c 6963 656e 7365 2d46 a: dev.License-F
00000080: 696c 653a 204c 4943 454e 5345 0a ile: LICENSE.
(.env) [yurinnick@yurinnick-laptop unicode-bug]$ cat ./unicode_bug-0.1.0.dist-info/METADATA | xxd
00000000: 4d65 7461 6461 7461 2d56 6572 7369 6f6e Metadata-Version
00000010: 3a20 322e 310a 4e61 6d65 3a20 756e 6963 : 2.1.Name: unic
00000020: 6f64 652d 6275 670a 5665 7273 696f 6e3a ode-bug.Version:
00000030: 2030 2e31 2e30 0a4c 6963 656e 7365 3a20 0.1.0.License:
00000040: 0a0a 2020 2020 2020 2020 0a52 6571 7569 .. .Requi
00000050: 7265 732d 5079 7468 6f6e 3a20 3e3d 332e res-Python: >=3.
00000060: 3130 0a4c 6963 656e 7365 2d46 696c 653a 10.License-File:
00000070: 204c 4943 454e 5345 0a4c 6963 656e 7365 LICENSE.License
00000080: 2d46 696c 653a 2043 4f50 5949 4e47 0a52 -File: COPYING.R
00000090: 6571 7569 7265 732d 4469 7374 3a20 7265 equires-Dist: re
000000a0: 7175 6573 7473 0a50 726f 7669 6465 732d quests.Provides-
000000b0: 4578 7472 613a 2064 6576 0a52 6571 7569 Extra: dev.Requi
000000c0: 7265 732d 4469 7374 3a20 7079 7465 7374 res-Dist: pytest
000000d0: 203b 2065 7874 7261 203d 3d20 2764 6576 ; extra == 'dev
000000e0: 270a 0a '..
(.env) [yurinnick@yurinnick-laptop unicode-bug]$ cat ./unicode_bug-0.1.0.dist-info/LICENSE | xxd
00000000: 0b0a ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment