{ "info": { "author": "Diamantis Sellis", "author_email": "sellisd@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Science/Research", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering" ], "description": "storystructure\n==============\n\nA Python package to explore the structure of branching stories.\n`Documentation `\n\nRequirements\n------------\n\nThe module has been developed with python 3.6.6 and the following modules. Other\nversions might work also but have not been tested:\n\n* ``pathlib2 v.2.2.0``\n* ``pandas v.0.19.2``\n* ``numpy v.1.11.3``\n\nInstallation\n------------\n\n.. code-block:: bash\n\n pip install storystructure\n\nExample usage\n-------------\n\nTo use the package two input data files are necessary:\n\n* An *edgelist* file with columns ``source`` and ``target``\n* A *node attributes* file with columns ``node`` and ``attribute``. The attribute column must be on of the following values ``good``, ``bad``, ``pause``.\n\n.. code-block:: python\n\n from storystructure.storystructure import storystructure\n # create a new object\n s = storystructure.storystructure()\n # load an edgelist and node attributes\n s.loadStory(edges='edgelist.csv',\n nodes='nodeAttributes.csv')\n s.saveFig('graph'.png') # Make figure\n s.simplify() # Removing self loops and double edges\n s.makeGraph()\n s.savePathStats('allPaths.dat')\n\nAn more detailed example is included in the jupyter notebook ``scripts/Tutorial.ipybn``", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sellisd/storystructure", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "storystructure", "package_url": "https://pypi.org/project/storystructure/", "platform": "", "project_url": "https://pypi.org/project/storystructure/", "project_urls": { "Homepage": "https://github.com/sellisd/storystructure" }, "release_url": "https://pypi.org/project/storystructure/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "Tools for analysing the structure of branching stories", "version": "1.0.2" }, "last_serial": 5080906, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "d014fca5f825717ed29459a6b470e2a0", "sha256": "b6d3d0c14b509d6192252864a88b6124034ca198ccf8b26aa5f60e0dc12e55cb" }, "downloads": -1, "filename": "storystructure-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d014fca5f825717ed29459a6b470e2a0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5702, "upload_time": "2019-03-13T07:15:20", "url": "https://files.pythonhosted.org/packages/83/0c/2ccd5384137dd7ae8aae5c013781bef38500219cff32b012eccba3fc2273/storystructure-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "694ae65a828ed315d84bd2a3b8a4d0e9", "sha256": "86cd490f8c543f20814f02a8085e02f26ed83be41d342c770bab0cb11c4aa447" }, "downloads": -1, "filename": "storystructure-1.0.0.tar.gz", "has_sig": false, "md5_digest": "694ae65a828ed315d84bd2a3b8a4d0e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4358, "upload_time": "2019-03-13T07:15:22", "url": "https://files.pythonhosted.org/packages/10/ea/f02500cea9e76ac2105353fd60a59405900b715dc24b608f642ea6d8ed68/storystructure-1.0.0.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "2c9773372650238c9f056478491ab1cc", "sha256": "6fdb0cb21108aad1655eec5da93006b76fb424eccb1a00436992a614e9bbe363" }, "downloads": -1, "filename": "storystructure-1.0.2.tar.gz", "has_sig": false, "md5_digest": "2c9773372650238c9f056478491ab1cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 172311, "upload_time": "2019-04-02T21:03:22", "url": "https://files.pythonhosted.org/packages/3b/42/4e4c38ebc92ccc9e46fd12f43c9aa73251987c868b34c254b218acdb23f6/storystructure-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2c9773372650238c9f056478491ab1cc", "sha256": "6fdb0cb21108aad1655eec5da93006b76fb424eccb1a00436992a614e9bbe363" }, "downloads": -1, "filename": "storystructure-1.0.2.tar.gz", "has_sig": false, "md5_digest": "2c9773372650238c9f056478491ab1cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 172311, "upload_time": "2019-04-02T21:03:22", "url": "https://files.pythonhosted.org/packages/3b/42/4e4c38ebc92ccc9e46fd12f43c9aa73251987c868b34c254b218acdb23f6/storystructure-1.0.2.tar.gz" } ] }