{ "info": { "author": "Nattapon Donratanapat", "author_email": "pleuk5667@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Project Title\nFlood Analytics Information System (FAIS) - Big Data Gathering package from twitter and USGS\n\n## Getting Started\nFAIS is a python package developed using python 3.7, which is not supported by python2. The package is used as a data gathering tool for USGS flood data and Twitter Data. The user can specifically target the flood station in each State in the US for the historical data as well as real time flood data. To gather Twitter feeds, the user can specified the targeted username or keyword with date gape to gather all the tweets that match the criteria\n\n### Prerequisites\n\nThe package dependencies are: \n* pandas\n* numpy\n* rpy2\n* urllib3\n* requests\n* opencv-python\n* netCDF4\n* matplotlib\n* textblob\n* pyquery\n* tweepy\n\n\n### Installing\n\nThe package can be installed using Pypi installation\n\n $ pip install fais\n\n\n## Usage\n\n### Real Time USGS Flood Data\n\nEach state at the US has its own flood monitoring stations that are identified with specific id, coordinates, etc. The API allows the user to target specific state and get the real time flood information. The user also has choices to either save the data as csv file or return it as a panda dataframe.\n\n#### Example 1\n\nThe user wants to gather South Carolina real time data, and save it as a csv file called \u201csc_realtime.csv\u201d\n\n```python\n>>> from fais import usgsgatherer as usgs\n>>> usgs.get_realtime_flood_csv(\u201csc\u201d, \u201csc_realtime.csv\u201d)\n\n```\nThe software will download the real time flood reading from any station in South Carolina, delete the null result, and save it as sc_realtime.csv file at the specified directory. The inputs of this function are the targeted State abbreviation and the file name. \n\n#### Example 2\nThe user wants to gather real time flood data from Arizona and return it as a data frame format. \n\n```python\n>>> from fais import usgsgatherer as usgs\n>>> df = usgs.get_realtime_flood_(\u201caz\u201d)\n\n```\nThe object df is contain a result of the realtime flood data as a panda dataframe format.\n\n#### Example 3\n\nThe user wants to gather river cam image at Rocky Creek cam station 021603273 located in South Carolina. \nThe station list can be found at [rivercam](https://www.usgs.gov/centers/sa-water/science/river-webcams-south-atlantic-water-science-center-georgia-north-and-south?qt-science_center_objects=0#qt-science_center_objects)\n\n```python\n>>> from fais import usgsgatherer as usgs\n>>> img = usgs.get_river_cam_sc_color(\u201c021603273\u201d)\n\n```\nThe image file contains an image array of the real time river cam. The image is supported by \n\n\n### Historical USGS Flood Data\n\n#### Example 1\nThe user wants to gather North Carolina Flood data for Hurricane Matthew, October 06-07, 2016 with specific station number 0212427947, which is REEDY CREEK AT SR NR CHARLOTTE, NC and save it as a csv file called \u201cnc_mathew.csv\u201d\n\n```python\n>>> from fais import usgsgatherer\n>>> criteria = usgsgatherer.create_usgs_criteria(\"NC\",\"0212427947\", [\"00065\", \"00045\",\"00060\"], \"2016-10-06\", \"2016-10-07\")\n>>> usgs.get_flood_data_csv(criteria, \"nc_matthew.csv\")\n\n```\nThe software will download the flood data from REEDY CREEK AT SR NR CHARLOTTE, NC delete the null result, and save it as nc_mathew.csv file at the specified directory. The inputs of this function are the targeted criteria which include the targeted state, station number, parameters, date and the file name. \nIf the user wish to use the result as a data frame object, simply change get_flood_data_csv() to get_flood_data_dataframe()\n\n#### Example 2 \nThe user can receive a list of flood stations from each state and use the historical data gathering module to collect the data. the module returns the station list from North Carolina and save it as a csv file called \u201cnc_station.csv\u201d\n\n```python\n>>>from fais import usgsgatherer\n>>>criteria = usgsgatherer.get_station_list_csv(\"NC\", \"nc_station.csv\")\n\n```\n\n\n### Twitter Data\n\n#### Example 1\nThe user wants to gather Tweets from governemnet official twitter account such as the National Weather Service during Hurricane Florence --September 20, 2018 \u2013 October 20, 2018 and save it as a csv file called \u201cnws_florence.csv\u201d\n\n\n```python\n>>> from fais import twittergatherer \n>>> twitter_username = \"nws\"\n>>> twitter_keyword = None\n>>> twitter_since = \"2018-09-20\"\n>>> twitter_until = \"2018-10-20\"\n>>> twitter_criteria = twittergatherer.create_twitter_criteria(twitter_username, twitter_keyword,twitter_since,twitter_until, 10000)\n>>> twittergatherer.get_tweets_csv(twitter_criteria, \"nws_florence.csv\")\n```\nThe software will download all Tweets posted by National Weather Service\u2019s Twitter account during September 20, 2018 to October 20, 2018 with the maximum of 10,000 tweets.\n\n## Authors\n\n\n* **Nattapon Donratanapat** \n* **Dr. Vidya Samadi** \n* **Dr. Jose M. Vidal** \n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments\n\n* Jefferson Henrique - [Github](https://github.com/Jefferson-Henrique)\n\n\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/VidyaSamadi/Research-Team-private", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "fais", "package_url": "https://pypi.org/project/fais/", "platform": "", "project_url": "https://pypi.org/project/fais/", "project_urls": { "Homepage": "https://github.com/VidyaSamadi/Research-Team-private" }, "release_url": "https://pypi.org/project/fais/0.0.18/", "requires_dist": [ "pandas", "numpy", "urllib3", "requests", "opencv-python", "netCDF4", "matplotlib", "textblob", "pyquery", "tweepy", "Pillow" ], "requires_python": "", "summary": "USGS and Twitter data gathering and analysis tools", "version": "0.0.18" }, "last_serial": 5874757, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "af54ab7ba8a95a0ebef39d283e31a864", "sha256": "b812fb837aea7d5294ae40301b0151b307d876d5fbadb25cb9dc95f00c44305a" }, "downloads": -1, "filename": "fais-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "af54ab7ba8a95a0ebef39d283e31a864", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14346, "upload_time": "2019-04-16T22:36:46", "url": "https://files.pythonhosted.org/packages/60/5d/dc2c54a86146e7f2e64a0a1b846639a3e6154371a9554119bbd2f3bbb110/fais-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "61021180b67b016fcafa1192347ec291", "sha256": "7f5beaae22642495c17d35ad838bbc39dcf310e57f9961349c6356ef9f5ad8f3" }, "downloads": -1, "filename": "fais-0.0.1.tar.gz", "has_sig": false, "md5_digest": "61021180b67b016fcafa1192347ec291", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11469, "upload_time": "2019-04-16T22:36:48", "url": "https://files.pythonhosted.org/packages/ae/32/a029541569eea37a68aa5c355cf19e8e37db53bc01fdad22ed93df514c66/fais-0.0.1.tar.gz" } ], "0.0.10": [ { "comment_text": "", "digests": { "md5": "0c64b57ec59abb68d77163adbb3b2755", "sha256": "e45746ca8c3159b3b887cebd14dd23e92b9a475ecffe5851bc162730a1f8850a" }, "downloads": -1, "filename": "fais-0.0.10-py3-none-any.whl", "has_sig": false, "md5_digest": "0c64b57ec59abb68d77163adbb3b2755", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14416, "upload_time": "2019-05-30T20:54:57", "url": "https://files.pythonhosted.org/packages/df/95/c5c339743d00454db1025282ef2ef86e44f0d398a1bebf983ed0f4567013/fais-0.0.10-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ca44ac8bef6e06753af672270c4a8108", "sha256": "f133212c39b971a78da4fced82e5f92cd64ad21f3c6feb9f7d3cad52995ff04f" }, "downloads": -1, "filename": "fais-0.0.10.tar.gz", "has_sig": false, "md5_digest": "ca44ac8bef6e06753af672270c4a8108", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11641, "upload_time": "2019-05-30T20:54:59", "url": "https://files.pythonhosted.org/packages/68/46/c38340c51cb84ad5a37ad2573a5069f521996bbf2c44f13cfa09ee47fecf/fais-0.0.10.tar.gz" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "e8ad282ab72a4d0acf564d3cb772449c", "sha256": "d382baad5390a1b9457ce574c0a80a9b8d3e18c55fa25c51686776f284473d29" }, "downloads": -1, "filename": "fais-0.0.11-py3-none-any.whl", "has_sig": false, "md5_digest": "e8ad282ab72a4d0acf564d3cb772449c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14419, "upload_time": "2019-05-30T20:59:24", "url": "https://files.pythonhosted.org/packages/c7/7d/0a2d677df38bdf86a05a6a4639e961066890d6fc381ccce0d5a2d4cd6bfa/fais-0.0.11-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "40e8d8b99c2321f1d972d3484827dd4f", "sha256": "ac856cbbfb53d96271df0803dc6a4556e18f448486c456d71f22d0c260e6a7c2" }, "downloads": -1, "filename": "fais-0.0.11.tar.gz", "has_sig": false, "md5_digest": "40e8d8b99c2321f1d972d3484827dd4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11643, "upload_time": "2019-05-30T20:59:26", "url": "https://files.pythonhosted.org/packages/fd/0c/f75d094d840a6bdb4def2d386740f99576438e448c7d679e7dfe5c0ace21/fais-0.0.11.tar.gz" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "e0647d96d18b287103a02af8aecd4900", "sha256": "38fec627c57a382fb059ee4ace569afc656442a6b9b5a871eed23c2671a52787" }, "downloads": -1, "filename": "fais-0.0.12-py3-none-any.whl", "has_sig": false, "md5_digest": "e0647d96d18b287103a02af8aecd4900", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14363, "upload_time": "2019-05-30T21:22:10", "url": "https://files.pythonhosted.org/packages/6d/04/d8ee1284c3fca629b45f72af714ca8e12d812a9696f28e8b2360016541ec/fais-0.0.12-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "27fc6153d7c6389aa162e8bfff4c4518", "sha256": "76688c60e5b5a11bd4111f809ba73dcc0ae9003a6d67e8f4b2bf627e26aa742e" }, "downloads": -1, "filename": "fais-0.0.12.tar.gz", "has_sig": false, "md5_digest": "27fc6153d7c6389aa162e8bfff4c4518", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10803, "upload_time": "2019-05-30T21:22:13", "url": "https://files.pythonhosted.org/packages/bb/20/029e39c8ae515970a6e22f17428ab0f11805484e31b0bd9d5f5ef0052db3/fais-0.0.12.tar.gz" } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "d510509cc05180277281edfebec98fa6", "sha256": "c9bec0374c89e42b1461b3abc7cb1c3c2aba486a6d4789e0312006fc8a80ab4d" }, "downloads": -1, "filename": "fais-0.0.13-py3-none-any.whl", "has_sig": false, "md5_digest": "d510509cc05180277281edfebec98fa6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15180, "upload_time": "2019-06-03T20:09:13", "url": "https://files.pythonhosted.org/packages/5a/2e/3ef4b3151b3aeb38bc87be2a5915218a6d2f39f93b8155c9c899c70af603/fais-0.0.13-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3f18366ed975b45ed8105552bdce382b", "sha256": "96bf6bdd54f46e8ca21f3eb1bba1e0039859b0541929fe74bb1def915c399eba" }, "downloads": -1, "filename": "fais-0.0.13.tar.gz", "has_sig": false, "md5_digest": "3f18366ed975b45ed8105552bdce382b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12348, "upload_time": "2019-06-03T20:09:14", "url": "https://files.pythonhosted.org/packages/26/87/91e4cb57d5eb07df091b2c4c5d767ddebc5e8b8f44c6d8f656d48be74f78/fais-0.0.13.tar.gz" } ], "0.0.14": [ { "comment_text": "", "digests": { "md5": "d7fd81f1ca071b1fb7f0338a87115472", "sha256": "c93e27e06b4fa48b72ceb731b721eb2f624384382503ff751682cb7f92bfe2df" }, "downloads": -1, "filename": "fais-0.0.14-py3-none-any.whl", "has_sig": false, "md5_digest": "d7fd81f1ca071b1fb7f0338a87115472", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15242, "upload_time": "2019-07-18T01:28:48", "url": "https://files.pythonhosted.org/packages/33/e0/8c21e52e801fbd54f2b634c34e0a65fef4871a08fb2ddc28ae4aa97f2bee/fais-0.0.14-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f09c25a8ba97dccdc005df504c96d5d1", "sha256": "ea5faf29867eb08fee74a4f2d33cf97fe783050bc0e58a8b24c70dfef804e2a7" }, "downloads": -1, "filename": "fais-0.0.14.tar.gz", "has_sig": false, "md5_digest": "f09c25a8ba97dccdc005df504c96d5d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11241, "upload_time": "2019-07-18T01:28:49", "url": "https://files.pythonhosted.org/packages/e3/71/426cee40c20410214faea58b71d613e209306170a1b818abaca81613db98/fais-0.0.14.tar.gz" } ], "0.0.15": [ { "comment_text": "", "digests": { "md5": "faa80288843992f07ad61ebc0e7fd833", "sha256": "0bca3fcfa79907ebf9697e2c5b68a6d52c725ebb914215ea4578a1371bfa36d6" }, "downloads": -1, "filename": "fais-0.0.15-py3-none-any.whl", "has_sig": false, "md5_digest": "faa80288843992f07ad61ebc0e7fd833", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15280, "upload_time": "2019-07-23T20:25:24", "url": "https://files.pythonhosted.org/packages/de/77/e3f41e30f5111ad2ca7771b91e688a2913509ab36a8489b8d53903187ff9/fais-0.0.15-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4c998c3b2b1abebf54f1a8334e2e52cc", "sha256": "b2131e0e563f5d6ab89eb5791c5771100b2bb067ff2230acc0eb7dac90d61ddc" }, "downloads": -1, "filename": "fais-0.0.15.tar.gz", "has_sig": false, "md5_digest": "4c998c3b2b1abebf54f1a8334e2e52cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11272, "upload_time": "2019-07-23T20:25:25", "url": "https://files.pythonhosted.org/packages/c9/7b/7f9b3d32531b98061f0896d63c303877224d58138a346f4c363678e40233/fais-0.0.15.tar.gz" } ], "0.0.16": [ { "comment_text": "", "digests": { "md5": "7dcf34cfd999f551ad4349f3fff7b5de", "sha256": "cc3bb9fd73ac9df5be0a4fb5d852e692be5640d5271c01cf3fd121c0c4cca9ba" }, "downloads": -1, "filename": "fais-0.0.16-py3-none-any.whl", "has_sig": false, "md5_digest": "7dcf34cfd999f551ad4349f3fff7b5de", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13936, "upload_time": "2019-09-23T16:11:28", "url": "https://files.pythonhosted.org/packages/bb/41/1459cf2cb0d10cb5c11d1f3942e1772e3057f64348d3b0656eda10cdfa9e/fais-0.0.16-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2937d6d1508f271c19f0e241815f9f2c", "sha256": "9838911c6e84184e92be64c95f2cdfc73eb9ee007184f226563310d4e0e1ee74" }, "downloads": -1, "filename": "fais-0.0.16.tar.gz", "has_sig": false, "md5_digest": "2937d6d1508f271c19f0e241815f9f2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12432, "upload_time": "2019-09-23T16:11:30", "url": "https://files.pythonhosted.org/packages/d1/5c/d80d3f7c308a00b2c9a06d661f3b3bc73f2e97fd8bffef313a5895091530/fais-0.0.16.tar.gz" } ], "0.0.17": [ { "comment_text": "", "digests": { "md5": "bac63aa4b7211654232f71e95493674f", "sha256": "4966f32b8f154d598547d375c6cf959994bb29bc43adf9d4ad8a3d2bf6d2eacb" }, "downloads": -1, "filename": "fais-0.0.17-py3-none-any.whl", "has_sig": false, "md5_digest": "bac63aa4b7211654232f71e95493674f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13905, "upload_time": "2019-09-23T16:29:57", "url": "https://files.pythonhosted.org/packages/f8/4b/b707e5313442c12485577db82202e33d92c3b3c576f644dfc7ee6658b964/fais-0.0.17-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "da3dd8509ecb0fa64978958adf3c247e", "sha256": "56f17cfc05435024b020b31d149b66796790b5d0801ac55d9a1ecae2a8ecbe43" }, "downloads": -1, "filename": "fais-0.0.17.tar.gz", "has_sig": false, "md5_digest": "da3dd8509ecb0fa64978958adf3c247e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11295, "upload_time": "2019-09-23T16:29:59", "url": "https://files.pythonhosted.org/packages/5f/c1/0a70f1243f84eded6159e5f4343353d32c966df2fb8cb88ae5450f57e634/fais-0.0.17.tar.gz" } ], "0.0.18": [ { "comment_text": "", "digests": { "md5": "b6a51cac2e553df6a04d65cfe696c6c9", "sha256": "829eb1f32ab245ea9e7e97e1ede6b236e8a590709af67edf5c67faacaf1aa6aa" }, "downloads": -1, "filename": "fais-0.0.18-py3-none-any.whl", "has_sig": false, "md5_digest": "b6a51cac2e553df6a04d65cfe696c6c9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13940, "upload_time": "2019-09-23T16:56:02", "url": "https://files.pythonhosted.org/packages/85/32/0c16abfce8359151cdf5afc7e4450d9cbbecc7e36e698c6770fb0c42186f/fais-0.0.18-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ad2d663943b07e8887d2b4a9a9dc5bc5", "sha256": "062b8443479b40b3a9d79d17a19e1de6a56785303c251689074a56a7dae1fba5" }, "downloads": -1, "filename": "fais-0.0.18.tar.gz", "has_sig": false, "md5_digest": "ad2d663943b07e8887d2b4a9a9dc5bc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11318, "upload_time": "2019-09-23T16:56:04", "url": "https://files.pythonhosted.org/packages/8d/50/f16eca18aaeb18dcd42672ef728d7205c81738af5eca2fd5805a27199539/fais-0.0.18.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "776bf8c41f51340db92a329d88ad33a7", "sha256": "8f4ef1bc7bc9eb75543e440d0fab5217eea76a3c896d9be8b10f577f88ee275c" }, "downloads": -1, "filename": "fais-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "776bf8c41f51340db92a329d88ad33a7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21715, "upload_time": "2019-04-17T15:07:25", "url": "https://files.pythonhosted.org/packages/c2/c1/9eb6a3c822f5828601150129c4951850e8b31dbee9566811aa4afacd595f/fais-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00d026247349ec438dd866eefb2dc835", "sha256": "10d4f3d79394f80f94e643084007899429e17658f1ccd9cf8c067ce8d9a0d128" }, "downloads": -1, "filename": "fais-0.0.2.tar.gz", "has_sig": false, "md5_digest": "00d026247349ec438dd866eefb2dc835", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10292, "upload_time": "2019-04-17T15:07:30", "url": "https://files.pythonhosted.org/packages/19/1b/f8f8927997c3a28e2785fa186ddfac50abe891e84d6813105dd69f7aa4ef/fais-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "5cea04286092a90e5c8c34bbceeb29e0", "sha256": "08ec916bf555488ef52750238224c0f1060a8f325759218f67d2efcd98732d36" }, "downloads": -1, "filename": "fais-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "5cea04286092a90e5c8c34bbceeb29e0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21698, "upload_time": "2019-04-17T15:17:31", "url": "https://files.pythonhosted.org/packages/82/91/e1440e5fb661d91570c0b65407e9ffc75f977546f81717c9494e876e7f60/fais-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d0d02f809ef1f4ec5542ea16a3bb7eca", "sha256": "8b314fd378e31857b61309c20a418b400bf86ee6da3331e86f9435b2417a8b6a" }, "downloads": -1, "filename": "fais-0.0.3.tar.gz", "has_sig": false, "md5_digest": "d0d02f809ef1f4ec5542ea16a3bb7eca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10256, "upload_time": "2019-04-17T15:17:34", "url": "https://files.pythonhosted.org/packages/7e/0a/bb1f2562671992eb807f22f076ae31789fe0ac98fd707b00677db5c15873/fais-0.0.3.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "7da977a8fc093a10eaf018a1520fa295", "sha256": "b829c60513d79a7d276478ad772af01b275a28cb2e5ed55a845ac16da9468e27" }, "downloads": -1, "filename": "fais-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "7da977a8fc093a10eaf018a1520fa295", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14468, "upload_time": "2019-05-30T18:45:05", "url": "https://files.pythonhosted.org/packages/0e/24/ba6e88dc7be10d01c120259e5ddc7deb824fae0743e24a3f1cbd69800500/fais-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "320e53ca8fd00fc043ce7fd3ad8414ef", "sha256": "5197146fd77122f6f5e2dd8fe17733b07ffd13e8f1f57bd708fe441648ded3c0" }, "downloads": -1, "filename": "fais-0.0.5.tar.gz", "has_sig": false, "md5_digest": "320e53ca8fd00fc043ce7fd3ad8414ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11698, "upload_time": "2019-05-30T18:45:07", "url": "https://files.pythonhosted.org/packages/40/cf/d120a828160c21df33c2dd36c213ac512d4faa879fcb916d88395ab379ed/fais-0.0.5.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "f736647acd3c74b0e96f65224073a9d4", "sha256": "9e3746405024b4f1283f9764d9b8f2ed3f5997c5bd8f04af707c86389c7f9320" }, "downloads": -1, "filename": "fais-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "f736647acd3c74b0e96f65224073a9d4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14400, "upload_time": "2019-05-30T20:37:39", "url": "https://files.pythonhosted.org/packages/16/4d/e505dddc517795ba11d3d009e6bc8cf7b65c6258becb7c5b43281bf962cd/fais-0.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cb2fb1a2af5ced16d00c64fa38a76f6e", "sha256": "2d0301d1c5ff5c0aab0ed9ab2d3cd676a008e2aa7cc669cb03399b7d0bfa2584" }, "downloads": -1, "filename": "fais-0.0.8.tar.gz", "has_sig": false, "md5_digest": "cb2fb1a2af5ced16d00c64fa38a76f6e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11628, "upload_time": "2019-05-30T20:37:40", "url": "https://files.pythonhosted.org/packages/6a/76/753373d2fc9992063d825a273916058c619d735a05f4e29cf4195ab72e14/fais-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "a03dd915b81dc2f8e576b01c384476fd", "sha256": "97d9531191a8c0be483b6aef021fb38a7358d07e3df00dc64961cd544f73a968" }, "downloads": -1, "filename": "fais-0.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "a03dd915b81dc2f8e576b01c384476fd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14406, "upload_time": "2019-05-30T20:51:08", "url": "https://files.pythonhosted.org/packages/63/71/9e498a32c754764ab41af7d4b814948cbc5170439cd3e414449766a7a5b8/fais-0.0.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "95fa2c42d508532c490648d1162ad66a", "sha256": "88a4cca25e95bffe910de08d7b2f6396f53ce998024e3e5dc87050f63ba2cd5f" }, "downloads": -1, "filename": "fais-0.0.9.tar.gz", "has_sig": false, "md5_digest": "95fa2c42d508532c490648d1162ad66a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11635, "upload_time": "2019-05-30T20:51:10", "url": "https://files.pythonhosted.org/packages/2a/3d/43e16a9f0f76024b895aadc92255f2c4417cc57aae58b2ee2b86ccdfa84d/fais-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b6a51cac2e553df6a04d65cfe696c6c9", "sha256": "829eb1f32ab245ea9e7e97e1ede6b236e8a590709af67edf5c67faacaf1aa6aa" }, "downloads": -1, "filename": "fais-0.0.18-py3-none-any.whl", "has_sig": false, "md5_digest": "b6a51cac2e553df6a04d65cfe696c6c9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13940, "upload_time": "2019-09-23T16:56:02", "url": "https://files.pythonhosted.org/packages/85/32/0c16abfce8359151cdf5afc7e4450d9cbbecc7e36e698c6770fb0c42186f/fais-0.0.18-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ad2d663943b07e8887d2b4a9a9dc5bc5", "sha256": "062b8443479b40b3a9d79d17a19e1de6a56785303c251689074a56a7dae1fba5" }, "downloads": -1, "filename": "fais-0.0.18.tar.gz", "has_sig": false, "md5_digest": "ad2d663943b07e8887d2b4a9a9dc5bc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11318, "upload_time": "2019-09-23T16:56:04", "url": "https://files.pythonhosted.org/packages/8d/50/f16eca18aaeb18dcd42672ef728d7205c81738af5eca2fd5805a27199539/fais-0.0.18.tar.gz" } ] }