{ "info": { "author": "Red Hat", "author_email": "jshepher@redhat.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Java Libraries" ], "description": "JarManifest\n===========\nExtract manifest information from Java library files (jars).\n\nDescription\n-----------\nUse this library to look at jar META-INF/MANIFEST files and extract Implementation-Title, and Implementation-Version. Based on the specification of jars found [here](http://docs.oracle.com/javase/1.4.2/docs/guide/jar/jar.html#Notes)\n\nInstallation\n------------\n\n\tpip install virtualenv\n\nA jarmanfiest.cfg file should you copied to your python's `etc` directory\n\nUsage\n-----\n| $ python3\n| >>> from jarmanifest import manifest\n| >>> manifest.getAttributes('/tmp/spring/META-INF/MANIFEST.MF')\n| [{'implementationtitle': 'org.springframework.core', 'implementationversion': '3.1.3.RELEASE'}]\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/RedHatProductSecurity/JarManifest", "keywords": "java dependencies metadata", "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "jarmanifest", "package_url": "https://pypi.org/project/jarmanifest/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jarmanifest/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/RedHatProductSecurity/JarManifest" }, "release_url": "https://pypi.org/project/jarmanifest/1.0.14/", "requires_dist": null, "requires_python": null, "summary": "Tool for parsing Java Manifest files", "version": "1.0.14" }, "last_serial": 1866018, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "4a7c4b3c6b19ff854878ce7f7350d246", "sha256": "098b4fb87349baedb31303458b6a1e934d0839be73f7afaf2682a9563a40d6dd" }, "downloads": -1, "filename": "jarmanifest-1.0.0.tar.gz", "has_sig": false, "md5_digest": "4a7c4b3c6b19ff854878ce7f7350d246", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1723, "upload_time": "2015-12-15T01:21:45", "url": "https://files.pythonhosted.org/packages/61/12/380948c3e4d864aaee68bc9ba3f2ede5f4248fea904d706afe3499706bc7/jarmanifest-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "ee6cbf50526fb26343594fbd13a62244", "sha256": "26d3f1347a464a0378f6c7699ade4fc0622fdd281c538afa8c6f5a95158f52af" }, "downloads": -1, "filename": "jarmanifest-1.0.1.tar.gz", "has_sig": false, "md5_digest": "ee6cbf50526fb26343594fbd13a62244", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4289, "upload_time": "2015-12-15T01:55:47", "url": "https://files.pythonhosted.org/packages/a6/98/01dc91e3aa65c19ef7c466224d8c06a5fba1e719abc8debe3cdef846ee42/jarmanifest-1.0.1.tar.gz" } ], "1.0.13": [ { "comment_text": "", "digests": { "md5": "1bccdf2ab70be3bf2439193879f5cb06", "sha256": "005472590d341ea6e93c75d5c397e3e8bad46a1365b94fdbe66d3a36154bd1b2" }, "downloads": -1, "filename": "jarmanifest-1.0.13.tar.gz", "has_sig": false, "md5_digest": "1bccdf2ab70be3bf2439193879f5cb06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4548, "upload_time": "2015-12-15T06:19:49", "url": "https://files.pythonhosted.org/packages/e0/ca/0515793be61e975e027ba2538718b82a7073cb14ca3763bb62e40fa774b4/jarmanifest-1.0.13.tar.gz" } ], "1.0.14": [ { "comment_text": "", "digests": { "md5": "7d24631d9f7c7332ee458e02bd7dbc91", "sha256": "eaf1685a80bcd9b267e39ea6db7ab0c6d60304fb9682fe07e55a026923de53f5" }, "downloads": -1, "filename": "jarmanifest-1.0.14.tar.gz", "has_sig": false, "md5_digest": "7d24631d9f7c7332ee458e02bd7dbc91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4568, "upload_time": "2015-12-17T00:11:26", "url": "https://files.pythonhosted.org/packages/3c/c8/fe521722e2340119961a9e0585e038b5f8ccf47f56109565f06c9e2bb6af/jarmanifest-1.0.14.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7d24631d9f7c7332ee458e02bd7dbc91", "sha256": "eaf1685a80bcd9b267e39ea6db7ab0c6d60304fb9682fe07e55a026923de53f5" }, "downloads": -1, "filename": "jarmanifest-1.0.14.tar.gz", "has_sig": false, "md5_digest": "7d24631d9f7c7332ee458e02bd7dbc91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4568, "upload_time": "2015-12-17T00:11:26", "url": "https://files.pythonhosted.org/packages/3c/c8/fe521722e2340119961a9e0585e038b5f8ccf47f56109565f06c9e2bb6af/jarmanifest-1.0.14.tar.gz" } ] }