lamda 7.20__tar.gz → 7.22__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. {lamda-7.20 → lamda-7.22}/PKG-INFO +10 -1
  2. {lamda-7.20 → lamda-7.22}/lamda/__init__.py +1 -1
  3. {lamda-7.20 → lamda-7.22}/lamda.egg-info/PKG-INFO +10 -1
  4. {lamda-7.20 → lamda-7.22}/README.md +0 -0
  5. {lamda-7.20 → lamda-7.22}/lamda/bcast.proto +0 -0
  6. {lamda-7.20 → lamda-7.22}/lamda/client.py +0 -0
  7. {lamda-7.20 → lamda-7.22}/lamda/const.py +0 -0
  8. {lamda-7.20 → lamda-7.22}/lamda/exceptions.py +0 -0
  9. {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/any.proto +0 -0
  10. {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/api.proto +0 -0
  11. {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/compiler/plugin.proto +0 -0
  12. {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/descriptor.proto +0 -0
  13. {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/duration.proto +0 -0
  14. {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/empty.proto +0 -0
  15. {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/field_mask.proto +0 -0
  16. {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/source_context.proto +0 -0
  17. {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/struct.proto +0 -0
  18. {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/timestamp.proto +0 -0
  19. {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/type.proto +0 -0
  20. {lamda-7.20 → lamda-7.22}/lamda/google/protobuf/wrappers.proto +0 -0
  21. {lamda-7.20 → lamda-7.22}/lamda/rpc/application.proto +0 -0
  22. {lamda-7.20 → lamda-7.22}/lamda/rpc/debug.proto +0 -0
  23. {lamda-7.20 → lamda-7.22}/lamda/rpc/file.proto +0 -0
  24. {lamda-7.20 → lamda-7.22}/lamda/rpc/policy.proto +0 -0
  25. {lamda-7.20 → lamda-7.22}/lamda/rpc/proxy.proto +0 -0
  26. {lamda-7.20 → lamda-7.22}/lamda/rpc/services.proto +0 -0
  27. {lamda-7.20 → lamda-7.22}/lamda/rpc/settings.proto +0 -0
  28. {lamda-7.20 → lamda-7.22}/lamda/rpc/shell.proto +0 -0
  29. {lamda-7.20 → lamda-7.22}/lamda/rpc/status.proto +0 -0
  30. {lamda-7.20 → lamda-7.22}/lamda/rpc/storage.proto +0 -0
  31. {lamda-7.20 → lamda-7.22}/lamda/rpc/types.proto +0 -0
  32. {lamda-7.20 → lamda-7.22}/lamda/rpc/uiautomator.proto +0 -0
  33. {lamda-7.20 → lamda-7.22}/lamda/rpc/util.proto +0 -0
  34. {lamda-7.20 → lamda-7.22}/lamda/rpc/wifi.proto +0 -0
  35. {lamda-7.20 → lamda-7.22}/lamda/types.py +0 -0
  36. {lamda-7.20 → lamda-7.22}/lamda.egg-info/SOURCES.txt +0 -0
  37. {lamda-7.20 → lamda-7.22}/lamda.egg-info/dependency_links.txt +0 -0
  38. {lamda-7.20 → lamda-7.22}/lamda.egg-info/not-zip-safe +0 -0
  39. {lamda-7.20 → lamda-7.22}/lamda.egg-info/requires.txt +0 -0
  40. {lamda-7.20 → lamda-7.22}/lamda.egg-info/top_level.txt +0 -0
  41. {lamda-7.20 → lamda-7.22}/setup.cfg +0 -0
  42. {lamda-7.20 → lamda-7.22}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lamda
3
- Version: 7.20
3
+ Version: 7.22
4
4
  Summary: Android reverse engineering & automation framework
5
5
  Home-page: https://github.com/rev1si0n/lamda
6
6
  Author: rev1si0n
@@ -13,4 +13,13 @@ Classifier: Programming Language :: Python :: 3
13
13
  Classifier: Operating System :: Android
14
14
  Classifier: Topic :: Security
15
15
  Requires-Python: >=3.6,<3.12
16
+ Requires-Dist: grpcio-tools<1.60.0,>=1.35.0
17
+ Requires-Dist: grpc-interceptor<0.15.0,>=0.13.0
18
+ Requires-Dist: grpcio<1.60.0,>=1.35.0
19
+ Requires-Dist: cryptography>=35.0.0
20
+ Requires-Dist: msgpack>=1.0.0
21
+ Requires-Dist: asn1crypto<2,>=1.0.0
22
+ Requires-Dist: pem==23.1.0
16
23
  Provides-Extra: full
24
+ Requires-Dist: frida<17.0.0,>=16.0.0; extra == "full"
25
+ Requires-Dist: pyreadline==2.1; sys_platform == "win32"
@@ -2,4 +2,4 @@
2
2
  #
3
3
  # Distributed under MIT license.
4
4
  # See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
5
- __version__ = "7.20"
5
+ __version__ = "7.22"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lamda
3
- Version: 7.20
3
+ Version: 7.22
4
4
  Summary: Android reverse engineering & automation framework
5
5
  Home-page: https://github.com/rev1si0n/lamda
6
6
  Author: rev1si0n
@@ -13,4 +13,13 @@ Classifier: Programming Language :: Python :: 3
13
13
  Classifier: Operating System :: Android
14
14
  Classifier: Topic :: Security
15
15
  Requires-Python: >=3.6,<3.12
16
+ Requires-Dist: grpcio-tools<1.60.0,>=1.35.0
17
+ Requires-Dist: grpc-interceptor<0.15.0,>=0.13.0
18
+ Requires-Dist: grpcio<1.60.0,>=1.35.0
19
+ Requires-Dist: cryptography>=35.0.0
20
+ Requires-Dist: msgpack>=1.0.0
21
+ Requires-Dist: asn1crypto<2,>=1.0.0
22
+ Requires-Dist: pem==23.1.0
16
23
  Provides-Extra: full
24
+ Requires-Dist: frida<17.0.0,>=16.0.0; extra == "full"
25
+ Requires-Dist: pyreadline==2.1; sys_platform == "win32"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes