{
"info": {
"author": "Luke Tao",
"author_email": "luketao68@gmail.com",
"bugtrack_url": null,
"classifiers": [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3"
],
"description": "# AnkiChinese\n\nAsynchronously scrape the ArchChinese dictionary to generate [Anki](https://apps.ankiweb.net/) flashcards\n\n
\n
\n \n \n \n | \n
\n \n Online Flashcard | \n
\n
\n\n
\n \n \n \n | \n
\n \n Offline Flashcard | \n
\n
\n
\n\n# Installation\n\n pip install ankichinese\n playwright install\n\n# Usage\n\n ankichinese\n\n -h, --help Show help message and exit \n\n --export, -x {anki, csv, update} Export mode (default: anki)\n anki: Generate new AnkiChinese deck\n csv: Generate CSV file\n update: Update existing deck\n --input, -i INPUT Input file with characters to scrape (default: input.txt)\n --output, -o OUTPUT Name of output file (do not include extension) \n (default: ankichinese_output)\n\n --definitions, -def NUM Number of definitions to scrape per character (default: 5)\n --examples, -ex NUM Number of example words to scrape per character (default: 5)\n\n --requests-at-once, -r NUM Maximum number of requests at once (default: 10)\n --requests-per-second, -rs NUM Maximum number of requests per second (default: 5)\n \n\n## Generate New AnkiChinese Deck\nHow to create an entirely new Anki deck with the name `ankichinese_output.apkg` in the current directory using custom AnkiChinese styling. \n\n1. Create `input.txt` with the characters you want to scrape.\n2. Run `ankichinese -x anki`.\n3. Open Anki and import `ankichinese_output.apkg`.\n\n**Updating is Easy!** \nJust run `ankichinese -x anki` again with new characters in `input.txt` and import the new `ankichinese_output.apkg` file into Anki. Anki will automatically update the existing deck without losing progress.\n\n## Update Existing (Non-AnkiChinese) Deck Without Losing Progress\n\n1. Create `input.txt` with the characters you want to scrape (can be the same as the existing deck).\n2. Run `ankichinese -x update`.\n3. Choose deck and model of cards to update. AnkiChinese will search for and overwrite any fields with the same names as the following. \n\n| Field Name | Description |\n| --- | --- |\n| Hanzi | Simplified character (**REQUIRED**) |\n| Traditional | Traditional form |\n| Definition | Meaning of character |\n| Pinyin | Most common pinyin |\n| Pinyin 2 | Other possible pinyin |\n| Words | Example words |\n| Formation | Origin / mnemonic for character |\n| HSK | Hanyu Shuiping Kaoshi level |\n| Audio | Audio file name (**required for audio**) |\n\n4. Import the new `ankichinese_audio.apkg` file into Anki. This will import the audio files (and create an empty deck that can be deleted)\n\n# Tools Used\n- Asynchronous I/O: [Asyncio](https://docs.python.org/3/library/asyncio.html)\n- Limit concurrency: [Aiometer](https://github.com/florimondmanca/aiometer)\n- Web automation and HTML interaction: [Playwright](https://playwright.dev/python/)\n- Anki deck generation: [Genanki](https://github.com/kerrickstaley/genanki)\n- Anki database access: [AnkiPandas](https://github.com/klieret/AnkiPandas)\n- Progress bars: [tqdm](https://github.com/tqdm/tqdm)\n- HTML parsing and scraping: [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/)\n- Data manipulation: [Pandas](https://pandas.pydata.org/)\n\n# Credits\nCharacter information: [ArchChinese](https://www.archchinese.com/)\n\nStroke order diagrams:\n- Online stroke order diagrams: [Hanzi Writer](https://hanziwriter.org/)\n- Offline stroke order font: [Reinaert Albrecht](https://rtega.be/chmn/index.php?subpage=68)\n\nChinese audio:\n- Standard tones: [Yoyo Chinese](https://yoyochinese.com/chinese-learning-tools/Mandarin-Chinese-pronunciation-lesson/pinyin-chart-table)\n- Neutral tones: [Purple Culture](https://www.purpleculture.net/chinese_pinyin_chart/)\n\nMIT License\n\nCopyright (c) 2023 Luke Tao\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\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/autoelk/AnkiChinese",
"keywords": "",
"license": "",
"maintainer": "",
"maintainer_email": "",
"name": "AnkiChinese",
"package_url": "https://pypi.org/project/AnkiChinese/",
"platform": null,
"project_url": "https://pypi.org/project/AnkiChinese/",
"project_urls": {
"Bug Tracker": "https://github.com/autoelk/AnkiChinese/issues",
"Changelog": "https://github.com/autoelk/AnkiChinese/releases",
"Homepage": "https://github.com/autoelk/AnkiChinese",
"Repository": "https://github.com/autoelk/AnkiChinese"
},
"release_url": "https://pypi.org/project/AnkiChinese/1.3.7/",
"requires_dist": [
"bs4",
"html5lib",
"aiometer",
"playwright",
"pandas",
"genanki",
"tqdm",
"requests",
"ankipandas"
],
"requires_python": ">=3.8",
"summary": "An ArchChinese scraper for Anki",
"version": "1.3.7",
"yanked": false,
"yanked_reason": null
},
"last_serial": 20036334,
"releases": {
"1.0.0": [
{
"comment_text": "",
"digests": {
"blake2b_256": "82a622d93b0274349c57c5dee588625a5926e61892b8b66220ab019076cc066d",
"md5": "6ebf85c28706ada4448993044f9fced6",
"sha256": "5df93b35782fca5768f4ed98aa868c3f31f32b09acf7f1fb466bd0c28eaf006f"
},
"downloads": -1,
"filename": "AnkiChinese-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6ebf85c28706ada4448993044f9fced6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 5038,
"upload_time": "2023-08-05T21:11:51",
"upload_time_iso_8601": "2023-08-05T21:11:51.798819Z",
"url": "https://files.pythonhosted.org/packages/82/a6/22d93b0274349c57c5dee588625a5926e61892b8b66220ab019076cc066d/AnkiChinese-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"1.1.0": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5d6f880341c5fc94b7d0d67862865bd90b42b7d97fe785655b066824040b1c0d",
"md5": "90368a28c3021bc7a03136f223e83811",
"sha256": "bd30fb077f951b254da5276f01d330c92c2deca7be2f763ad3a634b720b63f9d"
},
"downloads": -1,
"filename": "AnkiChinese-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "90368a28c3021bc7a03136f223e83811",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 5044,
"upload_time": "2023-08-05T21:14:16",
"upload_time_iso_8601": "2023-08-05T21:14:16.784364Z",
"url": "https://files.pythonhosted.org/packages/5d/6f/880341c5fc94b7d0d67862865bd90b42b7d97fe785655b066824040b1c0d/AnkiChinese-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4e552a5c40360b88fd54a01fa31e6349dbdb0b5c995ffaaa72245fc535cfd254",
"md5": "aaafe7b1243f941f247469faffa0e25b",
"sha256": "77042203ea39e2a9c5ca4b995fff4455416e3e8f074a5bd3438648cd5c7a8390"
},
"downloads": -1,
"filename": "AnkiChinese-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "aaafe7b1243f941f247469faffa0e25b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 3967,
"upload_time": "2023-08-05T21:14:18",
"upload_time_iso_8601": "2023-08-05T21:14:18.114596Z",
"url": "https://files.pythonhosted.org/packages/4e/55/2a5c40360b88fd54a01fa31e6349dbdb0b5c995ffaaa72245fc535cfd254/AnkiChinese-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.3.0": [
{
"comment_text": "",
"digests": {
"blake2b_256": "51d842fd58ea3d1b646e30df94c11d15a0f840fc7c8d1a2a29b855816cdc93e1",
"md5": "0716a5cd7c77c3441f7924221a7da5eb",
"sha256": "df4abc1f1b4b318b230fb69282198a2cdef382e88f9334cd57a005b2c005d112"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0716a5cd7c77c3441f7924221a7da5eb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 6848,
"upload_time": "2023-08-07T19:17:46",
"upload_time_iso_8601": "2023-08-07T19:17:46.103470Z",
"url": "https://files.pythonhosted.org/packages/51/d8/42fd58ea3d1b646e30df94c11d15a0f840fc7c8d1a2a29b855816cdc93e1/AnkiChinese-1.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "23e399f9dfbe54c6cf3428d9ea9c81e2f879db30e8cb0d89246215e483c93c66",
"md5": "426794ef056541f2b373ccad65a2087b",
"sha256": "3770e5b80aaff19db184686f5ac1b83ce3278479de7402f24817714a35289150"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.0.tar.gz",
"has_sig": false,
"md5_digest": "426794ef056541f2b373ccad65a2087b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 9877326,
"upload_time": "2023-08-07T19:17:47",
"upload_time_iso_8601": "2023-08-07T19:17:47.610832Z",
"url": "https://files.pythonhosted.org/packages/23/e3/99f9dfbe54c6cf3428d9ea9c81e2f879db30e8cb0d89246215e483c93c66/AnkiChinese-1.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.3.1": [
{
"comment_text": "",
"digests": {
"blake2b_256": "08977ea6a589fb4bcda1f52013f35ccadb9269405c7f80afcbace341ea37b9f7",
"md5": "0df907d77edfd3046841e6979df446fe",
"sha256": "58ea1473445bf16044d77ba7a4899d5b734648d597b9ac4c9dc1c43e3e42e24b"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0df907d77edfd3046841e6979df446fe",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 7737,
"upload_time": "2023-08-07T20:49:53",
"upload_time_iso_8601": "2023-08-07T20:49:53.403463Z",
"url": "https://files.pythonhosted.org/packages/08/97/7ea6a589fb4bcda1f52013f35ccadb9269405c7f80afcbace341ea37b9f7/AnkiChinese-1.3.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bfdd28dc734a6543448c4df4a0c48f3a528bc91c92182412bae4bd935c369990",
"md5": "405935c750cf6187cc91ba992abc0655",
"sha256": "56b4c45af1af8b4c80ca3b8d4115b0b44a52f3260ad8b97b53eb390489207c36"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.1.tar.gz",
"has_sig": false,
"md5_digest": "405935c750cf6187cc91ba992abc0655",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 9879981,
"upload_time": "2023-08-07T20:49:54",
"upload_time_iso_8601": "2023-08-07T20:49:54.481805Z",
"url": "https://files.pythonhosted.org/packages/bf/dd/28dc734a6543448c4df4a0c48f3a528bc91c92182412bae4bd935c369990/AnkiChinese-1.3.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.3.2": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c51d055a829c4403546275df1c87d602e3ac549d4b6c6a133732389ab475fed9",
"md5": "e1c06e58cb01bd7db719c5179208b90e",
"sha256": "3b2637cc5ad715184612239754ec341d447c7dd85a76efa87aeb962e7865e22d"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e1c06e58cb01bd7db719c5179208b90e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 7719,
"upload_time": "2023-08-07T21:27:37",
"upload_time_iso_8601": "2023-08-07T21:27:37.464898Z",
"url": "https://files.pythonhosted.org/packages/c5/1d/055a829c4403546275df1c87d602e3ac549d4b6c6a133732389ab475fed9/AnkiChinese-1.3.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c5f2acac7372b4a72227a4fc6fb72ac3ce37f11fc004b8713d96e40c5d40e158",
"md5": "3edcd38f98400f8522fcedc562494626",
"sha256": "f04dbae76b942851694a918e2a6d790d610fdcafdfa0d026c0810ae1480ee88f"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.2.tar.gz",
"has_sig": false,
"md5_digest": "3edcd38f98400f8522fcedc562494626",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 9879990,
"upload_time": "2023-08-07T21:27:39",
"upload_time_iso_8601": "2023-08-07T21:27:39.792404Z",
"url": "https://files.pythonhosted.org/packages/c5/f2/acac7372b4a72227a4fc6fb72ac3ce37f11fc004b8713d96e40c5d40e158/AnkiChinese-1.3.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.3.3": [
{
"comment_text": "",
"digests": {
"blake2b_256": "a7dda975db7072d26e64b932c5d7b5cf8127f2ea25415cf2c3df4425bc154ed1",
"md5": "4b27d71be7766cecb09ba10801a82f48",
"sha256": "d35b9ac867a052b701f7fd4fb9db64fddb3bb5cd5bddcb6d3183f15402abe218"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4b27d71be7766cecb09ba10801a82f48",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 7654,
"upload_time": "2023-08-10T02:50:48",
"upload_time_iso_8601": "2023-08-10T02:50:48.917730Z",
"url": "https://files.pythonhosted.org/packages/a7/dd/a975db7072d26e64b932c5d7b5cf8127f2ea25415cf2c3df4425bc154ed1/AnkiChinese-1.3.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6e8dc61fa15d58af30a9b225ba1b8866f4139e050cc72d54b8872ede15ea7051",
"md5": "9e1f6b1862c81c3951898bda91fff3bc",
"sha256": "b606d779fd407b08c5fa9cad217f0684148e854b73f2cc651f90a93fdab52da9"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.3.tar.gz",
"has_sig": false,
"md5_digest": "9e1f6b1862c81c3951898bda91fff3bc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 9880348,
"upload_time": "2023-08-10T02:50:51",
"upload_time_iso_8601": "2023-08-10T02:50:51.142739Z",
"url": "https://files.pythonhosted.org/packages/6e/8d/c61fa15d58af30a9b225ba1b8866f4139e050cc72d54b8872ede15ea7051/AnkiChinese-1.3.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.3.4": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e7e4b063deaf84cb857965a55f913ef213b31b8463706e233286fe67c37fc81f",
"md5": "db5b8150ee97c92a79813cbdbcb062a7",
"sha256": "92db45c7eabb79caa00f1a0743ff377e0febc2ffa6a8e258c08a1521a239bbca"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "db5b8150ee97c92a79813cbdbcb062a7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 7926,
"upload_time": "2023-08-13T18:07:41",
"upload_time_iso_8601": "2023-08-13T18:07:41.561761Z",
"url": "https://files.pythonhosted.org/packages/e7/e4/b063deaf84cb857965a55f913ef213b31b8463706e233286fe67c37fc81f/AnkiChinese-1.3.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "57e79bbbd9c7dc8217a463207fbf8f364f9f9cf5edc462b49c07d3dfa75b4a98",
"md5": "0750181f4cf41ea3507a7eae7baab55e",
"sha256": "cc0d812b76f7d7b83f783bb6ab7bf4692cfd2a98ebdfc5c91fe6d5ad13ec1c9d"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.4.tar.gz",
"has_sig": false,
"md5_digest": "0750181f4cf41ea3507a7eae7baab55e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 9881106,
"upload_time": "2023-08-13T18:07:43",
"upload_time_iso_8601": "2023-08-13T18:07:43.426923Z",
"url": "https://files.pythonhosted.org/packages/57/e7/9bbbd9c7dc8217a463207fbf8f364f9f9cf5edc462b49c07d3dfa75b4a98/AnkiChinese-1.3.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.3.5": [
{
"comment_text": "",
"digests": {
"blake2b_256": "01be7338e4c1d94e1608f57435e4a8fa00b2adc59d07fc6446c9553b15250aa2",
"md5": "da90d26d806f44feb65d1c1603a7161a",
"sha256": "782643978bde82ca682b8141b02ab7410cb10351dc6e4557ab880e24079da255"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "da90d26d806f44feb65d1c1603a7161a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 9211,
"upload_time": "2023-08-24T16:18:21",
"upload_time_iso_8601": "2023-08-24T16:18:21.990156Z",
"url": "https://files.pythonhosted.org/packages/01/be/7338e4c1d94e1608f57435e4a8fa00b2adc59d07fc6446c9553b15250aa2/AnkiChinese-1.3.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "358382f6c55b7402cb2b13be876b4b9f144e87917b953a6b7fab3acab142f9e4",
"md5": "2d4f368a2b0077a90c6bea83c19fb679",
"sha256": "2055fd608fba65362a0d07f04693bac8267e138e150ea69470f73e9d1507ace6"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.5.tar.gz",
"has_sig": false,
"md5_digest": "2d4f368a2b0077a90c6bea83c19fb679",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 9881552,
"upload_time": "2023-08-24T16:18:23",
"upload_time_iso_8601": "2023-08-24T16:18:23.822053Z",
"url": "https://files.pythonhosted.org/packages/35/83/82f6c55b7402cb2b13be876b4b9f144e87917b953a6b7fab3acab142f9e4/AnkiChinese-1.3.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.3.6": [
{
"comment_text": "",
"digests": {
"blake2b_256": "eff3f4c938cab30c012b493814b9080614f7d3f74ae65964e3e2bd4a00a281b0",
"md5": "d62275b4e26ff7e6cd6ff8fda0f73f84",
"sha256": "0e7c8d3a0fb47e47b449e75570f5f9294aa8c5114ba9711270491a682fcdb511"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d62275b4e26ff7e6cd6ff8fda0f73f84",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 9807,
"upload_time": "2023-09-13T20:26:10",
"upload_time_iso_8601": "2023-09-13T20:26:10.685564Z",
"url": "https://files.pythonhosted.org/packages/ef/f3/f4c938cab30c012b493814b9080614f7d3f74ae65964e3e2bd4a00a281b0/AnkiChinese-1.3.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7211aadfbd9510c6e34a6f4174d78ab2188a4298fe1fe5f47ba96be25fd2ed8e",
"md5": "fd12576f24a5b5f67f7f3c98fdc8b154",
"sha256": "d726af6b2e9c26b7ec8c80a6980ef5cd0e73a5b4c419fd7c75fa55f62d8ca1f0"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.6.tar.gz",
"has_sig": false,
"md5_digest": "fd12576f24a5b5f67f7f3c98fdc8b154",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 10202288,
"upload_time": "2023-09-13T20:26:13",
"upload_time_iso_8601": "2023-09-13T20:26:13.270094Z",
"url": "https://files.pythonhosted.org/packages/72/11/aadfbd9510c6e34a6f4174d78ab2188a4298fe1fe5f47ba96be25fd2ed8e/AnkiChinese-1.3.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.3.7": [
{
"comment_text": "",
"digests": {
"blake2b_256": "380ee8b066c56943356f8b882c5072604d86e19eb34723c7b008c910b31b9b14",
"md5": "ee59206016be6f5d3ac07a587f4302aa",
"sha256": "29372d394770b57b1eb4e8316463633996858277595f6575b061461a0ee10b68"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ee59206016be6f5d3ac07a587f4302aa",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 9946614,
"upload_time": "2023-09-30T00:31:04",
"upload_time_iso_8601": "2023-09-30T00:31:04.764459Z",
"url": "https://files.pythonhosted.org/packages/38/0e/e8b066c56943356f8b882c5072604d86e19eb34723c7b008c910b31b9b14/AnkiChinese-1.3.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f59d3c81476a43f9133927ca78fcb14f2388fb76261b7c538a2f966fc6bb0588",
"md5": "fd95a27295cb516c5add628d40cdd1da",
"sha256": "a7103da08f477d1f1b8e5d9119f74a69c2b72e8673b94a7472d565ff8642ce2e"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.7.tar.gz",
"has_sig": false,
"md5_digest": "fd95a27295cb516c5add628d40cdd1da",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 10202785,
"upload_time": "2023-09-30T00:31:07",
"upload_time_iso_8601": "2023-09-30T00:31:07.753779Z",
"url": "https://files.pythonhosted.org/packages/f5/9d/3c81476a43f9133927ca78fcb14f2388fb76261b7c538a2f966fc6bb0588/AnkiChinese-1.3.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.3.8": [
{
"comment_text": "",
"digests": {
"blake2b_256": "64ed7a52f45c3346c6c3b70b977365cedf1ee16143bcd65bbdaf5432eb588333",
"md5": "537f421c43602444e0984384e46cbabc",
"sha256": "bba23571fd650ddf82e184cd625f8494f1939f237c6b3a52643e4ceac1912a8e"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.8-py3-none-any.whl",
"has_sig": false,
"md5_digest": "537f421c43602444e0984384e46cbabc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 9946817,
"upload_time": "2023-10-04T03:57:17",
"upload_time_iso_8601": "2023-10-04T03:57:17.447157Z",
"url": "https://files.pythonhosted.org/packages/64/ed/7a52f45c3346c6c3b70b977365cedf1ee16143bcd65bbdaf5432eb588333/AnkiChinese-1.3.8-py3-none-any.whl",
"yanked": true,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "42c6d04ad9d746fe52dd1180a7c580088f0fe721ffad36f8ef1a5ac3e483dcd3",
"md5": "3583a9b8f81b2dd6b526aff3167cacbe",
"sha256": "fa132ddfdcd97395475a9bd901379f891fba3cd9528eb010530c740892430980"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.8.tar.gz",
"has_sig": false,
"md5_digest": "3583a9b8f81b2dd6b526aff3167cacbe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 10203064,
"upload_time": "2023-10-04T03:57:20",
"upload_time_iso_8601": "2023-10-04T03:57:20.794185Z",
"url": "https://files.pythonhosted.org/packages/42/c6/d04ad9d746fe52dd1180a7c580088f0fe721ffad36f8ef1a5ac3e483dcd3/AnkiChinese-1.3.8.tar.gz",
"yanked": true,
"yanked_reason": null
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "380ee8b066c56943356f8b882c5072604d86e19eb34723c7b008c910b31b9b14",
"md5": "ee59206016be6f5d3ac07a587f4302aa",
"sha256": "29372d394770b57b1eb4e8316463633996858277595f6575b061461a0ee10b68"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ee59206016be6f5d3ac07a587f4302aa",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 9946614,
"upload_time": "2023-09-30T00:31:04",
"upload_time_iso_8601": "2023-09-30T00:31:04.764459Z",
"url": "https://files.pythonhosted.org/packages/38/0e/e8b066c56943356f8b882c5072604d86e19eb34723c7b008c910b31b9b14/AnkiChinese-1.3.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f59d3c81476a43f9133927ca78fcb14f2388fb76261b7c538a2f966fc6bb0588",
"md5": "fd95a27295cb516c5add628d40cdd1da",
"sha256": "a7103da08f477d1f1b8e5d9119f74a69c2b72e8673b94a7472d565ff8642ce2e"
},
"downloads": -1,
"filename": "AnkiChinese-1.3.7.tar.gz",
"has_sig": false,
"md5_digest": "fd95a27295cb516c5add628d40cdd1da",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 10202785,
"upload_time": "2023-09-30T00:31:07",
"upload_time_iso_8601": "2023-09-30T00:31:07.753779Z",
"url": "https://files.pythonhosted.org/packages/f5/9d/3c81476a43f9133927ca78fcb14f2388fb76261b7c538a2f966fc6bb0588/AnkiChinese-1.3.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"vulnerabilities": []
}