{ "info": { "author": "ViroCon Team", "author_email": "virocon@uni-bremen.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering" ], "description": "ViroCon: viroconcom\r\n===================\r\n\r\n.. image:: https://travis-ci.org/virocon-organization/viroconcom.svg?branch=master\r\n :target: https://travis-ci.org/virocon-organization/viroconcom\r\n :alt: Build status\r\n\r\n.. image:: https://coveralls.io/repos/github/virocon-organization/viroconcom/badge.svg?branch=master\r\n :target: https://coveralls.io/github/virocon-organization/viroconcom?branch=master\r\n\r\nViroCon is a software to compute environmental contours.\r\n\r\nAbout\r\n-----\r\n\r\nviroconcom is a package belonging to the software ViroCon. The package viroconcom\r\nhandles the statistical computations.\r\n\r\nViroCon helps you to design marine structures, which need to withstand\r\nload combinations based on wave, wind and current. It lets you define\r\nextreme environmental conditions with a given return period using the\r\nenvironmental contour method.\r\n\r\nThe following methods are implemented in viroconcom:\r\n\r\n- Fitting a probabilistic model to measurement data using maximum likelihood estimation\r\n- Defining a probabilistic model with the conditonal modeling approach (CMA)\r\n- Computing an environmental contour using either the\r\n\r\n - inverse first-order reliability method (IFORM),\r\n - inverse second-order reliability method (ISORM) or the\r\n - highest density contour (HDC) method\r\n\r\n\r\nViroCon is written in Python 3.6.4. The software is seperated in two\r\nmain packages, viroconweb and viroconcom. This is the repository of\r\nviroconcom, which is the numerical core. It handles the statistical\r\ncomputations. viroconweb builds on viroconcom and is a web-based\r\napplication with a graphical user interface. It has its own\r\n`repository`_.\r\n\r\nHow to use viroconcom\r\n---------------------\r\nRequirements\r\n~~~~~~~~~~~~\r\nMake sure you have installed Python `3.6.4`_ by typing\r\n\r\n.. code:: console\r\n\r\n python --version\r\n\r\nin your `shell`_.\r\n\r\nConsider using the python version management `pyenv`_.\r\n\r\n\r\nInstall\r\n~~~~~~~\r\nInstall the latest version of viroconcom from PyPI by typing\r\n\r\n.. code:: console\r\n\r\n pip install viroconcom\r\n\r\nin your shell.\r\n\r\nAlternatively, you can install from viroconcom repository\u2019s Master branch\r\nby typing\r\n\r\n.. code:: console\r\n\r\n pip install https://github.com/virocon-organization/viroconcom/archive/master.zip\r\n\r\nin your shell.\r\n\r\nUsage\r\n~~~~~\r\n\r\nviroconcom is designed as an importable package.\r\n\r\nThe documentation gives examples how to `fit a distribution`_ to measurement data\r\nand how to `compute environmental contours`_.\r\n\r\nAdditionally, the folder `examples`_ contains python files that show how one can\r\nimport and use viroconcom.\r\n\r\nAs an example, to run the file `calculate_contours_similar_to_docs.py`_, use\r\nyour shell to navigate to the folder that contains the file. Then make sure\r\nthat you have installed the python package matplotlib or install it by typing\r\n\r\n.. code:: console\r\n\r\n pip install matplotlib\r\n\r\nin your shell.\r\n\r\nNow run the Python file by typing\r\n\r\n.. code:: console\r\n\r\n python calculate_contours_similar_to_docs.py\r\n\r\nin your shell.\r\n\r\nDocumentation\r\n-------------\r\n\r\n**Code.** The code\u2019s documentation can be found `here`_.\r\n\r\n**Paper.** We are currently writing an academic paper describing\r\nViroCon. We will provide a link to it here.\r\n\r\nContributing\r\n------------\r\n\r\nThere are various ways you can contribute. You could\r\n\r\n- improve the code,\r\n- improve the documentation,\r\n- add a feature or\r\n- report a bug or an improvement and leave it to us to implement it.\r\n\r\n**Issue.** If you spotted a bug, have an idea for an improvement or a\r\nnew feature, please open a issue. Please open an issue in both cases: If\r\nyou want to work on in yourself and if you want to leave it to us to\r\nwork on it.\r\n\r\n**Fork.** If you want to work on an issue yourself please fork the\r\nrepository, then develop the feature in your copy of the repository and\r\nfinally file a pull request to merge it into our repository.\r\n\r\n**Conventions.** In our `Contribution Guide`_ we summarize our\r\nconventions, which are consistent with PEP8.\r\n\r\nLicense\r\n-------\r\n\r\nThis software is licensed under the MIT license. For more information,\r\nread the file `LICENSE`_.\r\n\r\n.. _repository: https://github.com/virocon-organization/viroconweb\r\n.. _3.6.4: https://www.python.org/downloads/release/python-364\r\n.. _shell: https://en.wikipedia.org/wiki/Command-line_interface#Modern_usage_as_an_operating_system_shell\r\n.. _pyenv: https://github.com/pyenv/pyenv\r\n.. _www.python.org: https://www.python.org\r\n.. _fit a distribution: https://virocon-organization.github.io/viroconcom/fitting.html\r\n.. _compute environmental contours: https://virocon-organization.github.io/viroconcom/contours.html\r\n.. _examples: https://github.com/virocon-organization/viroconcom/tree/master/examples\r\n.. _calculate_contours_similar_to_docs.py: https://github.com/virocon-organization/viroconcom/blob/master/examples/calculate_contours_similar_to_docs.py\r\n.. _here: https://virocon-organization.github.io/viroconcom/\r\n.. _Contribution Guide: https://virocon-organization.github.io/viroconcom/contributionguide.html\r\n.. _LICENSE: https://github.com/virocon-organization/viroconcom/blob/master/LICENSE\r\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/virocon-organization/viroconcom/archive/1.2.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/virocon-organization/viroconcom", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "viroconcom", "package_url": "https://pypi.org/project/viroconcom/", "platform": "", "project_url": "https://pypi.org/project/viroconcom/", "project_urls": { "Download": "https://github.com/virocon-organization/viroconcom/archive/1.2.0.tar.gz", "Homepage": "https://github.com/virocon-organization/viroconcom" }, "release_url": "https://pypi.org/project/viroconcom/1.2.0/", "requires_dist": null, "requires_python": "", "summary": "ViroCon's numerical core: computes n-dimensional environmental contours", "version": "1.2.0" }, "last_serial": 4586703, "releases": { "1.0.10": [ { "comment_text": "", "digests": { "md5": "19f7f7b24dac104cee07dd372f36e045", "sha256": "f01fe2b431c0d0412cec42bb8f01dec1d33c7430ff23f57dc4a2d3871010d2c6" }, "downloads": -1, "filename": "viroconcom-1.0.10.tar.gz", "has_sig": false, "md5_digest": "19f7f7b24dac104cee07dd372f36e045", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26911, "upload_time": "2018-06-10T16:05:23", "url": "https://files.pythonhosted.org/packages/26/74/6b824c1bd9aef15d702ccde2fe1477b69ff1058a49f37dd35fcd3f5ffc18/viroconcom-1.0.10.tar.gz" } ], "1.0.11": [ { "comment_text": "", "digests": { "md5": "fa93c8a2f12e5fe43c428c3ef61617f2", "sha256": "feac083bf256287466d54cf23430466c2cf6fc2951eca4b5acc43b3fcdb463fc" }, "downloads": -1, "filename": "viroconcom-1.0.11.tar.gz", "has_sig": false, "md5_digest": "fa93c8a2f12e5fe43c428c3ef61617f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26830, "upload_time": "2018-06-10T16:45:48", "url": "https://files.pythonhosted.org/packages/94/98/56ebe4b8a6e70620d4059e64aa061e4fe871b45a8691baff6df4e82c2d3f/viroconcom-1.0.11.tar.gz" } ], "1.0.12": [ { "comment_text": "", "digests": { "md5": "ed6f2c836013f82df9fd6cbdac624d27", "sha256": "a80ab27b6426347fdd580cadb260313fcff08ee33109d1c8ae2b2b9ed5eceb29" }, "downloads": -1, "filename": "viroconcom-1.0.12.tar.gz", "has_sig": false, "md5_digest": "ed6f2c836013f82df9fd6cbdac624d27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26904, "upload_time": "2018-06-10T17:30:30", "url": "https://files.pythonhosted.org/packages/b9/e9/5480bca438ee1c4adb83ef6882709722594db4e32a8041eebee3345f1540/viroconcom-1.0.12.tar.gz" } ], "1.0.15": [ { "comment_text": "", "digests": { "md5": "01613d9bdcbf5c8ad7e3ac9e5fe3eaf1", "sha256": "02c78e8f372e281d667078f80607dd16212e0ef15391e2db904699eea8c37bed" }, "downloads": -1, "filename": "viroconcom-1.0.15.tar.gz", "has_sig": false, "md5_digest": "01613d9bdcbf5c8ad7e3ac9e5fe3eaf1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26774, "upload_time": "2018-06-10T18:31:17", "url": "https://files.pythonhosted.org/packages/fc/c5/e94d8ffeea2d7823ecce022833914e839a5885c554a67ef8baeeff8f112c/viroconcom-1.0.15.tar.gz" } ], "1.0.16": [ { "comment_text": "", "digests": { "md5": "ebdcd6977f5152b7e108b500b8ae6ca3", "sha256": "822457e38d53fc76450fdfc95f21633e2334a8e35a574750b0f8ed3fa1d36edf" }, "downloads": -1, "filename": "viroconcom-1.0.16.tar.gz", "has_sig": false, "md5_digest": "ebdcd6977f5152b7e108b500b8ae6ca3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26772, "upload_time": "2018-06-10T20:51:56", "url": "https://files.pythonhosted.org/packages/87/30/282a02a8d923e2886d0514b0087d3fd0a48423466178f677fb671feb84b8/viroconcom-1.0.16.tar.gz" } ], "1.0.18": [ { "comment_text": "", "digests": { "md5": "f88d9c7063430a898f488e63bcd5f618", "sha256": "d14121de56d28f24eff1f6310c32db930932b7b2ed9b50ccb38e92799685df2a" }, "downloads": -1, "filename": "viroconcom-1.0.18.tar.gz", "has_sig": false, "md5_digest": "f88d9c7063430a898f488e63bcd5f618", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26781, "upload_time": "2018-06-10T21:11:45", "url": "https://files.pythonhosted.org/packages/41/d9/4f42ada162f27a90af3cc7f177fed952936348f8a9d2d59a3543c58a8470/viroconcom-1.0.18.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "5f69229988e27a56e1cf4abb4f49d571", "sha256": "a4720ae1e10319d501bda173afb8722aa62071f8f6f6d5dcba0afecbc04cfaba" }, "downloads": -1, "filename": "viroconcom-1.0.6.tar.gz", "has_sig": false, "md5_digest": "5f69229988e27a56e1cf4abb4f49d571", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26821, "upload_time": "2018-06-08T14:37:22", "url": "https://files.pythonhosted.org/packages/3e/c4/867402b312d96bd7b992e7b528c2f135ccd84289de87e0d053401342df21/viroconcom-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "75891f3b968a0a461f79d35106c5b493", "sha256": "60dbe76e2ab830fcca8d28453021c891d37466c59fd22b8dd5f61945c24fc127" }, "downloads": -1, "filename": "viroconcom-1.0.7.tar.gz", "has_sig": false, "md5_digest": "75891f3b968a0a461f79d35106c5b493", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26921, "upload_time": "2018-06-08T14:57:40", "url": "https://files.pythonhosted.org/packages/04/10/13248356e066285608d7e6d8331ec0bbdb41b0ced719dc685b46f0e447bf/viroconcom-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "e0c7c9d1e30539bdf69e10a460569db9", "sha256": "2dc8cbba9edba9a5e8424adfa417af60848ea245ea9b73023a5fefb3b9a0bc06" }, "downloads": -1, "filename": "viroconcom-1.0.8.tar.gz", "has_sig": false, "md5_digest": "e0c7c9d1e30539bdf69e10a460569db9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26929, "upload_time": "2018-06-08T15:19:17", "url": "https://files.pythonhosted.org/packages/08/12/8d3b48fc3bfc5c8ba078101163065d855a01e9fe7da49be6ac37659bf19e/viroconcom-1.0.8.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "f96bc3cb3b986d2805b72e4682d49362", "sha256": "b376cc1cfd7dd41419176b115f7d11e93bbab1c4a1651db784c2a0e601ff15a4" }, "downloads": -1, "filename": "viroconcom-1.1.2.tar.gz", "has_sig": false, "md5_digest": "f96bc3cb3b986d2805b72e4682d49362", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27411, "upload_time": "2018-07-02T16:35:24", "url": "https://files.pythonhosted.org/packages/b0/a8/5854a1ba97815b937b9c4acb903ada4a405826dd1d61fc0eddf89a1e6802/viroconcom-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "0ab8b8105c48a44a75080c3a5cd089dc", "sha256": "504edc3367d58f45086b28377b3790855d9e6aeb002c09452777c58f67db9b35" }, "downloads": -1, "filename": "viroconcom-1.1.3.tar.gz", "has_sig": false, "md5_digest": "0ab8b8105c48a44a75080c3a5cd089dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28598, "upload_time": "2018-07-13T09:44:44", "url": "https://files.pythonhosted.org/packages/c7/55/70d1dd078950a520aa5205aa1c49c07df0e3d9ee0764958e4306544c270b/viroconcom-1.1.3.tar.gz" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "5fff89995bf966b87931bde060bb3a8d", "sha256": "ec39487d5ca8baeb62ada3a63feff1351d75b689a591e34818d83f334cf6e230" }, "downloads": -1, "filename": "viroconcom-1.1.4.tar.gz", "has_sig": false, "md5_digest": "5fff89995bf966b87931bde060bb3a8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28595, "upload_time": "2018-07-19T14:57:05", "url": "https://files.pythonhosted.org/packages/9d/46/042cf5dc2ad8db7ef1c615cc2b76503278666b00340188895787bde58872/viroconcom-1.1.4.tar.gz" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "86c0f8f6d6a4f76a77bb082325a1f322", "sha256": "715658decca12e7e2584d421c3d65ad3b3b36ca501d3c32be034b0d5ffaab1fe" }, "downloads": -1, "filename": "viroconcom-1.1.5.tar.gz", "has_sig": false, "md5_digest": "86c0f8f6d6a4f76a77bb082325a1f322", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28603, "upload_time": "2018-07-20T17:26:40", "url": "https://files.pythonhosted.org/packages/0b/e6/176ec122d5ffc22b3a88250291933814a5f9c59e456a6581e36c5168f1c7/viroconcom-1.1.5.tar.gz" } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "75bfe41ce367402bda1a80d962646d28", "sha256": "c24d238f16017ef0356305959fc9d99491b32127c526007c0a0601b0a3764c4f" }, "downloads": -1, "filename": "viroconcom-1.1.6.tar.gz", "has_sig": false, "md5_digest": "75bfe41ce367402bda1a80d962646d28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28652, "upload_time": "2018-10-09T16:49:40", "url": "https://files.pythonhosted.org/packages/57/72/63385c65a60728cd9228bc9567d60b65b8f5faa4b9433c0d48c3c94bc6d7/viroconcom-1.1.6.tar.gz" } ], "1.1.7": [ { "comment_text": "", "digests": { "md5": "5cac86edf7ac33e82a26941c8ccbd94d", "sha256": "f3ab8e30f8447a20e917f316dcd95da555940b8e54ef072d166149d30d628783" }, "downloads": -1, "filename": "viroconcom-1.1.7.tar.gz", "has_sig": false, "md5_digest": "5cac86edf7ac33e82a26941c8ccbd94d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28651, "upload_time": "2018-10-10T16:04:32", "url": "https://files.pythonhosted.org/packages/f3/84/9f9c912817aa57690abd4ff5296f767739a6d7040743297d1d4970345183/viroconcom-1.1.7.tar.gz" } ], "1.1.8": [ { "comment_text": "", "digests": { "md5": "c4869a9c698b108c3ed9e2e99eb12d7c", "sha256": "ca29d4fba538ccc5757cebb57007568ea25e7da43255eedc3877cdc590b06710" }, "downloads": -1, "filename": "viroconcom-1.1.8.tar.gz", "has_sig": false, "md5_digest": "c4869a9c698b108c3ed9e2e99eb12d7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28658, "upload_time": "2018-10-16T12:43:21", "url": "https://files.pythonhosted.org/packages/03/f7/68c9670d37fd8d67cbacfeda6db225a438172170293cf8f6f97050426e89/viroconcom-1.1.8.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "d34ca4bbfea0e60af7802fad6fea486b", "sha256": "9bb5956278f3dfcdd90ac6233bb578c937e2585356578e68ed96f4066a04e3cd" }, "downloads": -1, "filename": "viroconcom-1.2.0.tar.gz", "has_sig": false, "md5_digest": "d34ca4bbfea0e60af7802fad6fea486b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28666, "upload_time": "2018-12-11T18:29:41", "url": "https://files.pythonhosted.org/packages/90/26/c0f7b418c6d8c1036d3ee150a114c0df31e5a437365a11a538b4e0ff7128/viroconcom-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d34ca4bbfea0e60af7802fad6fea486b", "sha256": "9bb5956278f3dfcdd90ac6233bb578c937e2585356578e68ed96f4066a04e3cd" }, "downloads": -1, "filename": "viroconcom-1.2.0.tar.gz", "has_sig": false, "md5_digest": "d34ca4bbfea0e60af7802fad6fea486b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28666, "upload_time": "2018-12-11T18:29:41", "url": "https://files.pythonhosted.org/packages/90/26/c0f7b418c6d8c1036d3ee150a114c0df31e5a437365a11a538b4e0ff7128/viroconcom-1.2.0.tar.gz" } ] }