{ "info": { "author": "Brendan Hart", "author_email": "brendanahart@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6" ], "description": "## Linestar Scrape\n\n### Goals\n**The goal of this project is to provide a person with a standardized format for getting linestar ownership data so that it can be used for better understanding daily fantasy competitions**\n\nExample:\nhttps://www.linestarapp.com/Ownership/Sport/NBA/Site/FanDuel/PID/420\n\nIn order to scrape this page, lots of tedious work would have to be done in order to pull data from this site that could only be used for a specific use case. Why not make a package that can be used by everyone? This page contains valueable information to fantasy players and can be used for many DFS data science applications.\n\n### Installation\n`pip install linestar-scrape`\n* Be sure to update often to get the latest mapping from human datetime to linestar date id\n\n### Methods\n`fanduel_nba_own_date(date)`\n\nInputs:\n* Python datetime\n\nOutput: Linestar Page Data Object containing Linestar Data For That Date\n\n`fanduel_nba_own_date_range(date1, date2)`\n\nInputs:\n* date1 = Python datetime for first date\n* date2 = Python datetime for second date\n\nOutput: Linestar Map with Date String (YYYY-MM-DD) being the key and a Linestar Page Data Object being a value for inclusive range of dates\n\n### Linestar Objects\n**Linestar Page Data**\n\nObject Name: LinestarPageData\n\nMembers\n* date\n* competitions (array of LinestarCompeition)\n* url (link to url scraped)\n\n**Linestar Competitions**\n\nObject Name: LinestarCompeition\n\nMembers\n* name (competition name)\n* id (competition id)\n* games (number of games for competition)\n* gpp (True if GPP Competition)\n* doubleUp (True if Double Up Competition)\n* players (Array of LinestarPlayerObject)\n\n**Linestar Players**\n\nObject Name: LinestarPlayerObject\n\nMembers\n* id (player id)\n* name (player name)\n* owned (percent owned, in float format (ie: 78.2))\n* pos (position)\n* team \n* sal (salary)\n\n\n### Examples\n`import linestar`\n\n`single_data = linestar.standard.fanduel_nba_own_date(datetime(2019, 2, 10))`\n\n`range_data = linestar.standard.fanduel_nba_own_date(datetime(2019, 2, 5), datetime(2019, 2, 10))`\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/WolverineSportsAnalytics/linestar-scrape", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "linestar-scrape", "package_url": "https://pypi.org/project/linestar-scrape/", "platform": "", "project_url": "https://pypi.org/project/linestar-scrape/", "project_urls": { "Homepage": "https://github.com/WolverineSportsAnalytics/linestar-scrape" }, "release_url": "https://pypi.org/project/linestar-scrape/1.0.9/", "requires_dist": null, "requires_python": "", "summary": "A package to scrape linestarapp.com daily fantasy sports ownership data", "version": "1.0.9" }, "last_serial": 4823189, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f0d63a1c28d9380e23466a9260844ed5", "sha256": "4a407142b2b66cfa14220bb896c0611999a52000932ee328a72b649cd72f2eb6" }, "downloads": -1, "filename": "linestar_scrape-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f0d63a1c28d9380e23466a9260844ed5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4529, "upload_time": "2019-02-12T00:40:57", "url": "https://files.pythonhosted.org/packages/c9/da/b9a31ccc8944bbeafde880cc1203a0b0ffcce9f836f5599ee6eeeb8d4be2/linestar_scrape-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cce84c8980d545bef96eb03416be5d67", "sha256": "5f41f512dd12d2ba01cc903be5305e954d346c10222e4910d7af32d97c831363" }, "downloads": -1, "filename": "linestar-scrape-0.0.1.tar.gz", "has_sig": false, "md5_digest": "cce84c8980d545bef96eb03416be5d67", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2820, "upload_time": "2019-02-12T00:40:59", "url": "https://files.pythonhosted.org/packages/09/5b/bf4b9f872859dd244a7090df007866b6da34e54e2dcd4b6adbe7692f3b22/linestar-scrape-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "e9ff9b731fb17a4c0b65b847bcf78d2f", "sha256": "490c5020340228c4aa634cad790cd7bb04af20e8a59e3dc248577ba8c6e72905" }, "downloads": -1, "filename": "linestar_scrape-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "e9ff9b731fb17a4c0b65b847bcf78d2f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4584, "upload_time": "2019-02-12T04:03:52", "url": "https://files.pythonhosted.org/packages/83/3d/546fcf5584fff9d3867726636dcd2ebb9263874f71e0c4962573b39da286/linestar_scrape-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "03893ffc79830f40786ae53a1a99e377", "sha256": "68dd3d092a3021d392074e14cf0cce20520d1afbb090cfaf5d31ac1c8f669975" }, "downloads": -1, "filename": "linestar-scrape-0.0.2.tar.gz", "has_sig": false, "md5_digest": "03893ffc79830f40786ae53a1a99e377", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2882, "upload_time": "2019-02-12T04:03:53", "url": "https://files.pythonhosted.org/packages/ce/46/5020f15261b2ef8e356b8727dbd1eabe959baf38c06a1a39e673d44b3603/linestar-scrape-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "abd319a8ebf9d297733c742b40f62d2d", "sha256": "f7e549296f4984a523acf12cbc1e6a1903a92a8a4200ebd0e6b4c9f9cf059086" }, "downloads": -1, "filename": "linestar_scrape-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "abd319a8ebf9d297733c742b40f62d2d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4584, "upload_time": "2019-02-12T04:23:23", "url": "https://files.pythonhosted.org/packages/a0/30/8ac439d9025aa1c910926ce503222d341f2d797ca19b4a1c9f2098863839/linestar_scrape-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "804e1c9e3fdf2a35b9217599ffa6a93f", "sha256": "ccb3f31172e6d20583c1e97af450f38f12949b29650478708dfa94eecd4d4f14" }, "downloads": -1, "filename": "linestar-scrape-0.0.3.tar.gz", "has_sig": false, "md5_digest": "804e1c9e3fdf2a35b9217599ffa6a93f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2936, "upload_time": "2019-02-12T04:23:25", "url": "https://files.pythonhosted.org/packages/ea/41/15819f57c6e356c420d1b1a43e02439221549523c401724d67cd45d6418e/linestar-scrape-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "e9235194ed943cd96ab2fd6a95592118", "sha256": "309484b827834b647872b75014846b3b0e0ee63564aca00a8938af8bb6fcb6db" }, "downloads": -1, "filename": "linestar_scrape-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "e9235194ed943cd96ab2fd6a95592118", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4585, "upload_time": "2019-02-12T04:42:46", "url": "https://files.pythonhosted.org/packages/c1/c3/4eafd6b3a339dd66acd02072f761b8fd23947374759e4c6bffc2d860ec1d/linestar_scrape-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1824a04ab8464b4a28cc5a4f764ef8ed", "sha256": "5fc16a69048f54b060671868a69dc1996f4061ac5644ae06329602a124c46466" }, "downloads": -1, "filename": "linestar-scrape-0.0.4.tar.gz", "has_sig": false, "md5_digest": "1824a04ab8464b4a28cc5a4f764ef8ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2956, "upload_time": "2019-02-12T04:42:47", "url": "https://files.pythonhosted.org/packages/bd/72/6f7c654ec1b1a20a44a0dfc36e5c560e5f257952b657a77ac6e436476bc0/linestar-scrape-0.0.4.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "62484f7ec12c73df12ec2e30fc8c6a54", "sha256": "12c56b7f23199560ede0df2099a9537d3ba3ea59428d4db3eda015ffec33d3fd" }, "downloads": -1, "filename": "linestar_scrape-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "62484f7ec12c73df12ec2e30fc8c6a54", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10130, "upload_time": "2019-02-12T11:22:45", "url": "https://files.pythonhosted.org/packages/c9/48/9b2cf2f02873ed5e2b8c42ae12cb2bf6d9e2bc7786cc70ff29c3fb5b33ca/linestar_scrape-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c7f97ac9b82e2e6fd68dd8d43cb1c8c6", "sha256": "a1c100dae79187ba79ea7f29be783f5c0a1fd4d18df7d5b23f02d21afa79fad0" }, "downloads": -1, "filename": "linestar-scrape-1.0.0.tar.gz", "has_sig": false, "md5_digest": "c7f97ac9b82e2e6fd68dd8d43cb1c8c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6587, "upload_time": "2019-02-12T11:22:46", "url": "https://files.pythonhosted.org/packages/a8/8b/d552a4a2a46a2dd1ff2e4321ead5e5d0a1cc64badfdbbb9d2bf27d5df6f6/linestar-scrape-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "e311fa725d121f2b7650fb1bf076b974", "sha256": "e307ebf54efb48edcdc802210e42973255243af8f8d99fba9fa9f59005a09bab" }, "downloads": -1, "filename": "linestar_scrape-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e311fa725d121f2b7650fb1bf076b974", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10315, "upload_time": "2019-02-12T22:04:24", "url": "https://files.pythonhosted.org/packages/64/45/743770cb424dfde4a4684c541f16b1ac94ce1639a9602fd4ce2f1b53a1f6/linestar_scrape-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "61fe46cb5bca2d9da69905fb353d6ff0", "sha256": "e9827b74684c5a35aeed4514f87f603eeb368befb03bfa20bbd190dee95ae363" }, "downloads": -1, "filename": "linestar-scrape-1.0.1.tar.gz", "has_sig": false, "md5_digest": "61fe46cb5bca2d9da69905fb353d6ff0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6728, "upload_time": "2019-02-12T22:04:25", "url": "https://files.pythonhosted.org/packages/2a/c7/d6becfb0198e940736a3e09c19d147f124bd15a769da5647731e923535d3/linestar-scrape-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "88a0288589232846d6c7a7518fd241a5", "sha256": "25070079381dd0f7798534703ead7d3d3190ca7ba86ff778a9fcd9027d3eb80a" }, "downloads": -1, "filename": "linestar_scrape-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "88a0288589232846d6c7a7518fd241a5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10307, "upload_time": "2019-02-12T22:09:05", "url": "https://files.pythonhosted.org/packages/ce/3e/034e2236b8457d74a67c4a95a4c721bf0a16b12c670bb0f2e889635ed28e/linestar_scrape-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d1c94d1fa79dc40d5cd1cf1d007e7d2e", "sha256": "be06ac63f4e72dcf6e1f251fb010985aed3662023e93f3f4686c77d6b3a09eaa" }, "downloads": -1, "filename": "linestar-scrape-1.0.2.tar.gz", "has_sig": false, "md5_digest": "d1c94d1fa79dc40d5cd1cf1d007e7d2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6711, "upload_time": "2019-02-12T22:09:06", "url": "https://files.pythonhosted.org/packages/9a/e6/285da07647e06ca9b470047872ad7987795874b7fbfd92fb0162167e3074/linestar-scrape-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "4264c54fc44e4c516b1fc72b76de9532", "sha256": "4be708d5e77466d0b86cccc49acb537a931d3214e0e539e86eb191f6a4901ce5" }, "downloads": -1, "filename": "linestar_scrape-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "4264c54fc44e4c516b1fc72b76de9532", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10314, "upload_time": "2019-02-12T22:14:09", "url": "https://files.pythonhosted.org/packages/58/3c/a6e2f2a0508bc6edb4de7827148cfaa60bc7e109791436022db08a168835/linestar_scrape-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "58373528ecac4f31b4cddfe33de3fa7f", "sha256": "cced53213eca67dce5ea0ccfc0197fffceba54760633ed00d0e54a86f71c2176" }, "downloads": -1, "filename": "linestar-scrape-1.0.3.tar.gz", "has_sig": false, "md5_digest": "58373528ecac4f31b4cddfe33de3fa7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6722, "upload_time": "2019-02-12T22:14:10", "url": "https://files.pythonhosted.org/packages/7a/60/df5bb9dda61ddd3af33f08db41a698cf609d1ac0b8cc6239821e3d493958/linestar-scrape-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "37603cd77b8c0d2cdce02f5b95c6dc69", "sha256": "a7e38194dbce964c8647e359d1a5ac874665cdfec9a315f57362a4a5f6a64cd9" }, "downloads": -1, "filename": "linestar_scrape-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "37603cd77b8c0d2cdce02f5b95c6dc69", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10302, "upload_time": "2019-02-12T22:17:03", "url": "https://files.pythonhosted.org/packages/d6/56/afeec20df43cdff951b46de48f3e987242d1562f28aace225e44393b27ca/linestar_scrape-1.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ee8e5d84e83870d8f8121390cafa0218", "sha256": "87f164d38ef123db242096d25bce6303b0ad0b1ce74b3e2bb18d0a8e59a1c78e" }, "downloads": -1, "filename": "linestar-scrape-1.0.4.tar.gz", "has_sig": false, "md5_digest": "ee8e5d84e83870d8f8121390cafa0218", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6709, "upload_time": "2019-02-12T22:17:04", "url": "https://files.pythonhosted.org/packages/b5/1f/dbc71189b5ff7b506e78e019ac44178ad61337291978c603b5fa925aa2f1/linestar-scrape-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "97b4afa491f52179794c2f646b4ad77c", "sha256": "0e57d3b44f00c7e7372519c3153de6fe8454af8b2c972289b0692f7b39d64f85" }, "downloads": -1, "filename": "linestar_scrape-1.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "97b4afa491f52179794c2f646b4ad77c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10333, "upload_time": "2019-02-12T22:20:13", "url": "https://files.pythonhosted.org/packages/82/43/8324972cff3ec559db020c12002d771f3b04bcf7d762d12cff9d1941eb96/linestar_scrape-1.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cd28ef59c24b2d0222daa65c292af452", "sha256": "14541de77a8b03cd2490dd2a1d62990798e1e3acc5cb21805683d1fdd5ad2432" }, "downloads": -1, "filename": "linestar-scrape-1.0.5.tar.gz", "has_sig": false, "md5_digest": "cd28ef59c24b2d0222daa65c292af452", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6735, "upload_time": "2019-02-12T22:20:14", "url": "https://files.pythonhosted.org/packages/4d/dc/1581b642b31aff2d956d1f417e7e3c20338f71aa1a2803e0bb68046f69f7/linestar-scrape-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "1faa8955a7e702647f5d2a36cc69f707", "sha256": "8124d14717582f11324f7550f45b0ad2f38a29394fdbb9b23849a11d88169ecf" }, "downloads": -1, "filename": "linestar_scrape-1.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "1faa8955a7e702647f5d2a36cc69f707", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10371, "upload_time": "2019-02-13T02:38:23", "url": "https://files.pythonhosted.org/packages/39/91/b5ae860dfc5e59ea1bce2a4c420e80e7a6af36e8ba8ddc990e96ec771ecb/linestar_scrape-1.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "337877da7cb269baad2eec1dd5caf0f6", "sha256": "8b3ff8adb9ba457d12936a67a8d651fb270a20aa91eb39d5e56772dc46c083e2" }, "downloads": -1, "filename": "linestar-scrape-1.0.6.tar.gz", "has_sig": false, "md5_digest": "337877da7cb269baad2eec1dd5caf0f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6755, "upload_time": "2019-02-13T02:38:25", "url": "https://files.pythonhosted.org/packages/df/2a/3dc522e1b0c31dbb111d9bedce031175eaf247e0b44c9ef2fc413c926ed6/linestar-scrape-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "5657687a555542f1225cb86347ebf2f9", "sha256": "68d319917698c0a8df1e5cb3eefcb77e16291b7434afd648147bb40f285903e1" }, "downloads": -1, "filename": "linestar_scrape-1.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "5657687a555542f1225cb86347ebf2f9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10382, "upload_time": "2019-02-14T02:31:08", "url": "https://files.pythonhosted.org/packages/ff/ed/e44d86e73eade611d93fd0dc8a40fe899065bab1071d316f6dd638e51c0a/linestar_scrape-1.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4308ee5d0010907a9cdf1fedd0153ae5", "sha256": "8d410dcde03d291631eb9edc2be31ba44f2dc95302504edfa3fd8f760621beb7" }, "downloads": -1, "filename": "linestar-scrape-1.0.7.tar.gz", "has_sig": false, "md5_digest": "4308ee5d0010907a9cdf1fedd0153ae5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6772, "upload_time": "2019-02-14T02:31:09", "url": "https://files.pythonhosted.org/packages/23/71/4de94394cca77a2be551857716c1895f3cecc96678cf4152cc59f94dc981/linestar-scrape-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "3735e1881a49fc9655db39fc0053f1a6", "sha256": "d6dc85e399b8ae47b59ad44e85fb075acfdcb82d15648a716e490642c5203f58" }, "downloads": -1, "filename": "linestar_scrape-1.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "3735e1881a49fc9655db39fc0053f1a6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11315, "upload_time": "2019-02-14T05:44:53", "url": "https://files.pythonhosted.org/packages/4a/01/de9c8fb8345899c907d98ad37d41c84e5e2b07dbc36d600c8fb44614f420/linestar_scrape-1.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "733812536a9e231495cc7be32179c870", "sha256": "57cdaf6c8a7129b3ae720ec5de510bc19a0c02f96022fffbaf82e988762f4c99" }, "downloads": -1, "filename": "linestar-scrape-1.0.8.tar.gz", "has_sig": false, "md5_digest": "733812536a9e231495cc7be32179c870", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7729, "upload_time": "2019-02-14T05:44:55", "url": "https://files.pythonhosted.org/packages/f2/a7/d6b83434e1a9ee87f2073201b1c3867afce6b99f7ae6535d5550e8d6a4df/linestar-scrape-1.0.8.tar.gz" } ], "1.0.9": [ { "comment_text": "", "digests": { "md5": "5f8991525d67684093236d83b7d3e246", "sha256": "4409db13bf21b97ff84bba9c1cd6c9060ee60a676f87991769b6e6f7e200408a" }, "downloads": -1, "filename": "linestar_scrape-1.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "5f8991525d67684093236d83b7d3e246", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11336, "upload_time": "2019-02-15T05:14:54", "url": "https://files.pythonhosted.org/packages/4d/77/2c0d61168aa9ed343ca7065f81d7733d29e73a295f7f8b56de372f4d700d/linestar_scrape-1.0.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7840cec09df38929df8dc6132697d76d", "sha256": "fd4f0b9af2828085b8e08234eddd67209500c1c7db6ca6823fd22a41155d9190" }, "downloads": -1, "filename": "linestar-scrape-1.0.9.tar.gz", "has_sig": false, "md5_digest": "7840cec09df38929df8dc6132697d76d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7747, "upload_time": "2019-02-15T05:14:55", "url": "https://files.pythonhosted.org/packages/e0/6f/750ca8fa1ad87992cc4ae9b2b136cd8fd83fd394c5b8f74c820cb7352bab/linestar-scrape-1.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5f8991525d67684093236d83b7d3e246", "sha256": "4409db13bf21b97ff84bba9c1cd6c9060ee60a676f87991769b6e6f7e200408a" }, "downloads": -1, "filename": "linestar_scrape-1.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "5f8991525d67684093236d83b7d3e246", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11336, "upload_time": "2019-02-15T05:14:54", "url": "https://files.pythonhosted.org/packages/4d/77/2c0d61168aa9ed343ca7065f81d7733d29e73a295f7f8b56de372f4d700d/linestar_scrape-1.0.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7840cec09df38929df8dc6132697d76d", "sha256": "fd4f0b9af2828085b8e08234eddd67209500c1c7db6ca6823fd22a41155d9190" }, "downloads": -1, "filename": "linestar-scrape-1.0.9.tar.gz", "has_sig": false, "md5_digest": "7840cec09df38929df8dc6132697d76d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7747, "upload_time": "2019-02-15T05:14:55", "url": "https://files.pythonhosted.org/packages/e0/6f/750ca8fa1ad87992cc4ae9b2b136cd8fd83fd394c5b8f74c820cb7352bab/linestar-scrape-1.0.9.tar.gz" } ] }