{ "info": { "author": "Andreas Sorge", "author_email": "as@asorge.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4" ], "description": "======\n pydevs\n ======\n \n A Python wrapper of `adevs`_, a C++ library implementing the Discrete Event\n System Specification (DEVS).\n \n .. _adevs: http://web.ornl.gov/~1qn/adevs/\n \n .. image:: https://readthedocs.org/projects/pydevs/badge/?version=latest\n :target: https://readthedocs.org/projects/pydevs/?badge=latest\n :alt: Documentation Status\n \n .. image:: http://img.shields.io/pypi/l/pydevs.svg\n :target: http://pydevs.readthedocs.org/en/latest/license.html\n :alt: License\n \n * **Documentation**: `pydevs.readthedocs.org `_\n * **Repository**: `github.com/andsor/pydevs `_\n * **Read the Docs**: `readthedocs.org/projects/pydevs `_\n \n Requirements and Python 2/3 compatibility\n =========================================\n \n This package runs under **Python 2** and **Python 3**, and has been tested with\n **Python 2.7.6** and **Python 3.4.0**.\n \n License\n =======\n \n See the `LICENSE `_ file.\n \n \n Developing\n ==========\n \n Development environment\n -----------------------\n \n Use `tox`_ to `prepare virtual environments for development`_.\n \n .. _prepare virtual environments for development: http://testrun.org/tox/latest/example/devenv.html\n \n .. _tox: http://tox.testrun.org\n \n To set up a **Python 2.7** environment in ``.devenv27``, run::\n \n $ tox -e devenv27\n \n To set up a **Python 3.4** environment in ``.devenv34``, run::\n \n $ tox -e devenv34\n \n Packaging\n ---------\n \n This package uses `setuptools`_.\n \n .. _setuptools: http://pythonhosted.org/setuptools\n \n Run ::\n \n $ python setup.py sdist\n \n or ::\n \n $ python setup.py bdist\n \n or ::\n \n $ python setup.py bdist_wheel\n \n to build a source, binary or wheel distribution.\n \n \n Complete Git Integration\n ------------------------\n \n Setuptool uses the information of tags to infer the version of your project\n with the help of `versioneer `_.\n \n To use this feature you need to tag with the format ``MAJOR.MINOR[.REVISION]``\n , e.g. ``v0.0.1`` or ``v0.1``.\n The prefix ``v`` is needed!\n \n Run ::\n \n $ python setup.py version\n \n to retrieve the current `PEP440`_-compliant version.\n This version will be used when building a package and is also accessible\n through ``devs.__version__``.\n The version will be ``unknown`` until you have added a first tag.\n \n .. _PEP440: http://www.python.org/dev/peps/pep-0440\n \n Pre-commit hooks\n ................\n \n Unleash the power of Git by using its `pre-commit hooks\n `_.\n \n Run ::\n \n $ pre-commit install\n \n to install the pre-commit hooks.\n \n Sphinx Documentation\n --------------------\n \n Build the documentation with ::\n \n $ python setup.py docs\n \n and run doctests with ::\n \n $ python setup.py doctest\n \n Alternatively, let `tox`_\n `configure the virtual environment and run sphinx `_::\n \n $ tox -e docs\n \n Add further options separated from tox options by a double dash ``--``::\n \n $ tox -e docs -- --help\n \n \n Read the Docs\n .............\n \n `Read the Docs`_ hosts the project at\n https://readthedocs.org/projects/pydevs. \n \n .. _Read the Docs: http://readthedocs.org/\n \n Add `requirements`_ for building the documentation to the\n `requirements-doc.txt `_ file.\n \n .. _requirements: http://pip.readthedocs.org/en/latest/user_guide.html#requirements-files\n \n Continuous documentation building\n ---------------------------------\n \n For continuously building the documentation during development, run::\n \n $ python setup.py autodocs\n \n Unittest & Coverage\n -------------------\n \n Run ::\n \n $ python setup.py test\n \n to run all unittests defined in the subfolder ``tests`` with the help of `tox`_\n and `py.test`_.\n \n .. _py.test: http://pytest.org\n \n The py.test plugin `pytest-cov`_ is used to automatically generate a coverage\n report. \n \n .. _pytest-cov: http://github.com/schlamar/pytest-cov\n \n Continuous testing\n ------------------\n \n For continuous testing in a **Python 2.7** environment, run::\n \n $ python setup.py test --tox-args='-c toxdev.ini -e py27'\n \n For continuous testing in a **Python 3.4** environment, run::\n \n $ python setup.py test --tox-args='-c toxdev.ini -e py34'\n \n \n Requirements Management\n -----------------------\n \n Add `requirements`_ to the `requirements.txt `_ file which\n will be automatically used by ``setup.py``.\n \n Add development `requirements`_ to the `requirements-dev.txt `_ file.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/andsor/pydevs", "keywords": null, "license": "apache", "maintainer": null, "maintainer_email": null, "name": "devs", "package_url": "https://pypi.org/project/devs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/devs/", "project_urls": { "Homepage": "http://github.com/andsor/pydevs" }, "release_url": "https://pypi.org/project/devs/0.1.8/", "requires_dist": null, "requires_python": null, "summary": "A Python wrapper of adevs, a C++ library implementing the Discrete Event System Specification (DEVS)", "version": "0.1.8" }, "last_serial": 1316714, "releases": { "0.1.8": [ { "comment_text": "", "digests": { "md5": "d21eca85cd66e2687a65f675927ec8e7", "sha256": "f1a8ae250c3c3a423c92da34d35cea93ab69cd931c3b670ba07dabb44975b5ab" }, "downloads": -1, "filename": "devs-0.1.8.tar.gz", "has_sig": false, "md5_digest": "d21eca85cd66e2687a65f675927ec8e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117823, "upload_time": "2014-11-22T00:45:08", "url": "https://files.pythonhosted.org/packages/e7/aa/9dd11d0f5cc95d713ef699f1cf1ed47617b59d58e9800b7531cae32dfdf0/devs-0.1.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d21eca85cd66e2687a65f675927ec8e7", "sha256": "f1a8ae250c3c3a423c92da34d35cea93ab69cd931c3b670ba07dabb44975b5ab" }, "downloads": -1, "filename": "devs-0.1.8.tar.gz", "has_sig": false, "md5_digest": "d21eca85cd66e2687a65f675927ec8e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117823, "upload_time": "2014-11-22T00:45:08", "url": "https://files.pythonhosted.org/packages/e7/aa/9dd11d0f5cc95d713ef699f1cf1ed47617b59d58e9800b7531cae32dfdf0/devs-0.1.8.tar.gz" } ] }