{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6" ], "description": "[![Build Status](https://travis-ci.com/textpipe/textpipe.svg?branch=master)](https://travis-ci.com/textpipe/textpipe)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/486c205789b7457f8665a8e4c7cb6246)](https://www.codacy.com/app/textpipe/textpipe?utm_source=github.com&utm_medium=referral&utm_content=textpipe/textpipe&utm_campaign=Badge_Grade)\n\n# textpipe: clean and extract metadata from text\n\n\n\n`textpipe` is a Python package for converting raw text in to clean, readable text and\nextracting metadata from that text. Its functionalities include transforming\nraw text into readable text by removing HTML tags and extracting\nmetadata such as the number of words and named entities from the text.\n\n## Vision: the zen of textpipe\n\n - Designed for use in production pipelines without adult supervision.\n - Rechargeable batteries included: provide sane defaults and clear examples to adapt.\n - A uniform interface with thin wrappers around state-of-the-art NLP packages.\n - As language-agnostic as possible.\n - Bring your own models.\n\n## Features\n\n - Clean raw text by removing `HTML` and other unreadable constructs\n - Identify the language of text\n - Extract the number of words, number of sentences, named entities from a text\n - Calculate the complexity of a text\n - Obtain text metadata by specifying a pipeline containing all desired elements\n - Obtain sentiment (polarity and a subjectivity score)\n - Generates word counts\n - Computes minhash for cheap similarity estimation of documents\n\n## Usage example\n\n```python\n>>> from textpipe import doc, pipeline\n>>> sample_text = 'Sample text! '\n>>> document = doc.Doc(sample_text)\n>>> print(document.clean)\n'Sample text!'\n>>> print(document.language)\n'en'\n>>> print(document.nwords)\n2\n\n>>> pipe = pipeline.Pipeline(['CleanText', 'NWords'])\n>>> print(pipe(sample_text))\n{'CleanText': 'Sample text!', 'NWords': 2}\n```\n\nIn order to extend the existing Textpipe operations with your own proprietary operations;\n\n```python\ntest_pipe = pipeline.Pipeline(['CleanText', 'NWords'])\ndef custom_op(doc, context=None, settings=None, **kwargs):\n return 1\n\ncustom_argument = {'argument' :1 }\ntest_pipe.register_operation('CUSTOM_STEP', custom_op)\ntest_pipe.steps.append(('CUSTOM_STEP', custom_argument ))\n\n```\n\n## Contributing\n\nSee [CONTRIBUTING](CONTRIBUTING.md) for guidelines for contributors.\n\n## Changes\n0.11.5\n - Raise TextpipeMissingModelException instead of KeyError\n \n0.11.4\n - Bumps spaCy and datasketch dependencies\n\n0.11.1 \n - Replaces codacy with pylint on CI\n - Fixes pylint issues\n\n0.11.0\n - Adds wrapper around Gensim keyed vectors to construct document embeddings from Redis cache\n\n0.9.0\n - Adds functionality to compute document embeddings using a Gensim word2vec model \n\n0.8.6\n - Removes non standard utf chars before detecting language\n\n0.8.5\n - Bump spaCy to 2.1.3\n\n0.8.4\n - Fix broken install command\n\n0.8.3\n - Fix broken install command\n\n0.8.2\n - Fix copy-paste error in word vector aggregation ([#118](https://github.com/textpipe/textpipe/issues/118))\n\n0.8.1\n - Fixes bugs in several operations that didn't accept kwargs\n\n0.8.0\n - Bumps Spacy to 2.1\n\n0.7.2\n - Pins Spacy and Pattern versions (with pinned lxml)\n\n0.7.0\n - change operation's registry from list to dict\n - global pipeline data is available across operations via the `context` kwarg\n - load custom operations using `register_operation` in pipeline\n - custom steps (operations) with arguments", "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/textpipe/textpipe", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "textpipe", "package_url": "https://pypi.org/project/textpipe/", "platform": "", "project_url": "https://pypi.org/project/textpipe/", "project_urls": { "Homepage": "https://github.com/textpipe/textpipe" }, "release_url": "https://pypi.org/project/textpipe/0.11.5/", "requires_dist": null, "requires_python": "", "summary": "textpipe: clean and extract metadata from text", "version": "0.11.5" }, "last_serial": 5638820, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "9b171fec8135082aec61cde2f7f6e451", "sha256": "3a58e2775c59501cc35d312fdfc71032544214b3ff7c1b128f0da3f7a04a4631" }, "downloads": -1, "filename": "textpipe-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9b171fec8135082aec61cde2f7f6e451", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4376, "upload_time": "2018-06-28T13:16:43", "url": "https://files.pythonhosted.org/packages/90/b2/ddfffc1fa95e69e4de712338ac1994ef032ad54f3a501f8c6d8623dff7bf/textpipe-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "498f9bc4736a98faabe02c97c6446e64", "sha256": "e60797d6067c8604cce191faf1317dc416fa138a67eb40147f858970b700334e" }, "downloads": -1, "filename": "textpipe-0.1.0.tar.gz", "has_sig": false, "md5_digest": "498f9bc4736a98faabe02c97c6446e64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3667, "upload_time": "2018-06-28T13:16:44", "url": "https://files.pythonhosted.org/packages/a2/99/31a8f229f894da1e014f8a4050de9263a02da995a5692d84e27469a6a6e0/textpipe-0.1.0.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "8ca49f50d629d133b891453138020264", "sha256": "bbc13e401856626333a029228c736333042065e11aaf1840df6db9bb26cd2755" }, "downloads": -1, "filename": "textpipe-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "8ca49f50d629d133b891453138020264", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6184, "upload_time": "2018-07-24T08:45:05", "url": "https://files.pythonhosted.org/packages/e9/46/040e1fdbabe937f09c70499aa30ac8bf370438f77e501664279f81dc1f76/textpipe-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a8cbaa2d9a446c10c7b0683ca4284b8b", "sha256": "f2f97d8cc7ea2c8ea18bda5053b064e440c43e32736ee4a6fce942e374de6663" }, "downloads": -1, "filename": "textpipe-0.1.2.tar.gz", "has_sig": false, "md5_digest": "a8cbaa2d9a446c10c7b0683ca4284b8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5060, "upload_time": "2018-07-24T08:45:07", "url": "https://files.pythonhosted.org/packages/20/f9/edb27f5391750182268768e3a82a93baba89da3867360e496678ebb2ddf7/textpipe-0.1.2.tar.gz" } ], "0.10.0": [ { "comment_text": "", "digests": { "md5": "a633da68ba390c844cf0d67a209ed31c", "sha256": "52c6b9146781f0d9de55ce5f8acac7e47e0eaedd4bf3873f76222c098e4e59d6" }, "downloads": -1, "filename": "textpipe-0.10.0.tar.gz", "has_sig": false, "md5_digest": "a633da68ba390c844cf0d67a209ed31c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32732, "upload_time": "2019-06-13T07:36:28", "url": "https://files.pythonhosted.org/packages/8f/f3/9bd2e1439c594e70a7a582a6af09204d1908eda3afbd3620db4e1023e921/textpipe-0.10.0.tar.gz" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "63a72528962382398883da8504a6a061", "sha256": "985bb28c57a616049d7848c9b124e1459d0159e13550ccd55cad6aa395d2a22e" }, "downloads": -1, "filename": "textpipe-0.10.1.tar.gz", "has_sig": false, "md5_digest": "63a72528962382398883da8504a6a061", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32923, "upload_time": "2019-07-11T16:32:10", "url": "https://files.pythonhosted.org/packages/5f/9b/4682a4ed5a7aea6734f25cb9f14d1e5d2851b1ab4b99e3b58adc48197a7a/textpipe-0.10.1.tar.gz" } ], "0.11.2": [ { "comment_text": "", "digests": { "md5": "dd6bd0948e263c254f96b90cf4175360", "sha256": "1d6a7ca217f7a46b9a36827673d5d9028238e3ba5bf27e0c45b0f70e09759d89" }, "downloads": -1, "filename": "textpipe-0.11.2.tar.gz", "has_sig": false, "md5_digest": "dd6bd0948e263c254f96b90cf4175360", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35258, "upload_time": "2019-07-18T10:24:15", "url": "https://files.pythonhosted.org/packages/b8/3f/6d17e91c5341a5ed47f80ca430a47e5344674f2fb409b750a1ad8d23876e/textpipe-0.11.2.tar.gz" } ], "0.11.3": [ { "comment_text": "", "digests": { "md5": "80f26441e36f0f9059abd32c47eaa06f", "sha256": "cf7f435c3b25ae26725bd286a0c0f23be17a1416d959e3aaf569180a1bbdc41f" }, "downloads": -1, "filename": "textpipe-0.11.3.tar.gz", "has_sig": false, "md5_digest": "80f26441e36f0f9059abd32c47eaa06f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35238, "upload_time": "2019-07-18T12:08:13", "url": "https://files.pythonhosted.org/packages/5f/7b/21840c061defc809f7e3561d957c455653de2e6ff67724e59da5f867208c/textpipe-0.11.3.tar.gz" } ], "0.11.4": [ { "comment_text": "", "digests": { "md5": "ceb25201689ecb0994ec645cbcad00d8", "sha256": "73935bc6c624571a5cb0bb712d7a7ab85d4eaf8fc256d28144e46f7f76a2f3e4" }, "downloads": -1, "filename": "textpipe-0.11.4.tar.gz", "has_sig": false, "md5_digest": "ceb25201689ecb0994ec645cbcad00d8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35266, "upload_time": "2019-07-18T12:56:22", "url": "https://files.pythonhosted.org/packages/f6/15/e59709136b91a0893aa175ee0a5cccd5cf7922cfafdc4d2cd2ef1ef1fe20/textpipe-0.11.4.tar.gz" } ], "0.11.5": [ { "comment_text": "", "digests": { "md5": "3fc6066fb2735def68728853bfd7626f", "sha256": "5f6e6aa3faffdd19bb83595ae46a94beb93414b61ad60c32fa77fd5a0079e9ac" }, "downloads": -1, "filename": "textpipe-0.11.5.tar.gz", "has_sig": false, "md5_digest": "3fc6066fb2735def68728853bfd7626f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35372, "upload_time": "2019-08-06T10:07:28", "url": "https://files.pythonhosted.org/packages/2b/7b/293cf8861e9b8c66f17abdac197abffa302be14063f5e072c85ef30637f8/textpipe-0.11.5.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "7ecabdc060993b83888e8d26cba0b931", "sha256": "6fdb93c96f40f3a08779394afda5c947e503a44f59b731a85c46bfa02c48d7cd" }, "downloads": -1, "filename": "textpipe-0.2.0.tar.gz", "has_sig": false, "md5_digest": "7ecabdc060993b83888e8d26cba0b931", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5129, "upload_time": "2018-08-07T13:42:50", "url": "https://files.pythonhosted.org/packages/6e/fc/4cd9f89a2cf1051fdc07928aa934c43042909cc5ca7667927de5bb4bbde5/textpipe-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "ad10f9453a206d4f2988a6daccc63efe", "sha256": "e80d779f1a3d2bbc8fe46211152638663dbb474be4552a34071f96a76e69a3f4" }, "downloads": -1, "filename": "textpipe-0.3.0.tar.gz", "has_sig": false, "md5_digest": "ad10f9453a206d4f2988a6daccc63efe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5651, "upload_time": "2018-08-27T16:04:50", "url": "https://files.pythonhosted.org/packages/1f/2b/9ce396b167c8e48b7e0b58dff7d4d66598131e2783de35790ca2384a0587/textpipe-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "08146a58dab71fab5ec9ff759f17ce48", "sha256": "91e8c309f35a9befdbda1a1e5100e183ff468186bd0129d338812bfe21b0ba52" }, "downloads": -1, "filename": "textpipe-0.3.1.tar.gz", "has_sig": false, "md5_digest": "08146a58dab71fab5ec9ff759f17ce48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5682, "upload_time": "2018-08-28T09:23:02", "url": "https://files.pythonhosted.org/packages/45/03/0a2f5e2a46b457947c603a64dd081ad67013caa9191a6b99028718ead94e/textpipe-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "b3cb99fc021b960d7e4f128dcc5c8cf8", "sha256": "19aaa17c8c668323e07dc29d01d795cf8bd88f8e0cac3837bb1924a78f1e7c0c" }, "downloads": -1, "filename": "textpipe-0.3.2.tar.gz", "has_sig": false, "md5_digest": "b3cb99fc021b960d7e4f128dcc5c8cf8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9563, "upload_time": "2018-08-28T11:00:00", "url": "https://files.pythonhosted.org/packages/a3/5e/24108d64ca5733688b294ed5ea5a84c26fa52be2941210a4742279b02ef4/textpipe-0.3.2.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "abe9e6a852cd93964f419b20fe860a19", "sha256": "aabe149482e148512874901d12d238b9b18747df2ca2f0bfa02a91490685e66c" }, "downloads": -1, "filename": "textpipe-0.4.1.tar.gz", "has_sig": false, "md5_digest": "abe9e6a852cd93964f419b20fe860a19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10556, "upload_time": "2018-09-25T11:12:49", "url": "https://files.pythonhosted.org/packages/32/3e/648e467f8b1f7697d516ce2b997a04d42e77927ade8ee2632848a320ca89/textpipe-0.4.1.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "a7afded1fc23d285860ce1d88b49c763", "sha256": "8e41c417225b43a2f6129a242a98e1774c8cb0afe535307b99ec4f4c55011d0a" }, "downloads": -1, "filename": "textpipe-0.5.1.tar.gz", "has_sig": false, "md5_digest": "a7afded1fc23d285860ce1d88b49c763", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10753, "upload_time": "2018-09-26T10:04:25", "url": "https://files.pythonhosted.org/packages/4c/13/1efbebcfe505c45aa1675f557639f7524cdb66f25bff962e956972ecf29a/textpipe-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "7192571cf4c55d2d6960c8c49ff9309b", "sha256": "ac202df117ff9b31f8a5b16d94fc272feb4dbea9068b78ffb930d5699b112d9b" }, "downloads": -1, "filename": "textpipe-0.5.2.tar.gz", "has_sig": false, "md5_digest": "7192571cf4c55d2d6960c8c49ff9309b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10863, "upload_time": "2018-09-27T08:17:43", "url": "https://files.pythonhosted.org/packages/f0/8a/803179806ffd0958e4760f8c8b36c6a67a26303dc4d022247e0db5d111cd/textpipe-0.5.2.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "8aeb84b2c2ec77f3b61c937cd42cdf08", "sha256": "936fc67caef4e10595745c3563576a355abe06df91fdd3036de66f829cc1a2d8" }, "downloads": -1, "filename": "textpipe-0.6.0.tar.gz", "has_sig": false, "md5_digest": "8aeb84b2c2ec77f3b61c937cd42cdf08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11543, "upload_time": "2018-09-28T09:05:30", "url": "https://files.pythonhosted.org/packages/2b/8a/5510c66fe70beb1fd9897c4db62bfeb4c03e4c005ff21da5a4a2098d0421/textpipe-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "1fc4ca79cf8b2b042f216d274aff99c5", "sha256": "e1b0dd340e057d9613e816dd002a46d2934d51bcea0576e0f4f287f199020cda" }, "downloads": -1, "filename": "textpipe-0.6.1.tar.gz", "has_sig": false, "md5_digest": "1fc4ca79cf8b2b042f216d274aff99c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11742, "upload_time": "2018-11-01T11:41:08", "url": "https://files.pythonhosted.org/packages/d9/2b/8ee5e259dabf4e953bd7c1439cba1ec03ca90d766c9e6e46075122e3c270/textpipe-0.6.1.tar.gz" } ], "0.6.2": [ { "comment_text": "", "digests": { "md5": "b2135151c58beed076457b19c3d39450", "sha256": "a436584cc0ddd4cddd02e304dd6f3e1a6ff23d03dbf29facade8e9d11f3f1499" }, "downloads": -1, "filename": "textpipe-0.6.2.tar.gz", "has_sig": false, "md5_digest": "b2135151c58beed076457b19c3d39450", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29018, "upload_time": "2018-12-04T08:46:43", "url": "https://files.pythonhosted.org/packages/da/42/9feed4943d66120c0f278f950a8940c5e685f74ee76e2b623af02eb1568e/textpipe-0.6.2.tar.gz" } ], "0.6.3": [ { "comment_text": "", "digests": { "md5": "b6e6182f025eecd6cea910948cece478", "sha256": "bf3514271d2967d3398d9f42af4d878802c1726c1af7e996f5e5df605193ccf9" }, "downloads": -1, "filename": "textpipe-0.6.3.tar.gz", "has_sig": false, "md5_digest": "b6e6182f025eecd6cea910948cece478", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29551, "upload_time": "2018-12-04T09:19:40", "url": "https://files.pythonhosted.org/packages/42/d3/a9026192bb4bd46caf9db70eb0b5955448734a4e4ce1cf792025101cbe4b/textpipe-0.6.3.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "86f5d003fe07c704f45f062f18fcbab9", "sha256": "ebfdf6afef298e115020e5f3241684a6d56ed52330f147594545062213e504c0" }, "downloads": -1, "filename": "textpipe-0.7.0.tar.gz", "has_sig": false, "md5_digest": "86f5d003fe07c704f45f062f18fcbab9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31288, "upload_time": "2019-01-14T08:11:53", "url": "https://files.pythonhosted.org/packages/dc/3e/36a064b321532ebe66a88145b0926b705a06aebdc1b6b8399c93f9ba24c7/textpipe-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "84ce9e93d4f87954fbfcb63c44a6d23f", "sha256": "b67510f252b26ac25d589a6da030c263a3506ce18a99f2186fa53b67aafb2abc" }, "downloads": -1, "filename": "textpipe-0.7.1.tar.gz", "has_sig": false, "md5_digest": "84ce9e93d4f87954fbfcb63c44a6d23f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31292, "upload_time": "2019-01-14T12:29:26", "url": "https://files.pythonhosted.org/packages/4c/b0/bc1ac6c137854c28a76ba18987802c171388f901a24bc43e52eb969aaeed/textpipe-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "370ec0d8a5d0580a5e86cf480e0c4201", "sha256": "c27a2ff50ab280a3503883467a75d02e9f4064d19fce01d0f3ffdc811081becb" }, "downloads": -1, "filename": "textpipe-0.7.2.tar.gz", "has_sig": false, "md5_digest": "370ec0d8a5d0580a5e86cf480e0c4201", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31338, "upload_time": "2019-03-27T12:42:25", "url": "https://files.pythonhosted.org/packages/1e/6c/41870aa7b44d511b905ed777598d6861651b74a4f6d96c8799ed5de9cdd5/textpipe-0.7.2.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "d2a234b237a569530de70cbad173b8f4", "sha256": "9d8fd9fdeb82e8117b260f20656b74a4bedc5e7414716cf18b2ba3f0ed839ff3" }, "downloads": -1, "filename": "textpipe-0.8.0.tar.gz", "has_sig": false, "md5_digest": "d2a234b237a569530de70cbad173b8f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31536, "upload_time": "2019-03-27T13:15:38", "url": "https://files.pythonhosted.org/packages/61/80/bc31f338917e208aaf71afb914abdd7dc0588e160d2e2c9af72efb49e320/textpipe-0.8.0.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "25985fd94baed3236e92b6da6e80bb6f", "sha256": "9c603cd39f4db7089ef121f08d10d0d9d52e7000be0ac87c3cdcb311ec8daa09" }, "downloads": -1, "filename": "textpipe-0.8.1.tar.gz", "has_sig": false, "md5_digest": "25985fd94baed3236e92b6da6e80bb6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31331, "upload_time": "2019-03-27T14:24:19", "url": "https://files.pythonhosted.org/packages/44/0c/e7fafbda3caa0c7f8d6ffbe144d081a596c80d834e17943bbe0f5b31b8e9/textpipe-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "ebcf6167d17eb2e5c022f34b9bdfc10e", "sha256": "e15a3573bee9a005b531cf6be1d5ca40894ee4dc4a20b970609bcf93dabc125f" }, "downloads": -1, "filename": "textpipe-0.8.2.tar.gz", "has_sig": false, "md5_digest": "ebcf6167d17eb2e5c022f34b9bdfc10e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31664, "upload_time": "2019-03-29T09:58:07", "url": "https://files.pythonhosted.org/packages/c3/9f/f7e5e1c182442556f8e044c3d744465a4c0103096fe75d8242b8bcf04f4b/textpipe-0.8.2.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "3666ab724847f607b4509251489ee07f", "sha256": "1abba04b038d101dd3e48822d3a5f4e179e7ab9a9c5b502a266d2559fe08474c" }, "downloads": -1, "filename": "textpipe-0.8.3.tar.gz", "has_sig": false, "md5_digest": "3666ab724847f607b4509251489ee07f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31656, "upload_time": "2019-03-29T11:22:59", "url": "https://files.pythonhosted.org/packages/0c/a3/99775f06df936b4c3c2fa4e795e1bcd15aee470d32ff9357b5dcaa2057d0/textpipe-0.8.3.tar.gz" } ], "0.8.4": [ { "comment_text": "", "digests": { "md5": "f84e38e10dbbb43d7dd992a96d2fdb61", "sha256": "0782ca33dda31287749efbd1fc8b26e02b0a0c4ca0fbce7c6f8e0b32a2a0131e" }, "downloads": -1, "filename": "textpipe-0.8.4.tar.gz", "has_sig": false, "md5_digest": "f84e38e10dbbb43d7dd992a96d2fdb61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31665, "upload_time": "2019-03-29T12:14:55", "url": "https://files.pythonhosted.org/packages/17/e6/2c1e8e5bf54f085e43983dece4bf6c53b8479d5cc74ccf09a7f3ce75d8fd/textpipe-0.8.4.tar.gz" } ], "0.8.5": [ { "comment_text": "", "digests": { "md5": "75221b5b913a086fd818ad87254cd252", "sha256": "f2102d603663e653b9b84c888c6d9a4873810cda52e214a6562e8c0cb8fc616b" }, "downloads": -1, "filename": "textpipe-0.8.5.tar.gz", "has_sig": false, "md5_digest": "75221b5b913a086fd818ad87254cd252", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31676, "upload_time": "2019-04-01T11:52:49", "url": "https://files.pythonhosted.org/packages/f9/4c/513490916d851764f82b27303fd15d5d1d8ad0e42f4d61d0c192720ca70e/textpipe-0.8.5.tar.gz" } ], "0.8.6": [ { "comment_text": "", "digests": { "md5": "1a559337b512a17179df02c36ab14df3", "sha256": "dbb1e8f8d2d58e003ec61794293c43d5f097b77047b5caf0a424a30aecfb080d" }, "downloads": -1, "filename": "textpipe-0.8.6.tar.gz", "has_sig": false, "md5_digest": "1a559337b512a17179df02c36ab14df3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31796, "upload_time": "2019-04-01T14:05:20", "url": "https://files.pythonhosted.org/packages/44/16/d9aaf0eead5d56b82b47483ca2e251a7bf88e73a654cae586997930df106/textpipe-0.8.6.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "98f2d90a9ffd5f108147bd9b95f4322c", "sha256": "18a5e20616ff0c21adb5868f7e8bbe8f52e335cbae22d74be94c0ffac068fb49" }, "downloads": -1, "filename": "textpipe-0.9.0.tar.gz", "has_sig": false, "md5_digest": "98f2d90a9ffd5f108147bd9b95f4322c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32106, "upload_time": "2019-05-09T09:41:53", "url": "https://files.pythonhosted.org/packages/f2/91/092745bdb042153952c7c4c20aabb3e13ed09eea190cdd06868e94691231/textpipe-0.9.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3fc6066fb2735def68728853bfd7626f", "sha256": "5f6e6aa3faffdd19bb83595ae46a94beb93414b61ad60c32fa77fd5a0079e9ac" }, "downloads": -1, "filename": "textpipe-0.11.5.tar.gz", "has_sig": false, "md5_digest": "3fc6066fb2735def68728853bfd7626f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35372, "upload_time": "2019-08-06T10:07:28", "url": "https://files.pythonhosted.org/packages/2b/7b/293cf8861e9b8c66f17abdac197abffa302be14063f5e072c85ef30637f8/textpipe-0.11.5.tar.gz" } ] }