phantomwright 0.0.3__tar.gz → 0.0.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. {phantomwright-0.0.3 → phantomwright-0.0.4}/PKG-INFO +3 -3
  2. {phantomwright-0.0.3 → phantomwright-0.0.4}/README.md +1 -1
  3. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/__init__.py +1 -1
  4. {phantomwright-0.0.3 → phantomwright-0.0.4}/pyproject.toml +2 -2
  5. {phantomwright-0.0.3 → phantomwright-0.0.4}/.gitignore +0 -0
  6. {phantomwright-0.0.3 → phantomwright-0.0.4}/LICENSE +0 -0
  7. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/_impl/__init__.py +0 -0
  8. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/_impl/_user_sim/_mouse_move_sim.py +0 -0
  9. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/_impl/_user_sim/_mouse_wheel_sim.py +0 -0
  10. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/async_api/__init__.py +0 -0
  11. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/async_api/_patch_evaluate.py +0 -0
  12. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/async_api/_patch_goto.py +0 -0
  13. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/__init__.py +0 -0
  14. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/case_insensitive_dict.py +0 -0
  15. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/context_managers.py +0 -0
  16. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/chrome.app.js +0 -0
  17. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/chrome.csi.js +0 -0
  18. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/chrome.hairline.js +0 -0
  19. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/chrome.load.times.js +0 -0
  20. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/chrome.runtime.js +0 -0
  21. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/error.prototype.js +0 -0
  22. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/iframe.contentWindow.js +0 -0
  23. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/media.codecs.js +0 -0
  24. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.hardwareConcurrency.js +0 -0
  25. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.languages.js +0 -0
  26. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.permissions.js +0 -0
  27. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.platform.js +0 -0
  28. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.plugins.js +0 -0
  29. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.userAgent.js +0 -0
  30. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/navigator.vendor.js +0 -0
  31. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/evasions/webgl.vendor.js +0 -0
  32. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/generate.magic.arrays.js +0 -0
  33. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/js/utils.js +0 -0
  34. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/stealth/stealth.py +0 -0
  35. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/sync_api/__init__.py +0 -0
  36. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/sync_api/_patch_evaluate.py +0 -0
  37. {phantomwright-0.0.3 → phantomwright-0.0.4}/phantomwright/sync_api/_patch_goto.py +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: phantomwright
3
- Version: 0.0.3
4
- Summary: Compose patchright + stealth JS + user behavior simulation + more extending
3
+ Version: 0.0.4
4
+ Summary: Bridging playwright-core patch + extending playwright API for stealth injection & user simulation
5
5
  Project-URL: homepage, https://github.com/ai-microsoft/phantom-wright
6
6
  Project-URL: changelog, https://github.com/ai-microsoft/phantom-wright/blob/main/CHANGELOG.md
7
7
  Author-email: Hang Yin <hangyin@microsoft.com>, Daniel Wan <benyuwan@microsoft.com>
@@ -20,7 +20,7 @@ Description-Content-Type: text/markdown
20
20
 
21
21
  ## Introduction
22
22
 
23
- Phantomwright is a library combining [patchright](https://pypi.org/project/patchright/) and [playwright-stealth](https://pypi.org/project/playwright-stealth/), we aim to:
23
+ Phantomwright is a library that bridging playwright-core patch + extending playwright API for stealth injection & user simulation, we aim to:
24
24
  + Wrap & Re-export API from patchright, provide basic stealth ability
25
25
  + Provide the ability to extend playwright, thus you can use API to:
26
26
  + Enable stealth injection script
@@ -1,6 +1,6 @@
1
1
  ## Introduction
2
2
 
3
- Phantomwright is a library combining [patchright](https://pypi.org/project/patchright/) and [playwright-stealth](https://pypi.org/project/playwright-stealth/), we aim to:
3
+ Phantomwright is a library that bridging playwright-core patch + extending playwright API for stealth injection & user simulation, we aim to:
4
4
  + Wrap & Re-export API from patchright, provide basic stealth ability
5
5
  + Provide the ability to extend playwright, thus you can use API to:
6
6
  + Enable stealth injection script
@@ -2,4 +2,4 @@
2
2
  Patchright + Stealth Plugin + User Behavior Simulation = PhantomWright
3
3
  """
4
4
 
5
- __version__ = "0.0.3"
5
+ __version__ = "0.0.4"
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "phantomwright"
3
- version = "0.0.3"
4
- description = "Compose patchright + stealth JS + user behavior simulation + more extending"
3
+ version = "0.0.4"
4
+ description = "Bridging playwright-core patch + extending playwright API for stealth injection & user simulation"
5
5
  authors = [
6
6
  {name="Hang Yin", email="hangyin@microsoft.com"},
7
7
  {name="Daniel Wan", email="benyuwan@microsoft.com"},
File without changes
File without changes