| Name | virtru-sdk JSON |
| Version |
3.0.0
JSON |
| download |
| home_page | https://developer.virtru.com/ |
| Summary | Python Wrapper for Virtru SDK |
| upload_time | 2023-10-03 18:08:44 |
| maintainer | |
| docs_url | None |
| author | Virtru |
| requires_python | |
| license | MIT |
| keywords |
|
| VCS |
|
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# Virtru TDF3 SDK
## License
The following files are covered under the MIT license:
* virtru_sample.py
* __init__.py
* setup.py
The following binaries / minified libraries are subject to use under the "Virtru Data Protection Subscription Agreement"
found here: https://www.virtru.com/terms-of-service/
* virtru_tdf3_python.pyd
* virtru_tdf3_python.so
All 3rd party packages used in this software are covered by their respective
licenses, which are detailed in the LICENSE file.
## Obtaining a Virtru AppId
A Virtru `AppId` token is required to use the TDF3 SDK. [This is how you obtain it](https://developer.virtru.com/docs/how-to-download-appid-token)
## The Virtru TDF3 Python Sample
For more information on how to use the TDF3 Python module, see the [online documentation](https://docs.developer.virtru.com/python/latest).
### General
+ [Python](http://www.python.org "Python home page") This module is built with Python3 libraries so it will ONLY work
with python3.
The module works on Linux, Windows and OSX.
## Installing the module
### OS X And Linux
+ Navigate to `cd lib` and run `sudo python3 setup.py install`. The Virtru SDK module will build and install the module to `site-packages`.
```
$ sudo python3 setup.py install
running install
running build
running build_py
creating build
creating build/lib
creating build/lib/virtru_tdf3_python
copying virtru_tdf3_python/__init__.py -> build/lib/virtru_tdf3_python
copying virtru_tdf3_python/virtru_tdf3_python.so -> build/lib/virtru_tdf3_python
running install_lib
copying build/lib/virtru_tdf3_python/__init__.py -> /usr/local/lib/python3.7/site-packages/virtru_tdf3_python
copying build/lib/virtru_tdf3_python/virtru_tdf3_python.so -> /usr/local/lib/python3.7/site-packages/virtru_tdf3_python
byte-compiling /usr/local/lib/python3.7/site-packages/virtru_tdf3_python/__init__.py to __init__.cpython-37.pyc
running install_egg_info
Writing /usr/local/lib/python3.7/site-packages/virtru_tdf3_python-1.0.11-py3.7.egg-info
```
### Windows
`Make sure the Python installed on your windows machine is 64-bit.`
+ Navigate to `cd lib` and run `python setup.py install` and will build and install the module to `site-packages`.
```
PS C:\Users\..\lib> python setup.py install
running install
running build
running build_py
creating build
creating build\lib
creating build\lib\virtru_tdf3_python
copying virtru_tdf3_python\__init__.py -> build\lib\virtru_tdf3_python
copying virtru_tdf3_python\virtru_tdf3_python.pyd -> build\lib\virtru_tdf3_python
running install_lib
copying build\lib\virtru_tdf3_python\virtru_tdf3_python.pyd -> C:\Users\sujan\AppData\Local\Programs\Python\Python37\Lib\site-packages\virtru_tdf3_python
copying build\lib\virtru_tdf3_python\__init__.py -> C:\Users\sujan\AppData\Local\Programs\Python\Python37\Lib\site-packages\virtru_tdf3_python
byte-compiling C:\Users\sujan\AppData\Local\Programs\Python\Python37\Lib\site-packages\virtru_tdf3_python\__init__.py to __init__.cpython-37.pyc
running install_egg_info
Writing C:\Users\sujan\AppData\Local\Programs\Python\Python37\Lib\site-packages\virtru_tdf3_python-1.0.10-py3.7.egg-info
```
## Running the sample
+ Navigate to the `sample` directory and update `virtru_sample.py` script with your `AppId`
+ Run `python3 virtru_sample.py` to see how the files in the sample directory get encrypted and how to apply controls.
Raw data
{
"_id": null,
"home_page": "https://developer.virtru.com/",
"name": "virtru-sdk",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Virtru",
"author_email": "developers@virtru.com",
"download_url": "",
"platform": null,
"description": "# Virtru TDF3 SDK\n\n## License\n\nThe following files are covered under the MIT license:\n\n* virtru_sample.py\n* __init__.py\n* setup.py\n\nThe following binaries / minified libraries are subject to use under the \"Virtru Data Protection Subscription Agreement\" \nfound here: https://www.virtru.com/terms-of-service/ \n\n* virtru_tdf3_python.pyd\n* virtru_tdf3_python.so\n\nAll 3rd party packages used in this software are covered by their respective\nlicenses, which are detailed in the LICENSE file.\n\n## Obtaining a Virtru AppId\n\n A Virtru `AppId` token is required to use the TDF3 SDK. [This is how you obtain it](https://developer.virtru.com/docs/how-to-download-appid-token) \n\n## The Virtru TDF3 Python Sample\n\nFor more information on how to use the TDF3 Python module, see the [online documentation](https://docs.developer.virtru.com/python/latest).\n\n### General\n+ [Python](http://www.python.org \"Python home page\") This module is built with Python3 libraries so it will ONLY work\nwith python3.\n\nThe module works on Linux, Windows and OSX. \n\n## Installing the module\n\n### OS X And Linux\n+ Navigate to `cd lib` and run `sudo python3 setup.py install`. The Virtru SDK module will build and install the module to `site-packages`.\n\n```\n$ sudo python3 setup.py install\nrunning install\nrunning build\nrunning build_py\ncreating build\ncreating build/lib\ncreating build/lib/virtru_tdf3_python\ncopying virtru_tdf3_python/__init__.py -> build/lib/virtru_tdf3_python\ncopying virtru_tdf3_python/virtru_tdf3_python.so -> build/lib/virtru_tdf3_python\nrunning install_lib\ncopying build/lib/virtru_tdf3_python/__init__.py -> /usr/local/lib/python3.7/site-packages/virtru_tdf3_python\ncopying build/lib/virtru_tdf3_python/virtru_tdf3_python.so -> /usr/local/lib/python3.7/site-packages/virtru_tdf3_python\nbyte-compiling /usr/local/lib/python3.7/site-packages/virtru_tdf3_python/__init__.py to __init__.cpython-37.pyc\nrunning install_egg_info\nWriting /usr/local/lib/python3.7/site-packages/virtru_tdf3_python-1.0.11-py3.7.egg-info\n```\n\n### Windows\n\n`Make sure the Python installed on your windows machine is 64-bit.`\n\n+ Navigate to `cd lib` and run `python setup.py install` and will build and install the module to `site-packages`.\n\n```\nPS C:\\Users\\..\\lib> python setup.py install\nrunning install\nrunning build\nrunning build_py\ncreating build\ncreating build\\lib\ncreating build\\lib\\virtru_tdf3_python\ncopying virtru_tdf3_python\\__init__.py -> build\\lib\\virtru_tdf3_python\ncopying virtru_tdf3_python\\virtru_tdf3_python.pyd -> build\\lib\\virtru_tdf3_python\nrunning install_lib\ncopying build\\lib\\virtru_tdf3_python\\virtru_tdf3_python.pyd -> C:\\Users\\sujan\\AppData\\Local\\Programs\\Python\\Python37\\Lib\\site-packages\\virtru_tdf3_python\ncopying build\\lib\\virtru_tdf3_python\\__init__.py -> C:\\Users\\sujan\\AppData\\Local\\Programs\\Python\\Python37\\Lib\\site-packages\\virtru_tdf3_python\nbyte-compiling C:\\Users\\sujan\\AppData\\Local\\Programs\\Python\\Python37\\Lib\\site-packages\\virtru_tdf3_python\\__init__.py to __init__.cpython-37.pyc\nrunning install_egg_info\nWriting C:\\Users\\sujan\\AppData\\Local\\Programs\\Python\\Python37\\Lib\\site-packages\\virtru_tdf3_python-1.0.10-py3.7.egg-info\n```\n\n## Running the sample\n\n+ Navigate to the `sample` directory and update `virtru_sample.py` script with your `AppId`\n \n+ Run `python3 virtru_sample.py` to see how the files in the sample directory get encrypted and how to apply controls.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python Wrapper for Virtru SDK",
"version": "3.0.0",
"project_urls": {
"Homepage": "https://developer.virtru.com/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "750c345c1223195238077a5bfeb83f01ac27b96ffc4754cd240ad9f952ece6a0",
"md5": "014bb8b544c0c3e89317c0c2239177b8",
"sha256": "c3d1c6f852f45be4d2c010d0e4f42f1e0470e4697005b8e73a7f7446c3a2c1b0"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp310-cp310-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "014bb8b544c0c3e89317c0c2239177b8",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 4995147,
"upload_time": "2023-10-03T18:08:44",
"upload_time_iso_8601": "2023-10-03T18:08:44.035653Z",
"url": "https://files.pythonhosted.org/packages/75/0c/345c1223195238077a5bfeb83f01ac27b96ffc4754cd240ad9f952ece6a0/virtru_sdk-3.0.0-cp310-cp310-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c975f5d965e95a94ffe001b37d68cd04ca76ec068d75c55a219d02e00dd847cf",
"md5": "a078e3cbac35837752a299e6981c2cbd",
"sha256": "008891c1fa7afe3a24b1b89de3904a25763fc66b262f9bde4ac54ee81392a447"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp310-cp310-macosx_12_0_arm64.whl",
"has_sig": false,
"md5_digest": "a078e3cbac35837752a299e6981c2cbd",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 4390258,
"upload_time": "2023-10-03T18:08:46",
"upload_time_iso_8601": "2023-10-03T18:08:46.590185Z",
"url": "https://files.pythonhosted.org/packages/c9/75/f5d965e95a94ffe001b37d68cd04ca76ec068d75c55a219d02e00dd847cf/virtru_sdk-3.0.0-cp310-cp310-macosx_12_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fde2f711741711601045af0ca873638389e62e05e95e07f79bde7a32cc8dfc48",
"md5": "ba93437ed80b44816686bcc395334a1e",
"sha256": "1eb3787aa38d6e54e64dfdffd8751ce3ee5035231ad7be1d6f82fce2fe911b2d"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ba93437ed80b44816686bcc395334a1e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 8583082,
"upload_time": "2023-10-03T18:08:48",
"upload_time_iso_8601": "2023-10-03T18:08:48.605145Z",
"url": "https://files.pythonhosted.org/packages/fd/e2/f711741711601045af0ca873638389e62e05e95e07f79bde7a32cc8dfc48/virtru_sdk-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7b853b504753ccf4df4a76481e46cccf6b7bea09f8ea577c0110432e76d72470",
"md5": "8c86c011922d0dad0921eb844a25d0ca",
"sha256": "909c198eb8ede6b2474a9f0d1a78764678ebacdbc31b03b3908f42d5ed353e56"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "8c86c011922d0dad0921eb844a25d0ca",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 3519718,
"upload_time": "2023-10-03T18:08:51",
"upload_time_iso_8601": "2023-10-03T18:08:51.324180Z",
"url": "https://files.pythonhosted.org/packages/7b/85/3b504753ccf4df4a76481e46cccf6b7bea09f8ea577c0110432e76d72470/virtru_sdk-3.0.0-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "163ec9f3159d663af5ae82f7f6fd0719dcbf00033a1aacdfe565605915d54f67",
"md5": "593bf5b8460d6fd0f41495ddca9c6d1f",
"sha256": "e92ba3d49e8438fea5cfd958d7e0066f8fe36b05b41e68821b6055f218a7f0e1"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp311-cp311-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "593bf5b8460d6fd0f41495ddca9c6d1f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 4996345,
"upload_time": "2023-10-03T18:08:53",
"upload_time_iso_8601": "2023-10-03T18:08:53.061811Z",
"url": "https://files.pythonhosted.org/packages/16/3e/c9f3159d663af5ae82f7f6fd0719dcbf00033a1aacdfe565605915d54f67/virtru_sdk-3.0.0-cp311-cp311-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4f5006ff63464a7e9b062adca97e26c562969e64d2514139c5a3c0f3dbf02513",
"md5": "ec75c8257508a16ba1997ec649e9d74e",
"sha256": "0352a1677381f7f6f3ec1e01b855b99941b57391a866e9c08c8cd6f807c95721"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp311-cp311-macosx_12_0_arm64.whl",
"has_sig": false,
"md5_digest": "ec75c8257508a16ba1997ec649e9d74e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 4391167,
"upload_time": "2023-10-03T18:08:55",
"upload_time_iso_8601": "2023-10-03T18:08:55.296576Z",
"url": "https://files.pythonhosted.org/packages/4f/50/06ff63464a7e9b062adca97e26c562969e64d2514139c5a3c0f3dbf02513/virtru_sdk-3.0.0-cp311-cp311-macosx_12_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f02cf96672fac1db0ae0be0713c57b68947f39c8c3d277254e8302bc11f6fd1a",
"md5": "965162b0b670e3fc7f9da2ca880ba122",
"sha256": "63edf51b8cba78cd06c145b4390efbbf0ed31dad21dd60c6bb35176f3e87a313"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "965162b0b670e3fc7f9da2ca880ba122",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 8602154,
"upload_time": "2023-10-03T18:08:57",
"upload_time_iso_8601": "2023-10-03T18:08:57.891547Z",
"url": "https://files.pythonhosted.org/packages/f0/2c/f96672fac1db0ae0be0713c57b68947f39c8c3d277254e8302bc11f6fd1a/virtru_sdk-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6be0cb147a62ac6198b63e3568b6807ecc02dcd79368986e416db774b8393255",
"md5": "58dd56669c180e174efc4c6bca4605a6",
"sha256": "0bf73526a7c0fb1e890467a06c521d3581885549000f0003ed1cc0c3d244ddb3"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "58dd56669c180e174efc4c6bca4605a6",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 3519654,
"upload_time": "2023-10-03T18:09:00",
"upload_time_iso_8601": "2023-10-03T18:09:00.500981Z",
"url": "https://files.pythonhosted.org/packages/6b/e0/cb147a62ac6198b63e3568b6807ecc02dcd79368986e416db774b8393255/virtru_sdk-3.0.0-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "01486eac1fa7122e2a71b25fb6ce945268fba8a858cbe3c9dad5b9083618283d",
"md5": "fddda3079df3c473ddc0940a60c7412d",
"sha256": "e2094d604518f9ac374e47e5e07ce6cec2245d1e08d3787595187f3717199e9a"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "fddda3079df3c473ddc0940a60c7412d",
"packagetype": "bdist_wheel",
"python_version": "cp36",
"requires_python": null,
"size": 8702654,
"upload_time": "2023-10-03T18:09:02",
"upload_time_iso_8601": "2023-10-03T18:09:02.773577Z",
"url": "https://files.pythonhosted.org/packages/01/48/6eac1fa7122e2a71b25fb6ce945268fba8a858cbe3c9dad5b9083618283d/virtru_sdk-3.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c1d3a7f83dce0919cb4f7c1f8c23580633a77bc3c333e80ad143e1d17aa971d6",
"md5": "c1e8d63dbd9023a83e0f25ee223a82f5",
"sha256": "d1b666f79a4a1866b809a372f5bbb40bfd0b7613ec311ec5096617dc5e8f1ffc"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "c1e8d63dbd9023a83e0f25ee223a82f5",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": null,
"size": 8703110,
"upload_time": "2023-10-03T18:09:05",
"upload_time_iso_8601": "2023-10-03T18:09:05.164616Z",
"url": "https://files.pythonhosted.org/packages/c1/d3/a7f83dce0919cb4f7c1f8c23580633a77bc3c333e80ad143e1d17aa971d6/virtru_sdk-3.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7940973a3ae332037d37115256fb0b4ecd81f76342f87260bdda4e2403f8952c",
"md5": "b0aa3ab128f2671e038417b89fe64a66",
"sha256": "8d3ac01f82d19d9d8b8016a4efc8f5917658da3df57962d2006ef578e5de2960"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp38-cp38-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "b0aa3ab128f2671e038417b89fe64a66",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 4995058,
"upload_time": "2023-10-03T18:09:07",
"upload_time_iso_8601": "2023-10-03T18:09:07.265990Z",
"url": "https://files.pythonhosted.org/packages/79/40/973a3ae332037d37115256fb0b4ecd81f76342f87260bdda4e2403f8952c/virtru_sdk-3.0.0-cp38-cp38-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9b779105a75aabfb95cfdb7ffe449d9288f6041dc65ba4171ce7ed037e0c61dc",
"md5": "1ef9fee461f3384066f24af0ec060e20",
"sha256": "440fdff73a3af82fa4fdf5c452e8ae72d86d7699fe6305282cec9f30a99d5724"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp38-cp38-macosx_12_0_arm64.whl",
"has_sig": false,
"md5_digest": "1ef9fee461f3384066f24af0ec060e20",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 4391196,
"upload_time": "2023-10-03T18:09:08",
"upload_time_iso_8601": "2023-10-03T18:09:08.810212Z",
"url": "https://files.pythonhosted.org/packages/9b/77/9105a75aabfb95cfdb7ffe449d9288f6041dc65ba4171ce7ed037e0c61dc/virtru_sdk-3.0.0-cp38-cp38-macosx_12_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "001f9270af09a3001dc9e981090cfc2ccc53913eb58d07305153e19a7b464eb1",
"md5": "f56aaa181915d9e3552aca83f928e27d",
"sha256": "fe5a94804f8e821e1b2b2d8e9f53fd0b833957dcb038b7cc84a0ff4a2ce77326"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f56aaa181915d9e3552aca83f928e27d",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 8589194,
"upload_time": "2023-10-03T18:09:10",
"upload_time_iso_8601": "2023-10-03T18:09:10.423764Z",
"url": "https://files.pythonhosted.org/packages/00/1f/9270af09a3001dc9e981090cfc2ccc53913eb58d07305153e19a7b464eb1/virtru_sdk-3.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "860c90a8c9756a5929fecce2cd9e4ab71cd5f33edc16c54eccf17f37dc07705f",
"md5": "22946e3a107a97269a0157016672c5e7",
"sha256": "2b06a0d20e9c065df599b520c2cfb8b2ac7e1832c034783cb720069984d86fdc"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "22946e3a107a97269a0157016672c5e7",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 3519981,
"upload_time": "2023-10-03T18:09:12",
"upload_time_iso_8601": "2023-10-03T18:09:12.559665Z",
"url": "https://files.pythonhosted.org/packages/86/0c/90a8c9756a5929fecce2cd9e4ab71cd5f33edc16c54eccf17f37dc07705f/virtru_sdk-3.0.0-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "76e3dde8d6398b257f971f63c19787674f2e8db23a903df15022afcbcea3036f",
"md5": "0d9db845087aa5a07602852dc6225d24",
"sha256": "392dc919b6817c56adafca338e1efd285606102c909780a34e3903fd97be3866"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp39-cp39-macosx_10_14_x86_64.whl",
"has_sig": false,
"md5_digest": "0d9db845087aa5a07602852dc6225d24",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 4995398,
"upload_time": "2023-10-03T18:09:15",
"upload_time_iso_8601": "2023-10-03T18:09:15.091484Z",
"url": "https://files.pythonhosted.org/packages/76/e3/dde8d6398b257f971f63c19787674f2e8db23a903df15022afcbcea3036f/virtru_sdk-3.0.0-cp39-cp39-macosx_10_14_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b3f71eb4f5fc26f57cc3bca68042fc0198ad655860bae85c2c9cf64c17d50618",
"md5": "fc27978ff3201e70fcc9c338023c4ed9",
"sha256": "69380c5e30134f789a5b18f4c92919f1f79ad89fce9688e948cfd05ee406b1ef"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp39-cp39-macosx_12_0_arm64.whl",
"has_sig": false,
"md5_digest": "fc27978ff3201e70fcc9c338023c4ed9",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 4391110,
"upload_time": "2023-10-03T18:09:16",
"upload_time_iso_8601": "2023-10-03T18:09:16.780659Z",
"url": "https://files.pythonhosted.org/packages/b3/f7/1eb4f5fc26f57cc3bca68042fc0198ad655860bae85c2c9cf64c17d50618/virtru_sdk-3.0.0-cp39-cp39-macosx_12_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2129ddef05269bed488e8c4ddf8c06983cd0e8e1dc1c6723ee364421fbb3c241",
"md5": "4a3f5440542b35e879e2944e9cf7ffba",
"sha256": "6d4f230699160a2d52dabdf5693df8cd028c3191bd5a69fcbcdfd6b18095bde9"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "4a3f5440542b35e879e2944e9cf7ffba",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 8574007,
"upload_time": "2023-10-03T18:09:19",
"upload_time_iso_8601": "2023-10-03T18:09:19.060989Z",
"url": "https://files.pythonhosted.org/packages/21/29/ddef05269bed488e8c4ddf8c06983cd0e8e1dc1c6723ee364421fbb3c241/virtru_sdk-3.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "306ff029e214f0f26de9a766fa12edc89c8837af764ec457e1fbd0e6ab6841a2",
"md5": "46213123f6cab48b7ec5fdfae0ec0c9b",
"sha256": "b41df48682c5ad158fb6b6c2a445dbe82fd3203e1b0d85dc5b48930a2ec19de2"
},
"downloads": -1,
"filename": "virtru_sdk-3.0.0-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "46213123f6cab48b7ec5fdfae0ec0c9b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 3512824,
"upload_time": "2023-10-03T18:09:21",
"upload_time_iso_8601": "2023-10-03T18:09:21.583609Z",
"url": "https://files.pythonhosted.org/packages/30/6f/f029e214f0f26de9a766fa12edc89c8837af764ec457e1fbd0e6ab6841a2/virtru_sdk-3.0.0-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-03 18:08:44",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "virtru-sdk"
}