Skip to content

Instantly share code, notes, and snippets.

View raphCode's full-sized avatar

raphCode

  • in the computer, flipping bits
View GitHub Profile
@raphCode
raphCode / arxiv2hayagriva.py
Last active July 1, 2023 18:24
Create hayagriva bibliography entries for arXiv papers
#!/usr/bin/env python
# raphCode 2023
import re
import sys
import textwrap
from functools import partial
from contextlib import suppress
import arxiv # type: ignore [import]