Data Loss Prevention (DLP) TEST
Project description
Installation
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Supported Python Versions
Python >= 2.7.14
Deprecated Python Versions
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
Linux
pip install virtualenv
<your-env>/bin/pip install lib2dlp
Windows
pip install virtualenv
<your-env>\Scripts\pip.exe install lib2dlp
Preview
QQCapture
def QQCapture():
sysstr = platform.architecture()
if sysstr[0] == '64bit':
print u"暂不支持64位系统"
return False
else:
try:
dll = ctypes.cdll.LoadLibrary("lib\\CameraDll.dll")
except Exception as e:
print("Dll load error!")
return
else:
try:
dll.CameraSubArea(0)
except Exception as e:
print("Sth wrong in capture!")
return True
return True
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 Distribution
Built Distribution
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 lib2dlp-0.0.10.tar.gz.
File metadata
- Download URL: lib2dlp-0.0.10.tar.gz
- Upload date:
- Size: 526.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/2.7.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df86b2a3f7cce68f86e934cae16f4946e42537e46e6aed798079ffd6e075b1f6
|
|
| MD5 |
9a930f300f6a1de86beff6f8967f3109
|
|
| BLAKE2b-256 |
29999223a96603248920547687c0c53d04250a5c7bfd1da40b98cad528a8d166
|
File details
Details for the file lib2dlp-0.0.10-py2.py3-none-any.whl.
File metadata
- Download URL: lib2dlp-0.0.10-py2.py3-none-any.whl
- Upload date:
- Size: 594.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/28.8.0 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/2.7.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
287c8ac6ed85776633092437384113cbab1a0ae50dca838d4ec9fe5ea42e3369
|
|
| MD5 |
46d6c3ca68367903c5c6abb0320f7c90
|
|
| BLAKE2b-256 |
1caef0a13b75ce74a74f38fc9ab379849e842ad4925b2f0539d1c7e5dce610b3
|