summaryrefslogtreecommitdiff
path: root/www/py-primp/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-primp/pkg-descr')
-rw-r--r--www/py-primp/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/py-primp/pkg-descr b/www/py-primp/pkg-descr
new file mode 100644
index 000000000000..e106e3182a23
--- /dev/null
+++ b/www/py-primp/pkg-descr
@@ -0,0 +1,16 @@
+PRIMP (Python Requests IMPersonate) is a high-performance HTTP client library
+for Python, designed to mimic the behavior of real web browsers. It extends
+the popular `requests` library by adding advanced impersonation capabilities.
+
+Key features include:
+* Browser Fingerprinting**: Mimics TLS and HTTP/2 fingerprints of various
+ popular web browsers (e.g., Chrome, Firefox, Safari) to evade detection by
+ anti-bot systems.
+* High Performance**: Optimized for speed, making it suitable for demanding
+ web scraping and automation tasks.
+* Ease of Use**: Maintains the familiar and user-friendly API of the
+ `requests` library.
+
+PRIMP is ideal for developers and researchers who need to interact with websites
+that employ sophisticated bot detection mechanisms, enabling more robust web
+scraping, automated testing, and data collection.