{ "info": { "author": "Sahand Hosseini", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# pyBlang\n\n## Introduction\n\nThis package is an interface to Blang, (link)\n\n\n## Installation\n\n\n## Quick Guide\n\nThe package works by calling the Blang command line interface (CLI), for the time being, the blangSDK should be installed separately with the CLI setup properly via the instructions found here: \n\nThat's the only requirement for the package to function.\n\n\n### Installation\n\n\n\n### Setting up a model\n\n```python\nimport pyBlang as pb\n\nmodel = pb.Model(name = modelName, project_path = projPath, post_process = 'NoPostProcessor')\n```\n\nThe code above instantiates a model object, and the arguments listed are the only required arguments.\n\n- `name`: name of the model within the .bl file.\n- `project_path`: the path to the Blang project directory.\n- `post_process`: `NoPostProcessor` by default, but can be set to `DefaultPostProcessor`.\n\n### Running the model\nOnce a Model object has been set up, \n\n", "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": "pyBlang", "package_url": "https://pypi.org/project/pyBlang/", "platform": "", "project_url": "https://pypi.org/project/pyBlang/", "project_urls": null, "release_url": "https://pypi.org/project/pyBlang/0.1.1/", "requires_dist": [ "matplotlib", "seaborn", "pandas", "numpy" ], "requires_python": "", "summary": "A python package to run Blang CLI commands and streamline usage through python.", "version": "0.1.1" }, "last_serial": 5668089, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "7c4dd51528a0aff275c73eaffccb0791", "sha256": "856e1451e28f1432e665b9658e4b25c7bc4d299230c4f5b24e806b69d8964dd5" }, "downloads": -1, "filename": "pyBlang-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7c4dd51528a0aff275c73eaffccb0791", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9075, "upload_time": "2019-08-12T18:39:42", "url": "https://files.pythonhosted.org/packages/5f/44/0550443769421f37761df530b0a3a0a0f720c45d2ad572d9fb25df6abb62/pyBlang-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fe133c07f2300ae658efae5dded3ffa6", "sha256": "f517089499cee5fd8eb8b0150ad9eb230c4f4921027c5ae89f538a5640c27979" }, "downloads": -1, "filename": "pyBlang-0.1.1.tar.gz", "has_sig": false, "md5_digest": "fe133c07f2300ae658efae5dded3ffa6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5525, "upload_time": "2019-08-12T18:39:44", "url": "https://files.pythonhosted.org/packages/b8/a8/b0bd75e17adce709f55540f1922aa1f1e0d85f479e7627d28ea130a5b80c/pyBlang-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7c4dd51528a0aff275c73eaffccb0791", "sha256": "856e1451e28f1432e665b9658e4b25c7bc4d299230c4f5b24e806b69d8964dd5" }, "downloads": -1, "filename": "pyBlang-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7c4dd51528a0aff275c73eaffccb0791", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9075, "upload_time": "2019-08-12T18:39:42", "url": "https://files.pythonhosted.org/packages/5f/44/0550443769421f37761df530b0a3a0a0f720c45d2ad572d9fb25df6abb62/pyBlang-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fe133c07f2300ae658efae5dded3ffa6", "sha256": "f517089499cee5fd8eb8b0150ad9eb230c4f4921027c5ae89f538a5640c27979" }, "downloads": -1, "filename": "pyBlang-0.1.1.tar.gz", "has_sig": false, "md5_digest": "fe133c07f2300ae658efae5dded3ffa6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5525, "upload_time": "2019-08-12T18:39:44", "url": "https://files.pythonhosted.org/packages/b8/a8/b0bd75e17adce709f55540f1922aa1f1e0d85f479e7627d28ea130a5b80c/pyBlang-0.1.1.tar.gz" } ] }