{ "info": { "author": "Eric Wiener", "author_email": "ericwiener3@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Extract infoboxes from wikidumps\n\nTo create a wikidump for a specific category or group of articles, you can use [Wikipedia's special export feature](https://en.wikipedia.org/wiki/Special%3aExport).\n\nDownload the .xml file and then you can convert the xml dump to a .js file containing a list of infobox objects. The package is able to handle a variety of infoboxes and can correctly parse lists within infoboxes such as:\n```\n| Holding = {{ordered list |style=text-align: left;\n |1=States may not prohibit citizens from contracting insurance out of state for acts performed outside the state.\n |2=States may not prohibit citizens from contracting insurance out of state by written communication, even if the property to be insured is within the state.\n }}\n```\n\nThe package can also handle multiline items (below will be handled as one element):\n```\n |Prior=Patent application 07/479,666 filed, February 13, 1990;\n Examiner's rejection affirmed by Board of Patent Appeals and Interferences, ''Ex parte Zurko, et al'', July 31, 1995 (_ USPQ 2d _, Appeal No. 94-3967);\n request for reconsideration denied, December 1, 1995;\n Board decision reversed, ''In re Zurko, et al'' 111 [[F.3d]] [https://law.justia.com/cases/federal/appellate-courts/F3/111/887/630610/ 887] ([[Fed. Cir.]] 1997);\n reheard, Board decision reversed, 142 [[F.3d]] [https://law.justia.com/cases/federal/appellate-courts/F3/142/1447/506854/ 1447] (Fed. Cir. 1998) (en banc);\n petition for writ of certiorari granted, {{ussc|525|961|1998|el=no}}\n```\n\nIt is also handled when infobox elements are on the same line as the infobox declaration:\n```\n{{infobox| above = Arizona v. California\n```\n\nFinally, infoboxes are matched regardless of proper spelling or capitalization (`nfobox, Infobox, infobox`) are all matched.\n\n## Installation\n```\n$ pip3 install wikidump-infobox-extractor\n```\n\n## Usage\n```\n$ infodump \n```\n\n## Notes\nWikidumps and Wikipedia pages have a lot of errors. This package does a pretty good job of dealing with them. However, you will likely need to do some key correction after the parse. Spelling, capitalization, and relevance all need to be analyzed.\n\nFor instance, below are all the keys from Wikipedia's Supreme Court Cases (after I manually edited some pages on Wikipedia to remove non-Supreme Court Cases):\n\nIf you wish to check your processed infoboxes, you can do something such as:\n```python\nimport json\n\nf = open(\"./wiki-dump-out.js\", 'r')\ncase_dict = json.loads(f.read())\nf.close()\n\nkeys = set()\nfor obj in case_dict:\n for key in obj:\n keys.add(key)\n\nfor key in sorted(keys):\n print(key)\n```\n\nKeys from Wikipedia's Supreme Court Cases\n```\nAbrogated\nAdvocates for Appellant\nAdvocates for Appellee\nArgueDate\nArgueDate1\nArgueDate2\nArgueDateA\nArgueDateB\nArgueDateC\nArgueYear\nArgument\nClaim\nConcur\nConcurrence\nConcurrence/Dissent\nConcurrence/Dissent2\nConcurrence/Dissent3\nConcurrence/Dissent4\nConcurrence/Dissent5\nConcurrence2\nConcurrence3\nConcurrence4\nConcurrence5\nConcurrence6\nDecideDate\nDecideYear\nDissent\nDissent2\nDissent3\nDissent4\nDocket\nDocket2\nDocket3\nFiledDate\nFiledYear\nFullName\nFullname\nHolding\nJoinConcurrence\nJoinConcurrence/Dissent\nJoinConcurrence/Dissent2\nJoinConcurrence/Dissent3\nJoinConcurrence/Dissent4\nJoinConcurrence/Dissent5\nJoinConcurrence2\nJoinConcurrence3\nJoinConcurrence4\nJoinConcurrence5\nJoinConcurrence6\nJoinDissent\nJoinDissent2\nJoinDissent3\nJoinDissent4\nJoinMajority\nJoinMajority2\nJoinMajority3\nJoinPlurality\nJoinPlurality2\nLawsApplied\nLimited\nLitigants\nLitigants2\nLitigants3\nMajority\nMajority2\nMajority3\nNotParticipating\nOpinion\nOpinionAnnouncement\nOral Argument\nOralArgument\nOralArguments\nOralReargument\nOutcome\nOverruled\nOverturned previous case\nParallelCitations\nParties\nPerCuriam\nPetitionDate\nPetitionYear\nPlurality\nPlurality2\nPrior\nProcedural\nQuestionsPresented\nQuestionsPresnted\nReargueDate\nReargueDate2\nReargueDateA\nReargueDateA2\nReargueDateB\nReargueDateB2\nReargueYear\nReargueYear2\nRelated\nSCOTUS\nSeriatim\nSeriatim2\nSeriatim3\nSeriatim4\nSubmitDate\nSubmitYear\nSubsequent\nSuperseded\nUSPage\nUSVol\nVote\nabove\nabovestyle\nbodystyle\ncaption\ncitations\ncourt\ndata11\ndata13\ndata15\ndata2\ndata23\ndata24\ndata25\ndata26\ndata27\ndata3\ndata3class\ndata4\ndata5\ndata6\ndata7\ndata8\ndata9\ndata9class\ndate decided\nfull name\nheader1\nheader10\nheader12\nheader14\nheader2\nheader3\nheader4\nheader5\nheader6\nheader7\nheader8\nheader9\nheaderstyle\nimage\nitalic title\njudges\nlabel2\nlabel23\nlabel24\nlabel25\nlabel26\nlabel27\nlabel3\nlabel4\nlabel5\nlabel6\nlabel7\nlabel8\nlabel9\nname\nopinions\nprior actions\nsubsequent actions\ntitle\n```\n\n## Example\n### xml input:\n```\n\n \n // ...\n \n \n Younger v. Harris\n 0\n 1712852\n \n 881592324\n 877923066\n 2019-02-03T16:14:22Z\n \n Legalskeptic\n 11540368\n \n added link to district court opinion\n wikitext\n text/x-wiki\n {{Infobox SCOTUS case\n |Litigants=Younger v. Harris\n |ArgueDate=April 1\n |ArgueYear=1969\n |ReargueDate=April 29\n |ReargueYear=1970\n |ReargueDate2=November 16\n |ReargueYear2=1970\n |DecideDate=February 23\n |DecideYear=1971\n |FullName=Evelle J. Younger, District Attorney of Los Angeles County v. John Harris, Jr., Jim Dan, Diane Hirsch, and Farrel Broslawsky\n |USVol=401\n |USPage=37\n |ParallelCitations=91 S. Ct. 746; 27 [[L. Ed. 2d]] 669; 1971 [[U.S. LEXIS]] 136\n |Prior=Judgment for plaintiffs, 281 [[F. Supp.]] [https://law.justia.com/cases/federal/district-courts/FSupp/281/507/1575355/ 507] ([[United States District Court for the Central District of California|C.D. Cal.]] 1968)\n |Subsequent=\n |Holding=The possible unconstitutionality of a state statute is not grounds for a federal court to enjoin state court criminal proceedings brought pursuant to that statute. District Court for the Central District of California reversed and remanded.\n |SCOTUS=1970-1971\n |Majority=Black\n |JoinMajority=Burger, Harlan, Stewart, Blackmun\n |Concurrence=Stewart\n |JoinConcurrence=Harlan\n |Concurrence2=Brennan\n |JoinConcurrence2=White, Marshall\n |Dissent=Douglas\n |LawsApplied={{UnitedStatesCode|28|2283}}\n}}\n'''''Younger v. Harris''''', 401 U.S. 37 (1971),{{ref|citation}} was a case in which the [[United States Supreme Court]] held that [[United States federal courts]] were required to [[abstention doctrine|abstain]] from hearing any [[civil rights]] [[tort]] claims brought by a person who is currently being [[prosecution|prosecuted]] for a matter arising from that claim.\n\n==Facts==\nA [[California]] statute prohibited advocating \"unlawful acts of force or violence [to] effect political change.\" The [[defendant]], Harris, was charged with violating the statute, and he sued under [[42 U.S.C. \u00a7 1983]] to get an injunction preventing District Attorney [[Evelle J. Younger]] from enforcing the law on the grounds that it violated the free speech guarantee.\n\n==Decision and precedent==\nIn an 8-1 decision, the Court held that federal courts may not hear the case until the person is [[convicted]] or found not guilty of the crime unless the defendant will suffer an irreparable injury that is \"both great and immediate.\" Merely having to endure a criminal prosecution is no such irreparable harm.\n\nThere are three exceptions to Younger abstention:\n#Where the prosecution is in bad faith (i.e. the state knows the person to be innocent)\u2014as applied in ''[[Dombrowski v. Pfister]]''; or\n#Where the prosecution is part of some pattern of harassment against an individual; or\n#Where the law being enforced is utterly and irredeemably unconstitutional (e.g., if the state were to pass a law making it a crime to say anything negative about its governor under any circumstances).\n\n==Status as precedent==\nThe doctrine was later extended to situations where the state is seeking to execute a [[civil fine]] against someone, or has jailed a person for [[contempt of court]]. The doctrine applies even where the state does not bring an action until after the person has filed a lawsuit in federal court, provided that the federal court has not yet taken any action on the suit. Moreover, the principle of abstention applies to some state administrative proceedings.\n\nIn regard to the exceptions which the ''Younger'' Court articulated, later decisions make it clear that these are highly difficult to meet.\n#''Bad faith prosecution'': in no case since ''Younger'' was decided has the Supreme Court found there to exist bad faith prosecution sufficient to justify a federal court injunction against state court proceedings. The Court has specifically declined to find bad faith prosecution even in circumstances where repeated prosecutions had occurred. As commentator [[Erwin Chemerinsky]] states, the bad-faith prosecution exception seems narrowly limited to facts like those in ''Dombrowski''.<ref>Erwin Chemerinsky, ''Federal Jurisdiction'' (5th ed. 2007), Aspen Publishers, p.860</ref> Other scholars have even asserted that the possible range of cases which would fit the ''Dombrowski'' model and allow an exception to the no-injunction rule is so limited as to be an \"empty universe.\"<ref>Chemerinsky, p. 859-60</ref>\n#''Patently unconstitutional law'': in no case since ''Younger'' was decided has the Supreme court found there to exist a patently unconstitutional law sufficient to justify a federal court injunction against state court proceedings. The Court has specifically declined to find such patent unconstitutionality in at least one case (Trainor v. Hernandez) <ref>431 US 434 (1977), [https://www.oyez.org/cases/1970-1979/1976/1976_75_1407/ oyez.org]</ref>\n#''Inadequate state forum'': the Supreme Court has found the state forum in question to be inadequate on a small number of occasions.<ref>e.g. Gerstein v. Pugh, 420 U.S. 103 (1975), [https://www.oyez.org/cases/1970-1979/1973/1973_73_477/ oyez.org]\nGibson v. Berryhill, 411 U.S. 564 (1973), [https://www.oyez.org/cases/1970-1979/1972/1972_71_653/ oyez.org]</ref>\n\n== See also ==\n* [[Abstention doctrine]]\n* [[Anti-Injunction Act (1793)]]\n\n==References==\n{{reflist}}\n\n==External links==\n* {{wikisource-inline|Younger v. Harris}}\n* {{note|citation}}{{caselaw source\n | case = ''Younger v. Harris'', {{ussc|401|37|1971|el=no}}\n | courtlistener =https://www.courtlistener.com/opinion/108263/younger-v-harris/\n | findlaw = https://caselaw.findlaw.com/us-supreme-court/401/37.html\n | justia =https://supreme.justia.com/cases/federal/us/401/37/\n | oyez =https://www.oyez.org/cases/1970/2\n | loc =http://cdn.loc.gov/service/ll/usrep/usrep401/usrep401037/usrep401037.pdf\n | googlescholar = https://scholar.google.com/scholar_case?case=2453423928277325927\n }}\n\n[[Category:United States Supreme Court cases]]\n[[Category:United States Supreme Court cases of the Burger Court]]\n[[Category:United States Constitution Article Three case law]]\n[[Category:United States abstention case law]]\n[[Category:1971 in United States case law]]\n rw2jnxxjqezqnunfqwnga1xgjheawtt\n \n \n // ...\n```\n\n## Output\n```\n[{\n \"title\": \"Younger v. Harris\",\n \"Litigants\": \"Younger v. Harris\",\n \"ArgueDate\": \"April 1\",\n \"ArgueYear\": \"1969\",\n \"ReargueDate\": \"April 29\",\n \"ReargueYear\": \"1970\",\n \"ReargueDate2\": \"November 16\",\n \"ReargueYear2\": \"1970\",\n \"DecideDate\": \"February 23\",\n \"DecideYear\": \"1971\",\n \"FullName\": \"Evelle J. Younger, District Attorney of Los Angeles County v. John Harris, Jr., Jim Dan, Diane Hirsch, and Farrel Broslawsky\",\n \"USVol\": \"401\",\n \"USPage\": \"37\",\n \"ParallelCitations\": \"91 S. Ct. 746; 27 [[L. Ed. 2d]] 669; 1971 [[U.S. LEXIS]] 136\",\n \"Prior\": \"Judgment for plaintiffs, 281 [[F. Supp.]] [https://law.justia.com/cases/federal/district-courts/FSupp/281/507/1575355/ 507] ([[United States District Court for the Central District of California|C.D. Cal.]] 1968)\",\n \"Subsequent\": \"\",\n \"Holding\": \"The possible unconstitutionality of a state statute is not grounds for a federal court to enjoin state court criminal proceedings brought pursuant to that statute. District Court for the Central District of California reversed and remanded.\",\n \"SCOTUS\": \"1970-1971\",\n \"Majority\": \"Black\",\n \"JoinMajority\": \"Burger, Harlan, Stewart, Blackmun\",\n \"Concurrence\": \"Stewart\",\n \"JoinConcurrence\": \"Harlan\",\n \"Concurrence2\": \"Brennan\",\n \"JoinConcurrence2\": \"White, Marshall\",\n \"Dissent\": \"Douglas\",\n \"LawsApplied\": \"{{UnitedStatesCode|28|2283}}\"\n},\n// ...\n]\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/EricWiener/wikidump-infobox-extractor", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "wikidump-infobox-extractor", "package_url": "https://pypi.org/project/wikidump-infobox-extractor/", "platform": "", "project_url": "https://pypi.org/project/wikidump-infobox-extractor/", "project_urls": { "Homepage": "https://github.com/EricWiener/wikidump-infobox-extractor" }, "release_url": "https://pypi.org/project/wikidump-infobox-extractor/1.2.0/", "requires_dist": null, "requires_python": "", "summary": "Wikidump infobox extractor.", "version": "1.2.0" }, "last_serial": 5206246, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "b1b30cdfd96952f8335943b20b82d282", "sha256": "699fe49fe54a2e751e46cde1fe7ba7c81466bc4831a24b22b9b4452c17581767" }, "downloads": -1, "filename": "wikidump_infobox_extractor-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b1b30cdfd96952f8335943b20b82d282", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4468, "upload_time": "2019-04-05T15:35:14", "url": "https://files.pythonhosted.org/packages/5d/4b/ec28b76b27967dc6c733ff5e69326c474980aff9430176b1b0a0bd5d0687/wikidump_infobox_extractor-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd1facc3440990f50410de8a94750833", "sha256": "f01b51c083d299c1240df21a361c6f2cbca3c0f8a1c5def88434d0d1890f8665" }, "downloads": -1, "filename": "wikidump-infobox-extractor-1.0.0.tar.gz", "has_sig": false, "md5_digest": "fd1facc3440990f50410de8a94750833", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2549, "upload_time": "2019-04-05T15:35:17", "url": "https://files.pythonhosted.org/packages/83/81/03cde6909caee59e289c7aebbe802f3447da8926e66f3d5954233c1d9258/wikidump-infobox-extractor-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "d6869dceb7c54837e53dfe0f0823158f", "sha256": "d0fc053841c739c0136b43d324141ce7e9d3aec55afbf6fa17aa765412b71f16" }, "downloads": -1, "filename": "wikidump_infobox_extractor-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d6869dceb7c54837e53dfe0f0823158f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7831, "upload_time": "2019-04-05T16:02:34", "url": "https://files.pythonhosted.org/packages/df/2e/77a0865daf6cf0034da9ec0db14750c6a328f04ccb91d4465886b4c16b35/wikidump_infobox_extractor-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9c02c10155f728ccfa4e024d28f97627", "sha256": "1e478525a83d53a7c1d50bc72c8c126bd0881e50fdb782d942f296a203804521" }, "downloads": -1, "filename": "wikidump-infobox-extractor-1.0.1.tar.gz", "has_sig": false, "md5_digest": "9c02c10155f728ccfa4e024d28f97627", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6536, "upload_time": "2019-04-05T16:02:36", "url": "https://files.pythonhosted.org/packages/cf/27/b9b9b780741868630372e2f9453f634abf8f2335f5d8d596a75fc40802ae/wikidump-infobox-extractor-1.0.1.tar.gz" } ], "1.0.10": [ { "comment_text": "", "digests": { "md5": "958896f966a748e0cf6dc3cce421e9c6", "sha256": "76eab14ebac29eae893c80c9dd3cd70cf4eaa3d8eeca488577a1b7e74b4945a9" }, "downloads": -1, "filename": "wikidump_infobox_extractor-1.0.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "958896f966a748e0cf6dc3cce421e9c6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 13146, "upload_time": "2019-04-05T21:58:57", "url": "https://files.pythonhosted.org/packages/43/58/73c8dffb47b266bd4a792751ca57ec5387f9c20eb79bc8d5f2149c1c439a/wikidump_infobox_extractor-1.0.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e5e33f814d9ba22cfd04b58684102fe", "sha256": "e9fae88c03132d2403027c47cff8c7bae16248e49a29902a90197f6dc4806fe9" }, "downloads": -1, "filename": "wikidump-infobox-extractor-1.0.10.tar.gz", "has_sig": false, "md5_digest": "0e5e33f814d9ba22cfd04b58684102fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6561, "upload_time": "2019-04-05T21:59:04", "url": "https://files.pythonhosted.org/packages/63/a8/b8656f43322f2c560d6e43532783720eaa817799362314d85296eee301d6/wikidump-infobox-extractor-1.0.10.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "80af47b5182bf27cc0a8dbcd5508a692", "sha256": "7916fec379df0c15727ee202aea1f850bcd129d8294a037d762d41c2dd15a41f" }, "downloads": -1, "filename": "wikidump_infobox_extractor-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "80af47b5182bf27cc0a8dbcd5508a692", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7832, "upload_time": "2019-04-05T16:04:56", "url": "https://files.pythonhosted.org/packages/f0/c4/6caf2f4f76a78489022d36dd7fec4ea588043b8c7ca40d18d89898a04c27/wikidump_infobox_extractor-1.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f9bd8da6da8384dce24a1dbe496add3c", "sha256": "dfd6a08ac3aa60da4178e0a89263277529c549156b931386a88caa7023e89558" }, "downloads": -1, "filename": "wikidump-infobox-extractor-1.0.2.tar.gz", "has_sig": false, "md5_digest": "f9bd8da6da8384dce24a1dbe496add3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6540, "upload_time": "2019-04-05T16:04:57", "url": "https://files.pythonhosted.org/packages/a5/5e/b7e3f9541ea9f4d2ad16612e5edb8e39e5f92586ca5a6e5092a6f3357b77/wikidump-infobox-extractor-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "9dddf19cb7065855cd052d7abc5e5eb6", "sha256": "613b2dca7c86449e1afacc47c270c8c7a619899113a3a1eee8f90deaa56c9943" }, "downloads": -1, "filename": "wikidump_infobox_extractor-1.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9dddf19cb7065855cd052d7abc5e5eb6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7832, "upload_time": "2019-04-05T16:07:10", "url": "https://files.pythonhosted.org/packages/38/5a/55bd51419d20d8da1738c966eb00c5d3b44da8265745cacfeda46babea88/wikidump_infobox_extractor-1.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2f6e49368136ae3907d7541e6a149143", "sha256": "9741d8c6035cb0afd48beea92df9f90504e60190c795b3314ac4dfe7bfbc360d" }, "downloads": -1, "filename": "wikidump-infobox-extractor-1.0.3.tar.gz", "has_sig": false, "md5_digest": "2f6e49368136ae3907d7541e6a149143", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6536, "upload_time": "2019-04-05T16:07:11", "url": "https://files.pythonhosted.org/packages/2b/53/d675d3d3b856036d97364602e4b58970ee2945081b4126829d8f3e8cf12b/wikidump-infobox-extractor-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "8813e24dda539bd21df65ea22b3d7684", "sha256": "60037763c58697b6ac2fb3feec63607f61508e3df225755299de4bad76388827" }, "downloads": -1, "filename": "wikidump_infobox_extractor-1.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8813e24dda539bd21df65ea22b3d7684", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7840, "upload_time": "2019-04-05T17:30:58", "url": "https://files.pythonhosted.org/packages/b0/96/8427e2580e09d499ad0b3d12727e028426858d49ba51604acd33ae526d36/wikidump_infobox_extractor-1.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0293be26a70f15301a66974f19a1246f", "sha256": "346b89fe81c867e150be2089c52363a208344ef6db0035e8257f8d56cfa8ea9e" }, "downloads": -1, "filename": "wikidump-infobox-extractor-1.0.4.tar.gz", "has_sig": false, "md5_digest": "0293be26a70f15301a66974f19a1246f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6546, "upload_time": "2019-04-05T17:31:00", "url": "https://files.pythonhosted.org/packages/e0/d5/9b6ad1adf630c56ac1882cca4c814b7e242749d6c6b8eeb808d00ae108a3/wikidump-infobox-extractor-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "2b8f55061c332c78bdbeae674b418398", "sha256": "ad28095074ccb0ea3efc0cf35c53bead9da38b30e08b2b790de58b09761fc736" }, "downloads": -1, "filename": "wikidump_infobox_extractor-1.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2b8f55061c332c78bdbeae674b418398", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7843, "upload_time": "2019-04-05T17:37:07", "url": "https://files.pythonhosted.org/packages/f6/80/71676bcca6485052e4ac9016fff0572503eda12b22e9a5714e60b75cee94/wikidump_infobox_extractor-1.0.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2b814b9ff46b1d24dc6039e975de8e9b", "sha256": "68122a27fa6bc608c0586ecd8693ff82f3f7ec205f91e79b3737c5b79c99b948" }, "downloads": -1, "filename": "wikidump-infobox-extractor-1.0.5.tar.gz", "has_sig": false, "md5_digest": "2b814b9ff46b1d24dc6039e975de8e9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6546, "upload_time": "2019-04-05T17:37:10", "url": "https://files.pythonhosted.org/packages/40/68/092ea58a9e8666a1fef0243cac88783c9bc83c49c081a0d37e31a022fa50/wikidump-infobox-extractor-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "c4830aa8c2dd21ef8c5792ea960dc685", "sha256": "d887fcf0c07efb434b3dff48cff0059371d6863bffff8292fa2baf36029dc5a1" }, "downloads": -1, "filename": "wikidump_infobox_extractor-1.0.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c4830aa8c2dd21ef8c5792ea960dc685", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7836, "upload_time": "2019-04-05T17:40:35", "url": "https://files.pythonhosted.org/packages/8e/c7/641421ed26f2deeeb79345f8e0057193f29d9934b808846965d77131141c/wikidump_infobox_extractor-1.0.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e340673728bf2a2adafc31a34be4eaf9", "sha256": "b2119243991824b3fefb37abe8f88f3df3a01da47d3fcffc60412d84f8fd4cf5" }, "downloads": -1, "filename": "wikidump-infobox-extractor-1.0.6.tar.gz", "has_sig": false, "md5_digest": "e340673728bf2a2adafc31a34be4eaf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6543, "upload_time": "2019-04-05T17:40:39", "url": "https://files.pythonhosted.org/packages/44/98/924485b15501257097e1baef261fda57abbf0ed8ed062ba505718727f417/wikidump-infobox-extractor-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "215f9fb8bb9248a925859573e417d109", "sha256": "17240df3cc4f30a4f221367ad97ac658ab05b4333a1dddabac5cf93edbaf9f9f" }, "downloads": -1, "filename": "wikidump_infobox_extractor-1.0.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "215f9fb8bb9248a925859573e417d109", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7850, "upload_time": "2019-04-05T17:47:22", "url": "https://files.pythonhosted.org/packages/ee/ec/044668818a1bf21a9c0f0afe7c748c85c2058a2cc70c3ddf02f6d8bc808a/wikidump_infobox_extractor-1.0.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f09a02d213fe1570e79ee9d083eb206b", "sha256": "dd4eb5d4c62923200abccd9b9f30931acaf5059ab797f44019ab3750fdbc342d" }, "downloads": -1, "filename": "wikidump-infobox-extractor-1.0.7.tar.gz", "has_sig": false, "md5_digest": "f09a02d213fe1570e79ee9d083eb206b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6556, "upload_time": "2019-04-05T17:47:33", "url": "https://files.pythonhosted.org/packages/e9/56/ce15968619784b6b5afd0efa989562b1917a7bb1d9700dc93e432608143f/wikidump-infobox-extractor-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "704b2a9b85c3b724159ff27a53917035", "sha256": "32fafc501112ac1d0ff09694d1aef15833584da5f9dd33bb2445ae1685cb4714" }, "downloads": -1, "filename": "wikidump_infobox_extractor-1.0.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "704b2a9b85c3b724159ff27a53917035", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 7849, "upload_time": "2019-04-05T21:49:16", "url": "https://files.pythonhosted.org/packages/6d/40/3d53a9277e2593f6d1a2fda87dd124f3d433f4159504e89226b9b48c98f4/wikidump_infobox_extractor-1.0.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e9af9530bc68d81972a00922e2c64213", "sha256": "e5bf849748fea48cb04c430994ae0ae07ad0eec02b70628fb11204026d8be1c0" }, "downloads": -1, "filename": "wikidump-infobox-extractor-1.0.8.tar.gz", "has_sig": false, "md5_digest": "e9af9530bc68d81972a00922e2c64213", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7182, "upload_time": "2019-04-05T21:49:22", "url": "https://files.pythonhosted.org/packages/5f/0c/c5663c87f51a65a8cfa765c2ec76cdb1e766f4939092d950ef0ba68b580e/wikidump-infobox-extractor-1.0.8.tar.gz" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "c4b8eb1d387d60c5d6b186fdc57c1767", "sha256": "7be52821b6160b83a8bbf79bbec7b23d18712dce05d3c7ac3b5abe67abd6a80c" }, "downloads": -1, "filename": "wikidump-infobox-extractor-1.0.9.tar.gz", "has_sig": false, "md5_digest": "c4b8eb1d387d60c5d6b186fdc57c1767", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7189, "upload_time": "2019-04-05T21:59:10", "url": "https://files.pythonhosted.org/packages/c6/d0/953925d64318c66fbf4f0f2be5963980aa27e3da6731bd35b7ddd9506c06/wikidump-infobox-extractor-1.0.9.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "36548a4edb5d8017b25b6a7e77d70c1e", "sha256": "155197ed0133bfe6b395340cebd0fd99f2ba1b2e0bb6286c75a2c4085e310fdc" }, "downloads": -1, "filename": "wikidump_infobox_extractor-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "36548a4edb5d8017b25b6a7e77d70c1e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11218, "upload_time": "2019-04-30T04:02:12", "url": "https://files.pythonhosted.org/packages/df/b4/5a26add773b30d16ca9afcf40384f8e2d0c9dc9035a5464e1cdb02a6d619/wikidump_infobox_extractor-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6bfcafcf9be03ca4f2b42bb059d52167", "sha256": "5fc73ad763b64c4d932389754d43b33a6b5152f449a770dc40a2b15891dc7788" }, "downloads": -1, "filename": "wikidump-infobox-extractor-1.2.0.tar.gz", "has_sig": false, "md5_digest": "6bfcafcf9be03ca4f2b42bb059d52167", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11441, "upload_time": "2019-04-30T04:02:35", "url": "https://files.pythonhosted.org/packages/25/8e/4fce60963c5acf923200236998621fbd363a8a84e7bbb4a18eda9a6aae50/wikidump-infobox-extractor-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "36548a4edb5d8017b25b6a7e77d70c1e", "sha256": "155197ed0133bfe6b395340cebd0fd99f2ba1b2e0bb6286c75a2c4085e310fdc" }, "downloads": -1, "filename": "wikidump_infobox_extractor-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "36548a4edb5d8017b25b6a7e77d70c1e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 11218, "upload_time": "2019-04-30T04:02:12", "url": "https://files.pythonhosted.org/packages/df/b4/5a26add773b30d16ca9afcf40384f8e2d0c9dc9035a5464e1cdb02a6d619/wikidump_infobox_extractor-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6bfcafcf9be03ca4f2b42bb059d52167", "sha256": "5fc73ad763b64c4d932389754d43b33a6b5152f449a770dc40a2b15891dc7788" }, "downloads": -1, "filename": "wikidump-infobox-extractor-1.2.0.tar.gz", "has_sig": false, "md5_digest": "6bfcafcf9be03ca4f2b42bb059d52167", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11441, "upload_time": "2019-04-30T04:02:35", "url": "https://files.pythonhosted.org/packages/25/8e/4fce60963c5acf923200236998621fbd363a8a84e7bbb4a18eda9a6aae50/wikidump-infobox-extractor-1.2.0.tar.gz" } ] }