{ "info": { "author": "Robert Wiewel", "author_email": "dev@ducktec.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Topic :: Software Development" ], "description": "# PyDTNsim\n\n## Introduction\n\nThis python module contains a simulation environment that allows the simulation of arbitrary Delay Tolerant Networking (DTN) scenarios on a packet (DTN terminology: bundle) level. *PyDTNsim* provides users with the ability to evaluate the performance of various routing approaches and to detect possibly occurring overload situations. Currently, the focus lies on deterministic Contact-Graph-based routing approaches, but there might be other\napproaches available in the future. The clear modularization allows users to easily implement routing approaches on their own.\n\n## More Information\nPlease refer to the Github repository for a more detailed overview of the module and tutorials on how to get started.\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/ducktec/pydtnsim", "keywords": "delay-tolerant-networking,routing,simulation,dtn,cgr", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pydtnsim", "package_url": "https://pypi.org/project/pydtnsim/", "platform": "", "project_url": "https://pypi.org/project/pydtnsim/", "project_urls": { "Bug Tracker": "https://github.com/ducktec/pydtnsim/issues", "Homepage": "https://github.com/ducktec/pydtnsim", "Source Code": "https://github.com/ducktec/pydtnsim" }, "release_url": "https://pypi.org/project/pydtnsim/0.1.0/", "requires_dist": [ "networkx (<3.0,>=2.0)", "tqdm (<5.0,>=4.0)", "jsonschema (<3.0,>=2.0)", "pytest (<4.0,>=3.0) ; extra == 'dev'", "Sphinx (<2.0,>=1.0) ; extra == 'dev'", "sphinx-rtd-theme (==0.4.2) ; extra == 'dev'", "pylint (<3.0,>=2.0) ; extra == 'dev'", "pydocstyle (<3.0,>2.0) ; extra == 'dev'", "termcolor (<2.0,>=1.0) ; extra == 'dev'" ], "requires_python": ">=3.7.0", "summary": "A discrete event simulation library for DTN", "version": "0.1.0" }, "last_serial": 4586000, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "eca78ca835d26452ffaa5a98be531000", "sha256": "6204a4f395daa17696d1022631401eaa2967a1a01f6af28d8aa12e8ee969ff66" }, "downloads": -1, "filename": "pydtnsim-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "eca78ca835d26452ffaa5a98be531000", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7.0", "size": 60224, "upload_time": "2018-12-11T16:01:45", "url": "https://files.pythonhosted.org/packages/03/91/949ed1c9ba1ab5811bd4933b008dbaabe074159e4e4546ad14d90711ecfb/pydtnsim-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "428bb928cd9c0857e3cc5ad259139325", "sha256": "2984ba6fe4e935c4692dc7e59f301edc057b76dbe28de63e02ef120e7c827582" }, "downloads": -1, "filename": "pydtnsim-0.1.0.tar.gz", "has_sig": false, "md5_digest": "428bb928cd9c0857e3cc5ad259139325", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7.0", "size": 43674, "upload_time": "2018-12-11T16:01:48", "url": "https://files.pythonhosted.org/packages/6e/9b/70536e0b1a6455cadf061fb5c49927bc8c6f2a0fb240bbc7fb7c34f23b3b/pydtnsim-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eca78ca835d26452ffaa5a98be531000", "sha256": "6204a4f395daa17696d1022631401eaa2967a1a01f6af28d8aa12e8ee969ff66" }, "downloads": -1, "filename": "pydtnsim-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "eca78ca835d26452ffaa5a98be531000", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7.0", "size": 60224, "upload_time": "2018-12-11T16:01:45", "url": "https://files.pythonhosted.org/packages/03/91/949ed1c9ba1ab5811bd4933b008dbaabe074159e4e4546ad14d90711ecfb/pydtnsim-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "428bb928cd9c0857e3cc5ad259139325", "sha256": "2984ba6fe4e935c4692dc7e59f301edc057b76dbe28de63e02ef120e7c827582" }, "downloads": -1, "filename": "pydtnsim-0.1.0.tar.gz", "has_sig": false, "md5_digest": "428bb928cd9c0857e3cc5ad259139325", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7.0", "size": 43674, "upload_time": "2018-12-11T16:01:48", "url": "https://files.pythonhosted.org/packages/6e/9b/70536e0b1a6455cadf061fb5c49927bc8c6f2a0fb240bbc7fb7c34f23b3b/pydtnsim-0.1.0.tar.gz" } ] }