{
"info": {
"author": "Javad Shafique",
"author_email": "javadshafique@hotmail.com",
"bugtrack_url": null,
"classifiers": [
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Topic :: Security :: Cryptography"
],
"description": ".. image:: https://build.snapcraft.io/badge/JavadSM/hashit.svg\n :target: https://build.snapcraft.io/user/JavadSM/hashit\n\nProject is hosted on `pypi `__ and `launchpad `__\n\n.. image:: img/icon.png\n :target: https://github.com/javadsm/hashit\n :align: right\n\nHashit, an hashing application\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. image:: img/demo.gif\n :target: https://asciinema.org/a/TZQCel3DNy2sCWOFBtQcqVMMM\n :alt: asciinema demo usage.\n\nDescription\n~~~~~~~~~~~\nHashit, is an hashing application used as an verification tool, intendet to replace the \"standard\" linux hashing utilities such as\nmd5sum, sha1sum and so on. One of the main reasons why this program was develop was to create an easy-to-use command line tool for \nnewcomers and professionals alike to hash/verify files and other data. For more see our homepage at `javadsm.github.io/hashit `__ \n\nWhat is this magic (hashing)\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n..\n\n Hashing - The Greatest Idea In Programming\n\nA quote from `here `__, which i think sums up the hole thing pretty well.\nEven though, that stament is purely opinion based, i still thing there is some weigth in it, because you can do so many things with \"hashing\".\nFirst of all the concept of hashing is that you can, with an matematical algorithm generate a string that is unique to that piece of data, but\nyou cannot turn that string into the data again, this is done by generating a string which size is constant (or at least not changing from data to data).\nAnd this is actually extreamlly useful, because this enables you to generate a string that is smaller than the original while still being totally unique,\nthis can be using in databases for bigdata where you can create a lookup table without needing to use the hole amount of data, it can also be used to verify data\nsuch as passwords and file-checksums, which by the way is what this program is. I use the standard python hashes libary hashlib, which comes with most versions of\npython, some function like crc32 are from other libaries, i use these to hash some files and store the results in a checksum-file, which can be read back and check\nif the files have changed, this is very important when it comes to packaging, and other critical files, were one must be absoulutly sure that the file has not\nbeen changed, because if it has it could be due to corruption or infection of some kind of malware, so by making sure that the package is the same as the original.\nSome file systems use these hashes to make sure that the files havn't been alteret externally.\n\nFor more see `docs/hashes `__ and the `wikipedia page `__\n\n\nBackground\n~~~~~~~~~~\n\nHashit is an hashing program which can be uses to hash and verify\nmuliple files on a system. I got the idea from an ubuntu iso image which\nhave this hash table, so i got the idea to make such a program using\npython.\n\nI also found that the linux 'standard' hashing commands was named like this:\n - md5sum\n - sha1sum\n - sha256sum\n - cksum\n - sum\n \nhashname + sum, which i thougth was a pretty lame naming convention.\n\nNotice:\n~~~~~~~\n\nsome hashes as blake2b and blake2s is not supported in python2.\n\nI would recommend python3 for this program as its version of hashlib\nsupports sha3 (Keccak)\n\nAnd for compatibly reasons does detect not work for sha3 yet. so basicly to many confusions between sha2 and sha3\n\nBSD can be useful with the -A --append because then multiple diffrent hashtypes can be stored\nin the same file, good for multi-sized file validation. (remember -m)\n\n\nUsage\n--------------\n\nSee `docs/usage `__\n\nChangelog\n--------------\nSee `debian/changelog `__\n\n\nWorks with python2 and python3. (python3 is recommended)\n",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/JavadSM/hashit",
"keywords": "",
"license": "MIT",
"maintainer": "",
"maintainer_email": "",
"name": "hashit",
"package_url": "https://pypi.org/project/hashit/",
"platform": "",
"project_url": "https://pypi.org/project/hashit/",
"project_urls": {
"Homepage": "https://github.com/JavadSM/hashit"
},
"release_url": "https://pypi.org/project/hashit/3.4.4/",
"requires_dist": null,
"requires_python": "",
"summary": "Hashing Application with muliple modes, settings and more! Hashit, is an hashing application used as an verification tool, intendet to replace the 'standard' linux hashing utilities such as md5sum, sha1sum and so on. One of the main reasons why this program was develop was to create an easy-to-use command line tool for newcomers and professionals alike to hash/verify files and other data. For more see our homepage at https://javadsm.github.io/hashit",
"version": "3.4.4"
},
"last_serial": 3671823,
"releases": {
"0.0.1": [
{
"comment_text": "",
"digests": {
"md5": "d12eff4e929b116ac0a0a0f7cf544e0d",
"sha256": "95b78470db6d347086a50258cabfa1118e7cc550e252e613587e5adf5487c2a6"
},
"downloads": -1,
"filename": "hashit-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "d12eff4e929b116ac0a0a0f7cf544e0d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2700,
"upload_time": "2018-01-05T20:51:51",
"url": "https://files.pythonhosted.org/packages/63/d2/f637b05b8f957412aefcb63dc2de4920e26b8a04bf79cbaaa2ae874d795e/hashit-0.0.1.tar.gz"
}
],
"0.0.2": [
{
"comment_text": "",
"digests": {
"md5": "4094b64243d0f1c0863ca820297584fd",
"sha256": "96f0ff48ceecb45ff1a9542edaf7b381597556faf6e1b5bcc05aa40b63a1d78b"
},
"downloads": -1,
"filename": "hashit-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "4094b64243d0f1c0863ca820297584fd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2769,
"upload_time": "2018-01-05T21:08:54",
"url": "https://files.pythonhosted.org/packages/33/2f/947e18bc1f585642612f493a710bf1bae12d6c9819005ace2c22e346210a/hashit-0.0.2.tar.gz"
}
],
"0.0.3": [
{
"comment_text": "",
"digests": {
"md5": "8ded8c0442d9ed497f049c56d2e89d0a",
"sha256": "f93bc5e463af8388a6727d8d307cdb9d292062eeeeb9e57ab6bf2b02bf641b3e"
},
"downloads": -1,
"filename": "hashit-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "8ded8c0442d9ed497f049c56d2e89d0a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3441,
"upload_time": "2018-01-05T21:39:58",
"url": "https://files.pythonhosted.org/packages/96/4e/62cfd640b221be6ed133d643e6a938f06a0a1222b6123ac2a97688469428/hashit-0.0.3.tar.gz"
}
],
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "7611493c37af1d93e6674985f706d25a",
"sha256": "8922a61d4983220eab63602825c5065c0fd26c19c9272e3ac8e05fbe3e0fc60d"
},
"downloads": -1,
"filename": "hashit-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "7611493c37af1d93e6674985f706d25a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4119,
"upload_time": "2018-01-05T21:57:21",
"url": "https://files.pythonhosted.org/packages/c3/8f/c71c9e28eaf55d15076aecc840831c6c55c16c53bd64399dcb5dde4c8755/hashit-1.0.0.tar.gz"
}
],
"1.0.2": [
{
"comment_text": "",
"digests": {
"md5": "588a50f65131ea4b065fea9780ad5bc0",
"sha256": "e0cab1b458a2343be1ffe6dab41c520a9a3c49408e04ef1edbe1dda0836c4085"
},
"downloads": -1,
"filename": "hashit-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "588a50f65131ea4b065fea9780ad5bc0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4173,
"upload_time": "2018-01-05T22:10:27",
"url": "https://files.pythonhosted.org/packages/cd/c7/60af167949cab8ffc5cb53683322b254e262ca80ce47fe2a225f67ddccaa/hashit-1.0.2.tar.gz"
}
],
"1.2.0": [
{
"comment_text": "",
"digests": {
"md5": "afb9b3722065aa7f8d0aa6426edaa9fe",
"sha256": "94166dd78c16a3d4a0b886b954695d6b98c360d0cd89b0291ee6be22a4f84a69"
},
"downloads": -1,
"filename": "hashit-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "afb9b3722065aa7f8d0aa6426edaa9fe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3828,
"upload_time": "2018-01-09T11:13:04",
"url": "https://files.pythonhosted.org/packages/4c/d0/c4441359dc9b98f4c48f06290b910d54d3f31d773d5dde2a3e5e4579e9d2/hashit-1.2.0.tar.gz"
}
],
"2.0.1": [
{
"comment_text": "",
"digests": {
"md5": "0f1e318194b8c0e6feabb49aa312d25e",
"sha256": "8918bd97ea47ef9333cda72f39cc15e349b657e4a3e9018bf5594299f771bfdd"
},
"downloads": -1,
"filename": "hashit-2.0.1.tar.gz",
"has_sig": false,
"md5_digest": "0f1e318194b8c0e6feabb49aa312d25e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3871,
"upload_time": "2018-01-09T11:15:55",
"url": "https://files.pythonhosted.org/packages/40/18/5c7d6243e756c050c374d899fc7df009ad4fbb15b40caa83ea9920c06ce5/hashit-2.0.1.tar.gz"
}
],
"2.1.0": [
{
"comment_text": "",
"digests": {
"md5": "4e7a9d5549385ddd162127b8301739f6",
"sha256": "4867ff847490eb55b1985b3dce3b5d91d60b223e7ac77874bcad42c9f6376bd0"
},
"downloads": -1,
"filename": "hashit-2.1.0.tar.gz",
"has_sig": false,
"md5_digest": "4e7a9d5549385ddd162127b8301739f6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4398,
"upload_time": "2018-01-10T10:57:23",
"url": "https://files.pythonhosted.org/packages/24/ea/9b55fd97d62742f5581f43e465d6b2d3816aab7507e1090f05d00764fd33/hashit-2.1.0.tar.gz"
}
],
"2.1.2": [
{
"comment_text": "",
"digests": {
"md5": "42c0c2ba10305dba0a3c088118c26ba8",
"sha256": "e4db9304d43cbf341cb6893701dd4a3c7554d6c321c5d5b3d8edd824cbaf8f70"
},
"downloads": -1,
"filename": "hashit-2.1.2.tar.gz",
"has_sig": false,
"md5_digest": "42c0c2ba10305dba0a3c088118c26ba8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7286,
"upload_time": "2018-01-11T10:12:22",
"url": "https://files.pythonhosted.org/packages/e1/c6/f7e3f68822159f3a6c864bd432d47672a84e7711a8ab58cd4c9e4cfad7aa/hashit-2.1.2.tar.gz"
}
],
"2.1.3": [
{
"comment_text": "",
"digests": {
"md5": "dc1bb27b39d237fc040ed0472101efb7",
"sha256": "2b48f1acd261a50ea08b3f8a7e97fea7e7dd3abd90ea41a4c33e24dc184cee8d"
},
"downloads": -1,
"filename": "hashit-2.1.3.tar.gz",
"has_sig": false,
"md5_digest": "dc1bb27b39d237fc040ed0472101efb7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7609,
"upload_time": "2018-01-11T14:42:49",
"url": "https://files.pythonhosted.org/packages/12/65/35165e4da5be51cc3713e1c471a6e9c32ab3e0425fff9fc65494f261e65a/hashit-2.1.3.tar.gz"
}
],
"2.3.0": [
{
"comment_text": "",
"digests": {
"md5": "6dad413b9ef9f48347007bdc35d3913a",
"sha256": "692857ed8bcf5bef2effe0d6ae186893c4c34dfc2fb41abafce8faab43d10adb"
},
"downloads": -1,
"filename": "hashit-2.3.0.tar.gz",
"has_sig": false,
"md5_digest": "6dad413b9ef9f48347007bdc35d3913a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9713,
"upload_time": "2018-01-12T20:49:01",
"url": "https://files.pythonhosted.org/packages/0a/3c/0c2087d302b8ff972d70d81cc9fda180e4bce018d73f4915864d3e98797a/hashit-2.3.0.tar.gz"
}
],
"3.0.0": [
{
"comment_text": "",
"digests": {
"md5": "9355090a530cdc638151886846cbf004",
"sha256": "db03af3e4529f57082692a1547d34c5092a6584798c1e1f9ea7c8cc03edd8baf"
},
"downloads": -1,
"filename": "hashit-3.0.0.tar.gz",
"has_sig": false,
"md5_digest": "9355090a530cdc638151886846cbf004",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13377,
"upload_time": "2018-01-13T18:17:50",
"url": "https://files.pythonhosted.org/packages/84/1b/ace47192bf3d9ed698be5cbe6ed9db6b8bd2632801510bc60eb83cf3c9a0/hashit-3.0.0.tar.gz"
}
],
"3.0.1": [
{
"comment_text": "",
"digests": {
"md5": "5af749813328a1deb99ae86a50df2047",
"sha256": "5c99516ef8ec81aad77c75149e3bfed6009745846b652334b111f26cb5ac51ae"
},
"downloads": -1,
"filename": "hashit-3.0.1.tar.gz",
"has_sig": false,
"md5_digest": "5af749813328a1deb99ae86a50df2047",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13876,
"upload_time": "2018-01-16T09:06:54",
"url": "https://files.pythonhosted.org/packages/1d/26/bd5d6df9dc0b4f5b2b544f469c6000c6695ad50df33a5b77a1b78e814138/hashit-3.0.1.tar.gz"
}
],
"3.0.2": [
{
"comment_text": "",
"digests": {
"md5": "5bd5333d6e676aba528d81688f00ad09",
"sha256": "fe5b23317b11cb9cdc28cfcb316c0fc5429872e84201173fb6afc90c52a7fea2"
},
"downloads": -1,
"filename": "hashit-3.0.2.tar.gz",
"has_sig": false,
"md5_digest": "5bd5333d6e676aba528d81688f00ad09",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13905,
"upload_time": "2018-01-16T09:12:45",
"url": "https://files.pythonhosted.org/packages/8a/c5/d438b954d9a497a2b48e637dfb2211e5106fca9bb2feebfdac2f364355d4/hashit-3.0.2.tar.gz"
}
],
"3.1.0": [
{
"comment_text": "",
"digests": {
"md5": "d1685bde66db7dc6f6184847cc240aee",
"sha256": "e919a714ea6447f701703e72a3259f683fb50958232bc3cfb03dbf536a4e4936"
},
"downloads": -1,
"filename": "hashit-3.1.0.tar.gz",
"has_sig": false,
"md5_digest": "d1685bde66db7dc6f6184847cc240aee",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12675,
"upload_time": "2018-01-17T18:40:54",
"url": "https://files.pythonhosted.org/packages/fe/94/3ce035821f41a0e94c172f6c60b9f060618843001ec42e5b33d50588e126/hashit-3.1.0.tar.gz"
}
],
"3.1.1": [
{
"comment_text": "",
"digests": {
"md5": "4632a4765ff91f20ea79b60a70eb998d",
"sha256": "737b24ca0c285c8f5b8f78d315648a0e49240c030bdf9b67d0dbcbbdd474643a"
},
"downloads": -1,
"filename": "hashit-3.1.1.tar.gz",
"has_sig": false,
"md5_digest": "4632a4765ff91f20ea79b60a70eb998d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12899,
"upload_time": "2018-01-17T18:44:46",
"url": "https://files.pythonhosted.org/packages/b4/47/e82842d90d33ac48a529182db637929627b8e74624ce8c894206f4666fbd/hashit-3.1.1.tar.gz"
}
],
"3.1.2": [
{
"comment_text": "",
"digests": {
"md5": "d9903aadee857e307cc2830eab161a49",
"sha256": "63f71ec133937c5367204ac12523e4ff755ddd38b2bf95a8f17a41d8cc672f33"
},
"downloads": -1,
"filename": "hashit-3.1.2.tar.gz",
"has_sig": false,
"md5_digest": "d9903aadee857e307cc2830eab161a49",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12986,
"upload_time": "2018-01-17T18:47:39",
"url": "https://files.pythonhosted.org/packages/2a/05/546ee1d8c65b08320c21e81d8a19806b8c0e45615d8d82e97bd84868b088/hashit-3.1.2.tar.gz"
}
],
"3.1.3": [
{
"comment_text": "",
"digests": {
"md5": "a391943a6e1620c7395622e80d6779b4",
"sha256": "9a8f6b0d4f30a9ff484071daefa6815788acf67938b1c3da75f66b6aaee57af9"
},
"downloads": -1,
"filename": "hashit-3.1.3.tar.gz",
"has_sig": false,
"md5_digest": "a391943a6e1620c7395622e80d6779b4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12771,
"upload_time": "2018-01-17T19:17:04",
"url": "https://files.pythonhosted.org/packages/7e/44/9490f8e366e44ead279b269c23103d02f34b0fa0a135b8a04fb61df240aa/hashit-3.1.3.tar.gz"
}
],
"3.1.5": [
{
"comment_text": "",
"digests": {
"md5": "1c8427bdf772555b5b2588bfe9f1ddb5",
"sha256": "38a8bfa0f9f556555fefbaf2f3587b0409acdd2c0b0b6dd5d282c88dff3a60e5"
},
"downloads": -1,
"filename": "hashit-3.1.5.tar.gz",
"has_sig": false,
"md5_digest": "1c8427bdf772555b5b2588bfe9f1ddb5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21439,
"upload_time": "2018-01-18T16:49:14",
"url": "https://files.pythonhosted.org/packages/22/c5/6dcf751b01fe3791373facb1187ec8d97c6475ec123d9eb70623d7c17376/hashit-3.1.5.tar.gz"
}
],
"3.2.0": [
{
"comment_text": "",
"digests": {
"md5": "1c5536180e64526298c17bc1426939a8",
"sha256": "c82d854041a3409d07395a8b93bd1e2fc24135f8475e1d7d59819c1a4cf64985"
},
"downloads": -1,
"filename": "hashit-3.2.0.tar.gz",
"has_sig": false,
"md5_digest": "1c5536180e64526298c17bc1426939a8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21822,
"upload_time": "2018-01-18T18:14:01",
"url": "https://files.pythonhosted.org/packages/0d/a8/51a26dc87f2307172e339e6fdea9cd2f4a97fbf0c9c0c4022d5f5c2affbb/hashit-3.2.0.tar.gz"
}
],
"3.3.0": [
{
"comment_text": "",
"digests": {
"md5": "4620ffabdd05698f7737f3eeb40062b8",
"sha256": "0e22ac06539e107dd3e432b46faf9ce957ec678f1e1bda99e758cdec8f794ed4"
},
"downloads": -1,
"filename": "hashit-3.3.0.tar.gz",
"has_sig": false,
"md5_digest": "4620ffabdd05698f7737f3eeb40062b8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 26379,
"upload_time": "2018-01-19T20:48:42",
"url": "https://files.pythonhosted.org/packages/bc/47/18ac62f0e9ee4aa21cf82c9b4fb9242fc91171bc96e911d87a521ad50d81/hashit-3.3.0.tar.gz"
}
],
"3.3.1": [
{
"comment_text": "",
"digests": {
"md5": "b43a3001ee81c06773dbf6c2e62f08f4",
"sha256": "721893911898c8acca8b18a15c9a6a0bc7319e2717296ef2dee818c0e5df4fba"
},
"downloads": -1,
"filename": "hashit-3.3.1.tar.gz",
"has_sig": false,
"md5_digest": "b43a3001ee81c06773dbf6c2e62f08f4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24859,
"upload_time": "2018-01-21T11:21:39",
"url": "https://files.pythonhosted.org/packages/52/b2/20dccae606d0d932d2b3c089b6f0a2b113ea685a959d52a724f98c924246/hashit-3.3.1.tar.gz"
}
],
"3.3.3": [
{
"comment_text": "",
"digests": {
"md5": "ac1ecfafd3959ec713cb0768ab23331b",
"sha256": "71801067161c1fac0b8191d876d6030a266e4b226fbebae845cb141aa30ca33d"
},
"downloads": -1,
"filename": "hashit-3.3.3.tar.gz",
"has_sig": false,
"md5_digest": "ac1ecfafd3959ec713cb0768ab23331b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 28318,
"upload_time": "2018-01-25T11:09:20",
"url": "https://files.pythonhosted.org/packages/14/65/9f031189e5ed49d87fd9b0822301677c283862a18b85f17cfce6973429fe/hashit-3.3.3.tar.gz"
}
],
"3.3.3a0": [
{
"comment_text": "",
"digests": {
"md5": "98f7a0064919a57a0f95de5bc52e6557",
"sha256": "696a1bd88613d245e4cd3e3971be21c69233b1d657e1c51c916f0bd1c75b34b4"
},
"downloads": -1,
"filename": "hashit-3.3.3a0.tar.gz",
"has_sig": false,
"md5_digest": "98f7a0064919a57a0f95de5bc52e6557",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 27873,
"upload_time": "2018-01-23T15:58:18",
"url": "https://files.pythonhosted.org/packages/55/4b/1e164234af3b4b060231782e83023751ed6cec543678d3585423a7591fa3/hashit-3.3.3a0.tar.gz"
}
],
"3.3.3a1": [
{
"comment_text": "",
"digests": {
"md5": "f51b40df88a5879ec846814a7aeff5c4",
"sha256": "63e668c295a23294bfea46b080fe22648ae79bc3d63c72eb821c198a008aabe3"
},
"downloads": -1,
"filename": "hashit-3.3.3a1.tar.gz",
"has_sig": false,
"md5_digest": "f51b40df88a5879ec846814a7aeff5c4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 27650,
"upload_time": "2018-01-24T11:06:13",
"url": "https://files.pythonhosted.org/packages/8e/2b/20a8a8e2152df7cbf18271f5461c2447fa3d3e732b7ccd7c52e0b50479de/hashit-3.3.3a1.tar.gz"
}
],
"3.3.4": [
{
"comment_text": "",
"digests": {
"md5": "b69f017c803be63761bdbc7ec8ea7426",
"sha256": "74022dd24ba502a6f21a40d4119db735a6fc488b1fefd3a4a23ac3d5f48b6015"
},
"downloads": -1,
"filename": "hashit-3.3.4.tar.gz",
"has_sig": false,
"md5_digest": "b69f017c803be63761bdbc7ec8ea7426",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 29101,
"upload_time": "2018-01-25T19:20:50",
"url": "https://files.pythonhosted.org/packages/bd/1e/940722006640d20e1ce2c91a28e23acf79a53572836ec30ff90d47cbd214/hashit-3.3.4.tar.gz"
}
],
"3.3.5": [
{
"comment_text": "",
"digests": {
"md5": "5f11f7210945dd3786a299f236cc1978",
"sha256": "2f8e7226d520a7de6e8fa8c00558352571ceb5641d9f54978886b03883002806"
},
"downloads": -1,
"filename": "hashit-3.3.5.tar.gz",
"has_sig": false,
"md5_digest": "5f11f7210945dd3786a299f236cc1978",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 29800,
"upload_time": "2018-01-26T19:53:39",
"url": "https://files.pythonhosted.org/packages/83/32/ed473f7e13d5e907c3814ef532c2727bfbcf1bcae6ab34874de5baafbfa8/hashit-3.3.5.tar.gz"
}
],
"3.3.6": [
{
"comment_text": "",
"digests": {
"md5": "c97caf1c8b9b94a2d15e0a224c1f565a",
"sha256": "6705be1d199e09fe8a6ac044819ab941201b1e7c303fade3f121f190b64a7718"
},
"downloads": -1,
"filename": "hashit-3.3.6.tar.gz",
"has_sig": false,
"md5_digest": "c97caf1c8b9b94a2d15e0a224c1f565a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 30721,
"upload_time": "2018-01-26T21:27:58",
"url": "https://files.pythonhosted.org/packages/20/d6/0c983538a398fd792ab8d0664b87f8865ea73b71dda1b90e2a81c900545e/hashit-3.3.6.tar.gz"
}
],
"3.3.7": [
{
"comment_text": "",
"digests": {
"md5": "11c9c22f6b6b638e6d53d4214f83b9cc",
"sha256": "a5fcab0d7fbca46bed01e9c2c7a71b17d07257c72f66b7a8ac710fb1761f058e"
},
"downloads": -1,
"filename": "hashit-3.3.7.tar.gz",
"has_sig": false,
"md5_digest": "11c9c22f6b6b638e6d53d4214f83b9cc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 31185,
"upload_time": "2018-01-27T12:46:47",
"url": "https://files.pythonhosted.org/packages/64/8c/205420991d970091f8a3481d8b7221339d21efefa2176689b8fcb0177e7c/hashit-3.3.7.tar.gz"
}
],
"3.3.8": [
{
"comment_text": "",
"digests": {
"md5": "3c3673f27014437565962f7fb16bd26a",
"sha256": "8c38cb25648991ce7a5d0c30db20345a7c4af40c5a83463a4ec76b78df629da9"
},
"downloads": -1,
"filename": "hashit-3.3.8.tar.gz",
"has_sig": false,
"md5_digest": "3c3673f27014437565962f7fb16bd26a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 37048,
"upload_time": "2018-01-29T11:56:16",
"url": "https://files.pythonhosted.org/packages/7e/9d/051b7ad39187571ebe58e31463fd6797190c41169f00611318d4d231fa98/hashit-3.3.8.tar.gz"
}
],
"3.4.3": [
{
"comment_text": "",
"digests": {
"md5": "02d5d1655c58d454b5d4a9c284a29bab",
"sha256": "897d341d113d120483e3eb4d1e4b690343bd66c75a234f3f19df971c6a78e072"
},
"downloads": -1,
"filename": "hashit-3.4.3.tar.gz",
"has_sig": false,
"md5_digest": "02d5d1655c58d454b5d4a9c284a29bab",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 43289,
"upload_time": "2018-02-10T21:24:11",
"url": "https://files.pythonhosted.org/packages/28/d3/22a334cd9836bf417c56d4b463a44b0562647c52b60f0647a7095ba2f077/hashit-3.4.3.tar.gz"
}
],
"3.4.4": [
{
"comment_text": "",
"digests": {
"md5": "d89de0305dfa63e923e993a6e2be5309",
"sha256": "27eeb4554a29070799330598403a7635b62d3b41071c34f25a1a5ab58fe48697"
},
"downloads": -1,
"filename": "hashit-3.4.4.tar.gz",
"has_sig": false,
"md5_digest": "d89de0305dfa63e923e993a6e2be5309",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 43421,
"upload_time": "2018-03-15T09:48:19",
"url": "https://files.pythonhosted.org/packages/b1/96/5bf5b7dd68925506e6b96a9494d5f8030058f0f382c1f4e97bd31bdb165b/hashit-3.4.4.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "d89de0305dfa63e923e993a6e2be5309",
"sha256": "27eeb4554a29070799330598403a7635b62d3b41071c34f25a1a5ab58fe48697"
},
"downloads": -1,
"filename": "hashit-3.4.4.tar.gz",
"has_sig": false,
"md5_digest": "d89de0305dfa63e923e993a6e2be5309",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 43421,
"upload_time": "2018-03-15T09:48:19",
"url": "https://files.pythonhosted.org/packages/b1/96/5bf5b7dd68925506e6b96a9494d5f8030058f0f382c1f4e97bd31bdb165b/hashit-3.4.4.tar.gz"
}
]
}