.gitignore
LICENSE
README.md
pyproject.toml
setup.py
scripts/scraper.py
scripts/update-data.sh
src/rand_useragent/__init__.py
src/rand_useragent/_version.py
src/rand_useragent/data.gitkeep
src/rand_useragent/useragent.py
src/rand_useragent.egg-info/PKG-INFO
src/rand_useragent.egg-info/SOURCES.txt
src/rand_useragent.egg-info/dependency_links.txt
src/rand_useragent.egg-info/not-zip-safe
src/rand_useragent.egg-info/requires.txt
src/rand_useragent.egg-info/top_level.txt
src/rand_useragent/data/browsers.jsonl
tests/__init__.py
tests/test_useragent.py