{ "info": { "author": "Bystroushaak", "author_email": "bystrousak@kitakitsune.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2.7" ], "description": "Introduction\n============\n\n.. image:: https://badge.fury.io/py/wa-kat.png\n :target: https://pypi.python.org/pypi/wa-kat\n\n.. image:: https://img.shields.io/pypi/dm/wa-kat.svg\n :target: https://pypi.python.org/pypi/wa-kat\n\n.. image:: https://readthedocs.org/projects/wa-kat/badge/?version=latest\n :target: http://wa-kat.readthedocs.org/\n\n.. image:: https://img.shields.io/github/issues/WebArchivCZ/WA-KAT.svg\n :target: https://github.com/WebArchivCZ/WA-KAT/issues\n\n.. image:: https://img.shields.io/pypi/l/wa-kat.svg\n\nWA-KAT is a project that simplifies the job of curators of the Webarchive of National Library of the Czech Republic by cataloging electronic resources using semi-automatic analysis.\n\nDocumentation\n-------------\n\nModule documentation and description can be found at Read the Docs:\n\n- http://wa-kat.readthedocs.org\n\n\nContributors\n============\n\n- Bystroushaak , Developer\n\nChangelog\n=========\n\n1.1.9\n-----\n - Implemented #100 - date format in field 588.\n - Fixed deprecated whois lookup call (#101).\n\n1.1.8\n-----\n - Fixed #95 - bug in UDP logger / DNS name resolution.\n - Logger (#87) rewritten to better architecture.\n\n1.1.7\n-----\n - Implemented HTML lang and xml:lang parameters parsing (#88).\n\n1.1.6\n-----\n - Added support for Sentry (#92).\n\n1.1.5\n-----\n - URL added to logging.\n - build_keyword_index.py script fixed to replace HTML entities.\n - Downloaded additional 40 thousand records from aleph. Keywords regenerated.\n - HTML escaping disabled in the MRC template.\n\n1.1.4\n-----\n - Fixed IP address for the structured logger.\n\n1.1.3\n-----\n - Fixed metadata for the package.\n\n1.1.2\n-----\n - Improved logger capability with structured logs.\n - Creation date detector updated (#89) to reflect newest changes in 3rd party API.\n - Added server for structured logger.\n\n1.1.1\n-----\n - Fixed `download_as_file()` decorator to not to try to return result as JSON.\n\n1.1.0\n-----\n - Attempt to remove ZODB/ZEO, because it is horribly broken.\n\n1.0.0 - 1.0.6\n-------------\n - Connected with Seeder. First officaly working, production ready version.\n - Added better connection to Seeder.\n - #85: Fixed bug in the whois parsing.\n - #85: Updated API link for the memento web.\n - Dockerfile migrated to ubuntu 16.04.\n - Removed duplicate line from MANIFEST.in.\n - Fixed bug in error log path.\n - #86: Added custom error log path / option to switch to stderr.\n - Last attempt to pin requirements to older version.\n\n0.4.1 - 0.4.5\n-------------\n - Added missing MANIFEST.in.\n - Added `settings.ZEO_SERVER_PATH`.\n - ``conf/`` directory moved to ``templates/``.\n - Template updated accordingly to #78.\n - #80: Language in 008 is now parsed from user input.\n\n0.4.0\n-----\n - Beta version, almost ready for production use.\n - #26: Added more of the admin documentation.\n - #26: Added a lot of informations about administration of the project.\n - Setup / bin scripts updated.\n - Added argparse interface to the wa_kat_server.py.\n - Removed no longer needed file.\n - #26: Admin docs moved to admin_manual.rst.\n - #26: Added description of Hidden log. Admin doc moved to own file.\n - #26: Added description of the buttons.\n - #26: Added description of Periodicit, Frequency and Rules.\n - #26: Added description of Lanuage and Annotation.\n - #26: Added Konspekt / Subkonspekt description.\n - #26: Added keyword widget description.\n - #26: Added Place info.\n - Fixed bug in keywords.\n - #26: Fixed small bugs in dynamic help subsystem.\n - #26: Small fixes in manual.\n - #26: Added HelpOverlay, so user may now show quick help.\n - #26: Added Author picker documentation.\n - Added progressbar to Author picker.\n - #26: Added Publisher documentation.\n - #26: Added documentation for Subtitle and Creation date.\n - #26: Added description of Title.\n - #26: Added more documentation of progressbar.\n - url_progress_bar.png -> url_progressbar.png.\n - Added progressbar to ISSN request.\n - Fixed .reset() call on validation highlights.\n - #25: Added ISSN documentation. Added more documentation to URL.\n - #26: Added documentation for the URL field.\n - #26: Added wa_kat.png with screenshot of the app.\n - #26: Manual included to the index. Added basic description.\n - Added docstrings to overlay_controller.py. Fixed #25.\n - #25: Added docstrings to placeholder_handler.py.\n - #25: Added docstrings to progressbar.py.\n - #25: Added docstrings to shared.py.\n - #25: Added docstrings for output_picker.py.\n - #25: Added docstrings for log_view2.py.\n - #25: Added docstrings for input_controllericker.py.\n - #25: Added docstrings to conspect_handler.py.\n - #25: Added docstrings for dropdown handler.\n - #25: Added docstrings for errorbox.py.\n - #25: Added docstrings for author_picker.py.\n - #25: Added docstrings to author_picker.py.\n - AlephReaderAdapter refactored to AlephISSNReaderAdapter.\n - #25: Added docstrings for the wa_kat_main.py.\n - #25: Updated docstrings for rules_view.py.\n - #25: Added docstrings for view.py.\n - #25: Added docstrings for descritors.py.\n - #25: Fixed docstring for data_model.py.\n - #25: Fixed documentation.\n - bottle_index.py moved to rest_api/.\n - #25: Added docstrings of data_model.py.\n - #25: Added docstrings to settings.py.\n - Fixed bug in cleanup button.\n - #25: Removed no longer used file conspect_database.py.\n - #25: Fixed docstrings for worker.py.\n - Fixed height of the black overlay.\n - #25: Added docstrings to rest_api/__init__.py.\n - #25: Added docstrings to analyzers_api.py.\n - rest_api/__init__.py split to the rst_api/analyzers_api.py.\n - #25: Added docstrings to to_output.py.\n - #25: Added docstrings to aleph_api.py.\n - shared.RESPONSE_TYPE renamed to JSON_MIME.\n - #25: Added docstrings to shared.py.\n - Fixed HTML entity bug ' -> '.\n - #25: Undocumented some global variables, because extenzive spamming in HTML\n - #25: Added docstrings to keywords.py.\n - #25: Added docstrings for virtual_fs.py.\n - #26: Added links to the user manual.\n - #26: Added more placeholders to the manual.rst.\n - #33: Added question marks, which will open help (#26).\n - Fixed #73.\n - #25: Updated docstring for the convertors.rst.\n - #25: Added docstrings for mrc.py.\n - #25: Added docstrings for to_dc.py.\n - #25: Fixed invalid paths in .rst files for convertors.\n - #25: Added docstrings to iso_codes.py.\n - #25: Updated.\n - #25: Updated Author's docstring.\n - #25: Updated aleph connector docstring.\n - #25: Updated docstrings for connectors/.\n - #25: Added docstrings for init.\n - #25: Added docstrings to annotation_detector.py.\n - #25: Added docstrings to author_detector.py.\n - #25: Added docstrings to keyword_detector.py.\n - #26: Manual updated.\n - #25: Added docstrings to language_detector.py.\n - #25: Added docstrings to place_detector.py.\n - #25: Added docstrings to source_string.py.\n - #25: Added docstrings to title_detector.py.\n - #25: Added docstrings to creation_date_detector.py.\n - Added new requirement for `textblob` to implrove keyword matching.\n - #4: Improved creation date parsing. Removed duplicates.\n - #2: Slightly improved keyword parsing. Added docstrings (#25).\n - #26: Added first parts of the documentation.\n - Fixed bug in language detector. Languages should now occur only once.\n - Performance of keyword maching improved slightly. Fixed #2.\n - #2: Added _extract_keywords_from_text().\n - #2: Added better unicode decoder for analyzers.\n - #2: Added better utf / unicode handling to SourceString constructor.\n - #2: Added new precomputed dataset: KEYWORDS_LOWER.\n - #2: Added requirement for newer version of dhtmlparser.\n - Added red underline for all required elements.\n - Implemented get_creation_date_tags(). Closed #4.\n - #4: Implemented _get_whois_tags().\n - #4: Added new requirement for `pythonwhois`.\n - #4: settings.py: Added new variable WHOIS_URL.\n - Added transport of the 18'th char from 008 field. Closing #66.\n - #4: Implemented parsing of resources from the MementoWeb.org.\n - Fixed #72 - problem with redirects to pages with broken SSL.\n - #72: Added better logging of error messages.\n - #25: Added Sphinx documentation files for Dublin core convertor (#13).\n - Dublin core convertor integrated into the application. Closed #13.\n - #13: Added tests (#22).\n - #13: Reformatted. Added docstrings (#25).\n - #22: Added sketch of the DC tests (#13).\n - #13: Added parsing of the author.\n - #13: Added periodicity and place parsing.\n - #13: Imported in the convertors. Added docstring.\n - #13: Added processing of the keywords. Added url.\n - #13: Added dcterms:alternative, dcterms:created and DDC.\n - #13: Added parsing of title, publisher, description, language, issn & MDT.\n - #13: Added first sketch of to_dc().\n - #13: Added requirements to xmltodict and odictliteral.\n - Fixed bug in additional info getter. Closed #70, #71.\n - #70: Fixed bug in urlbar.\n - #66: Additional info is now transported to the output.\n - #66: Added new function - item_to_mrc().\n - #66: Added parsing of end_date to the aleph connector.\n - #66: Added better parsing of creation date.\n - #22, #66: Added tests of mrc convertor.\n - #66: Added val_to_mrc().\n - Added requirement for new version of marcxml-parser.\n - Fixed bug in setup.py.\n - #22: Fixed bugs in tests.\n - #25, #26: Documentation files updated.\n - #66: mrc_to_marc.py renamed to mrc.py, because new functions were added.\n - #66: Added dict_to_mrc().\n - #66: Added processing of the additional info in the frontend.\n - #66: Added reading of additional info from Aleph.\n\n0.3.0\n-----\n - Added Author picker and connection to Aleph.\n - Fixed lot of bugs, most of the components are now working.\n - setup.py: Added definition of scripts.\n - Added wa_kat prefix to all scripts in /bin.\n - Added timeout for seeder and some error handling. Closed #16.\n - Added docstrings (#25).\n - #16: Added settings.SEEDER_TIMEOUT.\n - #16: Added handling of Seeder's avaliability (#51).\n - Fixed bugs in .reset(). Closed #69.\n - #69: Added cabability of basic .reset().\n - #25: Added docstring.\n - #51: Added adapters for reading data from Seeder. Basic dataset now works.\n - #51: Added transport of Seeder's data to the frontend.\n - #51: Fixed bugs in Seeder connector code.\n - #25: Added docstrings and other comments.\n - Added support for subtitle. Closed #64.\n - Added updated dataset. Fixed #68.\n - #68: Added skipping of deprecated records.\n - #68: Fixed logic od the building of keyword cache.\n - #68: Implemented better parser of keywords.\n - Naming convention changed.\n - build_keyword_index.py renamed to wa-kat_build_keyword_index.py.\n - #51: Added parts of the connector to the Seeder.\n - Removed unused space.\n - #68: Fixed case, when the english equivalent is not available.\n - #51: issn added to the data model.\n - Removed no longer required file.\n - #51: Seeder code moved to connectors/seeder.py.\n - #32: Virtual fs / conspectus code optimized for performance. Fixed #67.\n - Added custom headers for requests (#24) and Authentication headers (#51).\n - Custom headers are now used for analysis. Fixed #24.\n - #32: Added more frontend logging.\n - #32: Rewritten to load API_PATH from settings.py / virtual fs.\n - #32: Periodes are now transported to frontend using virtual fs.\n - #32: Added new virtual fs / periodes.py.\n - #59: Fixed output template to include data from new conspect dict.\n - #59: Removed unused files and code replaced by new version.\n - #32, #59: Completely rewritten conspect handler code.\n - #32, #59: searchable_conspect class renamed to whole_conspect_subconspect.\n - #32: Added conspect code (#59). Virtual filesystem is now implemented.\n - #32: Implemented virtual fs / conspectus.py\n - #32: Optimized.\n - #32: GUI_TO_REST_PERIODE is now read from virtual fs / settings.py.\n - #32: settings.py are now available in virtual fs.\n - #32: Added first part of the virtual filesystem for brython configuration.\n - #51: Rules data added to output dataset.\n - #32: Author errors are now logged by LogView component.\n - Added special requested default value to creation_date. Fixed #65.\n - #59: Added processed JSON data. This will require rewrite of the web gui.\n - #59: Added script, which processes the dataset from Dan Kindl to JSON.\n - Removed unused file.\n - #59: Added dataset from Dan Kindl.\n - #32: Added loading gear animation.\n - #32: Progress bar rewritten to use as instance instead of static class.\n - Fixed minor bugs.\n - #32: Fixed problems with scrolling on elements shadowed by overlay.\n - Removed unused file.\n - Output template fixed to not require Author field. Closed #62.\n - #62: Restructured. Removed `required` flag from the Author picker.\n - #62: publisher_switcher.py renamed to author_switcher.py.\n - #62: Rewritten to make Publisher always visible and Author optional.\n - #24: Added settings.ANALYZER_USER_AGENT.\n - Adde new settings: NTK_ALEPH_URL. Fixed #61.\n - Random comment updated.\n - #51: REMOTE_INFO_URL renamed to SEEDER_TOKEN. Removed MOCK API.\n - #61: ISSN requests redirected to NTK's Aleph.\n - Changed python interpreter version description comment.\n - #58: Added support of authors into the output.\n - #58: Fixed bug in author picker.\n - #58: Removed debug prints and GUI elements.\n - #58: Fixed code for reading the author from aleph\n - Added alternative author descriptions to main page.\n - #58: Added nicer input text at the main page.\n - #58: Added corporation/person indicator to the output.\n - #58: Added better detection of persons/corporations.\n - Full Author record is now transported to the frontend.\n - Added another example with ISSN and author record.\n - Added more examples of authority records.\n - #58: Publisher is now put into the 264b.\n - #58: Author analysis are now put into the publisher field.\n - #58: Added descriptor protocol to AuthorPicker. Included to form data.\n - Added better handling of event propagation.\n - #58: Added rest of the logic for picking elements.\n - #58: Disabled autocomplete on author's search input.\n - Changelog updated.\n - #58: Added working connection to Aleph REST API (AuthorPickerAdapter).\n - #58: make_request() and func_on_enter() moved to components/shared.py.\n - #58: Added `Vybrat` button to Author input.\n - #58: Added sketch of the author picker.\n - #58: Added better style definition for author picker.\n - #58: Added GUI element for picking the authors.\n\n0.2.0\n-----\n - Amost working.\n - Fixed bug in validator of Publisher.\n\n0.1.0\n-----\n - Project created.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/WebArchivCZ/WA-KAT", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "wa-kat", "package_url": "https://pypi.org/project/wa-kat/", "platform": "", "project_url": "https://pypi.org/project/wa-kat/", "project_urls": { "Homepage": "https://github.com/WebArchivCZ/WA-KAT" }, "release_url": "https://pypi.org/project/wa-kat/1.1.9/", "requires_dist": null, "requires_python": "", "summary": "Web page analyzator for czech webarchive.", "version": "1.1.9" }, "last_serial": 3326728, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0e68fd2d9f7cd1abab0045986f54dff8", "sha256": "87757f77f9b2d2a6791905b49aba0410ec24f230b81258cdc6852c0f5ab05fe9" }, "downloads": -1, "filename": "wa-kat-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0e68fd2d9f7cd1abab0045986f54dff8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12783, "upload_time": "2015-12-04T15:07:38", "url": "https://files.pythonhosted.org/packages/42/c2/bd390e4d95f48f68540919cc927c0b798fd81ce90cfaf00c039f355fd95b/wa-kat-0.1.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "b304b96081da070a9b0e3120765c773f", "sha256": "d9b17c077a67768d9b14e5670a6ea8ad4981b2e709ee7a08cdff2e0f71e6fddf" }, "downloads": -1, "filename": "wa-kat-0.3.0.tar.gz", "has_sig": false, "md5_digest": "b304b96081da070a9b0e3120765c773f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25333, "upload_time": "2016-03-12T05:02:16", "url": "https://files.pythonhosted.org/packages/2a/ea/5d613b5fba1269b0a0dc296766e05144574e65de9c5acfd46ef7a49a73ef/wa-kat-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "e3b9fe4a046b7d890d1fb776c48abaf1", "sha256": "30af3dbf25bb63c73f750ef1dbe6c144bac16f6322fd84ef2cf8e923b29e1492" }, "downloads": -1, "filename": "wa-kat-0.4.0.tar.gz", "has_sig": false, "md5_digest": "e3b9fe4a046b7d890d1fb776c48abaf1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39415, "upload_time": "2016-04-07T15:01:56", "url": "https://files.pythonhosted.org/packages/66/1a/bb9b26c8297325ffd89ff5f6feeb388d4014bf08b1aaa06a0bdae2a1e3da/wa-kat-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "537e05482507b3157a869fad53405fd3", "sha256": "185b1897c49cbd083cb1b7f7dd74353dd707511ca95cec016a9cb06f994e11e4" }, "downloads": -1, "filename": "wa-kat-0.4.1.tar.gz", "has_sig": false, "md5_digest": "537e05482507b3157a869fad53405fd3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3352154, "upload_time": "2016-04-07T15:15:07", "url": "https://files.pythonhosted.org/packages/49/3d/2250f095a597b726b9c52c677e7b468b04824ed5a2a749a920c0565387b4/wa-kat-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "f98646a6394ba7a378e3902ad86424d3", "sha256": "a8080ea88985a3b62f6833eea1ab2c02b03044c9c949c62c08d101a5e0a7239f" }, "downloads": -1, "filename": "wa-kat-0.4.2.tar.gz", "has_sig": false, "md5_digest": "f98646a6394ba7a378e3902ad86424d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3352303, "upload_time": "2016-04-07T15:35:25", "url": "https://files.pythonhosted.org/packages/11/54/64273fa660d94cd490d00df3ac32e741fe7cbe0ed0a11bf05548ddd61ebb/wa-kat-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "b41c422cfa99afd3cb0a7cc4112db0cb", "sha256": "ccad895927ae1daae4b75d8caebaee7c8e13f239a76a6f783162505440dee40a" }, "downloads": -1, "filename": "wa-kat-0.4.3.tar.gz", "has_sig": false, "md5_digest": "b41c422cfa99afd3cb0a7cc4112db0cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3352359, "upload_time": "2016-04-07T16:09:56", "url": "https://files.pythonhosted.org/packages/b6/2c/528d529169c6932b5bd14626b2ed00b83d48a8c775ed9a686cef9a3ad02b/wa-kat-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "154f076905f85c4be828f43904e77424", "sha256": "4d09435657fa3f1a77412799f709d01d3d217f0df2e29756bba6b2d938a8f680" }, "downloads": -1, "filename": "wa-kat-0.4.4.tar.gz", "has_sig": false, "md5_digest": "154f076905f85c4be828f43904e77424", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3353574, "upload_time": "2016-05-11T14:55:38", "url": "https://files.pythonhosted.org/packages/f1/19/292809264fccf6237910b22a836beb8bd0d3267b3ccd698118b872549da8/wa-kat-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "07725ae9c84da4e2bbdc0275e7478cb8", "sha256": "a446cfc5e975fca6ec43a8b6fe089f572d8482eeb5f3311f39f573ea86ffcc43" }, "downloads": -1, "filename": "wa-kat-0.4.5.tar.gz", "has_sig": false, "md5_digest": "07725ae9c84da4e2bbdc0275e7478cb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3353748, "upload_time": "2016-05-12T12:13:57", "url": "https://files.pythonhosted.org/packages/8a/ae/e2c5a7b7c0fc996df3f57565b41557ccf4b4e715cfceb903c3ec20dc9aef/wa-kat-0.4.5.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "a1ddbd959828bb53116113e1bbbab251", "sha256": "16b7e7311886406d5b1685b1c48dc219d1247660f59287b736ae9f06b822a53e" }, "downloads": -1, "filename": "wa-kat-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a1ddbd959828bb53116113e1bbbab251", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3354997, "upload_time": "2016-06-06T02:25:48", "url": "https://files.pythonhosted.org/packages/90/54/a78f420f2ce7a8817231faf1ecc9b9ec2f3902272af86622199ea048b2d4/wa-kat-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "3e13a02fafe25a7792159248d7469e72", "sha256": "b32dbea902e9a4090467e44ae6848c1266dbeaa1bf76e72ab43e89a2509f088c" }, "downloads": -1, "filename": "wa-kat-1.0.1.tar.gz", "has_sig": false, "md5_digest": "3e13a02fafe25a7792159248d7469e72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3355433, "upload_time": "2016-06-06T03:09:14", "url": "https://files.pythonhosted.org/packages/fd/e6/c9c6c8be77ff784d8f35f4658a82436f6e95ce5ca847391dacc08fecfdf5/wa-kat-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "6de7c793071ac2b2f9e92edcc7ed5d01", "sha256": "5004df6239a089e1935ad2ab4d33c2dbbaafaef29c843ac8975a219dd911610b" }, "downloads": -1, "filename": "wa-kat-1.0.2.tar.gz", "has_sig": false, "md5_digest": "6de7c793071ac2b2f9e92edcc7ed5d01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3355683, "upload_time": "2016-06-23T16:56:15", "url": "https://files.pythonhosted.org/packages/6a/9d/35b6e067b2269d05b3d0378d83035fa203fc078fe1ae32143f68ec22cdb4/wa-kat-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "7ab407b8f7bbb7607baaafd9143a08cb", "sha256": "56bcd42deeabbd9065fa4315afff92b2fde01fb01ee6fe229151f4904a9cb7bc" }, "downloads": -1, "filename": "wa-kat-1.0.3.tar.gz", "has_sig": false, "md5_digest": "7ab407b8f7bbb7607baaafd9143a08cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3351876, "upload_time": "2016-10-17T16:04:17", "url": "https://files.pythonhosted.org/packages/4a/5d/7a886a1d1253b1b452ae2d997217f2b69079a583ac75a4cd2afeb0862088/wa-kat-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "8887147b4195d6d71f2cbb90ee9c9566", "sha256": "c0034014f477a99913c5256bb111eccd2e0d6fa43bf75c3e1ff375d883ae1c24" }, "downloads": -1, "filename": "wa-kat-1.0.4.tar.gz", "has_sig": false, "md5_digest": "8887147b4195d6d71f2cbb90ee9c9566", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3351912, "upload_time": "2016-10-17T16:16:59", "url": "https://files.pythonhosted.org/packages/42/7c/f428d80548bad58321961dfcc815ba2f8c84e2ff908f21485c83f2325d4c/wa-kat-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "8bd9ed36d643ead04d074bd18157f852", "sha256": "0f9ea17e6efcd4235902b5a2043a76ac5cae18ca6d5694d14d293d64ff3ff83b" }, "downloads": -1, "filename": "wa-kat-1.0.5.tar.gz", "has_sig": false, "md5_digest": "8bd9ed36d643ead04d074bd18157f852", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3356005, "upload_time": "2016-10-17T18:48:55", "url": "https://files.pythonhosted.org/packages/de/72/bd75cdae4c76d67e0bc09c3ba1222eb8906de8db10c5a7ef53a666f8f938/wa-kat-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "f9c215244550d597f3642c1e8c41cf20", "sha256": "ca10767b4f8af70421d6f9347c40fd3394da940c47feb66b7de9b72f90d28121" }, "downloads": -1, "filename": "wa-kat-1.0.6.tar.gz", "has_sig": false, "md5_digest": "f9c215244550d597f3642c1e8c41cf20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3356321, "upload_time": "2016-11-09T22:31:50", "url": "https://files.pythonhosted.org/packages/be/ef/84b9f866650ce70bf0a93a1b8a7258ac1dd97769addf8e28b7d51acc2728/wa-kat-1.0.6.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "d4be679fedd3a6d2fcbd2215c19fedab", "sha256": "9fa9a93a14fac521b4f54e4743db9571d61593f88038239bebabce880ba918d3" }, "downloads": -1, "filename": "wa-kat-1.1.0.tar.gz", "has_sig": false, "md5_digest": "d4be679fedd3a6d2fcbd2215c19fedab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3352249, "upload_time": "2016-12-18T23:21:51", "url": "https://files.pythonhosted.org/packages/f1/06/918c26d1d0fe9b653a8f6e37d2a6de4ec52ee2ded03806e710f8dc4f00ab/wa-kat-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "dd0d9cd67ef3174fc9cc1df4a83f40da", "sha256": "f396c2ecef27738fc2262929c3009fd538d08a173420fd3863fbe3dbc75f8c2d" }, "downloads": -1, "filename": "wa-kat-1.1.1.tar.gz", "has_sig": false, "md5_digest": "dd0d9cd67ef3174fc9cc1df4a83f40da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3350173, "upload_time": "2017-01-26T17:39:41", "url": "https://files.pythonhosted.org/packages/40/f8/c3e8a88f45da285b286d4403f530510bc27abc5512f7758db366cbce8615/wa-kat-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "429c63a4623121da0e1b69633b185f80", "sha256": "91ce01511d75f86a07ce19647e17ad263f5c031d85c2ec6774bb395449f22f59" }, "downloads": -1, "filename": "wa-kat-1.1.2.tar.gz", "has_sig": false, "md5_digest": "429c63a4623121da0e1b69633b185f80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3355821, "upload_time": "2017-02-12T00:17:44", "url": "https://files.pythonhosted.org/packages/f7/f7/374a5e365f9cfb850ad449c2b4d7474bbf89b6568002149e41874d2ea937/wa-kat-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "49d01f4a6bc69d1073b03c9fba87e712", "sha256": "958592d26cd5029c5250ead95332772def906370290de250e5a23ab26e918485" }, "downloads": -1, "filename": "wa-kat-1.1.3.tar.gz", "has_sig": false, "md5_digest": "49d01f4a6bc69d1073b03c9fba87e712", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3355864, "upload_time": "2017-02-12T00:19:26", "url": "https://files.pythonhosted.org/packages/bd/ad/a948b1731e5fafa9b646fc3a79ef6e945538d9af4970cbf02033b4956f41/wa-kat-1.1.3.tar.gz" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "12fb481ad201a9c4f0c90a42b83e364c", "sha256": "16e606359b1e98f6623a70d5e7ad75d1c733b0d3c774e41aa4f5eeded346ad46" }, "downloads": -1, "filename": "wa-kat-1.1.4.tar.gz", "has_sig": false, "md5_digest": "12fb481ad201a9c4f0c90a42b83e364c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3355897, "upload_time": "2017-02-12T00:35:06", "url": "https://files.pythonhosted.org/packages/30/75/3d78180c166db896b9678c944daf9414418c186f5526c59f7efacb886884/wa-kat-1.1.4.tar.gz" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "689ab59addadeed7c88be8436c005b6f", "sha256": "f7d58e949ce22190488aaeaa55b04289dcde050ede19a3450ed056dd1af879b9" }, "downloads": -1, "filename": "wa-kat-1.1.5.tar.gz", "has_sig": false, "md5_digest": "689ab59addadeed7c88be8436c005b6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3393125, "upload_time": "2017-02-12T16:38:47", "url": "https://files.pythonhosted.org/packages/99/5a/271a9273a3285b30e3d5b9eb2fb1931c9f853759e0ca2b6b00b7a5aa53c8/wa-kat-1.1.5.tar.gz" } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "343e98c00781f34e1ada892270fe7b57", "sha256": "8817526af2f8f71f61217b19b77eb49a0c4196d6bd0a865a24bd7ff66b1dba9a" }, "downloads": -1, "filename": "wa-kat-1.1.6.tar.gz", "has_sig": false, "md5_digest": "343e98c00781f34e1ada892270fe7b57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3394344, "upload_time": "2017-03-10T16:23:05", "url": "https://files.pythonhosted.org/packages/c4/84/d6c2e991a7592bd361f8eb5ba0050f117ac27c66554debf9657e351c9950/wa-kat-1.1.6.tar.gz" } ], "1.1.7": [ { "comment_text": "", "digests": { "md5": "ce3bc00c339a9badb9d9f9043da4ed32", "sha256": "142b79ddccfbfe579a7af90de929c98bf70fba639faf5eeac33e1d431df74925" }, "downloads": -1, "filename": "wa-kat-1.1.7.tar.gz", "has_sig": false, "md5_digest": "ce3bc00c339a9badb9d9f9043da4ed32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3391473, "upload_time": "2017-03-14T16:07:37", "url": "https://files.pythonhosted.org/packages/29/9c/22fb8f0fcfe9c69605c02ba9123492d79011ee3127024b744ded3b2c4023/wa-kat-1.1.7.tar.gz" } ], "1.1.8": [ { "comment_text": "", "digests": { "md5": "9b0c08d7e356578f3f715db9aa5dca89", "sha256": "4e5686be1eb867d0375c0453beee3c8fa6d37ad22b444b26f3334fc0b7e41140" }, "downloads": -1, "filename": "wa-kat-1.1.8.tar.gz", "has_sig": false, "md5_digest": "9b0c08d7e356578f3f715db9aa5dca89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3391765, "upload_time": "2017-04-20T21:51:46", "url": "https://files.pythonhosted.org/packages/ac/7c/4eb26132715788ca3c9258ce89b682f785544e6c9a0fc5c02dab2685a62b/wa-kat-1.1.8.tar.gz" } ], "1.1.9": [ { "comment_text": "", "digests": { "md5": "fc1891b27123848b7c10c9d5e6183455", "sha256": "38fbe1aa57a2f268de1b398415187f81ed468bd2f3465252cebaf864625fcfc4" }, "downloads": -1, "filename": "wa-kat-1.1.9.tar.gz", "has_sig": false, "md5_digest": "fc1891b27123848b7c10c9d5e6183455", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3391963, "upload_time": "2017-11-12T18:08:59", "url": "https://files.pythonhosted.org/packages/55/fc/44acad068b37540763d29673a182ff5d2543355bd11b138024c6a9e9ab83/wa-kat-1.1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fc1891b27123848b7c10c9d5e6183455", "sha256": "38fbe1aa57a2f268de1b398415187f81ed468bd2f3465252cebaf864625fcfc4" }, "downloads": -1, "filename": "wa-kat-1.1.9.tar.gz", "has_sig": false, "md5_digest": "fc1891b27123848b7c10c9d5e6183455", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3391963, "upload_time": "2017-11-12T18:08:59", "url": "https://files.pythonhosted.org/packages/55/fc/44acad068b37540763d29673a182ff5d2543355bd11b138024c6a9e9ab83/wa-kat-1.1.9.tar.gz" } ] }