{ "info": { "author": "Jarry Shaw", "author_email": "jarryshaw@icloud.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 7 - Inactive", "Environment :: Console", "Environment :: MacOS X", "Environment :: Win32 (MS Windows)", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: Implementation", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: System :: Networking", "Topic :: Utilities" ], "description": "# jspcapy\n\n__NOTE: This repository has been officially deprecated and merged into [`jspcap`](https://github.com/JarryShaw/jspcap).__\n\n > This program depends on [`jspcap`](https://github.com/JarryShaw/jspcap) and [`jsformat`](https://github.com/JarryShaw/jsformat).\n\n  `jspcapy` is a **command line** pcap file analyser tool. It supports analysis on several networking protocol headers, such as `IP` (both version 4 and 6), `ICMP`, `TCP`, `UDP`, `SCTP`, et al and streaming output of `plist`, `json` and *tree-view* `text` file.\n\n  Notice that the whole project works on Python versions __since 3.6__.\n\n---\n\n## Installation\n\n  Simply run the following to install the latest from PyPI:\n\n```\n$ pip install jspcapy\n```\n\n  Or install from the git repository:\n\n```\n$ git clone https://github.com/JarryShaw/jspcapy.git\n$ python setup.py install\n```\n\n \n\n## Usage\n\n  As it shows in the help manual, it is quite easy to use:\n\n```\n$ jspcapy -h\nusage: jspcapy [-h] [-V] [-o file-name] [-f format] [-j] [-p] [-t] [-a] [-F]\n [-v]\n input-file-name\n\nPCAP file extractor and formatted exporter\n\npositional arguments:\n input-file-name The name of input pcap file. If \".pcap\" omits, it will\n be automatically appended.\n\noptional arguments:\n -h, --help show this help message and exit\n -V, --version show program's version number and exit\n -o file-name, --output file-name\n The name of input pcap file. If format extension\n omits, it will be automatically appended.\n -f format, --format format\n Print a extraction report in the specified output\n format. Available are all formats supported by\n jsformat, e.g.: json, plist, and tree.\n -j, --json Display extraction report as json. This will yield\n \"raw\" output that may be used by external tools. This\n option overrides all other options.\n -p, --plist Display extraction report as macOS Property List\n (plist). This will yield \"raw\" output that may be used\n by external tools. This option overrides all other\n options.\n -t, --tree Display extraction report as tree view text. This will\n yield \"raw\" output that may be used by external tools.\n This option overrides all other options.\n -a, --auto-extension If output file extension omits, append automatically.\n -F, --files Split each frame into different files.\n -v, --verbose Show more information.\n```\n\n  Under most circumstances, you should indicate the name of input pcap file (extension may omit) and at least, output format (`json`, `plist`, or `tree`). Once format unspecified, the name of output file must have proper extension (`*.json`, `*.plist`, or `*.txt`), otherwise `FormatError` will raise.\n\n  As for `verbose` mode, detailed information will print while extraction (as following examples). And `auto-extension` flag works for the output file, to indicate whether extensions should be appended.\n\n \n\n## Samples\n\n  Here are some usage samples:\n\n - export to a macOS Property List (`Xcode` has special support for this format)\n\n ```\n $ jspcapy in -f plist --verbose\n \ud83d\udea8Loading file 'in.pcap'\n - Frame 1: Ethernet:IPv6:ICMPv6\n - Frame 2: Ethernet:IPv6:ICMPv6\n - Frame 3: Ethernet:IPv4:TCP\n - Frame 4: Ethernet:IPv4:TCP\n - Frame 5: Ethernet:IPv4:TCP\n - Frame 6: Ethernet:IPv4:UDP\n \ud83c\udf7aReport file stored in 'out.plist'\n ```\n\n - export to a json file (with no format specified)\n\n ```\n $ jspcapy in -o out.json --verbose\n \ud83d\udea8Loading file 'in.pcap'\n - Frame 1: Ethernet:IPv6:ICMPv6\n - Frame 2: Ethernet:IPv6:ICMPv6\n - Frame 3: Ethernet:IPv4:TCP\n - Frame 4: Ethernet:IPv4:TCP\n - Frame 5: Ethernet:IPv4:TCP\n - Frame 6: Ethernet:IPv4:UDP\n\ud83c\udf7aReport file stored in 'out.json'\n ```\n\n - export to a text tree view file (without extension autocorrect)\n\n ```\n $ jspcapy in -o out -f tree --verbos\n \ud83d\udea8Loading file 'in.pcap'\n - Frame 1: Ethernet:IPv6:ICMPv6\n - Frame 2: Ethernet:IPv6:ICMPv6\n - Frame 3: Ethernet:IPv4:TCP\n - Frame 4: Ethernet:IPv4:TCP\n - Frame 5: Ethernet:IPv4:TCP\n - Frame 6: Ethernet:IPv4:UDP\n\ud83c\udf7aReport file stored in 'out'\n ```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JarryShaw/jspcapy", "keywords": "computer-networking pcap-analyzer pcap-parser", "license": "GNU General Public License v3 (GPLv3)", "maintainer": "", "maintainer_email": "", "name": "jspcapy", "package_url": "https://pypi.org/project/jspcapy/", "platform": "", "project_url": "https://pypi.org/project/jspcapy/", "project_urls": { "Homepage": "https://github.com/JarryShaw/jspcapy" }, "release_url": "https://pypi.org/project/jspcapy/0.4.0.post2/", "requires_dist": [ "jspcap" ], "requires_python": ">=3.6", "summary": "A command line pcap file analyser tool.", "version": "0.4.0.post2" }, "last_serial": 4537762, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b2e2719864cb52164c44676465915d00", "sha256": "25c6a2c386013f36b4ab5cd864f15900d074e9f1e324069cbdd9cf664db3c8cb" }, "downloads": -1, "filename": "jspcapy-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b2e2719864cb52164c44676465915d00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53214, "upload_time": "2018-03-04T06:25:31", "url": "https://files.pythonhosted.org/packages/02/91/8b130e91070be76827766a94e8dd54b75650604b495c9829354e17bc01e5/jspcapy-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "900b3ed856c35bf617b9aa0d15d598cb", "sha256": "d876bbf65722c907f5b56c92e0080f3391d2aafcb3ded2ffe6ada91ff20240d7" }, "downloads": -1, "filename": "jspcapy-0.1.1.tar.gz", "has_sig": false, "md5_digest": "900b3ed856c35bf617b9aa0d15d598cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52253, "upload_time": "2018-03-04T06:32:50", "url": "https://files.pythonhosted.org/packages/40/4f/1e9aa8595342f0021590e1005cad8ccaaed832b40a5c0e4c0489fff356dd/jspcapy-0.1.1.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "aaa5cf799a2be94c3ef756a0cc5301cd", "sha256": "bace117433b54b522aca480f2410beb1b97a56cebeb07a0d84954772da8dff2f" }, "downloads": -1, "filename": "jspcapy-0.1.3.tar.gz", "has_sig": false, "md5_digest": "aaa5cf799a2be94c3ef756a0cc5301cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52176, "upload_time": "2018-03-04T06:53:23", "url": "https://files.pythonhosted.org/packages/5f/c3/15e4887b0eccfcdc0a9fa78658919696276a0e7933941eb17004b4516319/jspcapy-0.1.3.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "825fe77337e81b519a93c3a14a5f83f1", "sha256": "d347e8fa0e1456b9d90477f3f50afcf07f0bc978a7f725be9737097c60be8030" }, "downloads": -1, "filename": "jspcapy-0.2.0.tar.gz", "has_sig": false, "md5_digest": "825fe77337e81b519a93c3a14a5f83f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4588, "upload_time": "2018-03-06T07:50:30", "url": "https://files.pythonhosted.org/packages/9a/d5/2bd569539f1f17b4039148b7d500e1a6543ebbd8c9bf68827d9c34bcd7a4/jspcapy-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "febfe5f92db0a3a4747b131b4872d140", "sha256": "215c8072f71c54f6789b8169ae37d6be16541c62258ccff86d02e077657285db" }, "downloads": -1, "filename": "jspcapy-0.2.1.tar.gz", "has_sig": false, "md5_digest": "febfe5f92db0a3a4747b131b4872d140", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4385, "upload_time": "2018-03-06T11:32:07", "url": "https://files.pythonhosted.org/packages/a2/14/e28a313d843b792f8364c2e347d24b932e253f3b8b264dea0deb29780641/jspcapy-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "e73b74014d1668e47f910d18916cc55a", "sha256": "427abd16949d3eaa0580f1ab561da56aa4c5caa6eaf32e56befd1a0e19a02d74" }, "downloads": -1, "filename": "jspcapy-0.2.2.tar.gz", "has_sig": false, "md5_digest": "e73b74014d1668e47f910d18916cc55a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4374, "upload_time": "2018-03-06T11:54:28", "url": "https://files.pythonhosted.org/packages/db/9c/94fa79d2fb782f60cadaa2c74be32d91380363ea9b4d84be8792eb8efbc0/jspcapy-0.2.2.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "5d3259d5df5bb4f3a2188da5ad823215", "sha256": "f216144d82e56c7844023a7c67d1c60ac7daaf22647e7ae8400142f848f0ba20" }, "downloads": -1, "filename": "jspcapy-0.2.4.tar.gz", "has_sig": false, "md5_digest": "5d3259d5df5bb4f3a2188da5ad823215", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4369, "upload_time": "2018-03-07T10:38:01", "url": "https://files.pythonhosted.org/packages/fd/d8/f5c30e8ff798ffec20374b55fa22c66f29409be55aa1b6bc36773a96b044/jspcapy-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "538c3e765e5569946d34b1d40ee5066f", "sha256": "955691cfd22131765d1e4509ecdc2c677a6e204ba050a7f6409ad1c2fa3331eb" }, "downloads": -1, "filename": "jspcapy-0.2.5.tar.gz", "has_sig": false, "md5_digest": "538c3e765e5569946d34b1d40ee5066f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4207, "upload_time": "2018-03-08T15:03:02", "url": "https://files.pythonhosted.org/packages/a4/e9/db22ca5c72122bf246169cba2f29b9d7e4fad7487836b2d2647e45f597b4/jspcapy-0.2.5.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "54561f3cac0de3914318416156cb1f5c", "sha256": "81ca229b969a8c978d6bd287e3411ab53d729740750fd2d8526469d9b97a55bb" }, "downloads": -1, "filename": "jspcapy-0.3.0.tar.gz", "has_sig": false, "md5_digest": "54561f3cac0de3914318416156cb1f5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4248, "upload_time": "2018-03-23T07:57:03", "url": "https://files.pythonhosted.org/packages/18/47/3b529667d0c24ce668b519488780519918caac64936eee106bda3be02a9e/jspcapy-0.3.0.tar.gz" } ], "0.3.0.post1": [ { "comment_text": "", "digests": { "md5": "b89f0dfa605d8ddb6e0812075a1f6de0", "sha256": "899dcb70634e1406993106bc663826182be822db08c2b3e842f6159cf06f6100" }, "downloads": -1, "filename": "jspcapy-0.3.0.post1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b89f0dfa605d8ddb6e0812075a1f6de0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4355, "upload_time": "2018-04-23T12:47:44", "url": "https://files.pythonhosted.org/packages/d5/6e/1b0a9618ecff8bfd65a9d7fc70c9adb6fc748573e93a2280e7e629a87b25/jspcapy-0.3.0.post1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e3ec326ef42f65bdba2eae002dbf6108", "sha256": "16d14cdfeec50df8e829e54cc92e9619a8065c6b4f12ee42a6e1230bd0db78ad" }, "downloads": -1, "filename": "jspcapy-0.3.0.post1.tar.gz", "has_sig": false, "md5_digest": "e3ec326ef42f65bdba2eae002dbf6108", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4234, "upload_time": "2018-04-23T12:47:40", "url": "https://files.pythonhosted.org/packages/bc/5f/266b3f933b8605dae6c57369b33a1e36645cca95f87df7bf3849ac10b106/jspcapy-0.3.0.post1.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "b46ffc1a894ffd6f81dcb5a251f88857", "sha256": "85d6fc40903d55e4b344527c33f33c1c567616df3d8a284dba14284f1f3963ca" }, "downloads": -1, "filename": "jspcapy-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b46ffc1a894ffd6f81dcb5a251f88857", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4292, "upload_time": "2018-05-16T13:23:58", "url": "https://files.pythonhosted.org/packages/0d/64/039c57b4277a9b3702cf36655999a2dfc1bd8c6ce197dacc0fe8730ee885/jspcapy-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4c40bcec3adcef8a7426eaae3a2d5aac", "sha256": "a55bb051c224a0ea8cbef8f00b61a86da50a788002223e77f4e77f0bee65277c" }, "downloads": -1, "filename": "jspcapy-0.4.0.tar.gz", "has_sig": false, "md5_digest": "4c40bcec3adcef8a7426eaae3a2d5aac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4217, "upload_time": "2018-05-16T13:23:56", "url": "https://files.pythonhosted.org/packages/4d/61/f1a50abaeefe026a8bac4b3d88d388009ab08d5f3165a860695cb918e017/jspcapy-0.4.0.tar.gz" } ], "0.4.0.post1": [ { "comment_text": "", "digests": { "md5": "5c837ec2868e73d39ba79c7c3707de8f", "sha256": "5be4536c5a621a8899016053d82fcffcaadd0f39a225708f3d89a361a7ebeaea" }, "downloads": -1, "filename": "jspcapy-0.4.0.post1-cp27-none-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "5c837ec2868e73d39ba79c7c3707de8f", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=3.6", "size": 16925, "upload_time": "2018-11-25T06:37:08", "url": "https://files.pythonhosted.org/packages/84/53/4fd044e1ce0acfe9d6a209b64658035d96720c521c4b4aa5d5a014e1337f/jspcapy-0.4.0.post1-cp27-none-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "ae6f48e55d211f595fa40185edd07752", "sha256": "9e3573743895a3b4dab6503aed4ebd3c80bc897fc6ea5b31f27c775b3519e2b7" }, "downloads": -1, "filename": "jspcapy-0.4.0.post1-cp36-none-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "ae6f48e55d211f595fa40185edd07752", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 16924, "upload_time": "2018-11-25T06:37:10", "url": "https://files.pythonhosted.org/packages/67/f7/6119642aba73dcec45b83cb09a9549272a9f42ae6a6aebf0b1b161c10fd9/jspcapy-0.4.0.post1-cp36-none-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "5248c6778f17a371615fd49fe5d3d479", "sha256": "459a79606a52382dd2d77e70f0d99f599310fa1adafc9c97209e8cca042314c2" }, "downloads": -1, "filename": "jspcapy-0.4.0.post1-cp37-none-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "5248c6778f17a371615fd49fe5d3d479", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 16924, "upload_time": "2018-11-25T06:37:11", "url": "https://files.pythonhosted.org/packages/c0/ae/5dd1f0da58fdde9ce90ba73ea7cd768758004c576fb9381006fb1b6be372/jspcapy-0.4.0.post1-cp37-none-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "374b4c20249c7d4aa7c0f0d3b59286a8", "sha256": "6d0f6224c8cfb079dc7d5b82d25fe41ce9ac2ef835e0ff2bc597021d55ae2d7e" }, "downloads": -1, "filename": "jspcapy-0.4.0.post1-pp27-none-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "374b4c20249c7d4aa7c0f0d3b59286a8", "packagetype": "bdist_wheel", "python_version": "pp27", "requires_python": ">=3.6", "size": 16924, "upload_time": "2018-11-25T06:37:13", "url": "https://files.pythonhosted.org/packages/0f/b4/cf7a834ed940e994743b7e2397b3e09bc830a45b79db49cc9ec5211601dc/jspcapy-0.4.0.post1-pp27-none-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "8a947293fb86a4eaf0695cf602ecad7f", "sha256": "6fff9855739c04d41c5e0d421e1386f42557853db6f94de8197d751dca46adf3" }, "downloads": -1, "filename": "jspcapy-0.4.0.post1-pp35-none-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "8a947293fb86a4eaf0695cf602ecad7f", "packagetype": "bdist_wheel", "python_version": "pp35", "requires_python": ">=3.6", "size": 16926, "upload_time": "2018-11-25T06:37:14", "url": "https://files.pythonhosted.org/packages/2e/cc/079ac84869ebdc5fe5290c3d7ba1428472a11d086818e68554042b272c44/jspcapy-0.4.0.post1-pp35-none-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "71969b8b74bd631587ccb602d6a25577", "sha256": "c807d17e0578e99e99aaa98a3b2f5c934047930db67224c0ca558910dda6b01d" }, "downloads": -1, "filename": "jspcapy-0.4.0.post1-py2.7.egg", "has_sig": false, "md5_digest": "71969b8b74bd631587ccb602d6a25577", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": ">=3.6", "size": 4254, "upload_time": "2018-11-25T06:37:16", "url": "https://files.pythonhosted.org/packages/83/7b/eb5c277d988586d2417503f08794dd85ab47b141a2e0ef50b64c0838c0b5/jspcapy-0.4.0.post1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "47b5980ba1833941d87e653ccc501b65", "sha256": "d0631e17857be1783f81a9c4a65312969df0653ee005b0854629c06ce938733c" }, "downloads": -1, "filename": "jspcapy-0.4.0.post1-py3.4.egg", "has_sig": false, "md5_digest": "47b5980ba1833941d87e653ccc501b65", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": ">=3.6", "size": 4215, "upload_time": "2018-11-25T06:37:17", "url": "https://files.pythonhosted.org/packages/14/c6/1605a030fceb84adc6e6426b79b9b7cb9f11926dce230730fbdec2b5b622/jspcapy-0.4.0.post1-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "488d5f3a2d70ccee8d7f9b799e1b482c", "sha256": "b341829b98e72825d7211c3ad2fd4896f35dbd4ded166aebfa93d4acca5fc1b6" }, "downloads": -1, "filename": "jspcapy-0.4.0.post1-py3.5.egg", "has_sig": false, "md5_digest": "488d5f3a2d70ccee8d7f9b799e1b482c", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": ">=3.6", "size": 4230, "upload_time": "2018-11-25T06:37:19", "url": "https://files.pythonhosted.org/packages/a1/a6/c8531ae7d51fced34ea55d1b79c0701b123d8094fb89fdd67f8449c8e19d/jspcapy-0.4.0.post1-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "5640055b07057ea486308f1124c2d872", "sha256": "94f2bfab8561630bc1c53edb70de514d36c6a716ea7ac31144512853a53c7595" }, "downloads": -1, "filename": "jspcapy-0.4.0.post1-py3.6.egg", "has_sig": false, "md5_digest": "5640055b07057ea486308f1124c2d872", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.6", "size": 5778, "upload_time": "2018-11-25T06:37:20", "url": "https://files.pythonhosted.org/packages/4f/5f/508481221c7e5478a3fbaf6db1f7b3b63ea937ec2029749b8d2c8491ac21/jspcapy-0.4.0.post1-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "1af75273c27f0ed83249abb5fd7ab3cb", "sha256": "c009bbb02a7beaef9cdc83763d8741e93375114668065684056a164abfcc46a1" }, "downloads": -1, "filename": "jspcapy-0.4.0.post1-py3.7.egg", "has_sig": false, "md5_digest": "1af75273c27f0ed83249abb5fd7ab3cb", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6", "size": 5788, "upload_time": "2018-11-25T06:37:22", "url": "https://files.pythonhosted.org/packages/c3/c3/2234137607a0e2aec1491ffdcbbbb1da9589430d02208adf2aa86bd4b49e/jspcapy-0.4.0.post1-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "4b5caeec1238f99589dfc198099d75ea", "sha256": "de65f0f1e5e90d2e6f4e178f4d49dfad1c05ccd8a0a4f9531753b59d049c32f7" }, "downloads": -1, "filename": "jspcapy-0.4.0.post1.tar.gz", "has_sig": false, "md5_digest": "4b5caeec1238f99589dfc198099d75ea", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 4344, "upload_time": "2018-11-25T06:37:24", "url": "https://files.pythonhosted.org/packages/04/14/0c6ce642613860874936e5543358b67ae10a901d0bd96e57cff99fabaae6/jspcapy-0.4.0.post1.tar.gz" } ], "0.4.0.post2": [ { "comment_text": "", "digests": { "md5": "147d9f3f0a3d43b767d908735bc3b39a", "sha256": "a1e39be8ebe8cd6017225f4b80daef04e3330a7f532bf4dcc80dbcd4e4e860ba" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-cp27-none-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "147d9f3f0a3d43b767d908735bc3b39a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=3.6", "size": 16925, "upload_time": "2018-11-28T09:16:18", "url": "https://files.pythonhosted.org/packages/69/8e/434d5177736128f9beb2e4b629b816bd1abbdae3d3c52d71b34d14c9928b/jspcapy-0.4.0.post2-cp27-none-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "fc940f84dd3d9df232916bdd78d5211a", "sha256": "bff213326b27277372e527717e1db39317061cf2a4f14f9c06905d77332f5358" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-cp36-none-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "fc940f84dd3d9df232916bdd78d5211a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 16924, "upload_time": "2018-11-28T09:16:21", "url": "https://files.pythonhosted.org/packages/34/fe/5f8b0addd152c2d5082d672c98683ce736af5e45a4b632b0a991da2ecd7b/jspcapy-0.4.0.post2-cp36-none-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f21460f497862db4924d9cf8fad4735d", "sha256": "7d7e5e10d5ddcef5155a35e841105bf0a4eab95441b6583bd0c7edb9f9201f96" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-cp37-none-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "f21460f497862db4924d9cf8fad4735d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 16925, "upload_time": "2018-11-28T09:16:23", "url": "https://files.pythonhosted.org/packages/19/5b/798864740122ff5c2071ab5e05f230e1851976c50438f6cd7407bb9e2952/jspcapy-0.4.0.post2-cp37-none-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c59ed8f6511c17c0f0359fd629d439d6", "sha256": "4ac38b87c465d383251ea76b852e19d8c90eb211c527a961067ee56ae302ea4b" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-pp27-none-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "c59ed8f6511c17c0f0359fd629d439d6", "packagetype": "bdist_wheel", "python_version": "pp27", "requires_python": ">=3.6", "size": 16924, "upload_time": "2018-11-28T09:16:24", "url": "https://files.pythonhosted.org/packages/ba/63/9863969f102d6ecebff2c511f1c969e7c0e5e8a2398af167b2c0fca39e8c/jspcapy-0.4.0.post2-pp27-none-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "cff492e77034675cd88d240d758bf73f", "sha256": "9f99a3488c3cf4e5a02a07dc9a5b1d0d95687843f903434c8c8325b20a49298a" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-pp35-none-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "cff492e77034675cd88d240d758bf73f", "packagetype": "bdist_wheel", "python_version": "pp35", "requires_python": ">=3.6", "size": 16925, "upload_time": "2018-11-28T09:16:25", "url": "https://files.pythonhosted.org/packages/b0/ec/e97740f99690bd7ed5d0d8d6a67c0d1add704c0409c9757fc94d42760d4b/jspcapy-0.4.0.post2-pp35-none-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1a1f27443c31f36f309666f9e62825b8", "sha256": "0731676f54dcdefe1e4c4c875ab1671efcba9a12048c2d479e7dc00b92cdae25" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-py2.7.egg", "has_sig": false, "md5_digest": "1a1f27443c31f36f309666f9e62825b8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": ">=3.6", "size": 4259, "upload_time": "2018-11-28T09:16:27", "url": "https://files.pythonhosted.org/packages/34/9c/cb46c4b533c813aeb4c4b0f40308aa8f97ae969f5023625deff60c7a4783/jspcapy-0.4.0.post2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b8b32d9c0b65955b75e8832c5f9a6cda", "sha256": "c352310d979d8a1dfbffb85279ba671ce26bd3dcdf547f68032914804ea4db76" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-py3.4.egg", "has_sig": false, "md5_digest": "b8b32d9c0b65955b75e8832c5f9a6cda", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": ">=3.6", "size": 4259, "upload_time": "2018-11-28T09:16:28", "url": "https://files.pythonhosted.org/packages/75/76/f2f27d2d31db8291223ad1b8b2ecfb6095aa77465b64f8959de8e7f76c0b/jspcapy-0.4.0.post2-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "ac35c22d0976f5bbcfbd69cb9b6c876d", "sha256": "53769afc51cb5bc7204ff8e55b608a63e3a990372ea3154647e9e7dd5532a120" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-py3.5.egg", "has_sig": false, "md5_digest": "ac35c22d0976f5bbcfbd69cb9b6c876d", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": ">=3.6", "size": 4259, "upload_time": "2018-11-28T09:16:29", "url": "https://files.pythonhosted.org/packages/8e/31/8bc9a22266cb8a4371e80f710083ecc160f2a940aa44503c68b3a09728c6/jspcapy-0.4.0.post2-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "c81aeeb2a3085e36eed67269e73a1abe", "sha256": "25f1fccce29074adba4e85d50909ee28642d0991bff8520ab8763fafffb50241" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-py3.6.egg", "has_sig": false, "md5_digest": "c81aeeb2a3085e36eed67269e73a1abe", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.6", "size": 5783, "upload_time": "2018-11-28T09:16:31", "url": "https://files.pythonhosted.org/packages/b8/61/f42f20d656ac8267306b79ad6b707660a0c04745f5a22fb29611a9f71eeb/jspcapy-0.4.0.post2-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "a4df8301c1fcffe2de68a29efc3c994b", "sha256": "1f8e28d71defd9334b2bfef409412006857dd90e1d3f8e7247986ccd4b727d43" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-py3.7.egg", "has_sig": false, "md5_digest": "a4df8301c1fcffe2de68a29efc3c994b", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6", "size": 5793, "upload_time": "2018-11-28T09:16:33", "url": "https://files.pythonhosted.org/packages/1a/c3/dc5382c73304d1b7a04b89324c38152db75db8a3884089bd1042507c3255/jspcapy-0.4.0.post2-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "47ede10f08b3eceef75da039030f0d14", "sha256": "6b136f07da3097884e9a6d2373cccc256e5a79df9eb28b84b36978391eaffd1e" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2.tar.gz", "has_sig": false, "md5_digest": "47ede10f08b3eceef75da039030f0d14", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 16491, "upload_time": "2018-11-28T09:16:34", "url": "https://files.pythonhosted.org/packages/da/d3/b21d11a8fba82588abdcbca4a686ce330b13d80be5a4e51929914d212889/jspcapy-0.4.0.post2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "147d9f3f0a3d43b767d908735bc3b39a", "sha256": "a1e39be8ebe8cd6017225f4b80daef04e3330a7f532bf4dcc80dbcd4e4e860ba" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-cp27-none-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "147d9f3f0a3d43b767d908735bc3b39a", "packagetype": "bdist_wheel", "python_version": "cp27", "requires_python": ">=3.6", "size": 16925, "upload_time": "2018-11-28T09:16:18", "url": "https://files.pythonhosted.org/packages/69/8e/434d5177736128f9beb2e4b629b816bd1abbdae3d3c52d71b34d14c9928b/jspcapy-0.4.0.post2-cp27-none-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "fc940f84dd3d9df232916bdd78d5211a", "sha256": "bff213326b27277372e527717e1db39317061cf2a4f14f9c06905d77332f5358" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-cp36-none-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "fc940f84dd3d9df232916bdd78d5211a", "packagetype": "bdist_wheel", "python_version": "cp36", "requires_python": ">=3.6", "size": 16924, "upload_time": "2018-11-28T09:16:21", "url": "https://files.pythonhosted.org/packages/34/fe/5f8b0addd152c2d5082d672c98683ce736af5e45a4b632b0a991da2ecd7b/jspcapy-0.4.0.post2-cp36-none-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "f21460f497862db4924d9cf8fad4735d", "sha256": "7d7e5e10d5ddcef5155a35e841105bf0a4eab95441b6583bd0c7edb9f9201f96" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-cp37-none-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "f21460f497862db4924d9cf8fad4735d", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": ">=3.6", "size": 16925, "upload_time": "2018-11-28T09:16:23", "url": "https://files.pythonhosted.org/packages/19/5b/798864740122ff5c2071ab5e05f230e1851976c50438f6cd7407bb9e2952/jspcapy-0.4.0.post2-cp37-none-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c59ed8f6511c17c0f0359fd629d439d6", "sha256": "4ac38b87c465d383251ea76b852e19d8c90eb211c527a961067ee56ae302ea4b" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-pp27-none-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "c59ed8f6511c17c0f0359fd629d439d6", "packagetype": "bdist_wheel", "python_version": "pp27", "requires_python": ">=3.6", "size": 16924, "upload_time": "2018-11-28T09:16:24", "url": "https://files.pythonhosted.org/packages/ba/63/9863969f102d6ecebff2c511f1c969e7c0e5e8a2398af167b2c0fca39e8c/jspcapy-0.4.0.post2-pp27-none-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "cff492e77034675cd88d240d758bf73f", "sha256": "9f99a3488c3cf4e5a02a07dc9a5b1d0d95687843f903434c8c8325b20a49298a" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-pp35-none-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "cff492e77034675cd88d240d758bf73f", "packagetype": "bdist_wheel", "python_version": "pp35", "requires_python": ">=3.6", "size": 16925, "upload_time": "2018-11-28T09:16:25", "url": "https://files.pythonhosted.org/packages/b0/ec/e97740f99690bd7ed5d0d8d6a67c0d1add704c0409c9757fc94d42760d4b/jspcapy-0.4.0.post2-pp35-none-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "1a1f27443c31f36f309666f9e62825b8", "sha256": "0731676f54dcdefe1e4c4c875ab1671efcba9a12048c2d479e7dc00b92cdae25" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-py2.7.egg", "has_sig": false, "md5_digest": "1a1f27443c31f36f309666f9e62825b8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": ">=3.6", "size": 4259, "upload_time": "2018-11-28T09:16:27", "url": "https://files.pythonhosted.org/packages/34/9c/cb46c4b533c813aeb4c4b0f40308aa8f97ae969f5023625deff60c7a4783/jspcapy-0.4.0.post2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b8b32d9c0b65955b75e8832c5f9a6cda", "sha256": "c352310d979d8a1dfbffb85279ba671ce26bd3dcdf547f68032914804ea4db76" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-py3.4.egg", "has_sig": false, "md5_digest": "b8b32d9c0b65955b75e8832c5f9a6cda", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": ">=3.6", "size": 4259, "upload_time": "2018-11-28T09:16:28", "url": "https://files.pythonhosted.org/packages/75/76/f2f27d2d31db8291223ad1b8b2ecfb6095aa77465b64f8959de8e7f76c0b/jspcapy-0.4.0.post2-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "ac35c22d0976f5bbcfbd69cb9b6c876d", "sha256": "53769afc51cb5bc7204ff8e55b608a63e3a990372ea3154647e9e7dd5532a120" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-py3.5.egg", "has_sig": false, "md5_digest": "ac35c22d0976f5bbcfbd69cb9b6c876d", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": ">=3.6", "size": 4259, "upload_time": "2018-11-28T09:16:29", "url": "https://files.pythonhosted.org/packages/8e/31/8bc9a22266cb8a4371e80f710083ecc160f2a940aa44503c68b3a09728c6/jspcapy-0.4.0.post2-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "c81aeeb2a3085e36eed67269e73a1abe", "sha256": "25f1fccce29074adba4e85d50909ee28642d0991bff8520ab8763fafffb50241" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-py3.6.egg", "has_sig": false, "md5_digest": "c81aeeb2a3085e36eed67269e73a1abe", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.6", "size": 5783, "upload_time": "2018-11-28T09:16:31", "url": "https://files.pythonhosted.org/packages/b8/61/f42f20d656ac8267306b79ad6b707660a0c04745f5a22fb29611a9f71eeb/jspcapy-0.4.0.post2-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "a4df8301c1fcffe2de68a29efc3c994b", "sha256": "1f8e28d71defd9334b2bfef409412006857dd90e1d3f8e7247986ccd4b727d43" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2-py3.7.egg", "has_sig": false, "md5_digest": "a4df8301c1fcffe2de68a29efc3c994b", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6", "size": 5793, "upload_time": "2018-11-28T09:16:33", "url": "https://files.pythonhosted.org/packages/1a/c3/dc5382c73304d1b7a04b89324c38152db75db8a3884089bd1042507c3255/jspcapy-0.4.0.post2-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "47ede10f08b3eceef75da039030f0d14", "sha256": "6b136f07da3097884e9a6d2373cccc256e5a79df9eb28b84b36978391eaffd1e" }, "downloads": -1, "filename": "jspcapy-0.4.0.post2.tar.gz", "has_sig": false, "md5_digest": "47ede10f08b3eceef75da039030f0d14", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 16491, "upload_time": "2018-11-28T09:16:34", "url": "https://files.pythonhosted.org/packages/da/d3/b21d11a8fba82588abdcbca4a686ce330b13d80be5a4e51929914d212889/jspcapy-0.4.0.post2.tar.gz" } ] }