No description
- Python 100%
| .forgejo/workflows | ||
| src | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .python-version | ||
| LICENSE | ||
| main.py | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
user-agent
Usage
Generate random user agent.
from jkl_user_agent import random_user_agent
user_agent = random_user_agent()
Publish a new version
uv version x.y.z
uv sync
git commit -am "Release x.y.z"
git tag x.y.z
git push
git push --tags