Generate realistic and diverse user agents for desktop, mobile, and web automation testing
Project description
Emulating User Agent
Generate realistic and diverse user agents for desktop, mobile, and web automation testing.
Features
- 🖥️ Desktop User Agents — Windows, macOS with Chrome, Firefox, Safari, Edge
- 📱 Android User Agents — 100+ realistic Android devices (Samsung, Google Pixel, OnePlus, Xiaomi, etc.)
- 🎯 Locale Support — 30+ languages and regions
- 🔄 Random Generation — Generate diverse agents for testing and web scraping
- 📊 Device Details — Include viewport, DPI, model, Android version, and more
Installation
pip install emulating-user-agent
Quick Start
from Emulating.AndroidUserAgent import get_random_agent, get_android_user_agent
from Emulating.DeskTopUserAgent import USER_AGENTS
# Get a random agent (desktop or mobile, English locale)
device_name, agent_data = get_random_agent(isEn=True)
print(agent_data['ua']) # User-Agent string
print(agent_data['viewport']) # Viewport dimensions
# Get a specific Android device
agent = get_android_user_agent(isEN=True, device_name="Samsung Galaxy S25 Ultra")
print(agent['ua'])
print(agent['model'])
print(agent['android'])
Usage Examples
Get Random Android Device
from Emulating.AndroidUserAgent import get_random_android_device, list_android_devices
# List all available devices
devices = list_android_devices()
# Get random device
name, agent = get_random_android_device(isEn=True)
print(f"Device: {name}")
print(f"User-Agent: {agent['ua']}")
print(f"Viewport: {agent['viewport']}")
Access Desktop Agents
from Emulating.DeskTopUserAgent import USER_AGENTS
for device_name, agent_data in USER_AGENTS.items():
print(f"{device_name}: {agent_data['ua']}")
API Reference
get_random_agent(isEn: bool) -> tuple
Returns a random agent (desktop or mobile).
- isEn: If True, use English locale; otherwise random locale
get_android_user_agent(isEN: bool, device_name: str | None = None) -> dict
Returns an Android user agent with full device details.
- isEN: English locale flag
- device_name: Optional specific device (see
list_android_devices())
get_random_android_device(isEn: bool) -> tuple[str, dict]
Returns device name and Android agent.
list_android_devices() -> list[str]
Lists all available Android device names.
Supported Android Devices
- Samsung: Galaxy S25, S24, S23, S20, Note 20, Z Fold 5, Z Flip 7, Galaxy A series
- Google Pixel: 11, 10, 9 Pro, 8 Pro, 7 Pro, 7, 6a
- OnePlus: 13, 12, 11, 10 Pro, Nord 4
- Xiaomi: 15, 14, 13, 12, Redmi Note series
- OPPO/realme: Find X8, X6, GT series
- Sony Xperia, Motorola, Asus ROG, Huawei, and more
License
MIT License - See LICENSE file for details
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Author
Raz Andr
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file emulating_user_agent-1.0.8-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 137.6 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df59648f738be0533238252522ce7c268d8293d341366c2a0e885f0c05c7a0e4
|
|
| MD5 |
c4ff9fc59aa02a0bbcfac1e84b85063f
|
|
| BLAKE2b-256 |
6e674a72423ad35ec8c5898cea32ec19214fbe95055b222126ac7d2f3dcb2534
|
File details
Details for the file emulating_user_agent-1.0.8-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 813.8 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ae1da5a7c1397fed5ce844b5f452ee94c719140f9ad303e81812d85c1314fcf
|
|
| MD5 |
63e993352ff0fa0fab35cb382db4c467
|
|
| BLAKE2b-256 |
8bd20c95399f904bfcdafea2598b8021000df9346b4a89256c7408ef442dc65e
|
File details
Details for the file emulating_user_agent-1.0.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 818.8 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58d8ccc85eb02af9c828c4ffc30e2960025d22c24a77ce9152890d9d848afe71
|
|
| MD5 |
23b99c9caf0a2fad37c3ca22f4a870bf
|
|
| BLAKE2b-256 |
cb814826b7331b8793088b0488279fb14c0bd14d6a3420a31e53df5c92b710ed
|
File details
Details for the file emulating_user_agent-1.0.8-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 141.8 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58e24dde1aa9c962251ba06ddec3becd2241d3754b5b173a009dd1e36a629926
|
|
| MD5 |
358383a37105d930d31e6422ba966090
|
|
| BLAKE2b-256 |
6a2c1577e10c965844bd617d421616c353f709a2b4011f72d66ef0c1c8db2e0e
|
File details
Details for the file emulating_user_agent-1.0.8-cp313-cp313-macosx_10_13_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 148.2 kB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b8d15f28ea15e78d4953bd69b54135aae75b1691a24b76da3faf22a68d9f3f9
|
|
| MD5 |
848e474188d9c12f37d280384ae80920
|
|
| BLAKE2b-256 |
27f4e58fb1dc50fe74189cade2b2a81f47032868cbba43a425ab5fe1372cdae9
|
File details
Details for the file emulating_user_agent-1.0.8-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 138.8 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f508cea05910de9fe79deaf768164da418dd88c2691844a0a12b498618447d00
|
|
| MD5 |
5cd14798570c06747255ac010db2da57
|
|
| BLAKE2b-256 |
0fd79270b26fdfe8d2a58df62b768b7689461b544f41be5dcae5eca84a512d33
|
File details
Details for the file emulating_user_agent-1.0.8-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 865.9 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ee8897f622eccfa11c1af36690703bd35c4c268a652caab893b784317265024
|
|
| MD5 |
fe96e9bdd02f57176c7f4d9dff1c8e57
|
|
| BLAKE2b-256 |
a21d0f62eece9a9a71610d1958c55c11e3f8d0f4f1c2de496272b84ef20b2f6b
|
File details
Details for the file emulating_user_agent-1.0.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 866.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c0c43b674d8264066d1aa4e9d93c48b7fdfe480cb3abf462b27cdd7c7357388
|
|
| MD5 |
d328b9419729ffe9110f11a021376b0a
|
|
| BLAKE2b-256 |
f1e6f4e46a788407ee4f378d6f152365344e8063dba45209c0feddbdb368bad9
|
File details
Details for the file emulating_user_agent-1.0.8-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 142.9 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c327a148f7baea6a9f8b91fa4b1272253401e010fef2e3662bdc43e3798c267
|
|
| MD5 |
40730beacfb25e0319efb2ea889fa44a
|
|
| BLAKE2b-256 |
4be31cda01568c9feb3ef49c31e16516293e070cc752c76d54854b2d2052198b
|
File details
Details for the file emulating_user_agent-1.0.8-cp312-cp312-macosx_10_13_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 149.2 kB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e89f6f14ad5502187427eb5c3cc7f4c6353e29f853d535471ad940bc785582d4
|
|
| MD5 |
895ccb7d2f48817e171eeb4352f51c54
|
|
| BLAKE2b-256 |
51082bfee24e737a67f4d389cb73586ee7061c4cf67d28a8ad10e0bffc156848
|
File details
Details for the file emulating_user_agent-1.0.8-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 141.6 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
065567d255c4491f567ff7647174ae64c08b115ecd12506dccc622ec102e979a
|
|
| MD5 |
d679db1b20b015ed8dfac0a7e9cbb817
|
|
| BLAKE2b-256 |
50103ed99475b8d7664045cb47d54bfb5e2c68740d9bbd91aff25d7d3b6acbb3
|
File details
Details for the file emulating_user_agent-1.0.8-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 755.6 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
816e50d885291a212083e309f526205be85a6fed12267e0cf16a9bbab46e531f
|
|
| MD5 |
3945cd0e7123e48cf1251300bfa8f833
|
|
| BLAKE2b-256 |
445beff72fbff3e0bbb2ceb82397d9a40cf311a2f38bf28bf24c66c27a7434d6
|
File details
Details for the file emulating_user_agent-1.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 744.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6cf7d803f325c56c4d79163a6c03f78c028a7e4e05d2683e1b0cd4a920f48e59
|
|
| MD5 |
6489a5783a9bad38e1b65874c4b1bdc9
|
|
| BLAKE2b-256 |
f6c81d64eb4771c3727c3f98b029c2085203a6c028293cd17776f8da10e51812
|
File details
Details for the file emulating_user_agent-1.0.8-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 142.2 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc0712f7462b27118b0c101d345671d7d971392d3a14a7c3f8225434b1826068
|
|
| MD5 |
1d65966b30dc581f314285f925853019
|
|
| BLAKE2b-256 |
a81f5eec1517d6854b15b0ac7c1939e62bde34f1124384e779df4817d9e7b873
|
File details
Details for the file emulating_user_agent-1.0.8-cp311-cp311-macosx_10_9_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 149.8 kB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4104c0873a44489f80fccf4e52583ec73d1b763cc470560f52ecc648383c8bac
|
|
| MD5 |
9005a1e228bae70454bb87038d52f5a4
|
|
| BLAKE2b-256 |
0a9142ac7738d43e3c97ee5dbeb229fa07f53b6a3b80eb24c2fd3c0acc92d7de
|
File details
Details for the file emulating_user_agent-1.0.8-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 142.1 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ab6fd8e1be8c80cd8e48968ea80f3db2a7c60ed7e9f5fc95e8df5da64d7b327
|
|
| MD5 |
ab63b0756b58916d71fc2282ce63d324
|
|
| BLAKE2b-256 |
f32f16527cee949de42c3a290b3aff8909678f4fcceff3250322bb403432ebfe
|
File details
Details for the file emulating_user_agent-1.0.8-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 726.3 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e77077989bfe0e6044d80c960788f46d0195dac928f2eb35d2281bf36376150
|
|
| MD5 |
4ebf529fdee5977f725a5c28f66dcd7f
|
|
| BLAKE2b-256 |
4b6fd7ade275518d817c79d74a55ebbf59ea91dbed694b15320416d692960c5a
|
File details
Details for the file emulating_user_agent-1.0.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 723.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f63430a95d59a866b39e10e1bc910e97d3a32df065f3ba2bd14b369d8a8661f
|
|
| MD5 |
f90d17defe6c76cfbdde569042a5c007
|
|
| BLAKE2b-256 |
3ef1a385572991337920f934d3979850a8d429e2883e145cdbe421387a2398b0
|
File details
Details for the file emulating_user_agent-1.0.8-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 143.1 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
648824df71704820a6ca901117a8122216a98940620d323467dd905911d74af5
|
|
| MD5 |
7900620d1545a90e4e51d875f6e6612e
|
|
| BLAKE2b-256 |
5bb0e09a22afd4be13d3c8c449b6a186b77ac2a6285ccd43b055803581777fc5
|
File details
Details for the file emulating_user_agent-1.0.8-cp310-cp310-macosx_10_9_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 150.8 kB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92beab545094fa75edf41ff1c1d0d5f984589563e192deb775f0c517b31829cb
|
|
| MD5 |
08edb4c5a5c5b22b22613406858e38dd
|
|
| BLAKE2b-256 |
5f6694053a3b42b23b6eab889a511ce051c2b12a718bd39cd803171c138c9052
|
File details
Details for the file emulating_user_agent-1.0.8-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 142.5 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58a151cf7c9f4466ad795c46ec5480b5f809498ec6ec05f0de966d865dc35a3b
|
|
| MD5 |
248db4bbdb8e882b16d994607f9ae000
|
|
| BLAKE2b-256 |
afd1c67568e9bc57a9b799fc49739da1ed05409caa2957f7521c93e56c966e2d
|
File details
Details for the file emulating_user_agent-1.0.8-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 725.2 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25d7da7fe410942655b65c58e27d10575ef88b578618dc496eab02fb7f87b4cc
|
|
| MD5 |
75857fe2a0e996340c7eb5a6f3aa1b41
|
|
| BLAKE2b-256 |
9f4208b2f7048492925942ebdf0e2c5f936dc8308ae81a4c7002b72e0d5d25c3
|
File details
Details for the file emulating_user_agent-1.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 721.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c660f7c0b909aba6a59d6fe8ea3a71b28c4927a03758c3fabc5a4ba365cac0e
|
|
| MD5 |
460938a42072fe26a598239b7f47edcc
|
|
| BLAKE2b-256 |
2a6083b54db86d3442fd00ff418db85c6e1bd3d4545a517e5a2250e7a14a1d0d
|
File details
Details for the file emulating_user_agent-1.0.8-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 144.1 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a4afcdb44a55b166f3926e93ed12cfc4730c6eb79df7eed944d6766f1d3c65a
|
|
| MD5 |
ed8b756cd6e1b1f3d0eb01811c6e72c2
|
|
| BLAKE2b-256 |
55cf9b4f2b94f64e76ac4fe311fc2a60f653db20d22878f4afefa093a3f3371f
|
File details
Details for the file emulating_user_agent-1.0.8-cp39-cp39-macosx_10_9_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 151.8 kB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed8cf3e4355badd1c7d648782dd2bcc5886199d100aed5264e892c24391e1e05
|
|
| MD5 |
ba1fcecd9c8da155d14d7e240858e5e2
|
|
| BLAKE2b-256 |
5eb25a51805304f26b1968c61d9594851b35c98baccec5951258554507998a37
|
File details
Details for the file emulating_user_agent-1.0.8-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 148.8 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e01ce10b73e4f9c764cde284d3cb07a743d8c8897087ce93f2fc8898f828b6c6
|
|
| MD5 |
526ad1560e8ea67e343b70de35513647
|
|
| BLAKE2b-256 |
12348cdefa575dc9bb0d48c3969323bffcca0629cc9ed289d42cfe1372724006
|
File details
Details for the file emulating_user_agent-1.0.8-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 755.7 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf655b45509207624a60e43b0bcd71a2aa2b45ec257805e0682778a80352c2dc
|
|
| MD5 |
cf6f6b1ce41acf321adb28e3854521f9
|
|
| BLAKE2b-256 |
e617f4b7d4c5b7e5f550649f2dc8b56027b724167b77ecca6bcfedda04c501b8
|
File details
Details for the file emulating_user_agent-1.0.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 753.3 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
352fddf82feecb1027de46fdf19a3bb3c6986e4aa9082030dda579922fc1378f
|
|
| MD5 |
9b7ef22d146cf80ae60ae9f82263000f
|
|
| BLAKE2b-256 |
438fcbb37ad451c4992bb1375f24107920cd35a48ea5ba02f639d687256329c9
|
File details
Details for the file emulating_user_agent-1.0.8-cp38-cp38-macosx_11_0_arm64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 147.9 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78cb4853333dad18cc96eac7ca5a0789420c41367583c1ceb27b6f4f68052a97
|
|
| MD5 |
ff323c141b5efa106a789c4162007565
|
|
| BLAKE2b-256 |
bac34c6f57a18eb9cfeb79b9895533c3cbb727c8a703eafec51fd2b54a6d2ecd
|
File details
Details for the file emulating_user_agent-1.0.8-cp38-cp38-macosx_10_9_x86_64.whl.
File metadata
- Download URL: emulating_user_agent-1.0.8-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 155.0 kB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50cd680ef16d45ff5547b2d588a8e591b63452a25ef7fa5972ecb42b9d4920b9
|
|
| MD5 |
ab6d5524d9a0cad75aebfcd09e11a390
|
|
| BLAKE2b-256 |
e835478dd8eb2efa1e9cbe9fe6d4de241899499123241d5fcdaa073e16129918
|