Skip to main content

Native screen capture module

Project description

nativecap

Take a screenshot with Python, natively, using a method based on that answer.

Setup

pip install nativecap

Usage

import nativecap

# outputs an array containing pixel colors in the BGRA format
buffer = nativecap.capture(top_left_x, top_left_y, width, height)

Example

import cv2
import numpy as np
import nativecap
import platform


x = 0
y = 0
width = 640
height = 480

buffer = nativecap.capture(x, y, width, height)
image = np.ctypeslib.as_array(buffer)
image = image.reshape(width, height, 4)

cv2.imshow("image", image)
cv2.waitKey(0)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nativecap-1.0.1.tar.gz (2.9 kB view details)

Uploaded Source

Built Distributions

nativecap-1.0.1-cp38-cp38-manylinux2010_x86_64.whl (8.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

nativecap-1.0.1-cp38-cp38-manylinux2010_i686.whl (8.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

nativecap-1.0.1-cp38-cp38-manylinux1_x86_64.whl (8.9 kB view details)

Uploaded CPython 3.8

nativecap-1.0.1-cp38-cp38-manylinux1_i686.whl (8.3 kB view details)

Uploaded CPython 3.8

nativecap-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl (3.6 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

nativecap-1.0.1-cp37-cp37m-win_amd64.whl (7.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

nativecap-1.0.1-cp37-cp37m-manylinux2010_x86_64.whl (8.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

nativecap-1.0.1-cp37-cp37m-manylinux2010_i686.whl (8.3 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

nativecap-1.0.1-cp37-cp37m-manylinux1_x86_64.whl (8.9 kB view details)

Uploaded CPython 3.7m

nativecap-1.0.1-cp37-cp37m-manylinux1_i686.whl (8.3 kB view details)

Uploaded CPython 3.7m

nativecap-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl (3.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

nativecap-1.0.1-cp36-cp36m-manylinux2010_x86_64.whl (8.9 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

nativecap-1.0.1-cp36-cp36m-manylinux2010_i686.whl (8.3 kB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

nativecap-1.0.1-cp36-cp36m-manylinux1_x86_64.whl (8.9 kB view details)

Uploaded CPython 3.6m

nativecap-1.0.1-cp36-cp36m-manylinux1_i686.whl (8.3 kB view details)

Uploaded CPython 3.6m

nativecap-1.0.1-cp36-cp36m-macosx_10_9_x86_64.whl (3.6 kB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

nativecap-1.0.1-cp35-cp35m-manylinux2010_x86_64.whl (8.9 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

nativecap-1.0.1-cp35-cp35m-manylinux2010_i686.whl (8.3 kB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ i686

nativecap-1.0.1-cp35-cp35m-manylinux1_x86_64.whl (8.9 kB view details)

Uploaded CPython 3.5m

nativecap-1.0.1-cp35-cp35m-manylinux1_i686.whl (8.3 kB view details)

Uploaded CPython 3.5m

nativecap-1.0.1-cp35-cp35m-macosx_10_9_x86_64.whl (3.6 kB view details)

Uploaded CPython 3.5m macOS 10.9+ x86-64

nativecap-1.0.1-cp27-cp27mu-manylinux2010_x86_64.whl (8.9 kB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ x86-64

nativecap-1.0.1-cp27-cp27mu-manylinux2010_i686.whl (8.3 kB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

nativecap-1.0.1-cp27-cp27mu-manylinux1_x86_64.whl (8.8 kB view details)

Uploaded CPython 2.7mu

nativecap-1.0.1-cp27-cp27mu-manylinux1_i686.whl (8.3 kB view details)

Uploaded CPython 2.7mu

nativecap-1.0.1-cp27-cp27m-manylinux2010_x86_64.whl (8.9 kB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ x86-64

nativecap-1.0.1-cp27-cp27m-manylinux2010_i686.whl (8.3 kB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

nativecap-1.0.1-cp27-cp27m-manylinux1_x86_64.whl (8.9 kB view details)

Uploaded CPython 2.7m

nativecap-1.0.1-cp27-cp27m-manylinux1_i686.whl (8.3 kB view details)

Uploaded CPython 2.7m

nativecap-1.0.1-cp27-cp27m-macosx_10_9_x86_64.whl (3.5 kB view details)

Uploaded CPython 2.7m macOS 10.9+ x86-64

File details

Details for the file nativecap-1.0.1.tar.gz.

File metadata

  • Download URL: nativecap-1.0.1.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.5

File hashes

Hashes for nativecap-1.0.1.tar.gz
Algorithm Hash digest
SHA256 f17db3cfe987d2db70f40ef134fd944aae289c2dff4ecfc0d89ddf403eb813f6
MD5 3f713476147bdfe2259a808ee2243a8a
BLAKE2b-256 063902e97574cdd8ce2c73d2eabd907013ae95724635c4703d8dbfffd2d659fb

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 917fcece1afc5a30f6eda60081530951489e37f5c5f1d6644a6259405112965e
MD5 51f0329c7c391e050bae9005c3c58687
BLAKE2b-256 a2268c6f52b180c2d90d26f8705b9555a9f18ba74851ac5af1e87dffa8781f9a

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4840518dda53ed463767edb32ce637788261967041e5b74277ace356321e6819
MD5 76bead397771701751e8c8a2f2b7b977
BLAKE2b-256 1aba179eabb127e6b2be695bc14cac5f0149ab2c3984e3f92229162ec8aa2a5e

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1a5f65aa7b5fe5fd0df91f74e5d90f54faa6c254904a5756e2be235adcc242b3
MD5 5fd35b646aa3d3e5c4933e178ed52f75
BLAKE2b-256 881c1f2e5e79acc66248506996eb10b81c40c3bc61cb7f3a7d2aeb82262a9991

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 924884a0eab1c81bd900f15c80fedc7036754b59836bcafe10015109e76cc20b
MD5 5fe90407d2a01aff588900f4b3d7f18f
BLAKE2b-256 aeed1ed73c4ddb8d698252d4808104e392bfa740f8ce3fa85bf75c499205ce0b

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for nativecap-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8bc5ab0775027fc6d01866aa946be9a3a779452565d02a899160ea36f96d6342
MD5 8ec8c29b1baf9ac76dbdcbf4cd733f45
BLAKE2b-256 09e270a7b2ebc481a9171739faa03716008f74d855247007237beaa41457148b

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4

File hashes

Hashes for nativecap-1.0.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 93390622fa040257f5082a8a4229519319252a7a8e8ea849ea235fc42d032e96
MD5 06468a0500ef34d05d2e44d36f4d88f3
BLAKE2b-256 4bcfbcafaeb8a9daec20eec57c1acdbeb781f8376bab391dc839e782b7e2bf44

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 20895a7b8d80c1072788ac480431eba016edc427cb369e98d74e765cca4c65cc
MD5 c40de3d2d26f4254913929884959085d
BLAKE2b-256 543f7afc370c3771fc0421a84f74e8af340458c3fd36a5712878ce9beb9c3862

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6d02be273a273c26383925e1be16cd02f692c56961d1fbda8842760f25fcc295
MD5 756b712b3395e9bf2560e51bce809049
BLAKE2b-256 90a7056d6cb1f26157450849b5c1a2704851f088bb13ba4c7eb3c3b0e0b45bd0

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 3e8244eebf782c2af304c97683fe0ee8b57e163f835ec722b0394525519213b5
MD5 e4bb206a5537fde469936d564a6e4063
BLAKE2b-256 267ad0de77e8ee69637408e8ce616352c185b728e2eff1df8b5885b1a61cc26f

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b23d1cc516af323131f718bf6a1fc3c299a0d6ff05fa69359150af956e75a9c6
MD5 f6ec6d4c05bf2ccff78068a9d05029e3
BLAKE2b-256 e1a02c5cf59ba4bd6fe05feed0398de35739fc8f9393e7dfd4e4658fe1d29015

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for nativecap-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1ccb8b28674c969c27f14d6685023a8bdf80d8c5619109616db36fe29e53313c
MD5 75088629cc216d577e5be0a95c1f45fe
BLAKE2b-256 415aec59b2fead87f6cae4aa4d42e1fb3349d0fd89d17e64fe1b0ee7dd1f669c

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e67c94b4d5df62c18185d3d3885e16c1d897d7b08c6f24aaeaf74e4dbcc96241
MD5 744cead99d0141eebe72781838a10fd6
BLAKE2b-256 11105d873bf6bd2e32793a9976923d59aae00ac2766262720c579d28b22b4217

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 310e798e513b3494a7dc7138e79ebec691df0e1100b25e16aa7cf6eb29ea3025
MD5 016e1dbeadda828f5a80c51d4d78d1a3
BLAKE2b-256 476878fa4707f6a1bb09d1afe684049f4f15daa88d7f35d48a3eaddf9c14e358

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4c1d2f1cd78925da3243df684a9c22905b34b6a0a980bba13c026cf8ef4fe513
MD5 91b9a178b809115d4f42bdab0fec5f5b
BLAKE2b-256 8fb5621ea7a199be7335091d7d783c0fc2a50b01f95548268fc6c8541cd7496d

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c590eb1724500ada487ef8fd49dcf3eb4fcc2017b417243a1de334416f4623c6
MD5 ea8fed26439c4bab22c79e4c71682777
BLAKE2b-256 d60a888d28a276351f817c85d0493319092a45aa56d4122108698c681eedb9f4

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for nativecap-1.0.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b7ddf3713ae73bb8c93db846e855e1afb6bb66fde1ba1d388ba8c92146625e0c
MD5 3ac3e03f72beb81898327b16f9576c45
BLAKE2b-256 34e9b4f80c6bc144c666da14f3197b3214d569b3e5e0d8c2c6de0eaaac03cc5d

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 b28a4cac1f249989712e9ff3c9295a12d5ee254759819c02f6588352c4be9ff9
MD5 12642a8644408ded56c4746a98ab8462
BLAKE2b-256 9b964766784654a8a0be51dc628743ab54ee8bd39a63a635abbc0161cc18f603

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp35-cp35m-manylinux2010_i686.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp35-cp35m-manylinux2010_i686.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp35-cp35m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bdff14419cc4b118f281c0e982fc672565175128ceffdd48bb686a2b84ee255c
MD5 433a69690069a76950b9fe255992af1b
BLAKE2b-256 10909284a4b2b7db859ed78f91706a92ac6600aa002c8b9fb24e42195562489b

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e33c7ee5dec18a044dc6356fa8a4f2b4f862e7d073f0abdbe1d257843a73be22
MD5 682fc67d08d56c5b307a46622da1bff6
BLAKE2b-256 936a983a3a8d4ca5a893ed5c6d1dc23947c168e05dbe78c8c7727128a1dd2898

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1e3b79dc52b3e25b2c0ba4a3bef2cd5861503151b32b651ed268305873aa6941
MD5 d031dcac260e21d9543d23eecbe1aa86
BLAKE2b-256 4b9dce1360d6e96af6e99632799900fdcbed5daa16a89fef1e218a0cf9da5a6b

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp35-cp35m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp35-cp35m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.6 kB
  • Tags: CPython 3.5m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for nativecap-1.0.1-cp35-cp35m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 570f371df7b879a3c335a756296ec97a849edee09b0bca95cbca4bbb126f489d
MD5 2b408df8ac7fb3703d56798baaf2cef4
BLAKE2b-256 a211112b2f8970cdb0923ca0560ed27e05e5b5f0e3acff569944d33986f6dab4

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 6c0aeb5644e902e64876dd3b8afbf0524188231ad38ce3e3da572d388c1608d5
MD5 b7f8539a8b9fe295cf5d648d0ea9cd41
BLAKE2b-256 a5db736e0e11ab91d53bc34a03ff18795c1adbd9aeb6a4a629df55e0a6c6b340

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp27-cp27mu-manylinux2010_i686.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 516b7f3eac52edb6f57d9f0079587bc82c1f9ffa80cbcf9732308fddc567e408
MD5 fae9a77f303f53499ec26ffd44edfff5
BLAKE2b-256 ddc35063f86509685457546d219cb0722c580efb01123d60fda14ce790c77741

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 8.8 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b4a57db7ebf00d1e158c2a3c7d1af61e77062be39d1cf8b995a61ff8565342f6
MD5 830d409bb3524b874a9f233c2b6a83e8
BLAKE2b-256 b36a6169513ef49343506c351629653d62af4739c78ef4e46c704b6f74795a51

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 cfe819a3a11ab3d3a0a91201238381117bbc1d3df6f5512ca629ef7649a353fe
MD5 c31ff69c5a7cf929d4ae38600046cb68
BLAKE2b-256 b5bea7bd5486f29b2594744a35b81fef05e16df8e714b53c225b0f989b0deb59

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8d8108ba92dc45bfbeb6709b61ea5f292f40d371e955a8529b4c14f34263404f
MD5 8eecd52f5b392e3f8c431dc2411bea64
BLAKE2b-256 d59190946f88417307a7ae0d68e87da4878a25830c4d813e223db7df95cf5657

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp27-cp27m-manylinux2010_i686.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp27-cp27m-manylinux2010_i686.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 33443f543baa12265bf5897603c98126b255b844f89971ea44f0e77fddc8c7f0
MD5 d2df5aa04dcb7d8ba4fcf2a193d88dae
BLAKE2b-256 b5c15bee360b1270c8cd89043e75e3a2fbd8ca349b772291b49cbf7b51c395ab

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 68ffe2c3bb5c6aadcd501a1017145894229c8d537106c293a13bca846f2fa814
MD5 a42a33d15f7e310612b986873a52bc9d
BLAKE2b-256 6f3c7cc2af2e94b2bf0ba1ba993f47d3b77ab00f98c885dd0650e1ab1b8671af

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 8.3 kB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.7

File hashes

Hashes for nativecap-1.0.1-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 629f4026a68a72933dfc617572f2898a5e779bd5a587116905f3958cadde8179
MD5 1ef8103843db932e129af8decd39370d
BLAKE2b-256 d90917268ee5d3dab2f083217299ab8f9a1cf543812fe2cae65a26be1670e250

See more details on using hashes here.

File details

Details for the file nativecap-1.0.1-cp27-cp27m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: nativecap-1.0.1-cp27-cp27m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: CPython 2.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for nativecap-1.0.1-cp27-cp27m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 adab8077aaa93ea1fd696dbc2cea0357a522d8882cbb33f962a20bbab440c395
MD5 f5be5a3cd243df93da28539920d49475
BLAKE2b-256 b1decc192363424655730c9962087420116592e001352a80052ef0737f65f9af

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page