{ "info": { "author": "Mirko M\u00e4licke, Alexander Sternagel", "author_email": "mirko.maelicke@kit.edu", "bugtrack_url": null, "classifiers": [], "description": "# LAST-model\n\n## older MATLAB & Python version\n\nThe version used in the publication XXX, written in MATLAB, as well as its port to Python\nare currently kept in the example folder for reference. This Model is under heavy development\nand will substantially change in the future. The older code will, however, be kept, but \nmaybe moved to another location. This will be stated here, in case you have been redirected here\nfrom the aforementioned publication.\n\n## LAST\n\n### Install\n\nYou can install LAST using pip:\n\n```bash\npip install last_model\n```\n\nA more recent (and maybe more unstable) version might be available on Github.\n\n```bash\ngit clone https://github.com/KIT-HYD/last_model.git\ncd last_model\npip install -r requirements.txt\npython setup.py install\n```\n\nUsing pip is the recommended way.\n\n## Using LAST\n\nWe will prepare a documentation soon. The Last model can be instantiated \nusing the `Last` class and executed using the `Last.run` method. \nModel setup and model parameters are specified in a JSON file. A sample \ntest file is supplied with `last_model`.\n\n```python\nfrom last_model import Last\n\nlast = Last()\nlast.run()\n```\n\n## Notes:\n\n* Last is slow at the moment. We are working on an improved performance\n* Last is undocumented. This will be changed.\n* Last is untested. We will provide unit tests with a future release\n* Last is pre-alpha. Interfaces and internal workflow will change substantially.\n* Last is not verbose, but it will learn speaking in a future release", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "last-model", "package_url": "https://pypi.org/project/last-model/", "platform": "", "project_url": "https://pypi.org/project/last-model/", "project_urls": null, "release_url": "https://pypi.org/project/last-model/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "LAST model Python implementation", "version": "0.1.1" }, "last_serial": 5878945, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "24bd8a16e925e4f9da0020daee16a748", "sha256": "78d83a7162d13f097ecab2f8c9434f8aca8312face6f36586a7bd75c8c359f4a" }, "downloads": -1, "filename": "last_model-0.1.0.tar.gz", "has_sig": false, "md5_digest": "24bd8a16e925e4f9da0020daee16a748", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1204, "upload_time": "2019-08-30T10:22:50", "url": "https://files.pythonhosted.org/packages/1c/98/a82335dd0f9ae41c5c7a1300936e563b1f4b2fe8fd435fef03c979772705/last_model-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "24bfee7837752adb46841df082ed0463", "sha256": "9179590686f3721ede8b2a3c474f0062740344c7149dad02f8cc1084c58709b2" }, "downloads": -1, "filename": "last_model-0.1.1.tar.gz", "has_sig": false, "md5_digest": "24bfee7837752adb46841df082ed0463", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19106, "upload_time": "2019-09-24T10:43:20", "url": "https://files.pythonhosted.org/packages/d0/66/5fb5cdf718211de29c40b0eb14f2de3597e5b4a99d2979d9e9e59a7ebf04/last_model-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "24bfee7837752adb46841df082ed0463", "sha256": "9179590686f3721ede8b2a3c474f0062740344c7149dad02f8cc1084c58709b2" }, "downloads": -1, "filename": "last_model-0.1.1.tar.gz", "has_sig": false, "md5_digest": "24bfee7837752adb46841df082ed0463", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19106, "upload_time": "2019-09-24T10:43:20", "url": "https://files.pythonhosted.org/packages/d0/66/5fb5cdf718211de29c40b0eb14f2de3597e5b4a99d2979d9e9e59a7ebf04/last_model-0.1.1.tar.gz" } ] }