Skip to main content

A python package for finding genomic range overlaps

Project description

a python library for finding genomic range overlaps based on cgranges.

Installation

pygros is available on PyPi, to install it:

pip install pygros

Usage

>>> import pygros
>>> ranges = pygros.Ranges()
>>> ranges.add('chr1', 10, 20)
>>> ranges.add('chr1', 30, 50)
>>> ranges.add('chr1', 25, 40)
>>> ranges.index()
>>> ranges.overlap('chr1', 30, 40)
[(25, 40, -1), (30, 50, -1)]

API reference

pygros.Ranges(intervals=[])

create a Ranges object to store genomic ranges

@param intervals: a list or tuple containing multiple ranges

@return Ranges object

add(chrom, start, end, label=-1)

add genomic range into Ranges object

@param chrom: chromosome name or sequence name

@param start: start of range

@param end: end of range

@param label: an integer

index()

After add new genomic ranges, use this method to build index

overlap(chrom, start, end)

get genomic ranges that overlapped with your given range (start, end)

@param chrom: chromosome or sequence name

@param start: start of range

@param end: end of range

@return: a list of ranges

within(chrom, start, end)

get genomic ranges within given range (start, end)

@param chrom: chromosome or sequence name

@param start: start of range

@param end: end of range

@return: a list of ranges

contain(chrom, start, end)

get genomic ranges that contained in given range (start, end)

@param chrom: chromosome or sequence name

@param start: start of range

@param end: end of range

@return: a list of ranges

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

