twine

http-library twine

Twine PyPI upload utility

About this crawler

twine is a web crawler identified by the regular-expression pattern twine in the User-Agent request header. It is categorised as http-library. Use the regex above to detect, log, allow, or block twine traffic in your web server, CDN edge rules, or robots.txt.

Block-rate · top 25k sites

No block-rate data for this crawler.

Technical details

Name
twine
Pattern
twine
Tags
http-library
Reference
https://twine.readthedocs.io/
Added
2026/05/09
Instances
1 known sample(s)

Sample User-Agent strings

twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

Block this crawler

robots.txt — disallow twine:

User-agent: twine Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} twine [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "twine") { return 403; }
← back to all crawlers