# PyAutoCorpus
A python interface to the excellent [AutoCorpus](https://github.com/mpacula/AutoCorpus) library.
Right now, it only supports the wiki markup `textify` function, which strips out
markup. From my benchmarks, this ends up being \~40x faster than methods to strip
markup using other libraries:
```bash
mwparserfromhell 0.208 sec/doc
wikitextparser 0.215 sec/doc
pyautocorpus 0.005 sec/doc
```
where:
- `mwparserfromhell` is `mwparserfromhell.parse(x).strip_code()`
- `wikitextparser` is `wikitextparser.parse(x).plain_text()`
- `pyautocorpus` is `pyautocorpus.Textifier().textify(x)`
## Installing
### From pypi:
```bash
pip install pyautocorpus
```
### From source:
Be sure to clone recursively:
```bash
git clone --recursive https://github.com/seanmacavaney/pyautocorpus.git
```
You will first need the `pcre` library installed.
```bash
python setup.py install
```
## Usage
Example:
```python
import pyautocorpus
textifier = pyautocorpus.Textifier()
textifier.textify("==Wiki Marked up text==\n [[Some Page|link text]] example.")
'Wiki Marked up text\n\n\n link text example.'
```
## Known issues
- Windows is not yet supported
## Credits
[AutoCorpus](https://github.com/mpacula/AutoCorpus)
Contributors to this repository:
- Sean MacAvaney (University of Glasgow)
- Thomas Jänich (University of Glasgow)
Raw data
{
"_id": null,
"home_page": "https://github.com/seanmacavaney/pyautocorpus",
"name": "pyautocorpus",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "",
"author": "Sean MacAvaney",
"author_email": "sean.macavaney@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/2c/b3/9fb7f5a8b0f590c2b88afc247fa8f60ba083b2ce2c72d3a90d754abcd6d5/pyautocorpus-0.1.12.tar.gz",
"platform": null,
"description": "# PyAutoCorpus\n\nA python interface to the excellent [AutoCorpus](https://github.com/mpacula/AutoCorpus) library.\n\nRight now, it only supports the wiki markup `textify` function, which strips out\nmarkup. From my benchmarks, this ends up being \\~40x faster than methods to strip\nmarkup using other libraries:\n\n```bash\nmwparserfromhell 0.208 sec/doc\nwikitextparser 0.215 sec/doc\npyautocorpus 0.005 sec/doc\n```\n\nwhere:\n - `mwparserfromhell` is `mwparserfromhell.parse(x).strip_code()`\n - `wikitextparser` is `wikitextparser.parse(x).plain_text()`\n - `pyautocorpus` is `pyautocorpus.Textifier().textify(x)`\n\n## Installing\n\n### From pypi:\n\n```bash\npip install pyautocorpus\n```\n\n### From source:\n\nBe sure to clone recursively:\n\n```bash\ngit clone --recursive https://github.com/seanmacavaney/pyautocorpus.git\n```\n\nYou will first need the `pcre` library installed.\n\n```bash\npython setup.py install\n```\n\n## Usage\n\nExample:\n\n```python\nimport pyautocorpus\ntextifier = pyautocorpus.Textifier()\ntextifier.textify(\"==Wiki Marked up text==\\n [[Some Page|link text]] example.\")\n'Wiki Marked up text\\n\\n\\n link text example.'\n```\n\n## Known issues\n\n - Windows is not yet supported\n\n## Credits\n\n[AutoCorpus](https://github.com/mpacula/AutoCorpus)\n\nContributors to this repository:\n\n - Sean MacAvaney (University of Glasgow)\n - Thomas J\u00e4nich (University of Glasgow)\n",
"bugtrack_url": null,
"license": "",
"summary": "",
"version": "0.1.12",
"project_urls": {
"Homepage": "https://github.com/seanmacavaney/pyautocorpus"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c6a0c5d105e8873cb1f9fb3dfe93457ccc4b1e72f79e32abb7ad550ccf431356",
"md5": "4bf3cbcbde9fa581172bca36586ac63a",
"sha256": "a8c9e7be7cf646e89d7a3b1d13ac52ac2de838f2b158312c9016e9e7b3eb8199"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp310-cp310-macosx_11_0_x86_64.whl",
"has_sig": false,
"md5_digest": "4bf3cbcbde9fa581172bca36586ac63a",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 24601,
"upload_time": "2023-07-07T09:28:04",
"upload_time_iso_8601": "2023-07-07T09:28:04.641576Z",
"url": "https://files.pythonhosted.org/packages/c6/a0/c5d105e8873cb1f9fb3dfe93457ccc4b1e72f79e32abb7ad550ccf431356/pyautocorpus-0.1.12-cp310-cp310-macosx_11_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9da0d7242b0ffc8c04c8618d5995f9ce5e73701e67ad0db22d0246e241a51505",
"md5": "1c2ede7e3ef5a9b29aa441eddabdfd2b",
"sha256": "3a6355beb18945127c0c6e7906410db3e9aff29a4eba710ceae774bcdbfc6012"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "1c2ede7e3ef5a9b29aa441eddabdfd2b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 373188,
"upload_time": "2023-07-07T09:30:52",
"upload_time_iso_8601": "2023-07-07T09:30:52.570490Z",
"url": "https://files.pythonhosted.org/packages/9d/a0/d7242b0ffc8c04c8618d5995f9ce5e73701e67ad0db22d0246e241a51505/pyautocorpus-0.1.12-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a875fe3471efd4fd555f2f8f5f97b085fd453b8f52b00bf050fa43b27e252efb",
"md5": "630c8c642b2c13cc892b1520c79b3bb7",
"sha256": "82e0d515116df20d898462ff486021c178257da6c484c8c1e80211ddb3f418e9"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "630c8c642b2c13cc892b1520c79b3bb7",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 379927,
"upload_time": "2023-07-07T09:30:54",
"upload_time_iso_8601": "2023-07-07T09:30:54.761865Z",
"url": "https://files.pythonhosted.org/packages/a8/75/fe3471efd4fd555f2f8f5f97b085fd453b8f52b00bf050fa43b27e252efb/pyautocorpus-0.1.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "eaaaf13f490c8fd7eb29dbc5cc1932fc9a7c6be56648c789ab08d2fd37e75353",
"md5": "25ec1a59ed03eb136e064bb373cf3d21",
"sha256": "8f516c5eb3f05c17b6fce93a17e7f7833764788962fc14f81af478da07e31654"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "25ec1a59ed03eb136e064bb373cf3d21",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.7",
"size": 7132,
"upload_time": "2023-07-07T09:28:15",
"upload_time_iso_8601": "2023-07-07T09:28:15.135890Z",
"url": "https://files.pythonhosted.org/packages/ea/aa/f13f490c8fd7eb29dbc5cc1932fc9a7c6be56648c789ab08d2fd37e75353/pyautocorpus-0.1.12-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "017e7427ab14fdce4a87f4b7dec5dc03c90f3d2741cea7e5f72e5f49ae06ee10",
"md5": "e5ad39402f3ff1e2bff75e6f9123a1f0",
"sha256": "0e3aafe61bb3c85fa176613fcc2f1c2fbeab4d05f3d0f4edd63a42cbdff28d97"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp311-cp311-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "e5ad39402f3ff1e2bff75e6f9123a1f0",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 46788,
"upload_time": "2023-07-07T09:29:41",
"upload_time_iso_8601": "2023-07-07T09:29:41.695795Z",
"url": "https://files.pythonhosted.org/packages/01/7e/7427ab14fdce4a87f4b7dec5dc03c90f3d2741cea7e5f72e5f49ae06ee10/pyautocorpus-0.1.12-cp311-cp311-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "77aadfd6960c94866d43f4cdf49a54066caf90f81432f22aaf7bec26208ffae8",
"md5": "26ed7fd8b4037619e325e71bff79aa2d",
"sha256": "17d7e75795a65fccfd0ab4ceef301bbdbd8470ac99cf404a27bb91129d3f2c60"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "26ed7fd8b4037619e325e71bff79aa2d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 373271,
"upload_time": "2023-07-07T09:30:56",
"upload_time_iso_8601": "2023-07-07T09:30:56.360301Z",
"url": "https://files.pythonhosted.org/packages/77/aa/dfd6960c94866d43f4cdf49a54066caf90f81432f22aaf7bec26208ffae8/pyautocorpus-0.1.12-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "56dd8450f09ef4b597f505bc47460c6179fd700e7e53c1d9381f923384282ea0",
"md5": "ab20f806f10776bf2af22fd4cf4ff82f",
"sha256": "c4e1b736b52ec0e6c6c3528932f046c52b3162c0cf9f557c7cf869c7103f77fa"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ab20f806f10776bf2af22fd4cf4ff82f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 380091,
"upload_time": "2023-07-07T09:30:57",
"upload_time_iso_8601": "2023-07-07T09:30:57.900257Z",
"url": "https://files.pythonhosted.org/packages/56/dd/8450f09ef4b597f505bc47460c6179fd700e7e53c1d9381f923384282ea0/pyautocorpus-0.1.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6bdd1c2e0601b747c7c61086cc2349e52d9413cc332fdc0f5cc4f98189f76fd7",
"md5": "2d4e4c22727d46504a95a6f49cb29b25",
"sha256": "a77c2e8be053227534e1bfd186d00046b5b184ae1f811fbc874c3dad126ef6b4"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "2d4e4c22727d46504a95a6f49cb29b25",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.7",
"size": 7133,
"upload_time": "2023-07-07T09:28:32",
"upload_time_iso_8601": "2023-07-07T09:28:32.846030Z",
"url": "https://files.pythonhosted.org/packages/6b/dd/1c2e0601b747c7c61086cc2349e52d9413cc332fdc0f5cc4f98189f76fd7/pyautocorpus-0.1.12-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fb3b4e4a0f7dd7d52b0f365fb696577a5f5c54f2b8b1725e130117e4a0643045",
"md5": "8c4465976d28ccd12b6561d75a9a4070",
"sha256": "2a2e54197c163ddbece73d2d3131e6c2b87cd5fc7e47c2463ed22632d8239a54"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp37-cp37m-macosx_11_0_x86_64.whl",
"has_sig": false,
"md5_digest": "8c4465976d28ccd12b6561d75a9a4070",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 24592,
"upload_time": "2023-07-07T09:28:05",
"upload_time_iso_8601": "2023-07-07T09:28:05.247242Z",
"url": "https://files.pythonhosted.org/packages/fb/3b/4e4a0f7dd7d52b0f365fb696577a5f5c54f2b8b1725e130117e4a0643045/pyautocorpus-0.1.12-cp37-cp37m-macosx_11_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bfc308376d9d12828616367aeb8b4da69232550985be9f0deafdddc4744c0616",
"md5": "4417e82a4f6c4dc053b76d62459cc145",
"sha256": "71571657bfb273e3bdfa94069f413255e3f58e2e3918af535cee3effd5ddcdfd"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "4417e82a4f6c4dc053b76d62459cc145",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 372641,
"upload_time": "2023-07-07T09:30:59",
"upload_time_iso_8601": "2023-07-07T09:30:59.353979Z",
"url": "https://files.pythonhosted.org/packages/bf/c3/08376d9d12828616367aeb8b4da69232550985be9f0deafdddc4744c0616/pyautocorpus-0.1.12-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5a658334b2b2902f2f0cb8a009e3c924f9f384f4b99b21d62d26351ef4e8afbe",
"md5": "840d71cadc8d7fc818f1975a0132fd36",
"sha256": "b4189f84794a1d4d83c9b2ff4a10fa73772d950990d7b888ac4d5ebf813885fd"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "840d71cadc8d7fc818f1975a0132fd36",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 379526,
"upload_time": "2023-07-07T09:31:00",
"upload_time_iso_8601": "2023-07-07T09:31:00.955527Z",
"url": "https://files.pythonhosted.org/packages/5a/65/8334b2b2902f2f0cb8a009e3c924f9f384f4b99b21d62d26351ef4e8afbe/pyautocorpus-0.1.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "31d41a88ec10f8e22aec6691687b3b6acb95c6525068b6d711573f045cecd4c6",
"md5": "6b1fbf9542f63a573afd01b0d568b16d",
"sha256": "94b3bfe131ca271fe62b6387fff6aaedb2abf2ed240c945b24240337b399e7ed"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp37-cp37m-win_amd64.whl",
"has_sig": false,
"md5_digest": "6b1fbf9542f63a573afd01b0d568b16d",
"packagetype": "bdist_wheel",
"python_version": "cp37",
"requires_python": ">=3.7",
"size": 7184,
"upload_time": "2023-07-07T09:28:15",
"upload_time_iso_8601": "2023-07-07T09:28:15.291901Z",
"url": "https://files.pythonhosted.org/packages/31/d4/1a88ec10f8e22aec6691687b3b6acb95c6525068b6d711573f045cecd4c6/pyautocorpus-0.1.12-cp37-cp37m-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ecd063cd62720624c4ef026e580bc8f3a1428cbfd12446ce342c4537bf4892c5",
"md5": "0fc81d26bb140c7e86366ef01ad2c7ab",
"sha256": "ad980f077adb6f29693b6c199a2edd0e1d74f2978ded3e579f96bede75c7a892"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp38-cp38-macosx_11_0_x86_64.whl",
"has_sig": false,
"md5_digest": "0fc81d26bb140c7e86366ef01ad2c7ab",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 24594,
"upload_time": "2023-07-07T09:28:13",
"upload_time_iso_8601": "2023-07-07T09:28:13.225799Z",
"url": "https://files.pythonhosted.org/packages/ec/d0/63cd62720624c4ef026e580bc8f3a1428cbfd12446ce342c4537bf4892c5/pyautocorpus-0.1.12-cp38-cp38-macosx_11_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b6bef4d99c31475256e18a9ddf4b183159d233bc70baa16919692870509f7861",
"md5": "085652be7550b4e023cedf7e6566ced2",
"sha256": "cd58e2fbcb42ed23762b5f1cd576d683cef027d4c0002836d8255e9a64086415"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "085652be7550b4e023cedf7e6566ced2",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 373033,
"upload_time": "2023-07-07T09:31:02",
"upload_time_iso_8601": "2023-07-07T09:31:02.254673Z",
"url": "https://files.pythonhosted.org/packages/b6/be/f4d99c31475256e18a9ddf4b183159d233bc70baa16919692870509f7861/pyautocorpus-0.1.12-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5540667af1ffa3391cb1f1bef415f26e7528a4e0ccb472a01ec016b60ac1ed7d",
"md5": "7b799cbfc52cbe67779939b6a95c37bb",
"sha256": "a18e907fea5a216564dac4b8c2d183a85488eab094759156fe4a43c875326189"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "7b799cbfc52cbe67779939b6a95c37bb",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 379834,
"upload_time": "2023-07-07T09:31:03",
"upload_time_iso_8601": "2023-07-07T09:31:03.886409Z",
"url": "https://files.pythonhosted.org/packages/55/40/667af1ffa3391cb1f1bef415f26e7528a4e0ccb472a01ec016b60ac1ed7d/pyautocorpus-0.1.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b63cc890e83d6271cf1b5b62145dab0b353e3394cada17cfc33f1653c6f96000",
"md5": "bf6d59a6da7d55b9cea162368fb7b834",
"sha256": "af093f1011afae8c3f8f5b65529c4d376ae47647440c808936e6d915293c53e7"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "bf6d59a6da7d55b9cea162368fb7b834",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.7",
"size": 7292,
"upload_time": "2023-07-07T09:28:09",
"upload_time_iso_8601": "2023-07-07T09:28:09.844814Z",
"url": "https://files.pythonhosted.org/packages/b6/3c/c890e83d6271cf1b5b62145dab0b353e3394cada17cfc33f1653c6f96000/pyautocorpus-0.1.12-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7732815f782f70c2ac2598b802c31ff00a0e6d4bfddff03fb0cc5875e4b27656",
"md5": "8ea269dfc7abcd16c32f8a3ce5853949",
"sha256": "24744fda18c6bdf51d1d47d395c4bcb2118c77f48eefa910383cc7a193738450"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp39-cp39-macosx_11_0_x86_64.whl",
"has_sig": false,
"md5_digest": "8ea269dfc7abcd16c32f8a3ce5853949",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 24622,
"upload_time": "2023-07-07T09:27:51",
"upload_time_iso_8601": "2023-07-07T09:27:51.269006Z",
"url": "https://files.pythonhosted.org/packages/77/32/815f782f70c2ac2598b802c31ff00a0e6d4bfddff03fb0cc5875e4b27656/pyautocorpus-0.1.12-cp39-cp39-macosx_11_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c1a4a444645b3669dfc6fb100d35af4b0db8297967c9ed1d5ec3ea9de00c3dfb",
"md5": "09f92ca1b5e1888c57a8633541bd7ba9",
"sha256": "1ea1639f439939ca64757b7c8e15d58990381eb2a1a8a5c6cef3668f85c1765e"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "09f92ca1b5e1888c57a8633541bd7ba9",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 372995,
"upload_time": "2023-07-07T09:31:05",
"upload_time_iso_8601": "2023-07-07T09:31:05.345894Z",
"url": "https://files.pythonhosted.org/packages/c1/a4/a444645b3669dfc6fb100d35af4b0db8297967c9ed1d5ec3ea9de00c3dfb/pyautocorpus-0.1.12-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2b88747ea446a551f5c4b960ae0eea807e7ddc99f00ca9e0825f83eaba2f3b76",
"md5": "6499e8707913f00da1f53ce0a671b77f",
"sha256": "a91c6ad1d3a959fc7d48c5f3b15d3369bb391ff8656030c6c7c1ac55567484c9"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "6499e8707913f00da1f53ce0a671b77f",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 379810,
"upload_time": "2023-07-07T09:31:06",
"upload_time_iso_8601": "2023-07-07T09:31:06.492107Z",
"url": "https://files.pythonhosted.org/packages/2b/88/747ea446a551f5c4b960ae0eea807e7ddc99f00ca9e0825f83eaba2f3b76/pyautocorpus-0.1.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b358532fc9438dfb100d63527065f96434f7a0844e726c5fa922d168bf585b6b",
"md5": "5ccb5e133373d0c0eed42a5b2c9de8bf",
"sha256": "364e86f43b56696428d413308c1db638c24086d052ac36314a4dcb5e8c6f80a4"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "5ccb5e133373d0c0eed42a5b2c9de8bf",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.7",
"size": 7217,
"upload_time": "2023-07-07T09:28:15",
"upload_time_iso_8601": "2023-07-07T09:28:15.984810Z",
"url": "https://files.pythonhosted.org/packages/b3/58/532fc9438dfb100d63527065f96434f7a0844e726c5fa922d168bf585b6b/pyautocorpus-0.1.12-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2be58ad855f800fa5cef79a780deac576c458aa1fa33589252938393357675eb",
"md5": "99142c7ce1d1d0ca249f231ba1972dff",
"sha256": "efaafb1579c9de5e66636e7bd56cc0891e8864ffd8bbed926b12d70dd632b101"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "99142c7ce1d1d0ca249f231ba1972dff",
"packagetype": "bdist_wheel",
"python_version": "pp37",
"requires_python": ">=3.7",
"size": 197521,
"upload_time": "2023-07-07T09:31:07",
"upload_time_iso_8601": "2023-07-07T09:31:07.943464Z",
"url": "https://files.pythonhosted.org/packages/2b/e5/8ad855f800fa5cef79a780deac576c458aa1fa33589252938393357675eb/pyautocorpus-0.1.12-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "18a917eb105288344397b39595757b576afbdbcada489dc632f6bf532b4dd9ea",
"md5": "ff636e85e3d734fa1ba5475dab8419b5",
"sha256": "8256108e354a4f2929b02052371b86594420be67cc6a2c00fe99ea534e561be7"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ff636e85e3d734fa1ba5475dab8419b5",
"packagetype": "bdist_wheel",
"python_version": "pp37",
"requires_python": ">=3.7",
"size": 198889,
"upload_time": "2023-07-07T09:31:09",
"upload_time_iso_8601": "2023-07-07T09:31:09.078775Z",
"url": "https://files.pythonhosted.org/packages/18/a9/17eb105288344397b39595757b576afbdbcada489dc632f6bf532b4dd9ea/pyautocorpus-0.1.12-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b4b63ab2b7ea02d7b4a7f9f0bbf371e52173d13f3bb734ca31d39ed55f1da82e",
"md5": "02fe75196874a8f84eb51f3b44e92e85",
"sha256": "4421f3c967826885250d4679b343da9ba9df7721aa6379f8d5e5b1c8f8ca1536"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "02fe75196874a8f84eb51f3b44e92e85",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.7",
"size": 196364,
"upload_time": "2023-07-07T09:31:10",
"upload_time_iso_8601": "2023-07-07T09:31:10.457340Z",
"url": "https://files.pythonhosted.org/packages/b4/b6/3ab2b7ea02d7b4a7f9f0bbf371e52173d13f3bb734ca31d39ed55f1da82e/pyautocorpus-0.1.12-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "68f18aee1607349cf3f6245ac67bce0b8310bea68a4be053585d913b9a94115e",
"md5": "580cd56d300d42ee4461fdaed1ad3400",
"sha256": "b023da1484be5095c47bc0054282b8330bc68444a2a4f96b46dc2817ba8ba9b4"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "580cd56d300d42ee4461fdaed1ad3400",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.7",
"size": 197725,
"upload_time": "2023-07-07T09:31:11",
"upload_time_iso_8601": "2023-07-07T09:31:11.981725Z",
"url": "https://files.pythonhosted.org/packages/68/f1/8aee1607349cf3f6245ac67bce0b8310bea68a4be053585d913b9a94115e/pyautocorpus-0.1.12-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d4fd21e09fe9a3e332d03a996898097db97b3baa29edf377e6226537db78f920",
"md5": "d9619da009d17a9365ca889a3f50b46b",
"sha256": "96dbb42560a2a8a669d40411065ac5325825a0edf55379b48d1c9b6c20a9c62b"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "d9619da009d17a9365ca889a3f50b46b",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.7",
"size": 196375,
"upload_time": "2023-07-07T09:31:13",
"upload_time_iso_8601": "2023-07-07T09:31:13.287907Z",
"url": "https://files.pythonhosted.org/packages/d4/fd/21e09fe9a3e332d03a996898097db97b3baa29edf377e6226537db78f920/pyautocorpus-0.1.12-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "85031abe0e850221506be7aea0643896d39426d48ff268a3da91ac381d6d32dc",
"md5": "f4bee61ee15012484ba426f5e997806c",
"sha256": "8719ec386f11dc0eb2821989d0e7d0d9909d4603a784919efa5f9d97fa03f942"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f4bee61ee15012484ba426f5e997806c",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.7",
"size": 197712,
"upload_time": "2023-07-07T09:31:14",
"upload_time_iso_8601": "2023-07-07T09:31:14.756171Z",
"url": "https://files.pythonhosted.org/packages/85/03/1abe0e850221506be7aea0643896d39426d48ff268a3da91ac381d6d32dc/pyautocorpus-0.1.12-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2cb39fb7f5a8b0f590c2b88afc247fa8f60ba083b2ce2c72d3a90d754abcd6d5",
"md5": "45658c37a705dfd593625212ea35fa1d",
"sha256": "146911b265eb4e771e9d49516ff65a91a4f25464e3668cea6f8885f2d298ad51"
},
"downloads": -1,
"filename": "pyautocorpus-0.1.12.tar.gz",
"has_sig": false,
"md5_digest": "45658c37a705dfd593625212ea35fa1d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 10806,
"upload_time": "2023-07-07T09:27:15",
"upload_time_iso_8601": "2023-07-07T09:27:15.234246Z",
"url": "https://files.pythonhosted.org/packages/2c/b3/9fb7f5a8b0f590c2b88afc247fa8f60ba083b2ce2c72d3a90d754abcd6d5/pyautocorpus-0.1.12.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-07 09:27:15",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "seanmacavaney",
"github_project": "pyautocorpus",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pyautocorpus"
}