pygros-0.3.0.tar.gz (5.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pygros-0.3.0-cp313-cp313-win_amd64.whl (12.7 kB view details)

Uploaded CPython 3.13Windows x86-64

pygros-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (36.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pygros-0.3.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (37.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pygros-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (12.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pygros-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl (12.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pygros-0.3.0-cp312-cp312-win_amd64.whl (12.7 kB view details)

Uploaded CPython 3.12Windows x86-64

pygros-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (36.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pygros-0.3.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (37.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pygros-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (12.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pygros-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl (12.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pygros-0.3.0-cp311-cp311-win_amd64.whl (12.7 kB view details)

Uploaded CPython 3.11Windows x86-64

pygros-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (36.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pygros-0.3.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (36.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pygros-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (12.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pygros-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl (12.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pygros-0.3.0-cp310-cp310-win_amd64.whl (12.7 kB view details)

Uploaded CPython 3.10Windows x86-64

pygros-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (36.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pygros-0.3.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (36.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pygros-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (12.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pygros-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl (12.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pygros-0.3.0-cp39-cp39-win_amd64.whl (12.7 kB view details)

Uploaded CPython 3.9Windows x86-64

pygros-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (36.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pygros-0.3.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (36.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pygros-0.3.0-cp39-cp39-macosx_11_0_arm64.whl (12.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pygros-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl (12.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pygros-0.3.0-cp38-cp38-win_amd64.whl (12.6 kB view details)

Uploaded CPython 3.8Windows x86-64

pygros-0.3.0-cp38-cp38-musllinux_1_2_x86_64.whl (36.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pygros-0.3.0-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (37.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pygros-0.3.0-cp38-cp38-macosx_11_0_arm64.whl (11.9 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

pygros-0.3.0-cp38-cp38-macosx_10_9_x86_64.whl (12.2 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file pygros-0.3.0.tar.gz.

File metadata

  • Download URL: pygros-0.3.0.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pygros-0.3.0.tar.gz
Algorithm Hash digest
SHA256 bea63d824872efd86fd155d396c3678f317277502e7bdd2a758fd5d15db0fbb0
MD5 166403dfa9daca1db0cd3d64f5ad9661
BLAKE2b-256 d24eb1604df340b110c76efaa55be1f9228f28d7274e5212b107080069253610

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pygros-0.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 12.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pygros-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ccb969ecfe501d1fb9030a2dc3f839f02637f3c39c81d0622093c94ffa942273
MD5 7bbf0c10c3b77ea18a1251b619ebbbd5
BLAKE2b-256 74333c8f5731a44c41d7bd794ad244f88bc550da427c42a60dd545c2afb948c1

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3ef48fb0176dc8e55cdfd26d66eec268c69e5d18af6f4fe78b68813639f861b4
MD5 e2037d53736b94d14184b1c9cbc5f0c9
BLAKE2b-256 b2627808f108aa8f31740655b8bba0a4b2c8bb4c8e945617473ca20f26cdf4dc

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 20021a53f837a6798608861fb3334482cd0d568380a1a77ef43ec3511e646cbd
MD5 5e8a5c163c0352bb35c1988bef7a86f3
BLAKE2b-256 390b67ad3e39557ae5437a7bb5efa315eeb72ad9a62441acf8cc86f574fe09da

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 40af5a7670ce0372745e65b7c383e3e2462b9a79413285907692f778cae22e14
MD5 298ac18ed156a4d362a26544b6abb787
BLAKE2b-256 ac5ce9f974fefc0d7fff538821064f5b70ad0fcd7d87bdba6420ed2f3dce1682

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7d884f05f04a800a162617014ed94853cdedc51cc0c38205125b0bc4f194a79e
MD5 a7e13bcfe5e70d792a7e3fa22592967c
BLAKE2b-256 5eaf3ba5f5bae341abb1cc56d7d19731561439ba4b8a10ed87e4804b40a9a776

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pygros-0.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 12.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pygros-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 66315e92903d38c73d54168ece05a97c73aa3bbe5cd7883769f806056a97ece0
MD5 6258d99b919ea52f09b9c2caa49a0c57
BLAKE2b-256 91ee48c72d7be27226ec34e1d361293ce4e14fe8c7d6f2a5a539de483da8b0d9

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f8ee9541652701cd09b977a0d482e5aff6772c32e44ccfda9db9cdd4d444891c
MD5 0cdd8c2619efc9a59971e5d808c20099
BLAKE2b-256 5331b705322de35fccf9631fbfef327fffb325cfe41832916bfe91f2d5f83985

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 7cc61824d14655ffb88f6253e71058f743f1708fe69b9c9d9b6dae88794e2a5d
MD5 9768da023d764609f6cdf1b25c262099
BLAKE2b-256 d9851e7955172782e63360a5d35c83dcadc83170e6e178304cc2eacf95da677a

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b014d2bbe85bbd91f09802e46691b330a7e30533973314b573c7453294c7c949
MD5 2770fe34787dce034f6fafbc01d59484
BLAKE2b-256 f7b7afc1ad703da14d599278882ecdd176811fff2c5a201a465ed78d01424435

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7fa910c164bc57ca415cb5c3a34d6652d96c12062ac8197f804683a4444d13a1
MD5 1290b5f57fb7a754cfb6ce4e8304210e
BLAKE2b-256 cabf0247b82fdcb30c637f189680acbd8c5f8e8352272ed901a37c45ac1647d7

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pygros-0.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 12.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pygros-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 96cab1572b9c477c59a4320a4a7b33161b832d4e12689733b968b53fc68e91f1
MD5 6ca2fc4f43f580722d25fb3c17abf346
BLAKE2b-256 60e420edb76b1c35fd4ea6fca7cf3619a141d72ebe3b95289d46e64fa0c69c40

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bebd397fc99973c83954714f189ca2faf837e5780e7d2dde564b0a2b2ebf15a2
MD5 dbf01a60b6ec1fdcab2ac1045d45310e
BLAKE2b-256 0ee7f300ad247bf727ee19ce6ef189a3b4a6665039c09290c59e4be37fd2b87a

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ef823f8b80e61e5502c5f0ebb7c0a4ce368b67a9ce61dbbfb238a50b1f1c466d
MD5 dd36edbe08a001d2d0fedaa1a659b309
BLAKE2b-256 7c3e64eef9c7935b81e59cffb9cb267b8240ab2ad08edf88878a56c698ea9ecb

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2ad030249e3288442c535172c811d1ecdac528100efe4d52a2fdad316ac91784
MD5 89e45b5e3197c83e28eeff690099f5c7
BLAKE2b-256 ead61cb5420b0d7d5695cd05168506236d30da1e3a13614538c74f1bae468b69

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c284cce14579e0d519a225b54a920618cc899fd2aca4da8dfd58d7c66f4ffa4c
MD5 e25cc767f01be8beae5adf0a3df25a28
BLAKE2b-256 e07d73d04c21de852000e045894037759f680beb1810a16b0572710e018c1b86

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pygros-0.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 12.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pygros-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3d9035e85f8e2220d7082a67a4d404d2faf4872492272d7f334f86e91f54b60e
MD5 e9ef13ef04c25f0a9a6cf76eb9bfacca
BLAKE2b-256 69307bc4a1d9c37a2bd806b6d25677aa3eeec84a0a8af5c14579a5b8c58b4650

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20b3d4ae8a5a7ae2ab8dc7bbc1ebc4e7206678727033ebe1e02ad0efe167ce12
MD5 bd1ca6252a8f12460c4d082ebbc33681
BLAKE2b-256 e6afb7a4b8c1b8ce42aedec43258b55d7e8c66029ac22535c9ee4164f2388b3d

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 928d6fbaaa138eb3270083ab9859a2e14fdfe90dde7da81b5646f8c8a0516fcf
MD5 a72ed26cd28edab639fe0c9111f4b968
BLAKE2b-256 07e7f1a07b52d903e1e3d56f079947dadf170d90a565310afdf277af9d07d36c

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d7b3369e4617ef3537b8f25af9cd572970513f5b96d6dcb472c4d11c5c98553
MD5 4209f0cbd20382f297ae3308a28e5b9a
BLAKE2b-256 f1a43de99db1211f766249fe31bc5e85012da69161eff5a248f794f003918bc1

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1b96711067f4143c27c5b8e7a828ce179a7e7109c1e8001d39fb43eeb4d818fa
MD5 0a3c793f73f1d19d10b16005af4203a6
BLAKE2b-256 562ef0eaa525a06de55eef37bab00861bec23abc9fb4d9a59f5b60c21b6169f3

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pygros-0.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 12.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pygros-0.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b65bbdcbe7b9442beac3f31102da349d327f6932a1be0adea9a6e349cc7d8088
MD5 6897edd83edf60138f076ba5cbc6b4fc
BLAKE2b-256 915bdee160b8e3017743c73c9179f70a762f68b5e92e61767388ae4d501e6bb0

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39c0f18a4513dc576b92a6c1143a16cacf41dd46a15554be7595a5478fa806b0
MD5 8ff33045475ee8fd03f0c60b8b49a486
BLAKE2b-256 0828d526ec81a37d62338fc13a0016d43b48e0999843cff526672ce2dc354e50

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 40eb19211721ee509d1c69fb50125fdbbd8a2d930c88dc753a0e7ba90df6297e
MD5 22ae445b95bd4fec5843ea4d8afc3bd1
BLAKE2b-256 46ec65c43316c06f1a9893dd175cbbb07f2a0acfff56699e6f6c5ed3678af436

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 810180f697585f4340ff4dfef0572172718e5344ed68b38101a0d23f6128d66a
MD5 67198f26dd520d73d6d847e082756426
BLAKE2b-256 2190c76bae7697ee8d27d12daf07c803115b74e6b34a56c10541b4b3642feab2

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d16aa1f2f0927163cc0a15cfe8f863650d17a0328a4f432c5e4b80bc90801045
MD5 605fd65a17e64aac4fc1f8c3199feab3
BLAKE2b-256 f1c94f25925f7b2975fa66366db7a1429032cbb18a904092d4a947678e9dddf2

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pygros-0.3.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 12.6 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pygros-0.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 03031c1f664becd0ac828d2b6992911d4e12c935b04a57e7363c156f897f7773
MD5 22cb5647ee692e35f01687e3343ae7d2
BLAKE2b-256 dbac9699e25cc1dcf1a2c7b52cfd7fd2f8fb197b7991156834d55e5be38ce04f

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b82eefbb9eee287f7fa485f53e065dd3e5b1aa2c7765fb22d191d06439daa190
MD5 8b05c027878f1459558afe326ba2361f
BLAKE2b-256 a1bff7a4d5edd9fca5c903f6d5abf0886f5256c46d9428ee2b340a53849ac7d2

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ae77c713a209d22fdd58a0f881e4f0c889ce3a7dead3bcdec66079e063d36826
MD5 067e13df5b33cbb27e511ed2deadee59
BLAKE2b-256 ee57a2fb423d78143f897c78c1cefc643d10e32345bde9a8d3ca4326817cf340

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c7d41d65f97b66f37116a3cb9359796085e7e7ea4b5aa3a497a6f7eb989226e3
MD5 420f8e97cf13a17c6d53e665d4f08383
BLAKE2b-256 7ffe31cdd7488a52bf8973209926e2ba5d4c8d2a63f5be189c80e8ad4fac614e

See more details on using hashes here.

File details

Details for the file pygros-0.3.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pygros-0.3.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b9754a26cd9e3091326a55593ad2af24cfb9b3441140179ffc644391c449ed13
MD5 f7bd71ed1c56ba4e1ea623523c78aa5a
BLAKE2b-256 baf76c9cd8f71282ee4370206219516a18820560e8211bdac6706a3929783ab8

See more details on using hashes here.

Supported by

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