Decompress DATASUS's dbc files into dbf files
Project description
datasus-dbc-py
Decompress *.dbc
files usually found in Brazil's DATASUS ftp server into *.dbf
files in python.
This are python bindings of the sibling library datasus-dbc which is written in rust. This library should be compatible with most platforms.
Instalation
pip install datasus-dbc
Examples
To decompress a *.dbc
file into a *.dbf
use the decompress
function:
import datasus_dbc
datasus_dbc.decompress("input.dbc", "output.dbf")
If you have a *.dbc
file's raw bytes, you can use decompress_bytes
to get the decompressed *.dbf
raw bytes in memory:
import datasus_dbc
with open("input.dbc", "rb") as file:
dbf_bytes = datasus_dbc.decompress_bytes(file.read())
print(dbf_bytes)
Reading *.dbf files
This library does not support reading the contents of a *.dbf
file, but you can still use one of the following libraries: simpledbf or dbfread.
Found a bug?
Feel free to create an issue here if you found a bug or if you want a new feature!
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 Distributions
File details
Details for the file datasus_dbc-0.1.2.tar.gz
.
File metadata
- Download URL: datasus_dbc-0.1.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88a26544adeebbae622f9b5eb867a4e58478379860616dce971210188c3f2086 |
|
MD5 | 8123c0cc4bbaee80574652737a9ef26c |
|
BLAKE2b-256 | e1b9fc0d8d97c7b9173c0c531314c32f3efb4109444af9b24475c1463d188e40 |
File details
Details for the file datasus_dbc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aacfdb207691ac19b8c6e1a2d5ae742993e0d156ad6e6b644b38b880ccc55f8f |
|
MD5 | 1f78ab9605ca22a0a8d5bd492cb35065 |
|
BLAKE2b-256 | 684142a754f386d6025d3923272d40bf1c2069e1ba91780001cf3dd9f0b7c8ad |
File details
Details for the file datasus_dbc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41d1b60fdfa44c0a0dd51adeb9865c1b3a6b83684668aab08191a924efdcabee |
|
MD5 | f3c221d00152eb0fcf832697a6961180 |
|
BLAKE2b-256 | a36f9aa7eb4e086cd2ccfdc75fe17f7d86cb14d753eb71e4d48c27f59b432209 |
File details
Details for the file datasus_dbc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 509e2d2a4c7cc83a3ae06d652fd12342ab8ab3b66dc897b410c9918b5c915ae2 |
|
MD5 | 5ae2582caf2d8b904f670e8fc7afc038 |
|
BLAKE2b-256 | 250fe590eaa227f87aedb881429a985352e9c5952300be80d4983defbb0339b4 |
File details
Details for the file datasus_dbc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a15254229e3a21472d4e8aa612df62dc853ebb2721748109b4c204019a36c135 |
|
MD5 | 65a17494cb2e91023d2798366756319e |
|
BLAKE2b-256 | 0cfc9fc9c4010ded2d0b2dd1109a3c9dff0096c7a7d39a76ad9b2780ceee233b |
File details
Details for the file datasus_dbc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 991.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db21ed92ba74c1075ed29eed1eb6345f5272e96b248a9f731ce43ced686e7c8f |
|
MD5 | bc5c53d1ccbeaa0a1c9e6c399616dbea |
|
BLAKE2b-256 | 352a73d1b85b2057b77f9cb69cd18a7efffe6f3b32a6a6699f8d1cd661131744 |
File details
Details for the file datasus_dbc-0.1.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d99d6cb3712f74767b786d55fd56967b5c7793ca4cfcf1fd0fbdf00ca19e004 |
|
MD5 | e171d39ceeb46da12c97ccba722482f3 |
|
BLAKE2b-256 | ca38abe3ae2735f0a8d86813ed80956f074a37afb3b5800748004d277c03d272 |
File details
Details for the file datasus_dbc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be8fbd8b4d4805e12c3f2f6d003d3b84d8223ec6a5739b2b47a6433d921cb632 |
|
MD5 | 71453f5643ec90e55054cfbffd434b41 |
|
BLAKE2b-256 | 973d6703419964aee87d26bc91226204e538a97fca71dd8d9144f8153fb30fbd |
File details
Details for the file datasus_dbc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c529acf7e0b816bfe36aa998271e25d943846e31a9ee3099f7e32d64cc2d486e |
|
MD5 | de369d59cec333792bdc672bd011ee92 |
|
BLAKE2b-256 | d33a8de210eb82891807ac37903e1ebb5d9bcd42b76efe40e631831b4a83ebf1 |
File details
Details for the file datasus_dbc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43ac857447da24208f847faaaad179824353eae155f2044a982d7d3ee6f4f49c |
|
MD5 | 99ac13a4698e95c0c4847a8602ff52d7 |
|
BLAKE2b-256 | e15ae6292baa7c75beccf015f56c08b436d706a0c2b52d1073c6782572b19c81 |
File details
Details for the file datasus_dbc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33aabc736d55ba47b87b7ebac4f68519ba28b6e0b99225f9618e49960fa0347f |
|
MD5 | 3e1234d936f1ac175752ca344c3517f3 |
|
BLAKE2b-256 | db23253fa1c6cd3f63a6fb6cc9b31c270b51535ce3d55ef1a86e798ad43ea9ed |
File details
Details for the file datasus_dbc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 991.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b71c972dc4fb265f9e740fb9329422ba652de5f0d6bb374e94a114c021b3b833 |
|
MD5 | 8cd5f5c99c97b60a799b1af9083e445d |
|
BLAKE2b-256 | 525f1ee8dd2272b184a2a37e04d80f0c46b29dc4f236ad32cb647554089e10d1 |
File details
Details for the file datasus_dbc-0.1.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a72f2e27a7146c96a89538e6bdf8c3aa19f67cb5ea6f6e204581968208618a3 |
|
MD5 | db40b9e595c43f9eb569e99ce90a2d36 |
|
BLAKE2b-256 | 1755664b57b702f776cabae2913dfa9a5806d9e7770402194e7316a6d69d5dbc |
File details
Details for the file datasus_dbc-0.1.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81ea09836f526c2a57c04d789e76fe6504113b744f9cdc8165e0e600307e228c |
|
MD5 | 0dc1975bca34b6914e0b11ecfcb1cc0f |
|
BLAKE2b-256 | dd5875aa3f65a066624c99efa2fcb8d369f412aff11740bc3d4a6cbc7ddc3807 |
File details
Details for the file datasus_dbc-0.1.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1acc731c0c4963e5a81c3b476761fbb8af351f3b0710ccf2365d277698149e71 |
|
MD5 | c57c85356ddbb4a2d40a938748d4e899 |
|
BLAKE2b-256 | d9d6ef9ab4bd48cc8a561af66a649c157111294a5ae7d0f312c9282254e293bd |
File details
Details for the file datasus_dbc-0.1.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bb96075de463abcd0e2ba714929b98d34f82f520188bc2c032727f4c1eec96f |
|
MD5 | fc1389de8c7d27bd7991c9bebae7358b |
|
BLAKE2b-256 | 5cd204ad1efc1cf490a60159262032287deb08b7d0fb700edc6784491239ecf0 |
File details
Details for the file datasus_dbc-0.1.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8b9c619d6384f4247ec2458c76bf36e3bb241b25ea8604ecb21407d281a82af |
|
MD5 | 0da50d78bfbeb039d7d1da56ee0b57ad |
|
BLAKE2b-256 | af7ad71d8224026046136eda16141f5c4600d8987ebefae58c25d193abd02bee |
File details
Details for the file datasus_dbc-0.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 992.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9da62df455a2593f04c349e63ab7a86ca06f6e675eb7564f39e41e02e30bca8 |
|
MD5 | 7cccb1bf1c2a528c404e44f1fbd8429d |
|
BLAKE2b-256 | decd58f3548e6bf9b8daf0795912924aa4738ed9b4083ff4767ef48ea1aec22b |
File details
Details for the file datasus_dbc-0.1.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5c7c1187bd20b3e34dfae30db75084a4a4ceadcd6b45be74490f61f7ac78694 |
|
MD5 | d0ff01bcd088795783262fead6dd7f18 |
|
BLAKE2b-256 | 1b027aeef30cfaec57b485952cca39163c68453e7e9f5e748ec835737dc8d429 |
File details
Details for the file datasus_dbc-0.1.2-cp312-none-win_amd64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp312-none-win_amd64.whl
- Upload date:
- Size: 117.5 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 986d4a49cc5dae5752be0c26db24eb4517ebf519186bbb0ab1e55fbdae589053 |
|
MD5 | 175920b7dffc5a75b135f032b15920b2 |
|
BLAKE2b-256 | 4f20690029fb3a8af2a867543c01ed3b8428d91c50a04cb36c5aaa3df67970c9 |
File details
Details for the file datasus_dbc-0.1.2-cp312-none-win32.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp312-none-win32.whl
- Upload date:
- Size: 113.9 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b18f1b4ddd5d905a735962c9c0654c72d68c167c5c6e3d6518438eb515bbd31d |
|
MD5 | 4690e42d99c8691921241b8f8adea361 |
|
BLAKE2b-256 | e5010e9c8d64daceb4b780cf18a444455866523e77e62d063eb4fbd820ba2148 |
File details
Details for the file datasus_dbc-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69d54d208dfd3cf607d2e3b2a8abe36dbf2327a85c47f38e96876c9071b2d245 |
|
MD5 | eb507d7d160bd7c98d2d4789dc91c8ff |
|
BLAKE2b-256 | 7ccc4fa2dff5246945875ee8456f67be8c7d2afde23c804af149b28463aa20be |
File details
Details for the file datasus_dbc-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73d9202d5ad5623e6704eb1e2769e0ae7e90e7813f9aedb5b528bb50fa414a9c |
|
MD5 | 312e8a987b079171aec096ccc03ea836 |
|
BLAKE2b-256 | c3a5554f3efe2dfb03dc2a2f8ebfe1578fdfa9068df2da8ea236f1107b1533b1 |
File details
Details for the file datasus_dbc-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fa0cd10c71b6c93259fea9bdf6baab3f88176fd478317308f2caae8bdb964c3 |
|
MD5 | 5d208db826e0c173197539d4261c4d6c |
|
BLAKE2b-256 | 528baaa916f3e60ebc2d3999ffc90e29ddcf01da9c15675fca7e9944dd3c0d95 |
File details
Details for the file datasus_dbc-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59a95d1ed42f8cbff17c322edee5bd7a8871a00e6759574e93ccd0c8176c0b3a |
|
MD5 | caa718256a62e09dc91640a096b9a37a |
|
BLAKE2b-256 | c56ec27654cc1b6e8526b34063665762a24279c48d00ecd770f264caae087d4b |
File details
Details for the file datasus_dbc-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 991.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8a9ee17fca03d60eb01b621db693626d636629428afdda9b791fd8b3cf43187 |
|
MD5 | bdce6ce326a283f26d1971690a775a6d |
|
BLAKE2b-256 | a9abd63f6ebc0eab30d352a4cdec8aa9657f0bc90c1b9bee087132dbd111d310 |
File details
Details for the file datasus_dbc-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3aba6c4fcb4e6b6a172edbc3738358b8fb39ad7eade9b7410c40290cf60fbed9 |
|
MD5 | 3391c56ce5265877113baedbfad6ebf5 |
|
BLAKE2b-256 | d0e451338ce775abfcf93e9188f518db342fb3a82d592c31fec8813c89060bc5 |
File details
Details for the file datasus_dbc-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 228.6 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55781e5b3c6e53394c85cdc744f3656d082bbb67aa40fc4b07db2f82cc976e32 |
|
MD5 | d3c95e7f9c9a1fe631811ce8c7093399 |
|
BLAKE2b-256 | 59df5abf8bfad451c6e164eda6bc755e85a7636aa5e09c4f436556b16d0213c6 |
File details
Details for the file datasus_dbc-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 228.4 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88dc6ace60daa612ec0d6862b62f336b89d55af9523cf3f28ea0ce1f9b8ce7e4 |
|
MD5 | e69db77783cd89acb80334105f3976b3 |
|
BLAKE2b-256 | 65d9c8e27eec6fbdeb67df824ee5ba79f27711bbd06c45a2665f04259c1af94e |
File details
Details for the file datasus_dbc-0.1.2-cp311-none-win_amd64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp311-none-win_amd64.whl
- Upload date:
- Size: 117.3 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 267e62d8b131a083f3da77998bb0a27cba9f03054e441c98349f41451347502b |
|
MD5 | d772ab4d6d363ac51cd50cb98a94db35 |
|
BLAKE2b-256 | 91c043c0998bc76c1017477363f148809f94473f4a40383426220cb31191d092 |
File details
Details for the file datasus_dbc-0.1.2-cp311-none-win32.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp311-none-win32.whl
- Upload date:
- Size: 114.0 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a1461344f1a7cc03110e6f05fe9a70fe580fee402499f319838489b59fd1868 |
|
MD5 | 2435d395a888a679e9403ca587cc9c85 |
|
BLAKE2b-256 | b27cbcbb85af42c3070b535fdaaaf562c6c1c66485384aea7bde1d9a5ee0d2a6 |
File details
Details for the file datasus_dbc-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf29d46ba210caebcbd03471d1b72bc65c073c6e47387db7c5ee3b9982251a69 |
|
MD5 | 280e391329b31678fd81200f1679b2ce |
|
BLAKE2b-256 | df70c3ea4f989227b3dcebc7898f014e09ad965fb43aa688dbc6cec1c9ab3ae6 |
File details
Details for the file datasus_dbc-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f66f62892a47c7a6d73d226a3d41228ae3eb105d75c94d50be95210d9b117a10 |
|
MD5 | ad6f00c4178237f77f6ca5461e6fd813 |
|
BLAKE2b-256 | 080591d8e63af1c6aaa2ad964ef5e979e461ff78b49b725dddea3ddcd574170b |
File details
Details for the file datasus_dbc-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae5468dfb00aace576492583e9250000da65f0e5aeb9e2dda99cdae449e92874 |
|
MD5 | 3ec0a95cb61f7b12cbc8f2255de15728 |
|
BLAKE2b-256 | 2085174fe8f358b9a787b86ce1f6c2e16ac228139bd6ae1b6cbdee908d8d6824 |
File details
Details for the file datasus_dbc-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f1e41a44677d2b3754c423d69008778aa71d7e99b860dbd8c7a3e51de52c1dd |
|
MD5 | 7214e7b92c10c412733ecd2bb022869f |
|
BLAKE2b-256 | e2c3bf4d436fda841af47ee3f79ee48e51322a3f594f2a74b326929c4fd6f704 |
File details
Details for the file datasus_dbc-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 991.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6731441e14c0d1f35ef195d8fc837c22ff164d61b01a0cad5d9081975878c40f |
|
MD5 | 44fc05a51a9fc6a311d086d274046d68 |
|
BLAKE2b-256 | db265084f843637e8227c4cce7672db85541f1118e835b25c5e80a1c0cf8148e |
File details
Details for the file datasus_dbc-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd744b21113f0717caec9dfb820e6142599b10680c724704c10451107516d47e |
|
MD5 | 4f615b8f34b3813b3ae384d08e7cee05 |
|
BLAKE2b-256 | 10c71ecc33fb65e44ea109e4286721d894c20ea9e4dcaace2159e52d897ab944 |
File details
Details for the file datasus_dbc-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 228.8 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcbd7ffbf876b76fe4fc942ba21cbf1aaa6d245ed077f48c373be3e4b8484ec6 |
|
MD5 | 9de419b8d020767aceed6f7875ca9304 |
|
BLAKE2b-256 | 7dcb236490d27a9f8e9b1d37c0b78743e61b1d9972c9dd6e2f98263f23da0a59 |
File details
Details for the file datasus_dbc-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 229.1 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f82fa9605e7f6279ab4e31ffafdd16ee2a08fc56e57ce6052628267302c5f6e |
|
MD5 | 66c49e1b2d008613cf3b9d85c2835ab1 |
|
BLAKE2b-256 | 169f1f073815cdbc7bc7e57ed6435c65e7f14714bf5ef624704c07f8ed36f635 |
File details
Details for the file datasus_dbc-0.1.2-cp310-none-win_amd64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp310-none-win_amd64.whl
- Upload date:
- Size: 117.3 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 37c9ed9d4fb749526c760afaada8e1046aa970215f1826e31455c27303cc018b |
|
MD5 | 82c361e0357cfc54ff369b4af8120962 |
|
BLAKE2b-256 | 486c056403ff65c21580fe2dc3f05b89777618ad256bef677218ceaac42779fb |
File details
Details for the file datasus_dbc-0.1.2-cp310-none-win32.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp310-none-win32.whl
- Upload date:
- Size: 114.0 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | def3ea7f796f55da5472c57b3fe9b64a0e3152f90ef387ad9feb51c2ad00626d |
|
MD5 | 5be890c4154c7446fc1169478d4191b2 |
|
BLAKE2b-256 | bba6471e2c7f61bbe8810bd506c4888da5e907fda8c3e21391c94069a970149f |
File details
Details for the file datasus_dbc-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a225a0c361290295ab90c191e7fcec8e860a92be8d5b5e7f540869777bfe283a |
|
MD5 | 67675ca84512fb7d9ac605e4f0215b94 |
|
BLAKE2b-256 | 6c0d77567fdc39ba6c884b3f619406f6c10a756d07ba5eeef08376393ce38319 |
File details
Details for the file datasus_dbc-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1684d705dd07d20cc71845dafe89ce1dd93eaa9ef47c71a4ed1ec050205777a |
|
MD5 | bf9c111d66903cd27410f27a84dfa2bd |
|
BLAKE2b-256 | 76b9a9268218bc2ef6a913417c38ae62fdd9101890e71f9b41e19da470cc0ad2 |
File details
Details for the file datasus_dbc-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4c52ac92f277b2c25b9ea97094f96d6638e377d9ac915e8f626bb2961856dda |
|
MD5 | 7dbdc755b06cf43eb37a7bb6004b7c13 |
|
BLAKE2b-256 | fc6a48712049895562603f9c98461f51d4d5bc28c8d55a8a9b7cd24291d1329d |
File details
Details for the file datasus_dbc-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64ed4a21b74e1b2cd2463c421e6f589a84b61189e65efd519509fa0424370743 |
|
MD5 | 5eabebe96da44027d2465570ae2e9e98 |
|
BLAKE2b-256 | 95e78f4272e7296934ec87018d3e26481ee78ebb5770f16cc965110ba996fecb |
File details
Details for the file datasus_dbc-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 991.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91c3cb617f7d4246977018b05666f56ef96e9553dea361d5420be9411a2d5e29 |
|
MD5 | a25205d573f9c246e690f769925b0fee |
|
BLAKE2b-256 | d2fd0ae0afecaca49f9cb78f0fb6e12501a49b7c01d74d79494b42f6d17b29a5 |
File details
Details for the file datasus_dbc-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5514fdae6729db8e6c894b281692065648130b53c935df99f698ec36ef3abb02 |
|
MD5 | a06cde044db7ce4b88b9c6b14c496c40 |
|
BLAKE2b-256 | b2d9d5c7465a9b841f3130589755f1627530535f6a31dec89e88671f0e625060 |
File details
Details for the file datasus_dbc-0.1.2-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 228.8 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f2be19d61fd299d3320b82e7cade9e2a0d26bc456363388ad9338b38a5a8aa4 |
|
MD5 | 566512afae5e927ec48624fa8c4d51a0 |
|
BLAKE2b-256 | 022445afd50967bad49328cde4cb087ff26d232cba53ddeb044aeb4d878e0d31 |
File details
Details for the file datasus_dbc-0.1.2-cp310-cp310-macosx_10_12_x86_64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp310-cp310-macosx_10_12_x86_64.whl
- Upload date:
- Size: 229.1 kB
- Tags: CPython 3.10, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a243ba7cf40edc1e4d4313ba3c83a395d03ac74493ec1e23e5a2c5af143b15f |
|
MD5 | 05b1aed37a1019c499316698d25329b1 |
|
BLAKE2b-256 | 22c178bfe1914ed172662828da453e3955f67a87b3e3e56a0988dd42a4d17fa0 |
File details
Details for the file datasus_dbc-0.1.2-cp39-none-win_amd64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp39-none-win_amd64.whl
- Upload date:
- Size: 117.3 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 446076449190fb94009da7732e049e9fe5096b0a19b1e8b2527e1844d509b7ab |
|
MD5 | 9c015ea49adc36136b4cf50cadcdd9fb |
|
BLAKE2b-256 | 17001b689b6edcd4c901d62f7094ea5762a3ade64378f695c3b8d430818d9b88 |
File details
Details for the file datasus_dbc-0.1.2-cp39-none-win32.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp39-none-win32.whl
- Upload date:
- Size: 114.0 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47f7b52860298fb220195599e5bda6644a9390535cef235e5c88563a3c0a4138 |
|
MD5 | 5123be8afbef0a24a4108709f90ee9a3 |
|
BLAKE2b-256 | 66b5ceb3601f63e36e9325610724abad5d4d42f9ce21548a241e0e8d447ea50d |
File details
Details for the file datasus_dbc-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f827309c4d21039a6d149a2d3cbc8b50b789d3133be78825ae2b1273146cf292 |
|
MD5 | a9306ea70eee279fb8c2e4eaedaddee3 |
|
BLAKE2b-256 | 9bc5f590646a033292c39a7e50f7b4c87e3fe0a3a2b8ba268932a73fb0206fd1 |
File details
Details for the file datasus_dbc-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b03e680fa935d89067427d7b5bbb157a210f437a4554c6d0418ed6350791573 |
|
MD5 | eeb3b3811f9cb49fc555840161a66a82 |
|
BLAKE2b-256 | ea0ca1af4e99275bbb28c32a8de3195854e1d11b1718666650a676708b20ca72 |
File details
Details for the file datasus_dbc-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec1468d32eb72f6e705a10726ae81889ef4fce01fd1afddd089a1b4052d1637e |
|
MD5 | 8fe27b5a6cb98f48c9eacd46b9995807 |
|
BLAKE2b-256 | 5a18013b4cfbe6dcf8c2e0487f254538b45c25a610bc9c43f6ffa45f6c426ca2 |
File details
Details for the file datasus_dbc-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 162c2274298f2520d875bbc6804fb79eaa9936d3861f4694821da7c42ac14bc9 |
|
MD5 | 4db9a1a99aa9aa2395960fc8664c5ff1 |
|
BLAKE2b-256 | a19b42c3ca8315261d70952e35f4c636b0b683c806902c368a46fb91915fd439 |
File details
Details for the file datasus_dbc-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 991.6 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df7e3f2c902d951cc3407f412f38fff6556250f3f7970ff1452178c1b7bede31 |
|
MD5 | 5f57605252a434725fb20726e8cf4c5b |
|
BLAKE2b-256 | b29706a5f394b5a4f208a5d9cefc070361e3ad4833b73adcfb0ffd8bfc5b1d11 |
File details
Details for the file datasus_dbc-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5a1caee17887e833b555a4312b4d7610fa0c1f375fe6c37312c98693a04ac3b |
|
MD5 | ffe74949f5e880bbc56113de979357be |
|
BLAKE2b-256 | d48eede7818fbb0949495c8262848384b32fe8252078b712da808ea2a0f328d8 |
File details
Details for the file datasus_dbc-0.1.2-cp38-none-win_amd64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp38-none-win_amd64.whl
- Upload date:
- Size: 117.3 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7501e1c682fc408c42ab01cecd67f57653d22a56c313a10d535008d12a8aa7d3 |
|
MD5 | b079d67bd38e7d5859f48998e8d22d00 |
|
BLAKE2b-256 | 32f53ada3f014ad2d441d4313296a91afa6ceb69c9d07ef6e5e5ec69f37fef7f |
File details
Details for the file datasus_dbc-0.1.2-cp38-none-win32.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp38-none-win32.whl
- Upload date:
- Size: 113.9 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c02b89ac2806e3d76bf86229de387d4987fe4d001b9b72ed3e38cb3fd117091 |
|
MD5 | cd2e6912decafa54c2215a231ae5c536 |
|
BLAKE2b-256 | 4394cc0543ae2500ecdbc1b311b3d4a22b0d298291d2a158a1d3358e9f21211d |
File details
Details for the file datasus_dbc-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bed5733fbd9bf40ac4b59a86583fe2defd0dfed7e406348b56959b6a3924d1e |
|
MD5 | 43684d91119b6311cf156261cc773869 |
|
BLAKE2b-256 | e4a9e0f755921d9212ca6c25744e245a62215fe7db4cee2995a73441f8443830 |
File details
Details for the file datasus_dbc-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 761aafbe222d45949c7abddd7674057ca8e8bb0a9543c651920d3bcfd2418dea |
|
MD5 | 5491bdbddb7d5c5e6d51dc28e8fdc260 |
|
BLAKE2b-256 | 5ac7dcf79c6cdfb4ffcf221c5492a5c187905b003c48d8ccc0de22788e5b0c2b |
File details
Details for the file datasus_dbc-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81f92d21b7d61c178c35d5dafc97eb3e05972b32637f40c6e7dd7ecc87dada50 |
|
MD5 | c4fd955e33bbebeff95303e8441552a4 |
|
BLAKE2b-256 | b396567a7cccd993e2a2c601f97f609ac60aa282818354d79c8b08f206835dc4 |
File details
Details for the file datasus_dbc-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29dde25159f6272bf95e2ff42a209067b350a2320e58d2ac7b349f97e1b71fd6 |
|
MD5 | 2141e3574f174206db4ae67c75ae17ec |
|
BLAKE2b-256 | 514158248ea800f8a37cb97b0b595bcadca0d6ee961e13a00fda7930c0fc8e05 |
File details
Details for the file datasus_dbc-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 991.6 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6c1db8062cfdfc65c1a7faffeb445ab2e5706d5b2f919651b9196adb1965e87 |
|
MD5 | eb47fb873e8f231c9d8f03ea50a87ff0 |
|
BLAKE2b-256 | 5c0b916e4fffb95d82447990cc24dfd2c2ae558c4ed112524fde4f7e92b64e0f |
File details
Details for the file datasus_dbc-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: datasus_dbc-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.8, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.5.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d65445087811e19d44b5f5ea11a5856f28dc007649d15cbd1829ff4846900d8 |
|
MD5 | 504548aa6b8a1e9cff020cae402d72f7 |
|
BLAKE2b-256 | e3797a02ece2ee697b3a25a0dfbb7567b5bd6678dc0c23f780722a2075618d87 |