diff --git a/.flake8 b/.flake8 deleted file mode 100644 index de5ca450..00000000 --- a/.flake8 +++ /dev/null @@ -1,7 +0,0 @@ -[flake8] -ignore = E501, W503 -max-line-length = 79 -max-complexity = 18 -select = B,C,E,F,W,T4,B9,N -exclude = -**/migrations/** diff --git a/.github/workflows/pyDataPipeline.yaml b/.github/workflows/pyDataPipeline.yaml index b3765ce1..534b8066 100644 --- a/.github/workflows/pyDataPipeline.yaml +++ b/.github/workflows/pyDataPipeline.yaml @@ -7,7 +7,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, macos-latest] #, windows-latest] - python: ["3.7", "3.9"] + python: ["3.7","3.8", "3.9"] env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} steps: @@ -25,33 +25,24 @@ jobs: fi - name: Install local registry run: curl -fsSL https://data.scrc.uk/static/localregistry.sh | /bin/bash -s -- -b main - - name: Checkout FAIRDataPipeline/FAIR-CLI - uses: actions/checkout@v2 - with: - repository: FAIRDataPipeline/FAIR-CLI - path: FAIR-CLI - - name: Move FAIR-CLI - run: mv FAIR-CLI ../FAIR-CLI + - name: Install Required + run: brew install memcached + if: matrix.os == 'macos-latest' - name: Install Poetry uses: snok/install-poetry@v1 with: virtualenvs-create: true virtualenvs-in-project: true - - name: Install and initialise FAIR CLI + - name: Run Tests run: | - cd ../FAIR-CLI poetry install source .venv/bin/activate - cd ${{ github.workspace }} fair init --ci fair registry start - pip3 install . - pip3 install pytest - pip3 install coverage - coverage run --source=org.fairdatapipeline.api -m pytest - coverage xml - fair pull src/org/fairdatapipeline/simpleModel/ext/SEIRSconfig.yaml - fair run src/org/fairdatapipeline/simpleModel/ext/SEIRSconfig.yaml + fair pull simpleModel/ext/SEIRSconfig.yaml + fair run simpleModel/ext/SEIRSconfig.yaml + + python3 -m poetry run pytest --cov=fairdatapipeline.api --cov-report=xml --cov-report=term -s tests/ - uses: codecov/codecov-action@v2 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.gitignore b/.gitignore index b58ace39..380f8a1e 100644 --- a/.gitignore +++ b/.gitignore @@ -139,7 +139,13 @@ test.yaml .fair/ tmp/ -src/tests/ext/coderuns.txt +tests/ext/coderuns.txt data_store -src/org/fairdatapipeline/simpleModel/ext/test.py +fairdatapipeline/simpleModel/ext/test.py + +# Sphinx documentation +doc/_build/ + +# Poetry Lock +poetry.lock diff --git a/.isort.cfg b/.isort.cfg deleted file mode 100644 index e64e0db4..00000000 --- a/.isort.cfg +++ /dev/null @@ -1,8 +0,0 @@ -[settings] -profile= black -multi_line_output = 3 -include_trailing_comma = True -force_grid_wrap = 0 -use_parentheses = True -ensure_newline_before_comments = True -line_length = 79 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 704a89a7..91abd0e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: - repo: https://github.com/pycqa/isort rev: 5.6.4 hooks: - - id: isort + - id: isort args: ["--profile", "black", "--filter-files"] - repo: https://github.com/awslabs/cfn-python-lint rev: v0.54.1 # The version of cfn-lint to use @@ -37,4 +37,11 @@ repos: - repo: https://github.com/asottile/pyupgrade rev: v2.25.0 hooks: - - id: pyupgrade + - id: pyupgrade +- repo: https://github.com/pre-commit/mirrors-mypy + rev: v0.790 + hooks: + - id: mypy + exclude: ^doc + args: ["--ignore-missing-imports", "--disallow-untyped-defs", "--disallow-untyped-calls", "."] + pass_filenames: false diff --git a/.zenodo.json b/.zenodo.json index 379ae682..a65d13c9 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -12,6 +12,20 @@ "affiliation": "The University of Sheffield", "name": "Reddyhoff, Dennis", "orcid": "0000-0002-4971-2346" + }, + { + "affiliation": "The University of Sheffield", + "name": "Turner, Robert" + }, + { + "affiliation": "United Kingdom Atomic Energy Authority", + "name": "Viola, Bruno", + "orcid": "0000-0001-5406-5860" + }, + { + "affiliation": "United Kingdom Atomic Energy Authority", + "name": "Zarebski, Kristian", + "orcid": "0000-0002-6773-1049" } ], "access_right": "open", diff --git a/doc/_build/doctrees/api/index.doctree b/doc/_build/doctrees/api/index.doctree deleted file mode 100644 index b19cb72e..00000000 Binary files a/doc/_build/doctrees/api/index.doctree and /dev/null differ diff --git a/doc/_build/doctrees/environment.pickle b/doc/_build/doctrees/environment.pickle deleted file mode 100644 index ad0f74ed..00000000 Binary files a/doc/_build/doctrees/environment.pickle and /dev/null differ diff --git a/doc/_build/doctrees/examples/SEIRS.doctree b/doc/_build/doctrees/examples/SEIRS.doctree deleted file mode 100644 index 6ce79a12..00000000 Binary files a/doc/_build/doctrees/examples/SEIRS.doctree and /dev/null differ diff --git a/doc/_build/doctrees/index.doctree b/doc/_build/doctrees/index.doctree deleted file mode 100644 index 46f61257..00000000 Binary files a/doc/_build/doctrees/index.doctree and /dev/null differ diff --git a/doc/_build/doctrees/installation.doctree b/doc/_build/doctrees/installation.doctree deleted file mode 100644 index 2cce8ecc..00000000 Binary files a/doc/_build/doctrees/installation.doctree and /dev/null differ diff --git a/doc/_build/doctrees/simpleModel/index.doctree b/doc/_build/doctrees/simpleModel/index.doctree deleted file mode 100644 index b6db7493..00000000 Binary files a/doc/_build/doctrees/simpleModel/index.doctree and /dev/null differ diff --git a/doc/_build/html/.buildinfo b/doc/_build/html/.buildinfo deleted file mode 100644 index 4a0a3384..00000000 --- a/doc/_build/html/.buildinfo +++ /dev/null @@ -1,4 +0,0 @@ -# Sphinx build info version 1 -# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 5291d7c9a3e6f905ddba552e7bfa1923 -tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/doc/_build/html/.nojekyll b/doc/_build/html/.nojekyll deleted file mode 100644 index e69de29b..00000000 diff --git a/doc/_build/html/_images/SEIRS_PR.jpeg b/doc/_build/html/_images/SEIRS_PR.jpeg deleted file mode 100644 index 5eedbeff..00000000 Binary files a/doc/_build/html/_images/SEIRS_PR.jpeg and /dev/null differ diff --git a/doc/_build/html/_images/SEIRS_figure.png b/doc/_build/html/_images/SEIRS_figure.png deleted file mode 100644 index c1aef2a3..00000000 Binary files a/doc/_build/html/_images/SEIRS_figure.png and /dev/null differ diff --git a/doc/_build/html/_sources/api/index.rst.txt b/doc/_build/html/_sources/api/index.rst.txt deleted file mode 100644 index ae0dca8d..00000000 --- a/doc/_build/html/_sources/api/index.rst.txt +++ /dev/null @@ -1,5 +0,0 @@ -org.fairdatapipeline.api -======================== - -.. automodule:: org.fairdatapipeline.api - :members: diff --git a/doc/_build/html/_sources/examples/SEIRS.rst.txt b/doc/_build/html/_sources/examples/SEIRS.rst.txt deleted file mode 100644 index 93e24c88..00000000 --- a/doc/_build/html/_sources/examples/SEIRS.rst.txt +++ /dev/null @@ -1,94 +0,0 @@ -SEIS Model example -================== - -.. toctree:: - :maxdepth: 2 - :caption: Contents: - -The following example illustrates how to run the `SEIRS Model `_ using the Fair Data Pipeline with the :code:`pyDataPipeline` package. - -config.yaml ------------ -The user should supply a config.yaml file describing a code run with the following inputs: -:: - - SEIRS_model/parameters - -and the following outputs: -:: - - SEIRS_model/results/model_output - SEIRS_model/results/figure - -an example config is provided within the pyDataPipeline package located in :code:`src/org/simpleModel/ext/SEIRSconfig.yaml` -and contains the following: - -.. literalinclude:: /../src/org/fairdatapipeline/simpleModel/ext/SEIRSconfig.yaml - :linenos: - :language: yaml - -The script specified in :code:`run_metadata` will be called by :code:`fair run` - -fair pull ---------- - -Using the CLI tool, the command :code:`fair pull` will indetify any data products listed in the :code:`register` field of the config.yaml file and -download them to the local data store as set by :code:`fair init` and register the corresonding metadata to the local registry. - -The following commands should be run after activating a poetry shell from the CLI tool: -:: - - fair init --ci - fair pull scr/org/fairdatapipeline/simpleModel/ext/SEIRSconfig.yaml - -The :code:`--ci` flag can be used to use temporary directories. If using this flag the above code should be run from the :code:`local_repo` directory - -Once the :code:`fair pull` command has been run the following data product should now be stored in the local registry - -#. :code:`SEIRS_model/parameters` - -fair run --------- - -In order to run the script specified in :code:`run_metadata['script']` field of the config.yaml the command :code:`fair run` from the CLI Tools should be used, -Once again if the :code:`--ci` flag was used with the :code:`fair init` command then this must be from the :code:`local_repo` directory. -This should also only be run after activating a poetry shell from the command line and installing the :code:`pyDataPipeline` package within the poetry virtual environment -following the `Installation <../installation.html>`_ instructions. -:: - - fair run src/org/fairdatapipeline/simpleModel/ext/SEIRSconfig.yaml - - -This will call :code:`fair run` which will produce a code run and the appropriate output using the script provided in the :code:`run_metadata` field of the config.yaml file. - -The following code will be executed when using the :code:`src/org/fairdatapipeline/simpleModel/ext/SEIRSconfig,yaml` config file, -which is located in the :code:`src/org/fairdatapipeline/simpleModel/ext/SEIRSModelRun.py` Python script - -.. literalinclude:: /../src/org/fairdatapipeline/simpleModel/ext/SEIRSModelRun.py - :linenos: - :language: python - -Output ------- - -This code run should produce the following figure in the local data store, -this will be a tempory directory if the :code:`--ci` flag was used with :code:`fair init` - -.. image:: SEIRS_figure.png - -As well as the above figure a CSV file from the model output which will also be located within the local data store -an example of the CSV file is printed below: - -.. rst-class:: table-limit - -.. csv-table:: Output - :file: SEIRS_output.csv - :header-rows: 1 - :align: left - -Provenance Report ------------------ - -The following is the Provenance Report produced by the FAIR Data Pipeline Registry as a result of the above code run: - -.. image:: SEIRS_PR.jpeg diff --git a/doc/_build/html/_sources/index.rst.txt b/doc/_build/html/_sources/index.rst.txt deleted file mode 100644 index 20583782..00000000 --- a/doc/_build/html/_sources/index.rst.txt +++ /dev/null @@ -1,16 +0,0 @@ -.. pyDataPipeline documentation master file, created by - sphinx-quickstart on Tue Sep 28 12:13:33 2021. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -Welcome to pyDataPipeline's documentation! -========================================== - -.. toctree:: - :maxdepth: 3 - :caption: Contents: - - installation.rst - examples/SEIRS.rst - api/index.rst - simpleModel/index.rst diff --git a/doc/_build/html/_sources/installation.rst.txt b/doc/_build/html/_sources/installation.rst.txt deleted file mode 100644 index 3bf5e888..00000000 --- a/doc/_build/html/_sources/installation.rst.txt +++ /dev/null @@ -1,13 +0,0 @@ -Installation -============ - -To install the pyDataPipeline package the following commands should be run from the command line -:: - - git clone https://github.com/FAIRDataPipeline/pythonFDP.git - - git checkout dev - - pip3 install . - -**N.B. The pyDataPipeline Package requires Python 3** diff --git a/doc/_build/html/_sources/simpleModel/index.rst.txt b/doc/_build/html/_sources/simpleModel/index.rst.txt deleted file mode 100644 index a14bba57..00000000 --- a/doc/_build/html/_sources/simpleModel/index.rst.txt +++ /dev/null @@ -1,5 +0,0 @@ -org.fairdatapipeline.simpleModel -================================ - -.. automodule:: org.fairdatapipeline.simpleModel - :members: diff --git a/doc/_build/html/_static/basic.css b/doc/_build/html/_static/basic.css deleted file mode 100644 index 3c7c5078..00000000 --- a/doc/_build/html/_static/basic.css +++ /dev/null @@ -1,904 +0,0 @@ -/* - * basic.css - * ~~~~~~~~~ - * - * Sphinx stylesheet -- basic theme. - * - * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * - */ - -/* -- main layout ----------------------------------------------------------- */ - -div.clearer { - clear: both; -} - -div.section::after { - display: block; - content: ''; - clear: left; -} - -/* -- relbar ---------------------------------------------------------------- */ - -div.related { - width: 100%; - font-size: 90%; -} - -div.related h3 { - display: none; -} - -div.related ul { - margin: 0; - padding: 0 0 0 10px; - list-style: none; -} - -div.related li { - display: inline; -} - -div.related li.right { - float: right; - margin-right: 5px; -} - -/* -- sidebar --------------------------------------------------------------- */ - -div.sphinxsidebarwrapper { - padding: 10px 5px 0 10px; -} - -div.sphinxsidebar { - float: left; - width: 230px; - margin-left: -100%; - font-size: 90%; - word-wrap: break-word; - overflow-wrap : break-word; -} - -div.sphinxsidebar ul { - list-style: none; -} - -div.sphinxsidebar ul ul, -div.sphinxsidebar ul.want-points { - margin-left: 20px; - list-style: square; -} - -div.sphinxsidebar ul ul { - margin-top: 0; - margin-bottom: 0; -} - -div.sphinxsidebar form { - margin-top: 10px; -} - -div.sphinxsidebar input { - border: 1px solid #98dbcc; - font-family: sans-serif; - font-size: 1em; -} - -div.sphinxsidebar #searchbox form.search { - overflow: hidden; -} - -div.sphinxsidebar #searchbox input[type="text"] { - float: left; - width: 80%; - padding: 0.25em; - box-sizing: border-box; -} - -div.sphinxsidebar #searchbox input[type="submit"] { - float: left; - width: 20%; - border-left: none; - padding: 0.25em; - box-sizing: border-box; -} - - -img { - border: 0; - max-width: 100%; -} - -/* -- search page ----------------------------------------------------------- */ - -ul.search { - margin: 10px 0 0 20px; - padding: 0; -} - -ul.search li { - padding: 5px 0 5px 20px; - background-image: url(file.png); - background-repeat: no-repeat; - background-position: 0 7px; -} - -ul.search li a { - font-weight: bold; -} - -ul.search li p.context { - color: #888; - margin: 2px 0 0 30px; - text-align: left; -} - -ul.keywordmatches li.goodmatch a { - font-weight: bold; -} - -/* -- index page ------------------------------------------------------------ */ - -table.contentstable { - width: 90%; - margin-left: auto; - margin-right: auto; -} - -table.contentstable p.biglink { - line-height: 150%; -} - -a.biglink { - font-size: 1.3em; -} - -span.linkdescr { - font-style: italic; - padding-top: 5px; - font-size: 90%; -} - -/* -- general index --------------------------------------------------------- */ - -table.indextable { - width: 100%; -} - -table.indextable td { - text-align: left; - vertical-align: top; -} - -table.indextable ul { - margin-top: 0; - margin-bottom: 0; - list-style-type: none; -} - -table.indextable > tbody > tr > td > ul { - padding-left: 0em; -} - -table.indextable tr.pcap { - height: 10px; -} - -table.indextable tr.cap { - margin-top: 10px; - background-color: #f2f2f2; -} - -img.toggler { - margin-right: 3px; - margin-top: 3px; - cursor: pointer; -} - -div.modindex-jumpbox { - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; - margin: 1em 0 1em 0; - padding: 0.4em; -} - -div.genindex-jumpbox { - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; - margin: 1em 0 1em 0; - padding: 0.4em; -} - -/* -- domain module index --------------------------------------------------- */ - -table.modindextable td { - padding: 2px; - border-collapse: collapse; -} - -/* -- general body styles --------------------------------------------------- */ - -div.body { - min-width: 450px; - max-width: 800px; -} - -div.body p, div.body dd, div.body li, div.body blockquote { - -moz-hyphens: auto; - -ms-hyphens: auto; - -webkit-hyphens: auto; - hyphens: auto; -} - -a.headerlink { - visibility: hidden; -} - -a.brackets:before, -span.brackets > a:before{ - content: "["; -} - -a.brackets:after, -span.brackets > a:after { - content: "]"; -} - -h1:hover > a.headerlink, -h2:hover > a.headerlink, -h3:hover > a.headerlink, -h4:hover > a.headerlink, -h5:hover > a.headerlink, -h6:hover > a.headerlink, -dt:hover > a.headerlink, -caption:hover > a.headerlink, -p.caption:hover > a.headerlink, -div.code-block-caption:hover > a.headerlink { - visibility: visible; -} - -div.body p.caption { - text-align: inherit; -} - -div.body td { - text-align: left; -} - -.first { - margin-top: 0 !important; -} - -p.rubric { - margin-top: 30px; - font-weight: bold; -} - -img.align-left, figure.align-left, .figure.align-left, object.align-left { - clear: left; - float: left; - margin-right: 1em; -} - -img.align-right, figure.align-right, .figure.align-right, object.align-right { - clear: right; - float: right; - margin-left: 1em; -} - -img.align-center, figure.align-center, .figure.align-center, object.align-center { - display: block; - margin-left: auto; - margin-right: auto; -} - -img.align-default, figure.align-default, .figure.align-default { - display: block; - margin-left: auto; - margin-right: auto; -} - -.align-left { - text-align: left; -} - -.align-center { - text-align: center; -} - -.align-default { - text-align: center; -} - -.align-right { - text-align: right; -} - -/* -- sidebars -------------------------------------------------------------- */ - -div.sidebar, -aside.sidebar { - margin: 0 0 0.5em 1em; - border: 1px solid #ddb; - padding: 7px; - background-color: #ffe; - width: 40%; - float: right; - clear: right; - overflow-x: auto; -} - -p.sidebar-title { - font-weight: bold; -} - -div.admonition, div.topic, blockquote { - clear: left; -} - -/* -- topics ---------------------------------------------------------------- */ - -div.topic { - border: 1px solid #ccc; - padding: 7px; - margin: 10px 0 10px 0; -} - -p.topic-title { - font-size: 1.1em; - font-weight: bold; - margin-top: 10px; -} - -/* -- admonitions ----------------------------------------------------------- */ - -div.admonition { - margin-top: 10px; - margin-bottom: 10px; - padding: 7px; -} - -div.admonition dt { - font-weight: bold; -} - -p.admonition-title { - margin: 0px 10px 5px 0px; - font-weight: bold; -} - -div.body p.centered { - text-align: center; - margin-top: 25px; -} - -/* -- content of sidebars/topics/admonitions -------------------------------- */ - -div.sidebar > :last-child, -aside.sidebar > :last-child, -div.topic > :last-child, -div.admonition > :last-child { - margin-bottom: 0; -} - -div.sidebar::after, -aside.sidebar::after, -div.topic::after, -div.admonition::after, -blockquote::after { - display: block; - content: ''; - clear: both; -} - -/* -- tables ---------------------------------------------------------------- */ - -table.docutils { - margin-top: 10px; - margin-bottom: 10px; - border: 0; - border-collapse: collapse; -} - -table.align-center { - margin-left: auto; - margin-right: auto; -} - -table.align-default { - margin-left: auto; - margin-right: auto; -} - -table caption span.caption-number { - font-style: italic; -} - -table caption span.caption-text { -} - -table.docutils td, table.docutils th { - padding: 1px 8px 1px 5px; - border-top: 0; - border-left: 0; - border-right: 0; - border-bottom: 1px solid #aaa; -} - -table.footnote td, table.footnote th { - border: 0 !important; -} - -th { - text-align: left; - padding-right: 5px; -} - -table.citation { - border-left: solid 1px gray; - margin-left: 1px; -} - -table.citation td { - border-bottom: none; -} - -th > :first-child, -td > :first-child { - margin-top: 0px; -} - -th > :last-child, -td > :last-child { - margin-bottom: 0px; -} - -/* -- figures --------------------------------------------------------------- */ - -div.figure, figure { - margin: 0.5em; - padding: 0.5em; -} - -div.figure p.caption, figcaption { - padding: 0.3em; -} - -div.figure p.caption span.caption-number, -figcaption span.caption-number { - font-style: italic; -} - -div.figure p.caption span.caption-text, -figcaption span.caption-text { -} - -/* -- field list styles ----------------------------------------------------- */ - -table.field-list td, table.field-list th { - border: 0 !important; -} - -.field-list ul { - margin: 0; - padding-left: 1em; -} - -.field-list p { - margin: 0; -} - -.field-name { - -moz-hyphens: manual; - -ms-hyphens: manual; - -webkit-hyphens: manual; - hyphens: manual; -} - -/* -- hlist styles ---------------------------------------------------------- */ - -table.hlist { - margin: 1em 0; -} - -table.hlist td { - vertical-align: top; -} - -/* -- object description styles --------------------------------------------- */ - -.sig { - font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; -} - -.sig-name, code.descname { - background-color: transparent; - font-weight: bold; -} - -.sig-name { - font-size: 1.1em; -} - -code.descname { - font-size: 1.2em; -} - -.sig-prename, code.descclassname { - background-color: transparent; -} - -.optional { - font-size: 1.3em; -} - -.sig-paren { - font-size: larger; -} - -.sig-param.n { - font-style: italic; -} - -/* C++ specific styling */ - -.sig-inline.c-texpr, -.sig-inline.cpp-texpr { - font-family: unset; -} - -.sig.c .k, .sig.c .kt, -.sig.cpp .k, .sig.cpp .kt { - color: #0033B3; -} - -.sig.c .m, -.sig.cpp .m { - color: #1750EB; -} - -.sig.c .s, .sig.c .sc, -.sig.cpp .s, .sig.cpp .sc { - color: #067D17; -} - - -/* -- other body styles ----------------------------------------------------- */ - -ol.arabic { - list-style: decimal; -} - -ol.loweralpha { - list-style: lower-alpha; -} - -ol.upperalpha { - list-style: upper-alpha; -} - -ol.lowerroman { - list-style: lower-roman; -} - -ol.upperroman { - list-style: upper-roman; -} - -:not(li) > ol > li:first-child > :first-child, -:not(li) > ul > li:first-child > :first-child { - margin-top: 0px; -} - -:not(li) > ol > li:last-child > :last-child, -:not(li) > ul > li:last-child > :last-child { - margin-bottom: 0px; -} - -ol.simple ol p, -ol.simple ul p, -ul.simple ol p, -ul.simple ul p { - margin-top: 0; -} - -ol.simple > li:not(:first-child) > p, -ul.simple > li:not(:first-child) > p { - margin-top: 0; -} - -ol.simple p, -ul.simple p { - margin-bottom: 0; -} - -dl.footnote > dt, -dl.citation > dt { - float: left; - margin-right: 0.5em; -} - -dl.footnote > dd, -dl.citation > dd { - margin-bottom: 0em; -} - -dl.footnote > dd:after, -dl.citation > dd:after { - content: ""; - clear: both; -} - -dl.field-list { - display: grid; - grid-template-columns: fit-content(30%) auto; -} - -dl.field-list > dt { - font-weight: bold; - word-break: break-word; - padding-left: 0.5em; - padding-right: 5px; -} - -dl.field-list > dt:after { - content: ":"; -} - -dl.field-list > dd { - padding-left: 0.5em; - margin-top: 0em; - margin-left: 0em; - margin-bottom: 0em; -} - -dl { - margin-bottom: 15px; -} - -dd > :first-child { - margin-top: 0px; -} - -dd ul, dd table { - margin-bottom: 10px; -} - -dd { - margin-top: 3px; - margin-bottom: 10px; - margin-left: 30px; -} - -dl > dd:last-child, -dl > dd:last-child > :last-child { - margin-bottom: 0; -} - -dt:target, span.highlighted { - background-color: #fbe54e; -} - -rect.highlighted { - fill: #fbe54e; -} - -dl.glossary dt { - font-weight: bold; - font-size: 1.1em; -} - -.versionmodified { - font-style: italic; -} - -.system-message { - background-color: #fda; - padding: 5px; - border: 3px solid red; -} - -.footnote:target { - background-color: #ffa; -} - -.line-block { - display: block; - margin-top: 1em; - margin-bottom: 1em; -} - -.line-block .line-block { - margin-top: 0; - margin-bottom: 0; - margin-left: 1.5em; -} - -.guilabel, .menuselection { - font-family: sans-serif; -} - -.accelerator { - text-decoration: underline; -} - -.classifier { - font-style: oblique; -} - -.classifier:before { - font-style: normal; - margin: 0.5em; - content: ":"; -} - -abbr, acronym { - border-bottom: dotted 1px; - cursor: help; -} - -/* -- code displays --------------------------------------------------------- */ - -pre { - overflow: auto; - overflow-y: hidden; /* fixes display issues on Chrome browsers */ -} - -pre, div[class*="highlight-"] { - clear: both; -} - -span.pre { - -moz-hyphens: none; - -ms-hyphens: none; - -webkit-hyphens: none; - hyphens: none; -} - -div[class*="highlight-"] { - margin: 1em 0; -} - -td.linenos pre { - border: 0; - background-color: transparent; - color: #aaa; -} - -table.highlighttable { - display: block; -} - -table.highlighttable tbody { - display: block; -} - -table.highlighttable tr { - display: flex; -} - -table.highlighttable td { - margin: 0; - padding: 0; -} - -table.highlighttable td.linenos { - padding-right: 0.5em; -} - -table.highlighttable td.code { - flex: 1; - overflow: hidden; -} - -.highlight .hll { - display: block; -} - -div.highlight pre, -table.highlighttable pre { - margin: 0; -} - -div.code-block-caption + div { - margin-top: 0; -} - -div.code-block-caption { - margin-top: 1em; - padding: 2px 5px; - font-size: small; -} - -div.code-block-caption code { - background-color: transparent; -} - -table.highlighttable td.linenos, -span.linenos, -div.highlight span.gp { /* gp: Generic.Prompt */ - user-select: none; - -webkit-user-select: text; /* Safari fallback only */ - -webkit-user-select: none; /* Chrome/Safari */ - -moz-user-select: none; /* Firefox */ - -ms-user-select: none; /* IE10+ */ -} - -div.code-block-caption span.caption-number { - padding: 0.1em 0.3em; - font-style: italic; -} - -div.code-block-caption span.caption-text { -} - -div.literal-block-wrapper { - margin: 1em 0; -} - -code.xref, a code { - background-color: transparent; - font-weight: bold; -} - -h1 code, h2 code, h3 code, h4 code, h5 code, h6 code { - background-color: transparent; -} - -.viewcode-link { - float: right; -} - -.viewcode-back { - float: right; - font-family: sans-serif; -} - -div.viewcode-block:target { - margin: -1px -10px; - padding: 0 10px; -} - -/* -- math display ---------------------------------------------------------- */ - -img.math { - vertical-align: middle; -} - -div.body div.math p { - text-align: center; -} - -span.eqno { - float: right; -} - -span.eqno a.headerlink { - position: absolute; - z-index: 1; -} - -div.math:hover a.headerlink { - visibility: visible; -} - -/* -- printout stylesheet --------------------------------------------------- */ - -@media print { - div.document, - div.documentwrapper, - div.bodywrapper { - margin: 0 !important; - width: 100%; - } - - div.sphinxsidebar, - div.related, - div.footer, - #top-link { - display: none; - } -} diff --git a/doc/_build/html/_static/css/badge_only.css b/doc/_build/html/_static/css/badge_only.css deleted file mode 100644 index b1a0fbfe..00000000 --- a/doc/_build/html/_static/css/badge_only.css +++ /dev/null @@ -1 +0,0 @@ -.fa:before{-webkit-font-smoothing:antialiased}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}@font-face{font-family:FontAwesome;font-style:normal;font-weight:400;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#FontAwesome) format("svg")}.fa:before{font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1}.fa:before,a .fa{text-decoration:inherit}.fa:before,a .fa,li .fa{display:inline-block}li .fa-large:before{width:1.875em}ul.fas{list-style-type:none;margin-left:2em;text-indent:-.8em}ul.fas li .fa{width:.8em}ul.fas li .fa-large:before{vertical-align:baseline}.fa-book:before,.icon-book:before{content:"\f02d"}.fa-caret-down:before,.icon-caret-down:before{content:"\f0d7"}.fa-caret-up:before,.icon-caret-up:before{content:"\f0d8"}.fa-caret-left:before,.icon-caret-left:before{content:"\f0d9"}.fa-caret-right:before,.icon-caret-right:before{content:"\f0da"}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;z-index:400}.rst-versions a{color:#2980b9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27ae60}.rst-versions .rst-current-version:after{clear:both;content:"";display:block}.rst-versions .rst-current-version .fa{color:#fcfcfc}.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#e74c3c;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#f1c40f;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:grey;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:1px solid #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{float:none;line-height:30px}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge>.rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width:768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}} diff --git a/doc/_build/html/_static/css/custom.css b/doc/_build/html/_static/css/custom.css deleted file mode 100644 index ac9473f6..00000000 --- a/doc/_build/html/_static/css/custom.css +++ /dev/null @@ -1,6 +0,0 @@ -.table-limit -{ - display: block; - height: 500px; - overflow-y: scroll; -} diff --git a/doc/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff b/doc/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff deleted file mode 100644 index 6cb60000..00000000 Binary files a/doc/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff and /dev/null differ diff --git a/doc/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 b/doc/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 deleted file mode 100644 index 7059e231..00000000 Binary files a/doc/_build/html/_static/css/fonts/Roboto-Slab-Bold.woff2 and /dev/null differ diff --git a/doc/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff b/doc/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff deleted file mode 100644 index f815f63f..00000000 Binary files a/doc/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff and /dev/null differ diff --git a/doc/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 b/doc/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 deleted file mode 100644 index f2c76e5b..00000000 Binary files a/doc/_build/html/_static/css/fonts/Roboto-Slab-Regular.woff2 and /dev/null differ diff --git a/doc/_build/html/_static/css/fonts/fontawesome-webfont.eot b/doc/_build/html/_static/css/fonts/fontawesome-webfont.eot deleted file mode 100644 index e9f60ca9..00000000 Binary files a/doc/_build/html/_static/css/fonts/fontawesome-webfont.eot and /dev/null differ diff --git a/doc/_build/html/_static/css/fonts/fontawesome-webfont.svg b/doc/_build/html/_static/css/fonts/fontawesome-webfont.svg deleted file mode 100644 index 52c07733..00000000 --- a/doc/_build/html/_static/css/fonts/fontawesome-webfont.svg +++ /dev/null @@ -1,2671 +0,0 @@ - - - - -Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016 - By ,,, -Copyright Dave Gandy 2016. All rights reserved. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/doc/_build/html/_static/css/fonts/fontawesome-webfont.ttf b/doc/_build/html/_static/css/fonts/fontawesome-webfont.ttf deleted file mode 100644 index 35acda2f..00000000 Binary files a/doc/_build/html/_static/css/fonts/fontawesome-webfont.ttf and /dev/null differ diff --git a/doc/_build/html/_static/css/fonts/fontawesome-webfont.woff b/doc/_build/html/_static/css/fonts/fontawesome-webfont.woff deleted file mode 100644 index 400014a4..00000000 Binary files a/doc/_build/html/_static/css/fonts/fontawesome-webfont.woff and /dev/null differ diff --git a/doc/_build/html/_static/css/fonts/fontawesome-webfont.woff2 b/doc/_build/html/_static/css/fonts/fontawesome-webfont.woff2 deleted file mode 100644 index 4d13fc60..00000000 Binary files a/doc/_build/html/_static/css/fonts/fontawesome-webfont.woff2 and /dev/null differ diff --git a/doc/_build/html/_static/css/fonts/lato-bold-italic.woff b/doc/_build/html/_static/css/fonts/lato-bold-italic.woff deleted file mode 100644 index 88ad05b9..00000000 Binary files a/doc/_build/html/_static/css/fonts/lato-bold-italic.woff and /dev/null differ diff --git a/doc/_build/html/_static/css/fonts/lato-bold-italic.woff2 b/doc/_build/html/_static/css/fonts/lato-bold-italic.woff2 deleted file mode 100644 index c4e3d804..00000000 Binary files a/doc/_build/html/_static/css/fonts/lato-bold-italic.woff2 and /dev/null differ diff --git a/doc/_build/html/_static/css/fonts/lato-bold.woff b/doc/_build/html/_static/css/fonts/lato-bold.woff deleted file mode 100644 index c6dff51f..00000000 Binary files a/doc/_build/html/_static/css/fonts/lato-bold.woff and /dev/null differ diff --git a/doc/_build/html/_static/css/fonts/lato-bold.woff2 b/doc/_build/html/_static/css/fonts/lato-bold.woff2 deleted file mode 100644 index bb195043..00000000 Binary files a/doc/_build/html/_static/css/fonts/lato-bold.woff2 and /dev/null differ diff --git a/doc/_build/html/_static/css/fonts/lato-normal-italic.woff b/doc/_build/html/_static/css/fonts/lato-normal-italic.woff deleted file mode 100644 index 76114bc0..00000000 Binary files a/doc/_build/html/_static/css/fonts/lato-normal-italic.woff and /dev/null differ diff --git a/doc/_build/html/_static/css/fonts/lato-normal-italic.woff2 b/doc/_build/html/_static/css/fonts/lato-normal-italic.woff2 deleted file mode 100644 index 3404f37e..00000000 Binary files a/doc/_build/html/_static/css/fonts/lato-normal-italic.woff2 and /dev/null differ diff --git a/doc/_build/html/_static/css/fonts/lato-normal.woff b/doc/_build/html/_static/css/fonts/lato-normal.woff deleted file mode 100644 index ae1307ff..00000000 Binary files a/doc/_build/html/_static/css/fonts/lato-normal.woff and /dev/null differ diff --git a/doc/_build/html/_static/css/fonts/lato-normal.woff2 b/doc/_build/html/_static/css/fonts/lato-normal.woff2 deleted file mode 100644 index 3bf98433..00000000 Binary files a/doc/_build/html/_static/css/fonts/lato-normal.woff2 and /dev/null differ diff --git a/doc/_build/html/_static/css/theme.css b/doc/_build/html/_static/css/theme.css deleted file mode 100644 index 42d82ec2..00000000 --- a/doc/_build/html/_static/css/theme.css +++ /dev/null @@ -1,4 +0,0 @@ -html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}[hidden],audio:not([controls]){display:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}blockquote{margin:0}dfn{font-style:italic}ins{background:#ff9;text-decoration:none}ins,mark{color:#000}mark{background:#ff0;font-style:italic;font-weight:700}.rst-content code,.rst-content tt,code,kbd,pre,samp{font-family:monospace,serif;_font-family:courier new,monospace;font-size:1em}pre{white-space:pre}q{quotes:none}q:after,q:before{content:"";content:none}small{font-size:85%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dl,ol,ul{margin:0;padding:0;list-style:none;list-style-image:none}li{list-style:none}dd{margin:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle;max-width:100%}svg:not(:root){overflow:hidden}figure,form{margin:0}label{cursor:pointer}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}textarea{resize:vertical}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}.ir{display:block;border:0;text-indent:-999em;overflow:hidden;background-color:transparent;background-repeat:no-repeat;text-align:left;direction:ltr;*line-height:0}.ir br{display:none}.hidden{display:none!important;visibility:hidden}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.invisible{visibility:hidden}.relative{position:relative}big,small{font-size:100%}@media print{body,html,section{background:none!important}*{box-shadow:none!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{text-decoration:underline}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}.rst-content .toctree-wrapper>p.caption,h2,h3,p{orphans:3;widows:3}.rst-content .toctree-wrapper>p.caption,h2,h3{page-break-after:avoid}}.btn,.fa:before,.icon:before,.rst-content .admonition,.rst-content .admonition-title:before,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .code-block-caption .headerlink:before,.rst-content .danger,.rst-content .eqno .headerlink:before,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning,.rst-content code.download span:first-child:before,.rst-content dl dt .headerlink:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content p.caption .headerlink:before,.rst-content p .headerlink:before,.rst-content table>caption .headerlink:before,.rst-content tt.download span:first-child:before,.wy-alert,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-menu-vertical li.current>a,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a,.wy-menu-vertical li.on a button.toctree-expand:before,.wy-menu-vertical li button.toctree-expand:before,.wy-nav-top a,.wy-side-nav-search .wy-dropdown>a,.wy-side-nav-search>a,input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{-webkit-font-smoothing:antialiased}.clearfix{*zoom:1}.clearfix:after,.clearfix:before{display:table;content:""}.clearfix:after{clear:both}/*! - * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */@font-face{font-family:FontAwesome;src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);src:url(fonts/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"),url(fonts/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"),url(fonts/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"),url(fonts/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa,.icon,.rst-content .admonition-title,.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content code.download span:first-child,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink,.rst-content tt.download span:first-child,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li button.toctree-expand{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa-pull-left.icon,.fa.fa-pull-left,.rst-content .code-block-caption .fa-pull-left.headerlink,.rst-content .eqno .fa-pull-left.headerlink,.rst-content .fa-pull-left.admonition-title,.rst-content code.download span.fa-pull-left:first-child,.rst-content dl dt .fa-pull-left.headerlink,.rst-content h1 .fa-pull-left.headerlink,.rst-content h2 .fa-pull-left.headerlink,.rst-content h3 .fa-pull-left.headerlink,.rst-content h4 .fa-pull-left.headerlink,.rst-content h5 .fa-pull-left.headerlink,.rst-content h6 .fa-pull-left.headerlink,.rst-content p .fa-pull-left.headerlink,.rst-content table>caption .fa-pull-left.headerlink,.rst-content tt.download span.fa-pull-left:first-child,.wy-menu-vertical li.current>a button.fa-pull-left.toctree-expand,.wy-menu-vertical li.on a button.fa-pull-left.toctree-expand,.wy-menu-vertical li button.fa-pull-left.toctree-expand{margin-right:.3em}.fa-pull-right.icon,.fa.fa-pull-right,.rst-content .code-block-caption .fa-pull-right.headerlink,.rst-content .eqno .fa-pull-right.headerlink,.rst-content .fa-pull-right.admonition-title,.rst-content code.download span.fa-pull-right:first-child,.rst-content dl dt .fa-pull-right.headerlink,.rst-content h1 .fa-pull-right.headerlink,.rst-content h2 .fa-pull-right.headerlink,.rst-content h3 .fa-pull-right.headerlink,.rst-content h4 .fa-pull-right.headerlink,.rst-content h5 .fa-pull-right.headerlink,.rst-content h6 .fa-pull-right.headerlink,.rst-content p .fa-pull-right.headerlink,.rst-content table>caption .fa-pull-right.headerlink,.rst-content tt.download span.fa-pull-right:first-child,.wy-menu-vertical li.current>a button.fa-pull-right.toctree-expand,.wy-menu-vertical li.on a button.fa-pull-right.toctree-expand,.wy-menu-vertical li button.fa-pull-right.toctree-expand{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left,.pull-left.icon,.rst-content .code-block-caption .pull-left.headerlink,.rst-content .eqno .pull-left.headerlink,.rst-content .pull-left.admonition-title,.rst-content code.download span.pull-left:first-child,.rst-content dl dt .pull-left.headerlink,.rst-content h1 .pull-left.headerlink,.rst-content h2 .pull-left.headerlink,.rst-content h3 .pull-left.headerlink,.rst-content h4 .pull-left.headerlink,.rst-content h5 .pull-left.headerlink,.rst-content h6 .pull-left.headerlink,.rst-content p .pull-left.headerlink,.rst-content table>caption .pull-left.headerlink,.rst-content tt.download span.pull-left:first-child,.wy-menu-vertical li.current>a button.pull-left.toctree-expand,.wy-menu-vertical li.on a button.pull-left.toctree-expand,.wy-menu-vertical li button.pull-left.toctree-expand{margin-right:.3em}.fa.pull-right,.pull-right.icon,.rst-content .code-block-caption .pull-right.headerlink,.rst-content .eqno .pull-right.headerlink,.rst-content .pull-right.admonition-title,.rst-content code.download span.pull-right:first-child,.rst-content dl dt .pull-right.headerlink,.rst-content h1 .pull-right.headerlink,.rst-content h2 .pull-right.headerlink,.rst-content h3 .pull-right.headerlink,.rst-content h4 .pull-right.headerlink,.rst-content h5 .pull-right.headerlink,.rst-content h6 .pull-right.headerlink,.rst-content p .pull-right.headerlink,.rst-content table>caption .pull-right.headerlink,.rst-content tt.download span.pull-right:first-child,.wy-menu-vertical li.current>a button.pull-right.toctree-expand,.wy-menu-vertical li.on a button.pull-right.toctree-expand,.wy-menu-vertical li button.pull-right.toctree-expand{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before,.icon-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before,.icon-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before,.rst-content code.download span:first-child:before,.rst-content tt.download span:first-child:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before,.icon-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before{content:""}.fa-check-circle:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before,.rst-content .admonition-title:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before,.icon-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before,.icon-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before,.icon-circle-arrow-left:before{content:""}.fa-arrow-circle-right:before,.icon-circle-arrow-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before,.icon-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before,.icon-caret-down:before,.wy-dropdown .caret:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a button.toctree-expand:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before,.icon-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before,.wy-menu-vertical li button.toctree-expand:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before,.icon-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.fa,.icon,.rst-content .admonition-title,.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content code.download span:first-child,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink,.rst-content tt.download span:first-child,.wy-dropdown .caret,.wy-inline-validate.wy-inline-validate-danger .wy-input-context,.wy-inline-validate.wy-inline-validate-info .wy-input-context,.wy-inline-validate.wy-inline-validate-success .wy-input-context,.wy-inline-validate.wy-inline-validate-warning .wy-input-context,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li button.toctree-expand{font-family:inherit}.fa:before,.icon:before,.rst-content .admonition-title:before,.rst-content .code-block-caption .headerlink:before,.rst-content .eqno .headerlink:before,.rst-content code.download span:first-child:before,.rst-content dl dt .headerlink:before,.rst-content h1 .headerlink:before,.rst-content h2 .headerlink:before,.rst-content h3 .headerlink:before,.rst-content h4 .headerlink:before,.rst-content h5 .headerlink:before,.rst-content h6 .headerlink:before,.rst-content p.caption .headerlink:before,.rst-content p .headerlink:before,.rst-content table>caption .headerlink:before,.rst-content tt.download span:first-child:before,.wy-dropdown .caret:before,.wy-inline-validate.wy-inline-validate-danger .wy-input-context:before,.wy-inline-validate.wy-inline-validate-info .wy-input-context:before,.wy-inline-validate.wy-inline-validate-success .wy-input-context:before,.wy-inline-validate.wy-inline-validate-warning .wy-input-context:before,.wy-menu-vertical li.current>a button.toctree-expand:before,.wy-menu-vertical li.on a button.toctree-expand:before,.wy-menu-vertical li button.toctree-expand:before{font-family:FontAwesome;display:inline-block;font-style:normal;font-weight:400;line-height:1;text-decoration:inherit}.rst-content .code-block-caption a .headerlink,.rst-content .eqno a .headerlink,.rst-content a .admonition-title,.rst-content code.download a span:first-child,.rst-content dl dt a .headerlink,.rst-content h1 a .headerlink,.rst-content h2 a .headerlink,.rst-content h3 a .headerlink,.rst-content h4 a .headerlink,.rst-content h5 a .headerlink,.rst-content h6 a .headerlink,.rst-content p.caption a .headerlink,.rst-content p a .headerlink,.rst-content table>caption a .headerlink,.rst-content tt.download a span:first-child,.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand,.wy-menu-vertical li a button.toctree-expand,a .fa,a .icon,a .rst-content .admonition-title,a .rst-content .code-block-caption .headerlink,a .rst-content .eqno .headerlink,a .rst-content code.download span:first-child,a .rst-content dl dt .headerlink,a .rst-content h1 .headerlink,a .rst-content h2 .headerlink,a .rst-content h3 .headerlink,a .rst-content h4 .headerlink,a .rst-content h5 .headerlink,a .rst-content h6 .headerlink,a .rst-content p.caption .headerlink,a .rst-content p .headerlink,a .rst-content table>caption .headerlink,a .rst-content tt.download span:first-child,a .wy-menu-vertical li button.toctree-expand{display:inline-block;text-decoration:inherit}.btn .fa,.btn .icon,.btn .rst-content .admonition-title,.btn .rst-content .code-block-caption .headerlink,.btn .rst-content .eqno .headerlink,.btn .rst-content code.download span:first-child,.btn .rst-content dl dt .headerlink,.btn .rst-content h1 .headerlink,.btn .rst-content h2 .headerlink,.btn .rst-content h3 .headerlink,.btn .rst-content h4 .headerlink,.btn .rst-content h5 .headerlink,.btn .rst-content h6 .headerlink,.btn .rst-content p .headerlink,.btn .rst-content table>caption .headerlink,.btn .rst-content tt.download span:first-child,.btn .wy-menu-vertical li.current>a button.toctree-expand,.btn .wy-menu-vertical li.on a button.toctree-expand,.btn .wy-menu-vertical li button.toctree-expand,.nav .fa,.nav .icon,.nav .rst-content .admonition-title,.nav .rst-content .code-block-caption .headerlink,.nav .rst-content .eqno .headerlink,.nav .rst-content code.download span:first-child,.nav .rst-content dl dt .headerlink,.nav .rst-content h1 .headerlink,.nav .rst-content h2 .headerlink,.nav .rst-content h3 .headerlink,.nav .rst-content h4 .headerlink,.nav .rst-content h5 .headerlink,.nav .rst-content h6 .headerlink,.nav .rst-content p .headerlink,.nav .rst-content table>caption .headerlink,.nav .rst-content tt.download span:first-child,.nav .wy-menu-vertical li.current>a button.toctree-expand,.nav .wy-menu-vertical li.on a button.toctree-expand,.nav .wy-menu-vertical li button.toctree-expand,.rst-content .btn .admonition-title,.rst-content .code-block-caption .btn .headerlink,.rst-content .code-block-caption .nav .headerlink,.rst-content .eqno .btn .headerlink,.rst-content .eqno .nav .headerlink,.rst-content .nav .admonition-title,.rst-content code.download .btn span:first-child,.rst-content code.download .nav span:first-child,.rst-content dl dt .btn .headerlink,.rst-content dl dt .nav .headerlink,.rst-content h1 .btn .headerlink,.rst-content h1 .nav .headerlink,.rst-content h2 .btn .headerlink,.rst-content h2 .nav .headerlink,.rst-content h3 .btn .headerlink,.rst-content h3 .nav .headerlink,.rst-content h4 .btn .headerlink,.rst-content h4 .nav .headerlink,.rst-content h5 .btn .headerlink,.rst-content h5 .nav .headerlink,.rst-content h6 .btn .headerlink,.rst-content h6 .nav .headerlink,.rst-content p .btn .headerlink,.rst-content p .nav .headerlink,.rst-content table>caption .btn .headerlink,.rst-content table>caption .nav .headerlink,.rst-content tt.download .btn span:first-child,.rst-content tt.download .nav span:first-child,.wy-menu-vertical li .btn button.toctree-expand,.wy-menu-vertical li.current>a .btn button.toctree-expand,.wy-menu-vertical li.current>a .nav button.toctree-expand,.wy-menu-vertical li .nav button.toctree-expand,.wy-menu-vertical li.on a .btn button.toctree-expand,.wy-menu-vertical li.on a .nav button.toctree-expand{display:inline}.btn .fa-large.icon,.btn .fa.fa-large,.btn .rst-content .code-block-caption .fa-large.headerlink,.btn .rst-content .eqno .fa-large.headerlink,.btn .rst-content .fa-large.admonition-title,.btn .rst-content code.download span.fa-large:first-child,.btn .rst-content dl dt .fa-large.headerlink,.btn .rst-content h1 .fa-large.headerlink,.btn .rst-content h2 .fa-large.headerlink,.btn .rst-content h3 .fa-large.headerlink,.btn .rst-content h4 .fa-large.headerlink,.btn .rst-content h5 .fa-large.headerlink,.btn .rst-content h6 .fa-large.headerlink,.btn .rst-content p .fa-large.headerlink,.btn .rst-content table>caption .fa-large.headerlink,.btn .rst-content tt.download span.fa-large:first-child,.btn .wy-menu-vertical li button.fa-large.toctree-expand,.nav .fa-large.icon,.nav .fa.fa-large,.nav .rst-content .code-block-caption .fa-large.headerlink,.nav .rst-content .eqno .fa-large.headerlink,.nav .rst-content .fa-large.admonition-title,.nav .rst-content code.download span.fa-large:first-child,.nav .rst-content dl dt .fa-large.headerlink,.nav .rst-content h1 .fa-large.headerlink,.nav .rst-content h2 .fa-large.headerlink,.nav .rst-content h3 .fa-large.headerlink,.nav .rst-content h4 .fa-large.headerlink,.nav .rst-content h5 .fa-large.headerlink,.nav .rst-content h6 .fa-large.headerlink,.nav .rst-content p .fa-large.headerlink,.nav .rst-content table>caption .fa-large.headerlink,.nav .rst-content tt.download span.fa-large:first-child,.nav .wy-menu-vertical li button.fa-large.toctree-expand,.rst-content .btn .fa-large.admonition-title,.rst-content .code-block-caption .btn .fa-large.headerlink,.rst-content .code-block-caption .nav .fa-large.headerlink,.rst-content .eqno .btn .fa-large.headerlink,.rst-content .eqno .nav .fa-large.headerlink,.rst-content .nav .fa-large.admonition-title,.rst-content code.download .btn span.fa-large:first-child,.rst-content code.download .nav span.fa-large:first-child,.rst-content dl dt .btn .fa-large.headerlink,.rst-content dl dt .nav .fa-large.headerlink,.rst-content h1 .btn .fa-large.headerlink,.rst-content h1 .nav .fa-large.headerlink,.rst-content h2 .btn .fa-large.headerlink,.rst-content h2 .nav .fa-large.headerlink,.rst-content h3 .btn .fa-large.headerlink,.rst-content h3 .nav .fa-large.headerlink,.rst-content h4 .btn .fa-large.headerlink,.rst-content h4 .nav .fa-large.headerlink,.rst-content h5 .btn .fa-large.headerlink,.rst-content h5 .nav .fa-large.headerlink,.rst-content h6 .btn .fa-large.headerlink,.rst-content h6 .nav .fa-large.headerlink,.rst-content p .btn .fa-large.headerlink,.rst-content p .nav .fa-large.headerlink,.rst-content table>caption .btn .fa-large.headerlink,.rst-content table>caption .nav .fa-large.headerlink,.rst-content tt.download .btn span.fa-large:first-child,.rst-content tt.download .nav span.fa-large:first-child,.wy-menu-vertical li .btn button.fa-large.toctree-expand,.wy-menu-vertical li .nav button.fa-large.toctree-expand{line-height:.9em}.btn .fa-spin.icon,.btn .fa.fa-spin,.btn .rst-content .code-block-caption .fa-spin.headerlink,.btn .rst-content .eqno .fa-spin.headerlink,.btn .rst-content .fa-spin.admonition-title,.btn .rst-content code.download span.fa-spin:first-child,.btn .rst-content dl dt .fa-spin.headerlink,.btn .rst-content h1 .fa-spin.headerlink,.btn .rst-content h2 .fa-spin.headerlink,.btn .rst-content h3 .fa-spin.headerlink,.btn .rst-content h4 .fa-spin.headerlink,.btn .rst-content h5 .fa-spin.headerlink,.btn .rst-content h6 .fa-spin.headerlink,.btn .rst-content p .fa-spin.headerlink,.btn .rst-content table>caption .fa-spin.headerlink,.btn .rst-content tt.download span.fa-spin:first-child,.btn .wy-menu-vertical li button.fa-spin.toctree-expand,.nav .fa-spin.icon,.nav .fa.fa-spin,.nav .rst-content .code-block-caption .fa-spin.headerlink,.nav .rst-content .eqno .fa-spin.headerlink,.nav .rst-content .fa-spin.admonition-title,.nav .rst-content code.download span.fa-spin:first-child,.nav .rst-content dl dt .fa-spin.headerlink,.nav .rst-content h1 .fa-spin.headerlink,.nav .rst-content h2 .fa-spin.headerlink,.nav .rst-content h3 .fa-spin.headerlink,.nav .rst-content h4 .fa-spin.headerlink,.nav .rst-content h5 .fa-spin.headerlink,.nav .rst-content h6 .fa-spin.headerlink,.nav .rst-content p .fa-spin.headerlink,.nav .rst-content table>caption .fa-spin.headerlink,.nav .rst-content tt.download span.fa-spin:first-child,.nav .wy-menu-vertical li button.fa-spin.toctree-expand,.rst-content .btn .fa-spin.admonition-title,.rst-content .code-block-caption .btn .fa-spin.headerlink,.rst-content .code-block-caption .nav .fa-spin.headerlink,.rst-content .eqno .btn .fa-spin.headerlink,.rst-content .eqno .nav .fa-spin.headerlink,.rst-content .nav .fa-spin.admonition-title,.rst-content code.download .btn span.fa-spin:first-child,.rst-content code.download .nav span.fa-spin:first-child,.rst-content dl dt .btn .fa-spin.headerlink,.rst-content dl dt .nav .fa-spin.headerlink,.rst-content h1 .btn .fa-spin.headerlink,.rst-content h1 .nav .fa-spin.headerlink,.rst-content h2 .btn .fa-spin.headerlink,.rst-content h2 .nav .fa-spin.headerlink,.rst-content h3 .btn .fa-spin.headerlink,.rst-content h3 .nav .fa-spin.headerlink,.rst-content h4 .btn .fa-spin.headerlink,.rst-content h4 .nav .fa-spin.headerlink,.rst-content h5 .btn .fa-spin.headerlink,.rst-content h5 .nav .fa-spin.headerlink,.rst-content h6 .btn .fa-spin.headerlink,.rst-content h6 .nav .fa-spin.headerlink,.rst-content p .btn .fa-spin.headerlink,.rst-content p .nav .fa-spin.headerlink,.rst-content table>caption .btn .fa-spin.headerlink,.rst-content table>caption .nav .fa-spin.headerlink,.rst-content tt.download .btn span.fa-spin:first-child,.rst-content tt.download .nav span.fa-spin:first-child,.wy-menu-vertical li .btn button.fa-spin.toctree-expand,.wy-menu-vertical li .nav button.fa-spin.toctree-expand{display:inline-block}.btn.fa:before,.btn.icon:before,.rst-content .btn.admonition-title:before,.rst-content .code-block-caption .btn.headerlink:before,.rst-content .eqno .btn.headerlink:before,.rst-content code.download span.btn:first-child:before,.rst-content dl dt .btn.headerlink:before,.rst-content h1 .btn.headerlink:before,.rst-content h2 .btn.headerlink:before,.rst-content h3 .btn.headerlink:before,.rst-content h4 .btn.headerlink:before,.rst-content h5 .btn.headerlink:before,.rst-content h6 .btn.headerlink:before,.rst-content p .btn.headerlink:before,.rst-content table>caption .btn.headerlink:before,.rst-content tt.download span.btn:first-child:before,.wy-menu-vertical li button.btn.toctree-expand:before{opacity:.5;-webkit-transition:opacity .05s ease-in;-moz-transition:opacity .05s ease-in;transition:opacity .05s ease-in}.btn.fa:hover:before,.btn.icon:hover:before,.rst-content .btn.admonition-title:hover:before,.rst-content .code-block-caption .btn.headerlink:hover:before,.rst-content .eqno .btn.headerlink:hover:before,.rst-content code.download span.btn:first-child:hover:before,.rst-content dl dt .btn.headerlink:hover:before,.rst-content h1 .btn.headerlink:hover:before,.rst-content h2 .btn.headerlink:hover:before,.rst-content h3 .btn.headerlink:hover:before,.rst-content h4 .btn.headerlink:hover:before,.rst-content h5 .btn.headerlink:hover:before,.rst-content h6 .btn.headerlink:hover:before,.rst-content p .btn.headerlink:hover:before,.rst-content table>caption .btn.headerlink:hover:before,.rst-content tt.download span.btn:first-child:hover:before,.wy-menu-vertical li button.btn.toctree-expand:hover:before{opacity:1}.btn-mini .fa:before,.btn-mini .icon:before,.btn-mini .rst-content .admonition-title:before,.btn-mini .rst-content .code-block-caption .headerlink:before,.btn-mini .rst-content .eqno .headerlink:before,.btn-mini .rst-content code.download span:first-child:before,.btn-mini .rst-content dl dt .headerlink:before,.btn-mini .rst-content h1 .headerlink:before,.btn-mini .rst-content h2 .headerlink:before,.btn-mini .rst-content h3 .headerlink:before,.btn-mini .rst-content h4 .headerlink:before,.btn-mini .rst-content h5 .headerlink:before,.btn-mini .rst-content h6 .headerlink:before,.btn-mini .rst-content p .headerlink:before,.btn-mini .rst-content table>caption .headerlink:before,.btn-mini .rst-content tt.download span:first-child:before,.btn-mini .wy-menu-vertical li button.toctree-expand:before,.rst-content .btn-mini .admonition-title:before,.rst-content .code-block-caption .btn-mini .headerlink:before,.rst-content .eqno .btn-mini .headerlink:before,.rst-content code.download .btn-mini span:first-child:before,.rst-content dl dt .btn-mini .headerlink:before,.rst-content h1 .btn-mini .headerlink:before,.rst-content h2 .btn-mini .headerlink:before,.rst-content h3 .btn-mini .headerlink:before,.rst-content h4 .btn-mini .headerlink:before,.rst-content h5 .btn-mini .headerlink:before,.rst-content h6 .btn-mini .headerlink:before,.rst-content p .btn-mini .headerlink:before,.rst-content table>caption .btn-mini .headerlink:before,.rst-content tt.download .btn-mini span:first-child:before,.wy-menu-vertical li .btn-mini button.toctree-expand:before{font-size:14px;vertical-align:-15%}.rst-content .admonition,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning,.wy-alert{padding:12px;line-height:24px;margin-bottom:24px;background:#e7f2fa}.rst-content .admonition-title,.wy-alert-title{font-weight:700;display:block;color:#fff;background:#6ab0de;padding:6px 12px;margin:-12px -12px 12px}.rst-content .danger,.rst-content .error,.rst-content .wy-alert-danger.admonition,.rst-content .wy-alert-danger.admonition-todo,.rst-content .wy-alert-danger.attention,.rst-content .wy-alert-danger.caution,.rst-content .wy-alert-danger.hint,.rst-content .wy-alert-danger.important,.rst-content .wy-alert-danger.note,.rst-content .wy-alert-danger.seealso,.rst-content .wy-alert-danger.tip,.rst-content .wy-alert-danger.warning,.wy-alert.wy-alert-danger{background:#fdf3f2}.rst-content .danger .admonition-title,.rst-content .danger .wy-alert-title,.rst-content .error .admonition-title,.rst-content .error .wy-alert-title,.rst-content .wy-alert-danger.admonition-todo .admonition-title,.rst-content .wy-alert-danger.admonition-todo .wy-alert-title,.rst-content .wy-alert-danger.admonition .admonition-title,.rst-content .wy-alert-danger.admonition .wy-alert-title,.rst-content .wy-alert-danger.attention .admonition-title,.rst-content .wy-alert-danger.attention .wy-alert-title,.rst-content .wy-alert-danger.caution .admonition-title,.rst-content .wy-alert-danger.caution .wy-alert-title,.rst-content .wy-alert-danger.hint .admonition-title,.rst-content .wy-alert-danger.hint .wy-alert-title,.rst-content .wy-alert-danger.important .admonition-title,.rst-content .wy-alert-danger.important .wy-alert-title,.rst-content .wy-alert-danger.note .admonition-title,.rst-content .wy-alert-danger.note .wy-alert-title,.rst-content .wy-alert-danger.seealso .admonition-title,.rst-content .wy-alert-danger.seealso .wy-alert-title,.rst-content .wy-alert-danger.tip .admonition-title,.rst-content .wy-alert-danger.tip .wy-alert-title,.rst-content .wy-alert-danger.warning .admonition-title,.rst-content .wy-alert-danger.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-danger .admonition-title,.wy-alert.wy-alert-danger .rst-content .admonition-title,.wy-alert.wy-alert-danger .wy-alert-title{background:#f29f97}.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .warning,.rst-content .wy-alert-warning.admonition,.rst-content .wy-alert-warning.danger,.rst-content .wy-alert-warning.error,.rst-content .wy-alert-warning.hint,.rst-content .wy-alert-warning.important,.rst-content .wy-alert-warning.note,.rst-content .wy-alert-warning.seealso,.rst-content .wy-alert-warning.tip,.wy-alert.wy-alert-warning{background:#ffedcc}.rst-content .admonition-todo .admonition-title,.rst-content .admonition-todo .wy-alert-title,.rst-content .attention .admonition-title,.rst-content .attention .wy-alert-title,.rst-content .caution .admonition-title,.rst-content .caution .wy-alert-title,.rst-content .warning .admonition-title,.rst-content .warning .wy-alert-title,.rst-content .wy-alert-warning.admonition .admonition-title,.rst-content .wy-alert-warning.admonition .wy-alert-title,.rst-content .wy-alert-warning.danger .admonition-title,.rst-content .wy-alert-warning.danger .wy-alert-title,.rst-content .wy-alert-warning.error .admonition-title,.rst-content .wy-alert-warning.error .wy-alert-title,.rst-content .wy-alert-warning.hint .admonition-title,.rst-content .wy-alert-warning.hint .wy-alert-title,.rst-content .wy-alert-warning.important .admonition-title,.rst-content .wy-alert-warning.important .wy-alert-title,.rst-content .wy-alert-warning.note .admonition-title,.rst-content .wy-alert-warning.note .wy-alert-title,.rst-content .wy-alert-warning.seealso .admonition-title,.rst-content .wy-alert-warning.seealso .wy-alert-title,.rst-content .wy-alert-warning.tip .admonition-title,.rst-content .wy-alert-warning.tip .wy-alert-title,.rst-content .wy-alert.wy-alert-warning .admonition-title,.wy-alert.wy-alert-warning .rst-content .admonition-title,.wy-alert.wy-alert-warning .wy-alert-title{background:#f0b37e}.rst-content .note,.rst-content .seealso,.rst-content .wy-alert-info.admonition,.rst-content .wy-alert-info.admonition-todo,.rst-content .wy-alert-info.attention,.rst-content .wy-alert-info.caution,.rst-content .wy-alert-info.danger,.rst-content .wy-alert-info.error,.rst-content .wy-alert-info.hint,.rst-content .wy-alert-info.important,.rst-content .wy-alert-info.tip,.rst-content .wy-alert-info.warning,.wy-alert.wy-alert-info{background:#e7f2fa}.rst-content .note .admonition-title,.rst-content .note .wy-alert-title,.rst-content .seealso .admonition-title,.rst-content .seealso .wy-alert-title,.rst-content .wy-alert-info.admonition-todo .admonition-title,.rst-content .wy-alert-info.admonition-todo .wy-alert-title,.rst-content .wy-alert-info.admonition .admonition-title,.rst-content .wy-alert-info.admonition .wy-alert-title,.rst-content .wy-alert-info.attention .admonition-title,.rst-content .wy-alert-info.attention .wy-alert-title,.rst-content .wy-alert-info.caution .admonition-title,.rst-content .wy-alert-info.caution .wy-alert-title,.rst-content .wy-alert-info.danger .admonition-title,.rst-content .wy-alert-info.danger .wy-alert-title,.rst-content .wy-alert-info.error .admonition-title,.rst-content .wy-alert-info.error .wy-alert-title,.rst-content .wy-alert-info.hint .admonition-title,.rst-content .wy-alert-info.hint .wy-alert-title,.rst-content .wy-alert-info.important .admonition-title,.rst-content .wy-alert-info.important .wy-alert-title,.rst-content .wy-alert-info.tip .admonition-title,.rst-content .wy-alert-info.tip .wy-alert-title,.rst-content .wy-alert-info.warning .admonition-title,.rst-content .wy-alert-info.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-info .admonition-title,.wy-alert.wy-alert-info .rst-content .admonition-title,.wy-alert.wy-alert-info .wy-alert-title{background:#6ab0de}.rst-content .hint,.rst-content .important,.rst-content .tip,.rst-content .wy-alert-success.admonition,.rst-content .wy-alert-success.admonition-todo,.rst-content .wy-alert-success.attention,.rst-content .wy-alert-success.caution,.rst-content .wy-alert-success.danger,.rst-content .wy-alert-success.error,.rst-content .wy-alert-success.note,.rst-content .wy-alert-success.seealso,.rst-content .wy-alert-success.warning,.wy-alert.wy-alert-success{background:#dbfaf4}.rst-content .hint .admonition-title,.rst-content .hint .wy-alert-title,.rst-content .important .admonition-title,.rst-content .important .wy-alert-title,.rst-content .tip .admonition-title,.rst-content .tip .wy-alert-title,.rst-content .wy-alert-success.admonition-todo .admonition-title,.rst-content .wy-alert-success.admonition-todo .wy-alert-title,.rst-content .wy-alert-success.admonition .admonition-title,.rst-content .wy-alert-success.admonition .wy-alert-title,.rst-content .wy-alert-success.attention .admonition-title,.rst-content .wy-alert-success.attention .wy-alert-title,.rst-content .wy-alert-success.caution .admonition-title,.rst-content .wy-alert-success.caution .wy-alert-title,.rst-content .wy-alert-success.danger .admonition-title,.rst-content .wy-alert-success.danger .wy-alert-title,.rst-content .wy-alert-success.error .admonition-title,.rst-content .wy-alert-success.error .wy-alert-title,.rst-content .wy-alert-success.note .admonition-title,.rst-content .wy-alert-success.note .wy-alert-title,.rst-content .wy-alert-success.seealso .admonition-title,.rst-content .wy-alert-success.seealso .wy-alert-title,.rst-content .wy-alert-success.warning .admonition-title,.rst-content .wy-alert-success.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-success .admonition-title,.wy-alert.wy-alert-success .rst-content .admonition-title,.wy-alert.wy-alert-success .wy-alert-title{background:#1abc9c}.rst-content .wy-alert-neutral.admonition,.rst-content .wy-alert-neutral.admonition-todo,.rst-content .wy-alert-neutral.attention,.rst-content .wy-alert-neutral.caution,.rst-content .wy-alert-neutral.danger,.rst-content .wy-alert-neutral.error,.rst-content .wy-alert-neutral.hint,.rst-content .wy-alert-neutral.important,.rst-content .wy-alert-neutral.note,.rst-content .wy-alert-neutral.seealso,.rst-content .wy-alert-neutral.tip,.rst-content .wy-alert-neutral.warning,.wy-alert.wy-alert-neutral{background:#f3f6f6}.rst-content .wy-alert-neutral.admonition-todo .admonition-title,.rst-content .wy-alert-neutral.admonition-todo .wy-alert-title,.rst-content .wy-alert-neutral.admonition .admonition-title,.rst-content .wy-alert-neutral.admonition .wy-alert-title,.rst-content .wy-alert-neutral.attention .admonition-title,.rst-content .wy-alert-neutral.attention .wy-alert-title,.rst-content .wy-alert-neutral.caution .admonition-title,.rst-content .wy-alert-neutral.caution .wy-alert-title,.rst-content .wy-alert-neutral.danger .admonition-title,.rst-content .wy-alert-neutral.danger .wy-alert-title,.rst-content .wy-alert-neutral.error .admonition-title,.rst-content .wy-alert-neutral.error .wy-alert-title,.rst-content .wy-alert-neutral.hint .admonition-title,.rst-content .wy-alert-neutral.hint .wy-alert-title,.rst-content .wy-alert-neutral.important .admonition-title,.rst-content .wy-alert-neutral.important .wy-alert-title,.rst-content .wy-alert-neutral.note .admonition-title,.rst-content .wy-alert-neutral.note .wy-alert-title,.rst-content .wy-alert-neutral.seealso .admonition-title,.rst-content .wy-alert-neutral.seealso .wy-alert-title,.rst-content .wy-alert-neutral.tip .admonition-title,.rst-content .wy-alert-neutral.tip .wy-alert-title,.rst-content .wy-alert-neutral.warning .admonition-title,.rst-content .wy-alert-neutral.warning .wy-alert-title,.rst-content .wy-alert.wy-alert-neutral .admonition-title,.wy-alert.wy-alert-neutral .rst-content .admonition-title,.wy-alert.wy-alert-neutral .wy-alert-title{color:#404040;background:#e1e4e5}.rst-content .wy-alert-neutral.admonition-todo a,.rst-content .wy-alert-neutral.admonition a,.rst-content .wy-alert-neutral.attention a,.rst-content .wy-alert-neutral.caution a,.rst-content .wy-alert-neutral.danger a,.rst-content .wy-alert-neutral.error a,.rst-content .wy-alert-neutral.hint a,.rst-content .wy-alert-neutral.important a,.rst-content .wy-alert-neutral.note a,.rst-content .wy-alert-neutral.seealso a,.rst-content .wy-alert-neutral.tip a,.rst-content .wy-alert-neutral.warning a,.wy-alert.wy-alert-neutral a{color:#2980b9}.rst-content .admonition-todo p:last-child,.rst-content .admonition p:last-child,.rst-content .attention p:last-child,.rst-content .caution p:last-child,.rst-content .danger p:last-child,.rst-content .error p:last-child,.rst-content .hint p:last-child,.rst-content .important p:last-child,.rst-content .note p:last-child,.rst-content .seealso p:last-child,.rst-content .tip p:last-child,.rst-content .warning p:last-child,.wy-alert p:last-child{margin-bottom:0}.wy-tray-container{position:fixed;bottom:0;left:0;z-index:600}.wy-tray-container li{display:block;width:300px;background:transparent;color:#fff;text-align:center;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);padding:0 24px;min-width:20%;opacity:0;height:0;line-height:56px;overflow:hidden;-webkit-transition:all .3s ease-in;-moz-transition:all .3s ease-in;transition:all .3s ease-in}.wy-tray-container li.wy-tray-item-success{background:#27ae60}.wy-tray-container li.wy-tray-item-info{background:#2980b9}.wy-tray-container li.wy-tray-item-warning{background:#e67e22}.wy-tray-container li.wy-tray-item-danger{background:#e74c3c}.wy-tray-container li.on{opacity:1;height:56px}@media screen and (max-width:768px){.wy-tray-container{bottom:auto;top:0;width:100%}.wy-tray-container li{width:100%}}button{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;cursor:pointer;line-height:normal;-webkit-appearance:button;*overflow:visible}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button[disabled]{cursor:default}.btn{display:inline-block;border-radius:2px;line-height:normal;white-space:nowrap;text-align:center;cursor:pointer;font-size:100%;padding:6px 12px 8px;color:#fff;border:1px solid rgba(0,0,0,.1);background-color:#27ae60;text-decoration:none;font-weight:400;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;box-shadow:inset 0 1px 2px -1px hsla(0,0%,100%,.5),inset 0 -2px 0 0 rgba(0,0,0,.1);outline-none:false;vertical-align:middle;*display:inline;zoom:1;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .1s linear;-moz-transition:all .1s linear;transition:all .1s linear}.btn-hover{background:#2e8ece;color:#fff}.btn:hover{background:#2cc36b;color:#fff}.btn:focus{background:#2cc36b;outline:0}.btn:active{box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.05),inset 0 2px 0 0 rgba(0,0,0,.1);padding:8px 12px 6px}.btn:visited{color:#fff}.btn-disabled,.btn-disabled:active,.btn-disabled:focus,.btn-disabled:hover,.btn:disabled{background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);filter:alpha(opacity=40);opacity:.4;cursor:not-allowed;box-shadow:none}.btn::-moz-focus-inner{padding:0;border:0}.btn-small{font-size:80%}.btn-info{background-color:#2980b9!important}.btn-info:hover{background-color:#2e8ece!important}.btn-neutral{background-color:#f3f6f6!important;color:#404040!important}.btn-neutral:hover{background-color:#e5ebeb!important;color:#404040}.btn-neutral:visited{color:#404040!important}.btn-success{background-color:#27ae60!important}.btn-success:hover{background-color:#295!important}.btn-danger{background-color:#e74c3c!important}.btn-danger:hover{background-color:#ea6153!important}.btn-warning{background-color:#e67e22!important}.btn-warning:hover{background-color:#e98b39!important}.btn-invert{background-color:#222}.btn-invert:hover{background-color:#2f2f2f!important}.btn-link{background-color:transparent!important;color:#2980b9;box-shadow:none;border-color:transparent!important}.btn-link:active,.btn-link:hover{background-color:transparent!important;color:#409ad5!important;box-shadow:none}.btn-link:visited{color:#9b59b6}.wy-btn-group .btn,.wy-control .btn{vertical-align:middle}.wy-btn-group{margin-bottom:24px;*zoom:1}.wy-btn-group:after,.wy-btn-group:before{display:table;content:""}.wy-btn-group:after{clear:both}.wy-dropdown{position:relative;display:inline-block}.wy-dropdown-active .wy-dropdown-menu{display:block}.wy-dropdown-menu{position:absolute;left:0;display:none;float:left;top:100%;min-width:100%;background:#fcfcfc;z-index:100;border:1px solid #cfd7dd;box-shadow:0 2px 2px 0 rgba(0,0,0,.1);padding:12px}.wy-dropdown-menu>dd>a{display:block;clear:both;color:#404040;white-space:nowrap;font-size:90%;padding:0 12px;cursor:pointer}.wy-dropdown-menu>dd>a:hover{background:#2980b9;color:#fff}.wy-dropdown-menu>dd.divider{border-top:1px solid #cfd7dd;margin:6px 0}.wy-dropdown-menu>dd.search{padding-bottom:12px}.wy-dropdown-menu>dd.search input[type=search]{width:100%}.wy-dropdown-menu>dd.call-to-action{background:#e3e3e3;text-transform:uppercase;font-weight:500;font-size:80%}.wy-dropdown-menu>dd.call-to-action:hover{background:#e3e3e3}.wy-dropdown-menu>dd.call-to-action .btn{color:#fff}.wy-dropdown.wy-dropdown-up .wy-dropdown-menu{bottom:100%;top:auto;left:auto;right:0}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu{background:#fcfcfc;margin-top:2px}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a{padding:6px 12px}.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a:hover{background:#2980b9;color:#fff}.wy-dropdown.wy-dropdown-left .wy-dropdown-menu{right:0;left:auto;text-align:right}.wy-dropdown-arrow:before{content:" ";border-bottom:5px solid #f5f5f5;border-left:5px solid transparent;border-right:5px solid transparent;position:absolute;display:block;top:-4px;left:50%;margin-left:-3px}.wy-dropdown-arrow.wy-dropdown-arrow-left:before{left:11px}.wy-form-stacked select{display:block}.wy-form-aligned .wy-help-inline,.wy-form-aligned input,.wy-form-aligned label,.wy-form-aligned select,.wy-form-aligned textarea{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.wy-form-aligned .wy-control-group>label{display:inline-block;vertical-align:middle;width:10em;margin:6px 12px 0 0;float:left}.wy-form-aligned .wy-control{float:left}.wy-form-aligned .wy-control label{display:block}.wy-form-aligned .wy-control select{margin-top:6px}fieldset{margin:0}fieldset,legend{border:0;padding:0}legend{width:100%;white-space:normal;margin-bottom:24px;font-size:150%;*margin-left:-7px}label,legend{display:block}label{margin:0 0 .3125em;color:#333;font-size:90%}input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}.wy-control-group{margin-bottom:24px;max-width:1200px;margin-left:auto;margin-right:auto;*zoom:1}.wy-control-group:after,.wy-control-group:before{display:table;content:""}.wy-control-group:after{clear:both}.wy-control-group.wy-control-group-required>label:after{content:" *";color:#e74c3c}.wy-control-group .wy-form-full,.wy-control-group .wy-form-halves,.wy-control-group .wy-form-thirds{padding-bottom:12px}.wy-control-group .wy-form-full input[type=color],.wy-control-group .wy-form-full input[type=date],.wy-control-group .wy-form-full input[type=datetime-local],.wy-control-group .wy-form-full input[type=datetime],.wy-control-group .wy-form-full input[type=email],.wy-control-group .wy-form-full input[type=month],.wy-control-group .wy-form-full input[type=number],.wy-control-group .wy-form-full input[type=password],.wy-control-group .wy-form-full input[type=search],.wy-control-group .wy-form-full input[type=tel],.wy-control-group .wy-form-full input[type=text],.wy-control-group .wy-form-full input[type=time],.wy-control-group .wy-form-full input[type=url],.wy-control-group .wy-form-full input[type=week],.wy-control-group .wy-form-full select,.wy-control-group .wy-form-halves input[type=color],.wy-control-group .wy-form-halves input[type=date],.wy-control-group .wy-form-halves input[type=datetime-local],.wy-control-group .wy-form-halves input[type=datetime],.wy-control-group .wy-form-halves input[type=email],.wy-control-group .wy-form-halves input[type=month],.wy-control-group .wy-form-halves input[type=number],.wy-control-group .wy-form-halves input[type=password],.wy-control-group .wy-form-halves input[type=search],.wy-control-group .wy-form-halves input[type=tel],.wy-control-group .wy-form-halves input[type=text],.wy-control-group .wy-form-halves input[type=time],.wy-control-group .wy-form-halves input[type=url],.wy-control-group .wy-form-halves input[type=week],.wy-control-group .wy-form-halves select,.wy-control-group .wy-form-thirds input[type=color],.wy-control-group .wy-form-thirds input[type=date],.wy-control-group .wy-form-thirds input[type=datetime-local],.wy-control-group .wy-form-thirds input[type=datetime],.wy-control-group .wy-form-thirds input[type=email],.wy-control-group .wy-form-thirds input[type=month],.wy-control-group .wy-form-thirds input[type=number],.wy-control-group .wy-form-thirds input[type=password],.wy-control-group .wy-form-thirds input[type=search],.wy-control-group .wy-form-thirds input[type=tel],.wy-control-group .wy-form-thirds input[type=text],.wy-control-group .wy-form-thirds input[type=time],.wy-control-group .wy-form-thirds input[type=url],.wy-control-group .wy-form-thirds input[type=week],.wy-control-group .wy-form-thirds select{width:100%}.wy-control-group .wy-form-full{float:left;display:block;width:100%;margin-right:0}.wy-control-group .wy-form-full:last-child{margin-right:0}.wy-control-group .wy-form-halves{float:left;display:block;margin-right:2.35765%;width:48.82117%}.wy-control-group .wy-form-halves:last-child,.wy-control-group .wy-form-halves:nth-of-type(2n){margin-right:0}.wy-control-group .wy-form-halves:nth-of-type(odd){clear:left}.wy-control-group .wy-form-thirds{float:left;display:block;margin-right:2.35765%;width:31.76157%}.wy-control-group .wy-form-thirds:last-child,.wy-control-group .wy-form-thirds:nth-of-type(3n){margin-right:0}.wy-control-group .wy-form-thirds:nth-of-type(3n+1){clear:left}.wy-control-group.wy-control-group-no-input .wy-control,.wy-control-no-input{margin:6px 0 0;font-size:90%}.wy-control-no-input{display:inline-block}.wy-control-group.fluid-input input[type=color],.wy-control-group.fluid-input input[type=date],.wy-control-group.fluid-input input[type=datetime-local],.wy-control-group.fluid-input input[type=datetime],.wy-control-group.fluid-input input[type=email],.wy-control-group.fluid-input input[type=month],.wy-control-group.fluid-input input[type=number],.wy-control-group.fluid-input input[type=password],.wy-control-group.fluid-input input[type=search],.wy-control-group.fluid-input input[type=tel],.wy-control-group.fluid-input input[type=text],.wy-control-group.fluid-input input[type=time],.wy-control-group.fluid-input input[type=url],.wy-control-group.fluid-input input[type=week]{width:100%}.wy-form-message-inline{padding-left:.3em;color:#666;font-size:90%}.wy-form-message{display:block;color:#999;font-size:70%;margin-top:.3125em;font-style:italic}.wy-form-message p{font-size:inherit;font-style:italic;margin-bottom:6px}.wy-form-message p:last-child{margin-bottom:0}input{line-height:normal}input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;*overflow:visible}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{-webkit-appearance:none;padding:6px;display:inline-block;border:1px solid #ccc;font-size:80%;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;box-shadow:inset 0 1px 3px #ddd;border-radius:0;-webkit-transition:border .3s linear;-moz-transition:border .3s linear;transition:border .3s linear}input[type=datetime-local]{padding:.34375em .625em}input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{padding:0;margin-right:.3125em;*height:13px;*width:13px}input[type=checkbox],input[type=radio],input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus{outline:0;outline:thin dotted\9;border-color:#333}input.no-focus:focus{border-color:#ccc!important}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:thin dotted #333;outline:1px auto #129fea}input[type=color][disabled],input[type=date][disabled],input[type=datetime-local][disabled],input[type=datetime][disabled],input[type=email][disabled],input[type=month][disabled],input[type=number][disabled],input[type=password][disabled],input[type=search][disabled],input[type=tel][disabled],input[type=text][disabled],input[type=time][disabled],input[type=url][disabled],input[type=week][disabled]{cursor:not-allowed;background-color:#fafafa}input:focus:invalid,select:focus:invalid,textarea:focus:invalid{color:#e74c3c;border:1px solid #e74c3c}input:focus:invalid:focus,select:focus:invalid:focus,textarea:focus:invalid:focus{border-color:#e74c3c}input[type=checkbox]:focus:invalid:focus,input[type=file]:focus:invalid:focus,input[type=radio]:focus:invalid:focus{outline-color:#e74c3c}input.wy-input-large{padding:12px;font-size:100%}textarea{overflow:auto;vertical-align:top;width:100%;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif}select,textarea{padding:.5em .625em;display:inline-block;border:1px solid #ccc;font-size:80%;box-shadow:inset 0 1px 3px #ddd;-webkit-transition:border .3s linear;-moz-transition:border .3s linear;transition:border .3s linear}select{border:1px solid #ccc;background-color:#fff}select[multiple]{height:auto}select:focus,textarea:focus{outline:0}input[readonly],select[disabled],select[readonly],textarea[disabled],textarea[readonly]{cursor:not-allowed;background-color:#fafafa}input[type=checkbox][disabled],input[type=radio][disabled]{cursor:not-allowed}.wy-checkbox,.wy-radio{margin:6px 0;color:#404040;display:block}.wy-checkbox input,.wy-radio input{vertical-align:baseline}.wy-form-message-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle}.wy-input-prefix,.wy-input-suffix{white-space:nowrap;padding:6px}.wy-input-prefix .wy-input-context,.wy-input-suffix .wy-input-context{line-height:27px;padding:0 8px;display:inline-block;font-size:80%;background-color:#f3f6f6;border:1px solid #ccc;color:#999}.wy-input-suffix .wy-input-context{border-left:0}.wy-input-prefix .wy-input-context{border-right:0}.wy-switch{position:relative;display:block;height:24px;margin-top:12px;cursor:pointer}.wy-switch:before{left:0;top:0;width:36px;height:12px;background:#ccc}.wy-switch:after,.wy-switch:before{position:absolute;content:"";display:block;border-radius:4px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wy-switch:after{width:18px;height:18px;background:#999;left:-3px;top:-3px}.wy-switch span{position:absolute;left:48px;display:block;font-size:12px;color:#ccc;line-height:1}.wy-switch.active:before{background:#1e8449}.wy-switch.active:after{left:24px;background:#27ae60}.wy-switch.disabled{cursor:not-allowed;opacity:.8}.wy-control-group.wy-control-group-error .wy-form-message,.wy-control-group.wy-control-group-error>label{color:#e74c3c}.wy-control-group.wy-control-group-error input[type=color],.wy-control-group.wy-control-group-error input[type=date],.wy-control-group.wy-control-group-error input[type=datetime-local],.wy-control-group.wy-control-group-error input[type=datetime],.wy-control-group.wy-control-group-error input[type=email],.wy-control-group.wy-control-group-error input[type=month],.wy-control-group.wy-control-group-error input[type=number],.wy-control-group.wy-control-group-error input[type=password],.wy-control-group.wy-control-group-error input[type=search],.wy-control-group.wy-control-group-error input[type=tel],.wy-control-group.wy-control-group-error input[type=text],.wy-control-group.wy-control-group-error input[type=time],.wy-control-group.wy-control-group-error input[type=url],.wy-control-group.wy-control-group-error input[type=week],.wy-control-group.wy-control-group-error textarea{border:1px solid #e74c3c}.wy-inline-validate{white-space:nowrap}.wy-inline-validate .wy-input-context{padding:.5em .625em;display:inline-block;font-size:80%}.wy-inline-validate.wy-inline-validate-success .wy-input-context{color:#27ae60}.wy-inline-validate.wy-inline-validate-danger .wy-input-context{color:#e74c3c}.wy-inline-validate.wy-inline-validate-warning .wy-input-context{color:#e67e22}.wy-inline-validate.wy-inline-validate-info .wy-input-context{color:#2980b9}.rotate-90{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.rotate-180{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.rotate-270{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.mirror{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1)}.mirror.rotate-90{-webkit-transform:scaleX(-1) rotate(90deg);-moz-transform:scaleX(-1) rotate(90deg);-ms-transform:scaleX(-1) rotate(90deg);-o-transform:scaleX(-1) rotate(90deg);transform:scaleX(-1) rotate(90deg)}.mirror.rotate-180{-webkit-transform:scaleX(-1) rotate(180deg);-moz-transform:scaleX(-1) rotate(180deg);-ms-transform:scaleX(-1) rotate(180deg);-o-transform:scaleX(-1) rotate(180deg);transform:scaleX(-1) rotate(180deg)}.mirror.rotate-270{-webkit-transform:scaleX(-1) rotate(270deg);-moz-transform:scaleX(-1) rotate(270deg);-ms-transform:scaleX(-1) rotate(270deg);-o-transform:scaleX(-1) rotate(270deg);transform:scaleX(-1) rotate(270deg)}@media only screen and (max-width:480px){.wy-form button[type=submit]{margin:.7em 0 0}.wy-form input[type=color],.wy-form input[type=date],.wy-form input[type=datetime-local],.wy-form input[type=datetime],.wy-form input[type=email],.wy-form input[type=month],.wy-form input[type=number],.wy-form input[type=password],.wy-form input[type=search],.wy-form input[type=tel],.wy-form input[type=text],.wy-form input[type=time],.wy-form input[type=url],.wy-form input[type=week],.wy-form label{margin-bottom:.3em;display:block}.wy-form input[type=color],.wy-form input[type=date],.wy-form input[type=datetime-local],.wy-form input[type=datetime],.wy-form input[type=email],.wy-form input[type=month],.wy-form input[type=number],.wy-form input[type=password],.wy-form input[type=search],.wy-form input[type=tel],.wy-form input[type=time],.wy-form input[type=url],.wy-form input[type=week]{margin-bottom:0}.wy-form-aligned .wy-control-group label{margin-bottom:.3em;text-align:left;display:block;width:100%}.wy-form-aligned .wy-control{margin:1.5em 0 0}.wy-form-message,.wy-form-message-inline,.wy-form .wy-help-inline{display:block;font-size:80%;padding:6px 0}}@media screen and (max-width:768px){.tablet-hide{display:none}}@media screen and (max-width:480px){.mobile-hide{display:none}}.float-left{float:left}.float-right{float:right}.full-width{width:100%}.rst-content table.docutils,.rst-content table.field-list,.wy-table{border-collapse:collapse;border-spacing:0;empty-cells:show;margin-bottom:24px}.rst-content table.docutils caption,.rst-content table.field-list caption,.wy-table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}.rst-content table.docutils td,.rst-content table.docutils th,.rst-content table.field-list td,.rst-content table.field-list th,.wy-table td,.wy-table th{font-size:90%;margin:0;overflow:visible;padding:8px 16px}.rst-content table.docutils td:first-child,.rst-content table.docutils th:first-child,.rst-content table.field-list td:first-child,.rst-content table.field-list th:first-child,.wy-table td:first-child,.wy-table th:first-child{border-left-width:0}.rst-content table.docutils thead,.rst-content table.field-list thead,.wy-table thead{color:#000;text-align:left;vertical-align:bottom;white-space:nowrap}.rst-content table.docutils thead th,.rst-content table.field-list thead th,.wy-table thead th{font-weight:700;border-bottom:2px solid #e1e4e5}.rst-content table.docutils td,.rst-content table.field-list td,.wy-table td{background-color:transparent;vertical-align:middle}.rst-content table.docutils td p,.rst-content table.field-list td p,.wy-table td p{line-height:18px}.rst-content table.docutils td p:last-child,.rst-content table.field-list td p:last-child,.wy-table td p:last-child{margin-bottom:0}.rst-content table.docutils .wy-table-cell-min,.rst-content table.field-list .wy-table-cell-min,.wy-table .wy-table-cell-min{width:1%;padding-right:0}.rst-content table.docutils .wy-table-cell-min input[type=checkbox],.rst-content table.field-list .wy-table-cell-min input[type=checkbox],.wy-table .wy-table-cell-min input[type=checkbox]{margin:0}.wy-table-secondary{color:grey;font-size:90%}.wy-table-tertiary{color:grey;font-size:80%}.rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td,.wy-table-backed,.wy-table-odd td,.wy-table-striped tr:nth-child(2n-1) td{background-color:#f3f6f6}.rst-content table.docutils,.wy-table-bordered-all{border:1px solid #e1e4e5}.rst-content table.docutils td,.wy-table-bordered-all td{border-bottom:1px solid #e1e4e5;border-left:1px solid #e1e4e5}.rst-content table.docutils tbody>tr:last-child td,.wy-table-bordered-all tbody>tr:last-child td{border-bottom-width:0}.wy-table-bordered{border:1px solid #e1e4e5}.wy-table-bordered-rows td{border-bottom:1px solid #e1e4e5}.wy-table-bordered-rows tbody>tr:last-child td{border-bottom-width:0}.wy-table-horizontal td,.wy-table-horizontal th{border-width:0 0 1px;border-bottom:1px solid #e1e4e5}.wy-table-horizontal tbody>tr:last-child td{border-bottom-width:0}.wy-table-responsive{margin-bottom:24px;max-width:100%;overflow:auto}.wy-table-responsive table{margin-bottom:0!important}.wy-table-responsive table td,.wy-table-responsive table th{white-space:nowrap}a{color:#2980b9;text-decoration:none;cursor:pointer}a:hover{color:#3091d1}a:visited{color:#9b59b6}html{height:100%}body,html{overflow-x:hidden}body{font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;font-weight:400;color:#404040;min-height:100%;background:#edf0f2}.wy-text-left{text-align:left}.wy-text-center{text-align:center}.wy-text-right{text-align:right}.wy-text-large{font-size:120%}.wy-text-normal{font-size:100%}.wy-text-small,small{font-size:80%}.wy-text-strike{text-decoration:line-through}.wy-text-warning{color:#e67e22!important}a.wy-text-warning:hover{color:#eb9950!important}.wy-text-info{color:#2980b9!important}a.wy-text-info:hover{color:#409ad5!important}.wy-text-success{color:#27ae60!important}a.wy-text-success:hover{color:#36d278!important}.wy-text-danger{color:#e74c3c!important}a.wy-text-danger:hover{color:#ed7669!important}.wy-text-neutral{color:#404040!important}a.wy-text-neutral:hover{color:#595959!important}.rst-content .toctree-wrapper>p.caption,h1,h2,h3,h4,h5,h6,legend{margin-top:0;font-weight:700;font-family:Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif}p{line-height:24px;font-size:16px;margin:0 0 24px}h1{font-size:175%}.rst-content .toctree-wrapper>p.caption,h2{font-size:150%}h3{font-size:125%}h4{font-size:115%}h5{font-size:110%}h6{font-size:100%}hr{display:block;height:1px;border:0;border-top:1px solid #e1e4e5;margin:24px 0;padding:0}.rst-content code,.rst-content tt,code{white-space:nowrap;max-width:100%;background:#fff;border:1px solid #e1e4e5;font-size:75%;padding:0 5px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;color:#e74c3c;overflow-x:auto}.rst-content tt.code-large,code.code-large{font-size:90%}.rst-content .section ul,.rst-content .toctree-wrapper ul,.rst-content section ul,.wy-plain-list-disc,article ul{list-style:disc;line-height:24px;margin-bottom:24px}.rst-content .section ul li,.rst-content .toctree-wrapper ul li,.rst-content section ul li,.wy-plain-list-disc li,article ul li{list-style:disc;margin-left:24px}.rst-content .section ul li p:last-child,.rst-content .section ul li ul,.rst-content .toctree-wrapper ul li p:last-child,.rst-content .toctree-wrapper ul li ul,.rst-content section ul li p:last-child,.rst-content section ul li ul,.wy-plain-list-disc li p:last-child,.wy-plain-list-disc li ul,article ul li p:last-child,article ul li ul{margin-bottom:0}.rst-content .section ul li li,.rst-content .toctree-wrapper ul li li,.rst-content section ul li li,.wy-plain-list-disc li li,article ul li li{list-style:circle}.rst-content .section ul li li li,.rst-content .toctree-wrapper ul li li li,.rst-content section ul li li li,.wy-plain-list-disc li li li,article ul li li li{list-style:square}.rst-content .section ul li ol li,.rst-content .toctree-wrapper ul li ol li,.rst-content section ul li ol li,.wy-plain-list-disc li ol li,article ul li ol li{list-style:decimal}.rst-content .section ol,.rst-content .section ol.arabic,.rst-content .toctree-wrapper ol,.rst-content .toctree-wrapper ol.arabic,.rst-content section ol,.rst-content section ol.arabic,.wy-plain-list-decimal,article ol{list-style:decimal;line-height:24px;margin-bottom:24px}.rst-content .section ol.arabic li,.rst-content .section ol li,.rst-content .toctree-wrapper ol.arabic li,.rst-content .toctree-wrapper ol li,.rst-content section ol.arabic li,.rst-content section ol li,.wy-plain-list-decimal li,article ol li{list-style:decimal;margin-left:24px}.rst-content .section ol.arabic li ul,.rst-content .section ol li p:last-child,.rst-content .section ol li ul,.rst-content .toctree-wrapper ol.arabic li ul,.rst-content .toctree-wrapper ol li p:last-child,.rst-content .toctree-wrapper ol li ul,.rst-content section ol.arabic li ul,.rst-content section ol li p:last-child,.rst-content section ol li ul,.wy-plain-list-decimal li p:last-child,.wy-plain-list-decimal li ul,article ol li p:last-child,article ol li ul{margin-bottom:0}.rst-content .section ol.arabic li ul li,.rst-content .section ol li ul li,.rst-content .toctree-wrapper ol.arabic li ul li,.rst-content .toctree-wrapper ol li ul li,.rst-content section ol.arabic li ul li,.rst-content section ol li ul li,.wy-plain-list-decimal li ul li,article ol li ul li{list-style:disc}.wy-breadcrumbs{*zoom:1}.wy-breadcrumbs:after,.wy-breadcrumbs:before{display:table;content:""}.wy-breadcrumbs:after{clear:both}.wy-breadcrumbs li{display:inline-block}.wy-breadcrumbs li.wy-breadcrumbs-aside{float:right}.wy-breadcrumbs li a{display:inline-block;padding:5px}.wy-breadcrumbs li a:first-child{padding-left:0}.rst-content .wy-breadcrumbs li tt,.wy-breadcrumbs li .rst-content tt,.wy-breadcrumbs li code{padding:5px;border:none;background:none}.rst-content .wy-breadcrumbs li tt.literal,.wy-breadcrumbs li .rst-content tt.literal,.wy-breadcrumbs li code.literal{color:#404040}.wy-breadcrumbs-extra{margin-bottom:0;color:#b3b3b3;font-size:80%;display:inline-block}@media screen and (max-width:480px){.wy-breadcrumbs-extra,.wy-breadcrumbs li.wy-breadcrumbs-aside{display:none}}@media print{.wy-breadcrumbs li.wy-breadcrumbs-aside{display:none}}html{font-size:16px}.wy-affix{position:fixed;top:1.618em}.wy-menu a:hover{text-decoration:none}.wy-menu-horiz{*zoom:1}.wy-menu-horiz:after,.wy-menu-horiz:before{display:table;content:""}.wy-menu-horiz:after{clear:both}.wy-menu-horiz li,.wy-menu-horiz ul{display:inline-block}.wy-menu-horiz li:hover{background:hsla(0,0%,100%,.1)}.wy-menu-horiz li.divide-left{border-left:1px solid #404040}.wy-menu-horiz li.divide-right{border-right:1px solid #404040}.wy-menu-horiz a{height:32px;display:inline-block;line-height:32px;padding:0 16px}.wy-menu-vertical{width:300px}.wy-menu-vertical header,.wy-menu-vertical p.caption{color:#55a5d9;height:32px;line-height:32px;padding:0 1.618em;margin:12px 0 0;display:block;font-weight:700;text-transform:uppercase;font-size:85%;white-space:nowrap}.wy-menu-vertical ul{margin-bottom:0}.wy-menu-vertical li.divide-top{border-top:1px solid #404040}.wy-menu-vertical li.divide-bottom{border-bottom:1px solid #404040}.wy-menu-vertical li.current{background:#e3e3e3}.wy-menu-vertical li.current a{color:grey;border-right:1px solid #c9c9c9;padding:.4045em 2.427em}.wy-menu-vertical li.current a:hover{background:#d6d6d6}.rst-content .wy-menu-vertical li tt,.wy-menu-vertical li .rst-content tt,.wy-menu-vertical li code{border:none;background:inherit;color:inherit;padding-left:0;padding-right:0}.wy-menu-vertical li button.toctree-expand{display:block;float:left;margin-left:-1.2em;line-height:18px;color:#4d4d4d;border:none;background:none;padding:0}.wy-menu-vertical li.current>a,.wy-menu-vertical li.on a{color:#404040;font-weight:700;position:relative;background:#fcfcfc;border:none;padding:.4045em 1.618em}.wy-menu-vertical li.current>a:hover,.wy-menu-vertical li.on a:hover{background:#fcfcfc}.wy-menu-vertical li.current>a:hover button.toctree-expand,.wy-menu-vertical li.on a:hover button.toctree-expand{color:grey}.wy-menu-vertical li.current>a button.toctree-expand,.wy-menu-vertical li.on a button.toctree-expand{display:block;line-height:18px;color:#333}.wy-menu-vertical li.toctree-l1.current>a{border-bottom:1px solid #c9c9c9;border-top:1px solid #c9c9c9}.wy-menu-vertical .toctree-l1.current .toctree-l2>ul,.wy-menu-vertical .toctree-l2.current .toctree-l3>ul,.wy-menu-vertical .toctree-l3.current .toctree-l4>ul,.wy-menu-vertical .toctree-l4.current .toctree-l5>ul,.wy-menu-vertical .toctree-l5.current .toctree-l6>ul,.wy-menu-vertical .toctree-l6.current .toctree-l7>ul,.wy-menu-vertical .toctree-l7.current .toctree-l8>ul,.wy-menu-vertical .toctree-l8.current .toctree-l9>ul,.wy-menu-vertical .toctree-l9.current .toctree-l10>ul,.wy-menu-vertical .toctree-l10.current .toctree-l11>ul{display:none}.wy-menu-vertical .toctree-l1.current .current.toctree-l2>ul,.wy-menu-vertical .toctree-l2.current .current.toctree-l3>ul,.wy-menu-vertical .toctree-l3.current .current.toctree-l4>ul,.wy-menu-vertical .toctree-l4.current .current.toctree-l5>ul,.wy-menu-vertical .toctree-l5.current .current.toctree-l6>ul,.wy-menu-vertical .toctree-l6.current .current.toctree-l7>ul,.wy-menu-vertical .toctree-l7.current .current.toctree-l8>ul,.wy-menu-vertical .toctree-l8.current .current.toctree-l9>ul,.wy-menu-vertical .toctree-l9.current .current.toctree-l10>ul,.wy-menu-vertical .toctree-l10.current .current.toctree-l11>ul{display:block}.wy-menu-vertical li.toctree-l3,.wy-menu-vertical li.toctree-l4{font-size:.9em}.wy-menu-vertical li.toctree-l2 a,.wy-menu-vertical li.toctree-l3 a,.wy-menu-vertical li.toctree-l4 a,.wy-menu-vertical li.toctree-l5 a,.wy-menu-vertical li.toctree-l6 a,.wy-menu-vertical li.toctree-l7 a,.wy-menu-vertical li.toctree-l8 a,.wy-menu-vertical li.toctree-l9 a,.wy-menu-vertical li.toctree-l10 a{color:#404040}.wy-menu-vertical li.toctree-l2 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l3 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l4 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l5 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l6 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l7 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l8 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l9 a:hover button.toctree-expand,.wy-menu-vertical li.toctree-l10 a:hover button.toctree-expand{color:grey}.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a,.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a,.wy-menu-vertical li.toctree-l4.current li.toctree-l5>a,.wy-menu-vertical li.toctree-l5.current li.toctree-l6>a,.wy-menu-vertical li.toctree-l6.current li.toctree-l7>a,.wy-menu-vertical li.toctree-l7.current li.toctree-l8>a,.wy-menu-vertical li.toctree-l8.current li.toctree-l9>a,.wy-menu-vertical li.toctree-l9.current li.toctree-l10>a,.wy-menu-vertical li.toctree-l10.current li.toctree-l11>a{display:block}.wy-menu-vertical li.toctree-l2.current>a{padding:.4045em 2.427em}.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{padding:.4045em 1.618em .4045em 4.045em}.wy-menu-vertical li.toctree-l3.current>a{padding:.4045em 4.045em}.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a{padding:.4045em 1.618em .4045em 5.663em}.wy-menu-vertical li.toctree-l4.current>a{padding:.4045em 5.663em}.wy-menu-vertical li.toctree-l4.current li.toctree-l5>a{padding:.4045em 1.618em .4045em 7.281em}.wy-menu-vertical li.toctree-l5.current>a{padding:.4045em 7.281em}.wy-menu-vertical li.toctree-l5.current li.toctree-l6>a{padding:.4045em 1.618em .4045em 8.899em}.wy-menu-vertical li.toctree-l6.current>a{padding:.4045em 8.899em}.wy-menu-vertical li.toctree-l6.current li.toctree-l7>a{padding:.4045em 1.618em .4045em 10.517em}.wy-menu-vertical li.toctree-l7.current>a{padding:.4045em 10.517em}.wy-menu-vertical li.toctree-l7.current li.toctree-l8>a{padding:.4045em 1.618em .4045em 12.135em}.wy-menu-vertical li.toctree-l8.current>a{padding:.4045em 12.135em}.wy-menu-vertical li.toctree-l8.current li.toctree-l9>a{padding:.4045em 1.618em .4045em 13.753em}.wy-menu-vertical li.toctree-l9.current>a{padding:.4045em 13.753em}.wy-menu-vertical li.toctree-l9.current li.toctree-l10>a{padding:.4045em 1.618em .4045em 15.371em}.wy-menu-vertical li.toctree-l10.current>a{padding:.4045em 15.371em}.wy-menu-vertical li.toctree-l10.current li.toctree-l11>a{padding:.4045em 1.618em .4045em 16.989em}.wy-menu-vertical li.toctree-l2.current>a,.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a{background:#c9c9c9}.wy-menu-vertical li.toctree-l2 button.toctree-expand{color:#a3a3a3}.wy-menu-vertical li.toctree-l3.current>a,.wy-menu-vertical li.toctree-l3.current li.toctree-l4>a{background:#bdbdbd}.wy-menu-vertical li.toctree-l3 button.toctree-expand{color:#969696}.wy-menu-vertical li.current ul{display:block}.wy-menu-vertical li ul{margin-bottom:0;display:none}.wy-menu-vertical li ul li a{margin-bottom:0;color:#d9d9d9;font-weight:400}.wy-menu-vertical a{line-height:18px;padding:.4045em 1.618em;display:block;position:relative;font-size:90%;color:#d9d9d9}.wy-menu-vertical a:hover{background-color:#4e4a4a;cursor:pointer}.wy-menu-vertical a:hover button.toctree-expand{color:#d9d9d9}.wy-menu-vertical a:active{background-color:#2980b9;cursor:pointer;color:#fff}.wy-menu-vertical a:active button.toctree-expand{color:#fff}.wy-side-nav-search{display:block;width:300px;padding:.809em;margin-bottom:.809em;z-index:200;background-color:#2980b9;text-align:center;color:#fcfcfc}.wy-side-nav-search input[type=text]{width:100%;border-radius:50px;padding:6px 12px;border-color:#2472a4}.wy-side-nav-search img{display:block;margin:auto auto .809em;height:45px;width:45px;background-color:#2980b9;padding:5px;border-radius:100%}.wy-side-nav-search .wy-dropdown>a,.wy-side-nav-search>a{color:#fcfcfc;font-size:100%;font-weight:700;display:inline-block;padding:4px 6px;margin-bottom:.809em;max-width:100%}.wy-side-nav-search .wy-dropdown>a:hover,.wy-side-nav-search>a:hover{background:hsla(0,0%,100%,.1)}.wy-side-nav-search .wy-dropdown>a img.logo,.wy-side-nav-search>a img.logo{display:block;margin:0 auto;height:auto;width:auto;border-radius:0;max-width:100%;background:transparent}.wy-side-nav-search .wy-dropdown>a.icon img.logo,.wy-side-nav-search>a.icon img.logo{margin-top:.85em}.wy-side-nav-search>div.version{margin-top:-.4045em;margin-bottom:.809em;font-weight:400;color:hsla(0,0%,100%,.3)}.wy-nav .wy-menu-vertical header{color:#2980b9}.wy-nav .wy-menu-vertical a{color:#b3b3b3}.wy-nav .wy-menu-vertical a:hover{background-color:#2980b9;color:#fff}[data-menu-wrap]{-webkit-transition:all .2s ease-in;-moz-transition:all .2s ease-in;transition:all .2s ease-in;position:absolute;opacity:1;width:100%;opacity:0}[data-menu-wrap].move-center{left:0;right:auto;opacity:1}[data-menu-wrap].move-left{right:auto;left:-100%;opacity:0}[data-menu-wrap].move-right{right:-100%;left:auto;opacity:0}.wy-body-for-nav{background:#fcfcfc}.wy-grid-for-nav{position:absolute;width:100%;height:100%}.wy-nav-side{position:fixed;top:0;bottom:0;left:0;padding-bottom:2em;width:300px;overflow-x:hidden;overflow-y:hidden;min-height:100%;color:#9b9b9b;background:#343131;z-index:200}.wy-side-scroll{width:320px;position:relative;overflow-x:hidden;overflow-y:scroll;height:100%}.wy-nav-top{display:none;background:#2980b9;color:#fff;padding:.4045em .809em;position:relative;line-height:50px;text-align:center;font-size:100%;*zoom:1}.wy-nav-top:after,.wy-nav-top:before{display:table;content:""}.wy-nav-top:after{clear:both}.wy-nav-top a{color:#fff;font-weight:700}.wy-nav-top img{margin-right:12px;height:45px;width:45px;background-color:#2980b9;padding:5px;border-radius:100%}.wy-nav-top i{font-size:30px;float:left;cursor:pointer;padding-top:inherit}.wy-nav-content-wrap{margin-left:300px;background:#fcfcfc;min-height:100%}.wy-nav-content{padding:1.618em 3.236em;height:100%;max-width:800px;margin:auto}.wy-body-mask{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.2);display:none;z-index:499}.wy-body-mask.on{display:block}footer{color:grey}footer p{margin-bottom:12px}.rst-content footer span.commit tt,footer span.commit .rst-content tt,footer span.commit code{padding:0;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;font-size:1em;background:none;border:none;color:grey}.rst-footer-buttons{*zoom:1}.rst-footer-buttons:after,.rst-footer-buttons:before{width:100%;display:table;content:""}.rst-footer-buttons:after{clear:both}.rst-breadcrumbs-buttons{margin-top:12px;*zoom:1}.rst-breadcrumbs-buttons:after,.rst-breadcrumbs-buttons:before{display:table;content:""}.rst-breadcrumbs-buttons:after{clear:both}#search-results .search li{margin-bottom:24px;border-bottom:1px solid #e1e4e5;padding-bottom:24px}#search-results .search li:first-child{border-top:1px solid #e1e4e5;padding-top:24px}#search-results .search li a{font-size:120%;margin-bottom:12px;display:inline-block}#search-results .context{color:grey;font-size:90%}.genindextable li>ul{margin-left:24px}@media screen and (max-width:768px){.wy-body-for-nav{background:#fcfcfc}.wy-nav-top{display:block}.wy-nav-side{left:-300px}.wy-nav-side.shift{width:85%;left:0}.wy-menu.wy-menu-vertical,.wy-side-nav-search,.wy-side-scroll{width:auto}.wy-nav-content-wrap{margin-left:0}.wy-nav-content-wrap .wy-nav-content{padding:1.618em}.wy-nav-content-wrap.shift{position:fixed;min-width:100%;left:85%;top:0;height:100%;overflow:hidden}}@media screen and (min-width:1100px){.wy-nav-content-wrap{background:rgba(0,0,0,.05)}.wy-nav-content{margin:0;background:#fcfcfc}}@media print{.rst-versions,.wy-nav-side,footer{display:none}.wy-nav-content-wrap{margin-left:0}}.rst-versions{position:fixed;bottom:0;left:0;width:300px;color:#fcfcfc;background:#1f1d1d;font-family:Lato,proxima-nova,Helvetica Neue,Arial,sans-serif;z-index:400}.rst-versions a{color:#2980b9;text-decoration:none}.rst-versions .rst-badge-small{display:none}.rst-versions .rst-current-version{padding:12px;background-color:#272525;display:block;text-align:right;font-size:90%;cursor:pointer;color:#27ae60;*zoom:1}.rst-versions .rst-current-version:after,.rst-versions .rst-current-version:before{display:table;content:""}.rst-versions .rst-current-version:after{clear:both}.rst-content .code-block-caption .rst-versions .rst-current-version .headerlink,.rst-content .eqno .rst-versions .rst-current-version .headerlink,.rst-content .rst-versions .rst-current-version .admonition-title,.rst-content code.download .rst-versions .rst-current-version span:first-child,.rst-content dl dt .rst-versions .rst-current-version .headerlink,.rst-content h1 .rst-versions .rst-current-version .headerlink,.rst-content h2 .rst-versions .rst-current-version .headerlink,.rst-content h3 .rst-versions .rst-current-version .headerlink,.rst-content h4 .rst-versions .rst-current-version .headerlink,.rst-content h5 .rst-versions .rst-current-version .headerlink,.rst-content h6 .rst-versions .rst-current-version .headerlink,.rst-content p .rst-versions .rst-current-version .headerlink,.rst-content table>caption .rst-versions .rst-current-version .headerlink,.rst-content tt.download .rst-versions .rst-current-version span:first-child,.rst-versions .rst-current-version .fa,.rst-versions .rst-current-version .icon,.rst-versions .rst-current-version .rst-content .admonition-title,.rst-versions .rst-current-version .rst-content .code-block-caption .headerlink,.rst-versions .rst-current-version .rst-content .eqno .headerlink,.rst-versions .rst-current-version .rst-content code.download span:first-child,.rst-versions .rst-current-version .rst-content dl dt .headerlink,.rst-versions .rst-current-version .rst-content h1 .headerlink,.rst-versions .rst-current-version .rst-content h2 .headerlink,.rst-versions .rst-current-version .rst-content h3 .headerlink,.rst-versions .rst-current-version .rst-content h4 .headerlink,.rst-versions .rst-current-version .rst-content h5 .headerlink,.rst-versions .rst-current-version .rst-content h6 .headerlink,.rst-versions .rst-current-version .rst-content p .headerlink,.rst-versions .rst-current-version .rst-content table>caption .headerlink,.rst-versions .rst-current-version .rst-content tt.download span:first-child,.rst-versions .rst-current-version .wy-menu-vertical li button.toctree-expand,.wy-menu-vertical li .rst-versions .rst-current-version button.toctree-expand{color:#fcfcfc}.rst-versions .rst-current-version .fa-book,.rst-versions .rst-current-version .icon-book{float:left}.rst-versions .rst-current-version.rst-out-of-date{background-color:#e74c3c;color:#fff}.rst-versions .rst-current-version.rst-active-old-version{background-color:#f1c40f;color:#000}.rst-versions.shift-up{height:auto;max-height:100%;overflow-y:scroll}.rst-versions.shift-up .rst-other-versions{display:block}.rst-versions .rst-other-versions{font-size:90%;padding:12px;color:grey;display:none}.rst-versions .rst-other-versions hr{display:block;height:1px;border:0;margin:20px 0;padding:0;border-top:1px solid #413d3d}.rst-versions .rst-other-versions dd{display:inline-block;margin:0}.rst-versions .rst-other-versions dd a{display:inline-block;padding:6px;color:#fcfcfc}.rst-versions.rst-badge{width:auto;bottom:20px;right:20px;left:auto;border:none;max-width:300px;max-height:90%}.rst-versions.rst-badge .fa-book,.rst-versions.rst-badge .icon-book{float:none;line-height:30px}.rst-versions.rst-badge.shift-up .rst-current-version{text-align:right}.rst-versions.rst-badge.shift-up .rst-current-version .fa-book,.rst-versions.rst-badge.shift-up .rst-current-version .icon-book{float:left}.rst-versions.rst-badge>.rst-current-version{width:auto;height:30px;line-height:30px;padding:0 6px;display:block;text-align:center}@media screen and (max-width:768px){.rst-versions{width:85%;display:none}.rst-versions.shift{display:block}}.rst-content .toctree-wrapper>p.caption,.rst-content h1,.rst-content h2,.rst-content h3,.rst-content h4,.rst-content h5,.rst-content h6{margin-bottom:24px}.rst-content img{max-width:100%;height:auto}.rst-content div.figure,.rst-content figure{margin-bottom:24px}.rst-content div.figure .caption-text,.rst-content figure .caption-text{font-style:italic}.rst-content div.figure p:last-child.caption,.rst-content figure p:last-child.caption{margin-bottom:0}.rst-content div.figure.align-center,.rst-content figure.align-center{text-align:center}.rst-content .section>a>img,.rst-content .section>img,.rst-content section>a>img,.rst-content section>img{margin-bottom:24px}.rst-content abbr[title]{text-decoration:none}.rst-content.style-external-links a.reference.external:after{font-family:FontAwesome;content:"\f08e";color:#b3b3b3;vertical-align:super;font-size:60%;margin:0 .2em}.rst-content blockquote{margin-left:24px;line-height:24px;margin-bottom:24px}.rst-content pre.literal-block{white-space:pre;margin:0;padding:12px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;display:block;overflow:auto}.rst-content div[class^=highlight],.rst-content pre.literal-block{border:1px solid #e1e4e5;overflow-x:auto;margin:1px 0 24px}.rst-content div[class^=highlight] div[class^=highlight],.rst-content pre.literal-block div[class^=highlight]{padding:0;border:none;margin:0}.rst-content div[class^=highlight] td.code{width:100%}.rst-content .linenodiv pre{border-right:1px solid #e6e9ea;margin:0;padding:12px;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;user-select:none;pointer-events:none}.rst-content div[class^=highlight] pre{white-space:pre;margin:0;padding:12px;display:block;overflow:auto}.rst-content div[class^=highlight] pre .hll{display:block;margin:0 -12px;padding:0 12px}.rst-content .linenodiv pre,.rst-content div[class^=highlight] pre,.rst-content pre.literal-block{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;font-size:12px;line-height:1.4}.rst-content div.highlight .gp,.rst-content div.highlight span.linenos{user-select:none;pointer-events:none}.rst-content div.highlight span.linenos{display:inline-block;padding-left:0;padding-right:12px;margin-right:12px;border-right:1px solid #e6e9ea}.rst-content .code-block-caption{font-style:italic;font-size:85%;line-height:1;padding:1em 0;text-align:center}@media print{.rst-content .codeblock,.rst-content div[class^=highlight],.rst-content div[class^=highlight] pre{white-space:pre-wrap}}.rst-content .admonition,.rst-content .admonition-todo,.rst-content .attention,.rst-content .caution,.rst-content .danger,.rst-content .error,.rst-content .hint,.rst-content .important,.rst-content .note,.rst-content .seealso,.rst-content .tip,.rst-content .warning{clear:both}.rst-content .admonition-todo .last,.rst-content .admonition-todo>:last-child,.rst-content .admonition .last,.rst-content .admonition>:last-child,.rst-content .attention .last,.rst-content .attention>:last-child,.rst-content .caution .last,.rst-content .caution>:last-child,.rst-content .danger .last,.rst-content .danger>:last-child,.rst-content .error .last,.rst-content .error>:last-child,.rst-content .hint .last,.rst-content .hint>:last-child,.rst-content .important .last,.rst-content .important>:last-child,.rst-content .note .last,.rst-content .note>:last-child,.rst-content .seealso .last,.rst-content .seealso>:last-child,.rst-content .tip .last,.rst-content .tip>:last-child,.rst-content .warning .last,.rst-content .warning>:last-child{margin-bottom:0}.rst-content .admonition-title:before{margin-right:4px}.rst-content .admonition table{border-color:rgba(0,0,0,.1)}.rst-content .admonition table td,.rst-content .admonition table th{background:transparent!important;border-color:rgba(0,0,0,.1)!important}.rst-content .section ol.loweralpha,.rst-content .section ol.loweralpha>li,.rst-content .toctree-wrapper ol.loweralpha,.rst-content .toctree-wrapper ol.loweralpha>li,.rst-content section ol.loweralpha,.rst-content section ol.loweralpha>li{list-style:lower-alpha}.rst-content .section ol.upperalpha,.rst-content .section ol.upperalpha>li,.rst-content .toctree-wrapper ol.upperalpha,.rst-content .toctree-wrapper ol.upperalpha>li,.rst-content section ol.upperalpha,.rst-content section ol.upperalpha>li{list-style:upper-alpha}.rst-content .section ol li>*,.rst-content .section ul li>*,.rst-content .toctree-wrapper ol li>*,.rst-content .toctree-wrapper ul li>*,.rst-content section ol li>*,.rst-content section ul li>*{margin-top:12px;margin-bottom:12px}.rst-content .section ol li>:first-child,.rst-content .section ul li>:first-child,.rst-content .toctree-wrapper ol li>:first-child,.rst-content .toctree-wrapper ul li>:first-child,.rst-content section ol li>:first-child,.rst-content section ul li>:first-child{margin-top:0}.rst-content .section ol li>p,.rst-content .section ol li>p:last-child,.rst-content .section ul li>p,.rst-content .section ul li>p:last-child,.rst-content .toctree-wrapper ol li>p,.rst-content .toctree-wrapper ol li>p:last-child,.rst-content .toctree-wrapper ul li>p,.rst-content .toctree-wrapper ul li>p:last-child,.rst-content section ol li>p,.rst-content section ol li>p:last-child,.rst-content section ul li>p,.rst-content section ul li>p:last-child{margin-bottom:12px}.rst-content .section ol li>p:only-child,.rst-content .section ol li>p:only-child:last-child,.rst-content .section ul li>p:only-child,.rst-content .section ul li>p:only-child:last-child,.rst-content .toctree-wrapper ol li>p:only-child,.rst-content .toctree-wrapper ol li>p:only-child:last-child,.rst-content .toctree-wrapper ul li>p:only-child,.rst-content .toctree-wrapper ul li>p:only-child:last-child,.rst-content section ol li>p:only-child,.rst-content section ol li>p:only-child:last-child,.rst-content section ul li>p:only-child,.rst-content section ul li>p:only-child:last-child{margin-bottom:0}.rst-content .section ol li>ol,.rst-content .section ol li>ul,.rst-content .section ul li>ol,.rst-content .section ul li>ul,.rst-content .toctree-wrapper ol li>ol,.rst-content .toctree-wrapper ol li>ul,.rst-content .toctree-wrapper ul li>ol,.rst-content .toctree-wrapper ul li>ul,.rst-content section ol li>ol,.rst-content section ol li>ul,.rst-content section ul li>ol,.rst-content section ul li>ul{margin-bottom:12px}.rst-content .section ol.simple li>*,.rst-content .section ol.simple li ol,.rst-content .section ol.simple li ul,.rst-content .section ul.simple li>*,.rst-content .section ul.simple li ol,.rst-content .section ul.simple li ul,.rst-content .toctree-wrapper ol.simple li>*,.rst-content .toctree-wrapper ol.simple li ol,.rst-content .toctree-wrapper ol.simple li ul,.rst-content .toctree-wrapper ul.simple li>*,.rst-content .toctree-wrapper ul.simple li ol,.rst-content .toctree-wrapper ul.simple li ul,.rst-content section ol.simple li>*,.rst-content section ol.simple li ol,.rst-content section ol.simple li ul,.rst-content section ul.simple li>*,.rst-content section ul.simple li ol,.rst-content section ul.simple li ul{margin-top:0;margin-bottom:0}.rst-content .line-block{margin-left:0;margin-bottom:24px;line-height:24px}.rst-content .line-block .line-block{margin-left:24px;margin-bottom:0}.rst-content .topic-title{font-weight:700;margin-bottom:12px}.rst-content .toc-backref{color:#404040}.rst-content .align-right{float:right;margin:0 0 24px 24px}.rst-content .align-left{float:left;margin:0 24px 24px 0}.rst-content .align-center{margin:auto}.rst-content .align-center:not(table){display:block}.rst-content .code-block-caption .headerlink,.rst-content .eqno .headerlink,.rst-content .toctree-wrapper>p.caption .headerlink,.rst-content dl dt .headerlink,.rst-content h1 .headerlink,.rst-content h2 .headerlink,.rst-content h3 .headerlink,.rst-content h4 .headerlink,.rst-content h5 .headerlink,.rst-content h6 .headerlink,.rst-content p.caption .headerlink,.rst-content p .headerlink,.rst-content table>caption .headerlink{opacity:0;font-size:14px;font-family:FontAwesome;margin-left:.5em}.rst-content .code-block-caption .headerlink:focus,.rst-content .code-block-caption:hover .headerlink,.rst-content .eqno .headerlink:focus,.rst-content .eqno:hover .headerlink,.rst-content .toctree-wrapper>p.caption .headerlink:focus,.rst-content .toctree-wrapper>p.caption:hover .headerlink,.rst-content dl dt .headerlink:focus,.rst-content dl dt:hover .headerlink,.rst-content h1 .headerlink:focus,.rst-content h1:hover .headerlink,.rst-content h2 .headerlink:focus,.rst-content h2:hover .headerlink,.rst-content h3 .headerlink:focus,.rst-content h3:hover .headerlink,.rst-content h4 .headerlink:focus,.rst-content h4:hover .headerlink,.rst-content h5 .headerlink:focus,.rst-content h5:hover .headerlink,.rst-content h6 .headerlink:focus,.rst-content h6:hover .headerlink,.rst-content p.caption .headerlink:focus,.rst-content p.caption:hover .headerlink,.rst-content p .headerlink:focus,.rst-content p:hover .headerlink,.rst-content table>caption .headerlink:focus,.rst-content table>caption:hover .headerlink{opacity:1}.rst-content .btn:focus{outline:2px solid}.rst-content table>caption .headerlink:after{font-size:12px}.rst-content .centered{text-align:center}.rst-content .sidebar{float:right;width:40%;display:block;margin:0 0 24px 24px;padding:24px;background:#f3f6f6;border:1px solid #e1e4e5}.rst-content .sidebar dl,.rst-content .sidebar p,.rst-content .sidebar ul{font-size:90%}.rst-content .sidebar .last,.rst-content .sidebar>:last-child{margin-bottom:0}.rst-content .sidebar .sidebar-title{display:block;font-family:Roboto Slab,ff-tisa-web-pro,Georgia,Arial,sans-serif;font-weight:700;background:#e1e4e5;padding:6px 12px;margin:-24px -24px 24px;font-size:100%}.rst-content .highlighted{background:#f1c40f;box-shadow:0 0 0 2px #f1c40f;display:inline;font-weight:700}.rst-content .citation-reference,.rst-content .footnote-reference{vertical-align:baseline;position:relative;top:-.4em;line-height:0;font-size:90%}.rst-content .hlist{width:100%}.rst-content dl dt span.classifier:before{content:" : "}.rst-content dl dt span.classifier-delimiter{display:none!important}html.writer-html4 .rst-content table.docutils.citation,html.writer-html4 .rst-content table.docutils.footnote{background:none;border:none}html.writer-html4 .rst-content table.docutils.citation td,html.writer-html4 .rst-content table.docutils.citation tr,html.writer-html4 .rst-content table.docutils.footnote td,html.writer-html4 .rst-content table.docutils.footnote tr{border:none;background-color:transparent!important;white-space:normal}html.writer-html4 .rst-content table.docutils.citation td.label,html.writer-html4 .rst-content table.docutils.footnote td.label{padding-left:0;padding-right:0;vertical-align:top}html.writer-html5 .rst-content dl.field-list,html.writer-html5 .rst-content dl.footnote{display:grid;grid-template-columns:max-content auto}html.writer-html5 .rst-content dl.field-list>dt,html.writer-html5 .rst-content dl.footnote>dt{padding-left:1rem}html.writer-html5 .rst-content dl.field-list>dt:after,html.writer-html5 .rst-content dl.footnote>dt:after{content:":"}html.writer-html5 .rst-content dl.field-list>dd,html.writer-html5 .rst-content dl.field-list>dt,html.writer-html5 .rst-content dl.footnote>dd,html.writer-html5 .rst-content dl.footnote>dt{margin-bottom:0}html.writer-html5 .rst-content dl.footnote{font-size:.9rem}html.writer-html5 .rst-content dl.footnote>dt{margin:0 .5rem .5rem 0;line-height:1.2rem;word-break:break-all;font-weight:400}html.writer-html5 .rst-content dl.footnote>dt>span.brackets{margin-right:.5rem}html.writer-html5 .rst-content dl.footnote>dt>span.brackets:before{content:"["}html.writer-html5 .rst-content dl.footnote>dt>span.brackets:after{content:"]"}html.writer-html5 .rst-content dl.footnote>dt>span.fn-backref{font-style:italic}html.writer-html5 .rst-content dl.footnote>dd{margin:0 0 .5rem;line-height:1.2rem}html.writer-html5 .rst-content dl.footnote>dd p,html.writer-html5 .rst-content dl.option-list kbd{font-size:.9rem}.rst-content table.docutils.footnote,html.writer-html4 .rst-content table.docutils.citation,html.writer-html5 .rst-content dl.footnote{color:grey}.rst-content table.docutils.footnote code,.rst-content table.docutils.footnote tt,html.writer-html4 .rst-content table.docutils.citation code,html.writer-html4 .rst-content table.docutils.citation tt,html.writer-html5 .rst-content dl.footnote code,html.writer-html5 .rst-content dl.footnote tt{color:#555}.rst-content .wy-table-responsive.citation,.rst-content .wy-table-responsive.footnote{margin-bottom:0}.rst-content .wy-table-responsive.citation+:not(.citation),.rst-content .wy-table-responsive.footnote+:not(.footnote){margin-top:24px}.rst-content .wy-table-responsive.citation:last-child,.rst-content .wy-table-responsive.footnote:last-child{margin-bottom:24px}.rst-content table.docutils th{border-color:#e1e4e5}html.writer-html5 .rst-content table.docutils th{border:1px solid #e1e4e5}html.writer-html5 .rst-content table.docutils td>p,html.writer-html5 .rst-content table.docutils th>p{line-height:1rem;margin-bottom:0;font-size:.9rem}.rst-content table.docutils td .last,.rst-content table.docutils td .last>:last-child{margin-bottom:0}.rst-content table.field-list,.rst-content table.field-list td{border:none}.rst-content table.field-list td p{font-size:inherit;line-height:inherit}.rst-content table.field-list td>strong{display:inline-block}.rst-content table.field-list .field-name{padding-right:10px;text-align:left;white-space:nowrap}.rst-content table.field-list .field-body{text-align:left}.rst-content code,.rst-content tt{color:#000;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;padding:2px 5px}.rst-content code big,.rst-content code em,.rst-content tt big,.rst-content tt em{font-size:100%!important;line-height:normal}.rst-content code.literal,.rst-content tt.literal{color:#e74c3c;white-space:normal}.rst-content code.xref,.rst-content tt.xref,a .rst-content code,a .rst-content tt{font-weight:700;color:#404040}.rst-content kbd,.rst-content pre,.rst-content samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace}.rst-content a code,.rst-content a tt{color:#2980b9}.rst-content dl{margin-bottom:24px}.rst-content dl dt{font-weight:700;margin-bottom:12px}.rst-content dl ol,.rst-content dl p,.rst-content dl table,.rst-content dl ul{margin-bottom:12px}.rst-content dl dd{margin:0 0 12px 24px;line-height:24px}html.writer-html4 .rst-content dl:not(.docutils),html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple){margin-bottom:24px}html.writer-html4 .rst-content dl:not(.docutils)>dt,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt{display:table;margin:6px 0;font-size:90%;line-height:normal;background:#e7f2fa;color:#2980b9;border-top:3px solid #6ab0de;padding:6px;position:relative}html.writer-html4 .rst-content dl:not(.docutils)>dt:before,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt:before{color:#6ab0de}html.writer-html4 .rst-content dl:not(.docutils)>dt .headerlink,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt .headerlink{color:#404040;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list)>dt,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl:not(.field-list)>dt{margin-bottom:6px;border:none;border-left:3px solid #ccc;background:#f0f0f0;color:#555}html.writer-html4 .rst-content dl:not(.docutils) dl:not(.field-list)>dt .headerlink,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dl:not(.field-list)>dt .headerlink{color:#404040;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils)>dt:first-child,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt:first-child{margin-top:0}html.writer-html4 .rst-content dl:not(.docutils) code.descclassname,html.writer-html4 .rst-content dl:not(.docutils) code.descname,html.writer-html4 .rst-content dl:not(.docutils) tt.descclassname,html.writer-html4 .rst-content dl:not(.docutils) tt.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code.descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) tt.descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) tt.descname{background-color:transparent;border:none;padding:0;font-size:100%!important}html.writer-html4 .rst-content dl:not(.docutils) code.descname,html.writer-html4 .rst-content dl:not(.docutils) tt.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) code.descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) tt.descname{font-weight:700}html.writer-html4 .rst-content dl:not(.docutils) .optional,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .optional{display:inline-block;padding:0 4px;color:#000;font-weight:700}html.writer-html4 .rst-content dl:not(.docutils) .property,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .property{display:inline-block;padding-right:8px;max-width:100%}html.writer-html4 .rst-content dl:not(.docutils) .k,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .k{font-style:italic}html.writer-html4 .rst-content dl:not(.docutils) .descclassname,html.writer-html4 .rst-content dl:not(.docutils) .descname,html.writer-html4 .rst-content dl:not(.docutils) .sig-name,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .descclassname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .descname,html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) .sig-name{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,Courier,monospace;color:#000}.rst-content .viewcode-back,.rst-content .viewcode-link{display:inline-block;color:#27ae60;font-size:80%;padding-left:24px}.rst-content .viewcode-back{display:block;float:right}.rst-content p.rubric{margin-bottom:12px;font-weight:700}.rst-content code.download,.rst-content tt.download{background:inherit;padding:inherit;font-weight:400;font-family:inherit;font-size:inherit;color:inherit;border:inherit;white-space:inherit}.rst-content code.download span:first-child,.rst-content tt.download span:first-child{-webkit-font-smoothing:subpixel-antialiased}.rst-content code.download span:first-child:before,.rst-content tt.download span:first-child:before{margin-right:4px}.rst-content .guilabel{border:1px solid #7fbbe3;background:#e7f2fa;font-size:80%;font-weight:700;border-radius:4px;padding:2.4px 6px;margin:auto 2px}.rst-content .versionmodified{font-style:italic}@media screen and (max-width:480px){.rst-content .sidebar{width:100%}}span[id*=MathJax-Span]{color:#404040}.math{text-align:center}@font-face{font-family:Lato;src:url(fonts/lato-normal.woff2?bd03a2cc277bbbc338d464e679fe9942) format("woff2"),url(fonts/lato-normal.woff?27bd77b9162d388cb8d4c4217c7c5e2a) format("woff");font-weight:400;font-style:normal;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-bold.woff2?cccb897485813c7c256901dbca54ecf2) format("woff2"),url(fonts/lato-bold.woff?d878b6c29b10beca227e9eef4246111b) format("woff");font-weight:700;font-style:normal;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-bold-italic.woff2?0b6bb6725576b072c5d0b02ecdd1900d) format("woff2"),url(fonts/lato-bold-italic.woff?9c7e4e9eb485b4a121c760e61bc3707c) format("woff");font-weight:700;font-style:italic;font-display:block}@font-face{font-family:Lato;src:url(fonts/lato-normal-italic.woff2?4eb103b4d12be57cb1d040ed5e162e9d) format("woff2"),url(fonts/lato-normal-italic.woff?f28f2d6482446544ef1ea1ccc6dd5892) format("woff");font-weight:400;font-style:italic;font-display:block}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:400;src:url(fonts/Roboto-Slab-Regular.woff2?7abf5b8d04d26a2cafea937019bca958) format("woff2"),url(fonts/Roboto-Slab-Regular.woff?c1be9284088d487c5e3ff0a10a92e58c) format("woff");font-display:block}@font-face{font-family:Roboto Slab;font-style:normal;font-weight:700;src:url(fonts/Roboto-Slab-Bold.woff2?9984f4a9bda09be08e83f2506954adbe) format("woff2"),url(fonts/Roboto-Slab-Bold.woff?bed5564a116b05148e3b3bea6fb1162a) format("woff");font-display:block} diff --git a/doc/_build/html/_static/doctools.js b/doc/_build/html/_static/doctools.js deleted file mode 100644 index 8cbf1b16..00000000 --- a/doc/_build/html/_static/doctools.js +++ /dev/null @@ -1,323 +0,0 @@ -/* - * doctools.js - * ~~~~~~~~~~~ - * - * Sphinx JavaScript utilities for all documentation. - * - * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * - */ - -/** - * select a different prefix for underscore - */ -$u = _.noConflict(); - -/** - * make the code below compatible with browsers without - * an installed firebug like debugger -if (!window.console || !console.firebug) { - var names = ["log", "debug", "info", "warn", "error", "assert", "dir", - "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace", - "profile", "profileEnd"]; - window.console = {}; - for (var i = 0; i < names.length; ++i) - window.console[names[i]] = function() {}; -} - */ - -/** - * small helper function to urldecode strings - * - * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/decodeURIComponent#Decoding_query_parameters_from_a_URL - */ -jQuery.urldecode = function(x) { - if (!x) { - return x - } - return decodeURIComponent(x.replace(/\+/g, ' ')); -}; - -/** - * small helper function to urlencode strings - */ -jQuery.urlencode = encodeURIComponent; - -/** - * This function returns the parsed url parameters of the - * current request. Multiple values per key are supported, - * it will always return arrays of strings for the value parts. - */ -jQuery.getQueryParameters = function(s) { - if (typeof s === 'undefined') - s = document.location.search; - var parts = s.substr(s.indexOf('?') + 1).split('&'); - var result = {}; - for (var i = 0; i < parts.length; i++) { - var tmp = parts[i].split('=', 2); - var key = jQuery.urldecode(tmp[0]); - var value = jQuery.urldecode(tmp[1]); - if (key in result) - result[key].push(value); - else - result[key] = [value]; - } - return result; -}; - -/** - * highlight a given string on a jquery object by wrapping it in - * span elements with the given class name. - */ -jQuery.fn.highlightText = function(text, className) { - function highlight(node, addItems) { - if (node.nodeType === 3) { - var val = node.nodeValue; - var pos = val.toLowerCase().indexOf(text); - if (pos >= 0 && - !jQuery(node.parentNode).hasClass(className) && - !jQuery(node.parentNode).hasClass("nohighlight")) { - var span; - var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg"); - if (isInSVG) { - span = document.createElementNS("http://www.w3.org/2000/svg", "tspan"); - } else { - span = document.createElement("span"); - span.className = className; - } - span.appendChild(document.createTextNode(val.substr(pos, text.length))); - node.parentNode.insertBefore(span, node.parentNode.insertBefore( - document.createTextNode(val.substr(pos + text.length)), - node.nextSibling)); - node.nodeValue = val.substr(0, pos); - if (isInSVG) { - var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); - var bbox = node.parentElement.getBBox(); - rect.x.baseVal.value = bbox.x; - rect.y.baseVal.value = bbox.y; - rect.width.baseVal.value = bbox.width; - rect.height.baseVal.value = bbox.height; - rect.setAttribute('class', className); - addItems.push({ - "parent": node.parentNode, - "target": rect}); - } - } - } - else if (!jQuery(node).is("button, select, textarea")) { - jQuery.each(node.childNodes, function() { - highlight(this, addItems); - }); - } - } - var addItems = []; - var result = this.each(function() { - highlight(this, addItems); - }); - for (var i = 0; i < addItems.length; ++i) { - jQuery(addItems[i].parent).before(addItems[i].target); - } - return result; -}; - -/* - * backward compatibility for jQuery.browser - * This will be supported until firefox bug is fixed. - */ -if (!jQuery.browser) { - jQuery.uaMatch = function(ua) { - ua = ua.toLowerCase(); - - var match = /(chrome)[ \/]([\w.]+)/.exec(ua) || - /(webkit)[ \/]([\w.]+)/.exec(ua) || - /(opera)(?:.*version|)[ \/]([\w.]+)/.exec(ua) || - /(msie) ([\w.]+)/.exec(ua) || - ua.indexOf("compatible") < 0 && /(mozilla)(?:.*? rv:([\w.]+)|)/.exec(ua) || - []; - - return { - browser: match[ 1 ] || "", - version: match[ 2 ] || "0" - }; - }; - jQuery.browser = {}; - jQuery.browser[jQuery.uaMatch(navigator.userAgent).browser] = true; -} - -/** - * Small JavaScript module for the documentation. - */ -var Documentation = { - - init : function() { - this.fixFirefoxAnchorBug(); - this.highlightSearchWords(); - this.initIndexTable(); - if (DOCUMENTATION_OPTIONS.NAVIGATION_WITH_KEYS) { - this.initOnKeyListeners(); - } - }, - - /** - * i18n support - */ - TRANSLATIONS : {}, - PLURAL_EXPR : function(n) { return n === 1 ? 0 : 1; }, - LOCALE : 'unknown', - - // gettext and ngettext don't access this so that the functions - // can safely bound to a different name (_ = Documentation.gettext) - gettext : function(string) { - var translated = Documentation.TRANSLATIONS[string]; - if (typeof translated === 'undefined') - return string; - return (typeof translated === 'string') ? translated : translated[0]; - }, - - ngettext : function(singular, plural, n) { - var translated = Documentation.TRANSLATIONS[singular]; - if (typeof translated === 'undefined') - return (n == 1) ? singular : plural; - return translated[Documentation.PLURALEXPR(n)]; - }, - - addTranslations : function(catalog) { - for (var key in catalog.messages) - this.TRANSLATIONS[key] = catalog.messages[key]; - this.PLURAL_EXPR = new Function('n', 'return +(' + catalog.plural_expr + ')'); - this.LOCALE = catalog.locale; - }, - - /** - * add context elements like header anchor links - */ - addContextElements : function() { - $('div[id] > :header:first').each(function() { - $('\u00B6'). - attr('href', '#' + this.id). - attr('title', _('Permalink to this headline')). - appendTo(this); - }); - $('dt[id]').each(function() { - $('\u00B6'). - attr('href', '#' + this.id). - attr('title', _('Permalink to this definition')). - appendTo(this); - }); - }, - - /** - * workaround a firefox stupidity - * see: https://bugzilla.mozilla.org/show_bug.cgi?id=645075 - */ - fixFirefoxAnchorBug : function() { - if (document.location.hash && $.browser.mozilla) - window.setTimeout(function() { - document.location.href += ''; - }, 10); - }, - - /** - * highlight the search words provided in the url in the text - */ - highlightSearchWords : function() { - var params = $.getQueryParameters(); - var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : []; - if (terms.length) { - var body = $('div.body'); - if (!body.length) { - body = $('body'); - } - window.setTimeout(function() { - $.each(terms, function() { - body.highlightText(this.toLowerCase(), 'highlighted'); - }); - }, 10); - $('') - .appendTo($('#searchbox')); - } - }, - - /** - * init the domain index toggle buttons - */ - initIndexTable : function() { - var togglers = $('img.toggler').click(function() { - var src = $(this).attr('src'); - var idnum = $(this).attr('id').substr(7); - $('tr.cg-' + idnum).toggle(); - if (src.substr(-9) === 'minus.png') - $(this).attr('src', src.substr(0, src.length-9) + 'plus.png'); - else - $(this).attr('src', src.substr(0, src.length-8) + 'minus.png'); - }).css('display', ''); - if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) { - togglers.click(); - } - }, - - /** - * helper function to hide the search marks again - */ - hideSearchWords : function() { - $('#searchbox .highlight-link').fadeOut(300); - $('span.highlighted').removeClass('highlighted'); - }, - - /** - * make the url absolute - */ - makeURL : function(relativeURL) { - return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL; - }, - - /** - * get the current relative url - */ - getCurrentURL : function() { - var path = document.location.pathname; - var parts = path.split(/\//); - $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() { - if (this === '..') - parts.pop(); - }); - var url = parts.join('/'); - return path.substring(url.lastIndexOf('/') + 1, path.length - 1); - }, - - initOnKeyListeners: function() { - $(document).keydown(function(event) { - var activeElementType = document.activeElement.tagName; - // don't navigate when in search box, textarea, dropdown or button - if (activeElementType !== 'TEXTAREA' && activeElementType !== 'INPUT' && activeElementType !== 'SELECT' - && activeElementType !== 'BUTTON' && !event.altKey && !event.ctrlKey && !event.metaKey - && !event.shiftKey) { - switch (event.keyCode) { - case 37: // left - var prevHref = $('link[rel="prev"]').prop('href'); - if (prevHref) { - window.location.href = prevHref; - return false; - } - break; - case 39: // right - var nextHref = $('link[rel="next"]').prop('href'); - if (nextHref) { - window.location.href = nextHref; - return false; - } - break; - } - } - }); - } -}; - -// quick alias for translations -_ = Documentation.gettext; - -$(document).ready(function() { - Documentation.init(); -}); diff --git a/doc/_build/html/_static/documentation_options.js b/doc/_build/html/_static/documentation_options.js deleted file mode 100644 index ab4070b0..00000000 --- a/doc/_build/html/_static/documentation_options.js +++ /dev/null @@ -1,12 +0,0 @@ -var DOCUMENTATION_OPTIONS = { - URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '0.1', - LANGUAGE: 'None', - COLLAPSE_INDEX: false, - BUILDER: 'html', - FILE_SUFFIX: '.html', - LINK_SUFFIX: '.html', - HAS_SOURCE: true, - SOURCELINK_SUFFIX: '.txt', - NAVIGATION_WITH_KEYS: false -}; diff --git a/doc/_build/html/_static/file.png b/doc/_build/html/_static/file.png deleted file mode 100644 index a858a410..00000000 Binary files a/doc/_build/html/_static/file.png and /dev/null differ diff --git a/doc/_build/html/_static/jquery-3.5.1.js b/doc/_build/html/_static/jquery-3.5.1.js deleted file mode 100644 index 50937333..00000000 --- a/doc/_build/html/_static/jquery-3.5.1.js +++ /dev/null @@ -1,10872 +0,0 @@ -/*! - * jQuery JavaScript Library v3.5.1 - * https://jquery.com/ - * - * Includes Sizzle.js - * https://sizzlejs.com/ - * - * Copyright JS Foundation and other contributors - * Released under the MIT license - * https://jquery.org/license - * - * Date: 2020-05-04T22:49Z - */ -( function( global, factory ) { - - "use strict"; - - if ( typeof module === "object" && typeof module.exports === "object" ) { - - // For CommonJS and CommonJS-like environments where a proper `window` - // is present, execute the factory and get jQuery. - // For environments that do not have a `window` with a `document` - // (such as Node.js), expose a factory as module.exports. - // This accentuates the need for the creation of a real `window`. - // e.g. var jQuery = require("jquery")(window); - // See ticket #14549 for more info. - module.exports = global.document ? - factory( global, true ) : - function( w ) { - if ( !w.document ) { - throw new Error( "jQuery requires a window with a document" ); - } - return factory( w ); - }; - } else { - factory( global ); - } - -// Pass this if window is not defined yet -} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { - -// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 -// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode -// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common -// enough that all such attempts are guarded in a try block. -"use strict"; - -var arr = []; - -var getProto = Object.getPrototypeOf; - -var slice = arr.slice; - -var flat = arr.flat ? function( array ) { - return arr.flat.call( array ); -} : function( array ) { - return arr.concat.apply( [], array ); -}; - - -var push = arr.push; - -var indexOf = arr.indexOf; - -var class2type = {}; - -var toString = class2type.toString; - -var hasOwn = class2type.hasOwnProperty; - -var fnToString = hasOwn.toString; - -var ObjectFunctionString = fnToString.call( Object ); - -var support = {}; - -var isFunction = function isFunction( obj ) { - - // Support: Chrome <=57, Firefox <=52 - // In some browsers, typeof returns "function" for HTML elements - // (i.e., `typeof document.createElement( "object" ) === "function"`). - // We don't want to classify *any* DOM node as a function. - return typeof obj === "function" && typeof obj.nodeType !== "number"; - }; - - -var isWindow = function isWindow( obj ) { - return obj != null && obj === obj.window; - }; - - -var document = window.document; - - - - var preservedScriptAttributes = { - type: true, - src: true, - nonce: true, - noModule: true - }; - - function DOMEval( code, node, doc ) { - doc = doc || document; - - var i, val, - script = doc.createElement( "script" ); - - script.text = code; - if ( node ) { - for ( i in preservedScriptAttributes ) { - - // Support: Firefox 64+, Edge 18+ - // Some browsers don't support the "nonce" property on scripts. - // On the other hand, just using `getAttribute` is not enough as - // the `nonce` attribute is reset to an empty string whenever it - // becomes browsing-context connected. - // See https://github.com/whatwg/html/issues/2369 - // See https://html.spec.whatwg.org/#nonce-attributes - // The `node.getAttribute` check was added for the sake of - // `jQuery.globalEval` so that it can fake a nonce-containing node - // via an object. - val = node[ i ] || node.getAttribute && node.getAttribute( i ); - if ( val ) { - script.setAttribute( i, val ); - } - } - } - doc.head.appendChild( script ).parentNode.removeChild( script ); - } - - -function toType( obj ) { - if ( obj == null ) { - return obj + ""; - } - - // Support: Android <=2.3 only (functionish RegExp) - return typeof obj === "object" || typeof obj === "function" ? - class2type[ toString.call( obj ) ] || "object" : - typeof obj; -} -/* global Symbol */ -// Defining this global in .eslintrc.json would create a danger of using the global -// unguarded in another place, it seems safer to define global only for this module - - - -var - version = "3.5.1", - - // Define a local copy of jQuery - jQuery = function( selector, context ) { - - // The jQuery object is actually just the init constructor 'enhanced' - // Need init if jQuery is called (just allow error to be thrown if not included) - return new jQuery.fn.init( selector, context ); - }; - -jQuery.fn = jQuery.prototype = { - - // The current version of jQuery being used - jquery: version, - - constructor: jQuery, - - // The default length of a jQuery object is 0 - length: 0, - - toArray: function() { - return slice.call( this ); - }, - - // Get the Nth element in the matched element set OR - // Get the whole matched element set as a clean array - get: function( num ) { - - // Return all the elements in a clean array - if ( num == null ) { - return slice.call( this ); - } - - // Return just the one element from the set - return num < 0 ? this[ num + this.length ] : this[ num ]; - }, - - // Take an array of elements and push it onto the stack - // (returning the new matched element set) - pushStack: function( elems ) { - - // Build a new jQuery matched element set - var ret = jQuery.merge( this.constructor(), elems ); - - // Add the old object onto the stack (as a reference) - ret.prevObject = this; - - // Return the newly-formed element set - return ret; - }, - - // Execute a callback for every element in the matched set. - each: function( callback ) { - return jQuery.each( this, callback ); - }, - - map: function( callback ) { - return this.pushStack( jQuery.map( this, function( elem, i ) { - return callback.call( elem, i, elem ); - } ) ); - }, - - slice: function() { - return this.pushStack( slice.apply( this, arguments ) ); - }, - - first: function() { - return this.eq( 0 ); - }, - - last: function() { - return this.eq( -1 ); - }, - - even: function() { - return this.pushStack( jQuery.grep( this, function( _elem, i ) { - return ( i + 1 ) % 2; - } ) ); - }, - - odd: function() { - return this.pushStack( jQuery.grep( this, function( _elem, i ) { - return i % 2; - } ) ); - }, - - eq: function( i ) { - var len = this.length, - j = +i + ( i < 0 ? len : 0 ); - return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); - }, - - end: function() { - return this.prevObject || this.constructor(); - }, - - // For internal use only. - // Behaves like an Array's method, not like a jQuery method. - push: push, - sort: arr.sort, - splice: arr.splice -}; - -jQuery.extend = jQuery.fn.extend = function() { - var options, name, src, copy, copyIsArray, clone, - target = arguments[ 0 ] || {}, - i = 1, - length = arguments.length, - deep = false; - - // Handle a deep copy situation - if ( typeof target === "boolean" ) { - deep = target; - - // Skip the boolean and the target - target = arguments[ i ] || {}; - i++; - } - - // Handle case when target is a string or something (possible in deep copy) - if ( typeof target !== "object" && !isFunction( target ) ) { - target = {}; - } - - // Extend jQuery itself if only one argument is passed - if ( i === length ) { - target = this; - i--; - } - - for ( ; i < length; i++ ) { - - // Only deal with non-null/undefined values - if ( ( options = arguments[ i ] ) != null ) { - - // Extend the base object - for ( name in options ) { - copy = options[ name ]; - - // Prevent Object.prototype pollution - // Prevent never-ending loop - if ( name === "__proto__" || target === copy ) { - continue; - } - - // Recurse if we're merging plain objects or arrays - if ( deep && copy && ( jQuery.isPlainObject( copy ) || - ( copyIsArray = Array.isArray( copy ) ) ) ) { - src = target[ name ]; - - // Ensure proper type for the source value - if ( copyIsArray && !Array.isArray( src ) ) { - clone = []; - } else if ( !copyIsArray && !jQuery.isPlainObject( src ) ) { - clone = {}; - } else { - clone = src; - } - copyIsArray = false; - - // Never move original objects, clone them - target[ name ] = jQuery.extend( deep, clone, copy ); - - // Don't bring in undefined values - } else if ( copy !== undefined ) { - target[ name ] = copy; - } - } - } - } - - // Return the modified object - return target; -}; - -jQuery.extend( { - - // Unique for each copy of jQuery on the page - expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), - - // Assume jQuery is ready without the ready module - isReady: true, - - error: function( msg ) { - throw new Error( msg ); - }, - - noop: function() {}, - - isPlainObject: function( obj ) { - var proto, Ctor; - - // Detect obvious negatives - // Use toString instead of jQuery.type to catch host objects - if ( !obj || toString.call( obj ) !== "[object Object]" ) { - return false; - } - - proto = getProto( obj ); - - // Objects with no prototype (e.g., `Object.create( null )`) are plain - if ( !proto ) { - return true; - } - - // Objects with prototype are plain iff they were constructed by a global Object function - Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; - return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; - }, - - isEmptyObject: function( obj ) { - var name; - - for ( name in obj ) { - return false; - } - return true; - }, - - // Evaluates a script in a provided context; falls back to the global one - // if not specified. - globalEval: function( code, options, doc ) { - DOMEval( code, { nonce: options && options.nonce }, doc ); - }, - - each: function( obj, callback ) { - var length, i = 0; - - if ( isArrayLike( obj ) ) { - length = obj.length; - for ( ; i < length; i++ ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } else { - for ( i in obj ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } - - return obj; - }, - - // results is for internal usage only - makeArray: function( arr, results ) { - var ret = results || []; - - if ( arr != null ) { - if ( isArrayLike( Object( arr ) ) ) { - jQuery.merge( ret, - typeof arr === "string" ? - [ arr ] : arr - ); - } else { - push.call( ret, arr ); - } - } - - return ret; - }, - - inArray: function( elem, arr, i ) { - return arr == null ? -1 : indexOf.call( arr, elem, i ); - }, - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - merge: function( first, second ) { - var len = +second.length, - j = 0, - i = first.length; - - for ( ; j < len; j++ ) { - first[ i++ ] = second[ j ]; - } - - first.length = i; - - return first; - }, - - grep: function( elems, callback, invert ) { - var callbackInverse, - matches = [], - i = 0, - length = elems.length, - callbackExpect = !invert; - - // Go through the array, only saving the items - // that pass the validator function - for ( ; i < length; i++ ) { - callbackInverse = !callback( elems[ i ], i ); - if ( callbackInverse !== callbackExpect ) { - matches.push( elems[ i ] ); - } - } - - return matches; - }, - - // arg is for internal usage only - map: function( elems, callback, arg ) { - var length, value, - i = 0, - ret = []; - - // Go through the array, translating each of the items to their new values - if ( isArrayLike( elems ) ) { - length = elems.length; - for ( ; i < length; i++ ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - - // Go through every key on the object, - } else { - for ( i in elems ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - } - - // Flatten any nested arrays - return flat( ret ); - }, - - // A global GUID counter for objects - guid: 1, - - // jQuery.support is not used in Core but other projects attach their - // properties to it so it needs to exist. - support: support -} ); - -if ( typeof Symbol === "function" ) { - jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; -} - -// Populate the class2type map -jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), -function( _i, name ) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); -} ); - -function isArrayLike( obj ) { - - // Support: real iOS 8.2 only (not reproducible in simulator) - // `in` check used to prevent JIT error (gh-2145) - // hasOwn isn't used here due to false negatives - // regarding Nodelist length in IE - var length = !!obj && "length" in obj && obj.length, - type = toType( obj ); - - if ( isFunction( obj ) || isWindow( obj ) ) { - return false; - } - - return type === "array" || length === 0 || - typeof length === "number" && length > 0 && ( length - 1 ) in obj; -} -var Sizzle = -/*! - * Sizzle CSS Selector Engine v2.3.5 - * https://sizzlejs.com/ - * - * Copyright JS Foundation and other contributors - * Released under the MIT license - * https://js.foundation/ - * - * Date: 2020-03-14 - */ -( function( window ) { -var i, - support, - Expr, - getText, - isXML, - tokenize, - compile, - select, - outermostContext, - sortInput, - hasDuplicate, - - // Local document vars - setDocument, - document, - docElem, - documentIsHTML, - rbuggyQSA, - rbuggyMatches, - matches, - contains, - - // Instance-specific data - expando = "sizzle" + 1 * new Date(), - preferredDoc = window.document, - dirruns = 0, - done = 0, - classCache = createCache(), - tokenCache = createCache(), - compilerCache = createCache(), - nonnativeSelectorCache = createCache(), - sortOrder = function( a, b ) { - if ( a === b ) { - hasDuplicate = true; - } - return 0; - }, - - // Instance methods - hasOwn = ( {} ).hasOwnProperty, - arr = [], - pop = arr.pop, - pushNative = arr.push, - push = arr.push, - slice = arr.slice, - - // Use a stripped-down indexOf as it's faster than native - // https://jsperf.com/thor-indexof-vs-for/5 - indexOf = function( list, elem ) { - var i = 0, - len = list.length; - for ( ; i < len; i++ ) { - if ( list[ i ] === elem ) { - return i; - } - } - return -1; - }, - - booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|" + - "ismap|loop|multiple|open|readonly|required|scoped", - - // Regular expressions - - // http://www.w3.org/TR/css3-selectors/#whitespace - whitespace = "[\\x20\\t\\r\\n\\f]", - - // https://www.w3.org/TR/css-syntax-3/#ident-token-diagram - identifier = "(?:\\\\[\\da-fA-F]{1,6}" + whitespace + - "?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+", - - // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors - attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + - - // Operator (capture 2) - "*([*^$|!~]?=)" + whitespace + - - // "Attribute values must be CSS identifiers [capture 5] - // or strings [capture 3 or capture 4]" - "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + - whitespace + "*\\]", - - pseudos = ":(" + identifier + ")(?:\\((" + - - // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: - // 1. quoted (capture 3; capture 4 or capture 5) - "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + - - // 2. simple (capture 6) - "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + - - // 3. anything else (capture 2) - ".*" + - ")\\)|)", - - // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter - rwhitespace = new RegExp( whitespace + "+", "g" ), - rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + - whitespace + "+$", "g" ), - - rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), - rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + - "*" ), - rdescend = new RegExp( whitespace + "|>" ), - - rpseudo = new RegExp( pseudos ), - ridentifier = new RegExp( "^" + identifier + "$" ), - - matchExpr = { - "ID": new RegExp( "^#(" + identifier + ")" ), - "CLASS": new RegExp( "^\\.(" + identifier + ")" ), - "TAG": new RegExp( "^(" + identifier + "|[*])" ), - "ATTR": new RegExp( "^" + attributes ), - "PSEUDO": new RegExp( "^" + pseudos ), - "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + - whitespace + "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + - whitespace + "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), - "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), - - // For use in libraries implementing .is() - // We use this for POS matching in `select` - "needsContext": new RegExp( "^" + whitespace + - "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + whitespace + - "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) - }, - - rhtml = /HTML$/i, - rinputs = /^(?:input|select|textarea|button)$/i, - rheader = /^h\d$/i, - - rnative = /^[^{]+\{\s*\[native \w/, - - // Easily-parseable/retrievable ID or TAG or CLASS selectors - rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, - - rsibling = /[+~]/, - - // CSS escapes - // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters - runescape = new RegExp( "\\\\[\\da-fA-F]{1,6}" + whitespace + "?|\\\\([^\\r\\n\\f])", "g" ), - funescape = function( escape, nonHex ) { - var high = "0x" + escape.slice( 1 ) - 0x10000; - - return nonHex ? - - // Strip the backslash prefix from a non-hex escape sequence - nonHex : - - // Replace a hexadecimal escape sequence with the encoded Unicode code point - // Support: IE <=11+ - // For values outside the Basic Multilingual Plane (BMP), manually construct a - // surrogate pair - high < 0 ? - String.fromCharCode( high + 0x10000 ) : - String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); - }, - - // CSS string/identifier serialization - // https://drafts.csswg.org/cssom/#common-serializing-idioms - rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, - fcssescape = function( ch, asCodePoint ) { - if ( asCodePoint ) { - - // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER - if ( ch === "\0" ) { - return "\uFFFD"; - } - - // Control characters and (dependent upon position) numbers get escaped as code points - return ch.slice( 0, -1 ) + "\\" + - ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; - } - - // Other potentially-special ASCII characters get backslash-escaped - return "\\" + ch; - }, - - // Used for iframes - // See setDocument() - // Removing the function wrapper causes a "Permission Denied" - // error in IE - unloadHandler = function() { - setDocument(); - }, - - inDisabledFieldset = addCombinator( - function( elem ) { - return elem.disabled === true && elem.nodeName.toLowerCase() === "fieldset"; - }, - { dir: "parentNode", next: "legend" } - ); - -// Optimize for push.apply( _, NodeList ) -try { - push.apply( - ( arr = slice.call( preferredDoc.childNodes ) ), - preferredDoc.childNodes - ); - - // Support: Android<4.0 - // Detect silently failing push.apply - // eslint-disable-next-line no-unused-expressions - arr[ preferredDoc.childNodes.length ].nodeType; -} catch ( e ) { - push = { apply: arr.length ? - - // Leverage slice if possible - function( target, els ) { - pushNative.apply( target, slice.call( els ) ); - } : - - // Support: IE<9 - // Otherwise append directly - function( target, els ) { - var j = target.length, - i = 0; - - // Can't trust NodeList.length - while ( ( target[ j++ ] = els[ i++ ] ) ) {} - target.length = j - 1; - } - }; -} - -function Sizzle( selector, context, results, seed ) { - var m, i, elem, nid, match, groups, newSelector, - newContext = context && context.ownerDocument, - - // nodeType defaults to 9, since context defaults to document - nodeType = context ? context.nodeType : 9; - - results = results || []; - - // Return early from calls with invalid selector or context - if ( typeof selector !== "string" || !selector || - nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { - - return results; - } - - // Try to shortcut find operations (as opposed to filters) in HTML documents - if ( !seed ) { - setDocument( context ); - context = context || document; - - if ( documentIsHTML ) { - - // If the selector is sufficiently simple, try using a "get*By*" DOM method - // (excepting DocumentFragment context, where the methods don't exist) - if ( nodeType !== 11 && ( match = rquickExpr.exec( selector ) ) ) { - - // ID selector - if ( ( m = match[ 1 ] ) ) { - - // Document context - if ( nodeType === 9 ) { - if ( ( elem = context.getElementById( m ) ) ) { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( elem.id === m ) { - results.push( elem ); - return results; - } - } else { - return results; - } - - // Element context - } else { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( newContext && ( elem = newContext.getElementById( m ) ) && - contains( context, elem ) && - elem.id === m ) { - - results.push( elem ); - return results; - } - } - - // Type selector - } else if ( match[ 2 ] ) { - push.apply( results, context.getElementsByTagName( selector ) ); - return results; - - // Class selector - } else if ( ( m = match[ 3 ] ) && support.getElementsByClassName && - context.getElementsByClassName ) { - - push.apply( results, context.getElementsByClassName( m ) ); - return results; - } - } - - // Take advantage of querySelectorAll - if ( support.qsa && - !nonnativeSelectorCache[ selector + " " ] && - ( !rbuggyQSA || !rbuggyQSA.test( selector ) ) && - - // Support: IE 8 only - // Exclude object elements - ( nodeType !== 1 || context.nodeName.toLowerCase() !== "object" ) ) { - - newSelector = selector; - newContext = context; - - // qSA considers elements outside a scoping root when evaluating child or - // descendant combinators, which is not what we want. - // In such cases, we work around the behavior by prefixing every selector in the - // list with an ID selector referencing the scope context. - // The technique has to be used as well when a leading combinator is used - // as such selectors are not recognized by querySelectorAll. - // Thanks to Andrew Dupont for this technique. - if ( nodeType === 1 && - ( rdescend.test( selector ) || rcombinators.test( selector ) ) ) { - - // Expand context for sibling selectors - newContext = rsibling.test( selector ) && testContext( context.parentNode ) || - context; - - // We can use :scope instead of the ID hack if the browser - // supports it & if we're not changing the context. - if ( newContext !== context || !support.scope ) { - - // Capture the context ID, setting it first if necessary - if ( ( nid = context.getAttribute( "id" ) ) ) { - nid = nid.replace( rcssescape, fcssescape ); - } else { - context.setAttribute( "id", ( nid = expando ) ); - } - } - - // Prefix every selector in the list - groups = tokenize( selector ); - i = groups.length; - while ( i-- ) { - groups[ i ] = ( nid ? "#" + nid : ":scope" ) + " " + - toSelector( groups[ i ] ); - } - newSelector = groups.join( "," ); - } - - try { - push.apply( results, - newContext.querySelectorAll( newSelector ) - ); - return results; - } catch ( qsaError ) { - nonnativeSelectorCache( selector, true ); - } finally { - if ( nid === expando ) { - context.removeAttribute( "id" ); - } - } - } - } - } - - // All others - return select( selector.replace( rtrim, "$1" ), context, results, seed ); -} - -/** - * Create key-value caches of limited size - * @returns {function(string, object)} Returns the Object data after storing it on itself with - * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) - * deleting the oldest entry - */ -function createCache() { - var keys = []; - - function cache( key, value ) { - - // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) - if ( keys.push( key + " " ) > Expr.cacheLength ) { - - // Only keep the most recent entries - delete cache[ keys.shift() ]; - } - return ( cache[ key + " " ] = value ); - } - return cache; -} - -/** - * Mark a function for special use by Sizzle - * @param {Function} fn The function to mark - */ -function markFunction( fn ) { - fn[ expando ] = true; - return fn; -} - -/** - * Support testing using an element - * @param {Function} fn Passed the created element and returns a boolean result - */ -function assert( fn ) { - var el = document.createElement( "fieldset" ); - - try { - return !!fn( el ); - } catch ( e ) { - return false; - } finally { - - // Remove from its parent by default - if ( el.parentNode ) { - el.parentNode.removeChild( el ); - } - - // release memory in IE - el = null; - } -} - -/** - * Adds the same handler for all of the specified attrs - * @param {String} attrs Pipe-separated list of attributes - * @param {Function} handler The method that will be applied - */ -function addHandle( attrs, handler ) { - var arr = attrs.split( "|" ), - i = arr.length; - - while ( i-- ) { - Expr.attrHandle[ arr[ i ] ] = handler; - } -} - -/** - * Checks document order of two siblings - * @param {Element} a - * @param {Element} b - * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b - */ -function siblingCheck( a, b ) { - var cur = b && a, - diff = cur && a.nodeType === 1 && b.nodeType === 1 && - a.sourceIndex - b.sourceIndex; - - // Use IE sourceIndex if available on both nodes - if ( diff ) { - return diff; - } - - // Check if b follows a - if ( cur ) { - while ( ( cur = cur.nextSibling ) ) { - if ( cur === b ) { - return -1; - } - } - } - - return a ? 1 : -1; -} - -/** - * Returns a function to use in pseudos for input types - * @param {String} type - */ -function createInputPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for buttons - * @param {String} type - */ -function createButtonPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return ( name === "input" || name === "button" ) && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for :enabled/:disabled - * @param {Boolean} disabled true for :disabled; false for :enabled - */ -function createDisabledPseudo( disabled ) { - - // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable - return function( elem ) { - - // Only certain elements can match :enabled or :disabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled - if ( "form" in elem ) { - - // Check for inherited disabledness on relevant non-disabled elements: - // * listed form-associated elements in a disabled fieldset - // https://html.spec.whatwg.org/multipage/forms.html#category-listed - // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled - // * option elements in a disabled optgroup - // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled - // All such elements have a "form" property. - if ( elem.parentNode && elem.disabled === false ) { - - // Option elements defer to a parent optgroup if present - if ( "label" in elem ) { - if ( "label" in elem.parentNode ) { - return elem.parentNode.disabled === disabled; - } else { - return elem.disabled === disabled; - } - } - - // Support: IE 6 - 11 - // Use the isDisabled shortcut property to check for disabled fieldset ancestors - return elem.isDisabled === disabled || - - // Where there is no isDisabled, check manually - /* jshint -W018 */ - elem.isDisabled !== !disabled && - inDisabledFieldset( elem ) === disabled; - } - - return elem.disabled === disabled; - - // Try to winnow out elements that can't be disabled before trusting the disabled property. - // Some victims get caught in our net (label, legend, menu, track), but it shouldn't - // even exist on them, let alone have a boolean value. - } else if ( "label" in elem ) { - return elem.disabled === disabled; - } - - // Remaining elements are neither :enabled nor :disabled - return false; - }; -} - -/** - * Returns a function to use in pseudos for positionals - * @param {Function} fn - */ -function createPositionalPseudo( fn ) { - return markFunction( function( argument ) { - argument = +argument; - return markFunction( function( seed, matches ) { - var j, - matchIndexes = fn( [], seed.length, argument ), - i = matchIndexes.length; - - // Match elements found at the specified indexes - while ( i-- ) { - if ( seed[ ( j = matchIndexes[ i ] ) ] ) { - seed[ j ] = !( matches[ j ] = seed[ j ] ); - } - } - } ); - } ); -} - -/** - * Checks a node for validity as a Sizzle context - * @param {Element|Object=} context - * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value - */ -function testContext( context ) { - return context && typeof context.getElementsByTagName !== "undefined" && context; -} - -// Expose support vars for convenience -support = Sizzle.support = {}; - -/** - * Detects XML nodes - * @param {Element|Object} elem An element or a document - * @returns {Boolean} True iff elem is a non-HTML XML node - */ -isXML = Sizzle.isXML = function( elem ) { - var namespace = elem.namespaceURI, - docElem = ( elem.ownerDocument || elem ).documentElement; - - // Support: IE <=8 - // Assume HTML when documentElement doesn't yet exist, such as inside loading iframes - // https://bugs.jquery.com/ticket/4833 - return !rhtml.test( namespace || docElem && docElem.nodeName || "HTML" ); -}; - -/** - * Sets document-related variables once based on the current document - * @param {Element|Object} [doc] An element or document object to use to set the document - * @returns {Object} Returns the current document - */ -setDocument = Sizzle.setDocument = function( node ) { - var hasCompare, subWindow, - doc = node ? node.ownerDocument || node : preferredDoc; - - // Return early if doc is invalid or already selected - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( doc == document || doc.nodeType !== 9 || !doc.documentElement ) { - return document; - } - - // Update global variables - document = doc; - docElem = document.documentElement; - documentIsHTML = !isXML( document ); - - // Support: IE 9 - 11+, Edge 12 - 18+ - // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( preferredDoc != document && - ( subWindow = document.defaultView ) && subWindow.top !== subWindow ) { - - // Support: IE 11, Edge - if ( subWindow.addEventListener ) { - subWindow.addEventListener( "unload", unloadHandler, false ); - - // Support: IE 9 - 10 only - } else if ( subWindow.attachEvent ) { - subWindow.attachEvent( "onunload", unloadHandler ); - } - } - - // Support: IE 8 - 11+, Edge 12 - 18+, Chrome <=16 - 25 only, Firefox <=3.6 - 31 only, - // Safari 4 - 5 only, Opera <=11.6 - 12.x only - // IE/Edge & older browsers don't support the :scope pseudo-class. - // Support: Safari 6.0 only - // Safari 6.0 supports :scope but it's an alias of :root there. - support.scope = assert( function( el ) { - docElem.appendChild( el ).appendChild( document.createElement( "div" ) ); - return typeof el.querySelectorAll !== "undefined" && - !el.querySelectorAll( ":scope fieldset div" ).length; - } ); - - /* Attributes - ---------------------------------------------------------------------- */ - - // Support: IE<8 - // Verify that getAttribute really returns attributes and not properties - // (excepting IE8 booleans) - support.attributes = assert( function( el ) { - el.className = "i"; - return !el.getAttribute( "className" ); - } ); - - /* getElement(s)By* - ---------------------------------------------------------------------- */ - - // Check if getElementsByTagName("*") returns only elements - support.getElementsByTagName = assert( function( el ) { - el.appendChild( document.createComment( "" ) ); - return !el.getElementsByTagName( "*" ).length; - } ); - - // Support: IE<9 - support.getElementsByClassName = rnative.test( document.getElementsByClassName ); - - // Support: IE<10 - // Check if getElementById returns elements by name - // The broken getElementById methods don't pick up programmatically-set names, - // so use a roundabout getElementsByName test - support.getById = assert( function( el ) { - docElem.appendChild( el ).id = expando; - return !document.getElementsByName || !document.getElementsByName( expando ).length; - } ); - - // ID filter and find - if ( support.getById ) { - Expr.filter[ "ID" ] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - return elem.getAttribute( "id" ) === attrId; - }; - }; - Expr.find[ "ID" ] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var elem = context.getElementById( id ); - return elem ? [ elem ] : []; - } - }; - } else { - Expr.filter[ "ID" ] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - var node = typeof elem.getAttributeNode !== "undefined" && - elem.getAttributeNode( "id" ); - return node && node.value === attrId; - }; - }; - - // Support: IE 6 - 7 only - // getElementById is not reliable as a find shortcut - Expr.find[ "ID" ] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var node, i, elems, - elem = context.getElementById( id ); - - if ( elem ) { - - // Verify the id attribute - node = elem.getAttributeNode( "id" ); - if ( node && node.value === id ) { - return [ elem ]; - } - - // Fall back on getElementsByName - elems = context.getElementsByName( id ); - i = 0; - while ( ( elem = elems[ i++ ] ) ) { - node = elem.getAttributeNode( "id" ); - if ( node && node.value === id ) { - return [ elem ]; - } - } - } - - return []; - } - }; - } - - // Tag - Expr.find[ "TAG" ] = support.getElementsByTagName ? - function( tag, context ) { - if ( typeof context.getElementsByTagName !== "undefined" ) { - return context.getElementsByTagName( tag ); - - // DocumentFragment nodes don't have gEBTN - } else if ( support.qsa ) { - return context.querySelectorAll( tag ); - } - } : - - function( tag, context ) { - var elem, - tmp = [], - i = 0, - - // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too - results = context.getElementsByTagName( tag ); - - // Filter out possible comments - if ( tag === "*" ) { - while ( ( elem = results[ i++ ] ) ) { - if ( elem.nodeType === 1 ) { - tmp.push( elem ); - } - } - - return tmp; - } - return results; - }; - - // Class - Expr.find[ "CLASS" ] = support.getElementsByClassName && function( className, context ) { - if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { - return context.getElementsByClassName( className ); - } - }; - - /* QSA/matchesSelector - ---------------------------------------------------------------------- */ - - // QSA and matchesSelector support - - // matchesSelector(:active) reports false when true (IE9/Opera 11.5) - rbuggyMatches = []; - - // qSa(:focus) reports false when true (Chrome 21) - // We allow this because of a bug in IE8/9 that throws an error - // whenever `document.activeElement` is accessed on an iframe - // So, we allow :focus to pass through QSA all the time to avoid the IE error - // See https://bugs.jquery.com/ticket/13378 - rbuggyQSA = []; - - if ( ( support.qsa = rnative.test( document.querySelectorAll ) ) ) { - - // Build QSA regex - // Regex strategy adopted from Diego Perini - assert( function( el ) { - - var input; - - // Select is set to empty string on purpose - // This is to test IE's treatment of not explicitly - // setting a boolean content attribute, - // since its presence should be enough - // https://bugs.jquery.com/ticket/12359 - docElem.appendChild( el ).innerHTML = "" + - ""; - - // Support: IE8, Opera 11-12.16 - // Nothing should be selected when empty strings follow ^= or $= or *= - // The test attribute must be unknown in Opera but "safe" for WinRT - // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section - if ( el.querySelectorAll( "[msallowcapture^='']" ).length ) { - rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); - } - - // Support: IE8 - // Boolean attributes and "value" are not treated correctly - if ( !el.querySelectorAll( "[selected]" ).length ) { - rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); - } - - // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ - if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { - rbuggyQSA.push( "~=" ); - } - - // Support: IE 11+, Edge 15 - 18+ - // IE 11/Edge don't find elements on a `[name='']` query in some cases. - // Adding a temporary attribute to the document before the selection works - // around the issue. - // Interestingly, IE 10 & older don't seem to have the issue. - input = document.createElement( "input" ); - input.setAttribute( "name", "" ); - el.appendChild( input ); - if ( !el.querySelectorAll( "[name='']" ).length ) { - rbuggyQSA.push( "\\[" + whitespace + "*name" + whitespace + "*=" + - whitespace + "*(?:''|\"\")" ); - } - - // Webkit/Opera - :checked should return selected option elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - // IE8 throws error here and will not see later tests - if ( !el.querySelectorAll( ":checked" ).length ) { - rbuggyQSA.push( ":checked" ); - } - - // Support: Safari 8+, iOS 8+ - // https://bugs.webkit.org/show_bug.cgi?id=136851 - // In-page `selector#id sibling-combinator selector` fails - if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { - rbuggyQSA.push( ".#.+[+~]" ); - } - - // Support: Firefox <=3.6 - 5 only - // Old Firefox doesn't throw on a badly-escaped identifier. - el.querySelectorAll( "\\\f" ); - rbuggyQSA.push( "[\\r\\n\\f]" ); - } ); - - assert( function( el ) { - el.innerHTML = "" + - ""; - - // Support: Windows 8 Native Apps - // The type and name attributes are restricted during .innerHTML assignment - var input = document.createElement( "input" ); - input.setAttribute( "type", "hidden" ); - el.appendChild( input ).setAttribute( "name", "D" ); - - // Support: IE8 - // Enforce case-sensitivity of name attribute - if ( el.querySelectorAll( "[name=d]" ).length ) { - rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); - } - - // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) - // IE8 throws error here and will not see later tests - if ( el.querySelectorAll( ":enabled" ).length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: IE9-11+ - // IE's :disabled selector does not pick up the children of disabled fieldsets - docElem.appendChild( el ).disabled = true; - if ( el.querySelectorAll( ":disabled" ).length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: Opera 10 - 11 only - // Opera 10-11 does not throw on post-comma invalid pseudos - el.querySelectorAll( "*,:x" ); - rbuggyQSA.push( ",.*:" ); - } ); - } - - if ( ( support.matchesSelector = rnative.test( ( matches = docElem.matches || - docElem.webkitMatchesSelector || - docElem.mozMatchesSelector || - docElem.oMatchesSelector || - docElem.msMatchesSelector ) ) ) ) { - - assert( function( el ) { - - // Check to see if it's possible to do matchesSelector - // on a disconnected node (IE 9) - support.disconnectedMatch = matches.call( el, "*" ); - - // This should fail with an exception - // Gecko does not error, returns false instead - matches.call( el, "[s!='']:x" ); - rbuggyMatches.push( "!=", pseudos ); - } ); - } - - rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join( "|" ) ); - rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join( "|" ) ); - - /* Contains - ---------------------------------------------------------------------- */ - hasCompare = rnative.test( docElem.compareDocumentPosition ); - - // Element contains another - // Purposefully self-exclusive - // As in, an element does not contain itself - contains = hasCompare || rnative.test( docElem.contains ) ? - function( a, b ) { - var adown = a.nodeType === 9 ? a.documentElement : a, - bup = b && b.parentNode; - return a === bup || !!( bup && bup.nodeType === 1 && ( - adown.contains ? - adown.contains( bup ) : - a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 - ) ); - } : - function( a, b ) { - if ( b ) { - while ( ( b = b.parentNode ) ) { - if ( b === a ) { - return true; - } - } - } - return false; - }; - - /* Sorting - ---------------------------------------------------------------------- */ - - // Document order sorting - sortOrder = hasCompare ? - function( a, b ) { - - // Flag for duplicate removal - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - // Sort on method existence if only one input has compareDocumentPosition - var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; - if ( compare ) { - return compare; - } - - // Calculate position if both inputs belong to the same document - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - compare = ( a.ownerDocument || a ) == ( b.ownerDocument || b ) ? - a.compareDocumentPosition( b ) : - - // Otherwise we know they are disconnected - 1; - - // Disconnected nodes - if ( compare & 1 || - ( !support.sortDetached && b.compareDocumentPosition( a ) === compare ) ) { - - // Choose the first element that is related to our preferred document - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( a == document || a.ownerDocument == preferredDoc && - contains( preferredDoc, a ) ) { - return -1; - } - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( b == document || b.ownerDocument == preferredDoc && - contains( preferredDoc, b ) ) { - return 1; - } - - // Maintain original order - return sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - } - - return compare & 4 ? -1 : 1; - } : - function( a, b ) { - - // Exit early if the nodes are identical - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - var cur, - i = 0, - aup = a.parentNode, - bup = b.parentNode, - ap = [ a ], - bp = [ b ]; - - // Parentless nodes are either documents or disconnected - if ( !aup || !bup ) { - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - /* eslint-disable eqeqeq */ - return a == document ? -1 : - b == document ? 1 : - /* eslint-enable eqeqeq */ - aup ? -1 : - bup ? 1 : - sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - - // If the nodes are siblings, we can do a quick check - } else if ( aup === bup ) { - return siblingCheck( a, b ); - } - - // Otherwise we need full lists of their ancestors for comparison - cur = a; - while ( ( cur = cur.parentNode ) ) { - ap.unshift( cur ); - } - cur = b; - while ( ( cur = cur.parentNode ) ) { - bp.unshift( cur ); - } - - // Walk down the tree looking for a discrepancy - while ( ap[ i ] === bp[ i ] ) { - i++; - } - - return i ? - - // Do a sibling check if the nodes have a common ancestor - siblingCheck( ap[ i ], bp[ i ] ) : - - // Otherwise nodes in our document sort first - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - /* eslint-disable eqeqeq */ - ap[ i ] == preferredDoc ? -1 : - bp[ i ] == preferredDoc ? 1 : - /* eslint-enable eqeqeq */ - 0; - }; - - return document; -}; - -Sizzle.matches = function( expr, elements ) { - return Sizzle( expr, null, null, elements ); -}; - -Sizzle.matchesSelector = function( elem, expr ) { - setDocument( elem ); - - if ( support.matchesSelector && documentIsHTML && - !nonnativeSelectorCache[ expr + " " ] && - ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && - ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { - - try { - var ret = matches.call( elem, expr ); - - // IE 9's matchesSelector returns false on disconnected nodes - if ( ret || support.disconnectedMatch || - - // As well, disconnected nodes are said to be in a document - // fragment in IE 9 - elem.document && elem.document.nodeType !== 11 ) { - return ret; - } - } catch ( e ) { - nonnativeSelectorCache( expr, true ); - } - } - - return Sizzle( expr, document, null, [ elem ] ).length > 0; -}; - -Sizzle.contains = function( context, elem ) { - - // Set document vars if needed - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( ( context.ownerDocument || context ) != document ) { - setDocument( context ); - } - return contains( context, elem ); -}; - -Sizzle.attr = function( elem, name ) { - - // Set document vars if needed - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( ( elem.ownerDocument || elem ) != document ) { - setDocument( elem ); - } - - var fn = Expr.attrHandle[ name.toLowerCase() ], - - // Don't get fooled by Object.prototype properties (jQuery #13807) - val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? - fn( elem, name, !documentIsHTML ) : - undefined; - - return val !== undefined ? - val : - support.attributes || !documentIsHTML ? - elem.getAttribute( name ) : - ( val = elem.getAttributeNode( name ) ) && val.specified ? - val.value : - null; -}; - -Sizzle.escape = function( sel ) { - return ( sel + "" ).replace( rcssescape, fcssescape ); -}; - -Sizzle.error = function( msg ) { - throw new Error( "Syntax error, unrecognized expression: " + msg ); -}; - -/** - * Document sorting and removing duplicates - * @param {ArrayLike} results - */ -Sizzle.uniqueSort = function( results ) { - var elem, - duplicates = [], - j = 0, - i = 0; - - // Unless we *know* we can detect duplicates, assume their presence - hasDuplicate = !support.detectDuplicates; - sortInput = !support.sortStable && results.slice( 0 ); - results.sort( sortOrder ); - - if ( hasDuplicate ) { - while ( ( elem = results[ i++ ] ) ) { - if ( elem === results[ i ] ) { - j = duplicates.push( i ); - } - } - while ( j-- ) { - results.splice( duplicates[ j ], 1 ); - } - } - - // Clear input after sorting to release objects - // See https://github.com/jquery/sizzle/pull/225 - sortInput = null; - - return results; -}; - -/** - * Utility function for retrieving the text value of an array of DOM nodes - * @param {Array|Element} elem - */ -getText = Sizzle.getText = function( elem ) { - var node, - ret = "", - i = 0, - nodeType = elem.nodeType; - - if ( !nodeType ) { - - // If no nodeType, this is expected to be an array - while ( ( node = elem[ i++ ] ) ) { - - // Do not traverse comment nodes - ret += getText( node ); - } - } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { - - // Use textContent for elements - // innerText usage removed for consistency of new lines (jQuery #11153) - if ( typeof elem.textContent === "string" ) { - return elem.textContent; - } else { - - // Traverse its children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - ret += getText( elem ); - } - } - } else if ( nodeType === 3 || nodeType === 4 ) { - return elem.nodeValue; - } - - // Do not include comment or processing instruction nodes - - return ret; -}; - -Expr = Sizzle.selectors = { - - // Can be adjusted by the user - cacheLength: 50, - - createPseudo: markFunction, - - match: matchExpr, - - attrHandle: {}, - - find: {}, - - relative: { - ">": { dir: "parentNode", first: true }, - " ": { dir: "parentNode" }, - "+": { dir: "previousSibling", first: true }, - "~": { dir: "previousSibling" } - }, - - preFilter: { - "ATTR": function( match ) { - match[ 1 ] = match[ 1 ].replace( runescape, funescape ); - - // Move the given value to match[3] whether quoted or unquoted - match[ 3 ] = ( match[ 3 ] || match[ 4 ] || - match[ 5 ] || "" ).replace( runescape, funescape ); - - if ( match[ 2 ] === "~=" ) { - match[ 3 ] = " " + match[ 3 ] + " "; - } - - return match.slice( 0, 4 ); - }, - - "CHILD": function( match ) { - - /* matches from matchExpr["CHILD"] - 1 type (only|nth|...) - 2 what (child|of-type) - 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) - 4 xn-component of xn+y argument ([+-]?\d*n|) - 5 sign of xn-component - 6 x of xn-component - 7 sign of y-component - 8 y of y-component - */ - match[ 1 ] = match[ 1 ].toLowerCase(); - - if ( match[ 1 ].slice( 0, 3 ) === "nth" ) { - - // nth-* requires argument - if ( !match[ 3 ] ) { - Sizzle.error( match[ 0 ] ); - } - - // numeric x and y parameters for Expr.filter.CHILD - // remember that false/true cast respectively to 0/1 - match[ 4 ] = +( match[ 4 ] ? - match[ 5 ] + ( match[ 6 ] || 1 ) : - 2 * ( match[ 3 ] === "even" || match[ 3 ] === "odd" ) ); - match[ 5 ] = +( ( match[ 7 ] + match[ 8 ] ) || match[ 3 ] === "odd" ); - - // other types prohibit arguments - } else if ( match[ 3 ] ) { - Sizzle.error( match[ 0 ] ); - } - - return match; - }, - - "PSEUDO": function( match ) { - var excess, - unquoted = !match[ 6 ] && match[ 2 ]; - - if ( matchExpr[ "CHILD" ].test( match[ 0 ] ) ) { - return null; - } - - // Accept quoted arguments as-is - if ( match[ 3 ] ) { - match[ 2 ] = match[ 4 ] || match[ 5 ] || ""; - - // Strip excess characters from unquoted arguments - } else if ( unquoted && rpseudo.test( unquoted ) && - - // Get excess from tokenize (recursively) - ( excess = tokenize( unquoted, true ) ) && - - // advance to the next closing parenthesis - ( excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length ) ) { - - // excess is a negative index - match[ 0 ] = match[ 0 ].slice( 0, excess ); - match[ 2 ] = unquoted.slice( 0, excess ); - } - - // Return only captures needed by the pseudo filter method (type and argument) - return match.slice( 0, 3 ); - } - }, - - filter: { - - "TAG": function( nodeNameSelector ) { - var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); - return nodeNameSelector === "*" ? - function() { - return true; - } : - function( elem ) { - return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; - }; - }, - - "CLASS": function( className ) { - var pattern = classCache[ className + " " ]; - - return pattern || - ( pattern = new RegExp( "(^|" + whitespace + - ")" + className + "(" + whitespace + "|$)" ) ) && classCache( - className, function( elem ) { - return pattern.test( - typeof elem.className === "string" && elem.className || - typeof elem.getAttribute !== "undefined" && - elem.getAttribute( "class" ) || - "" - ); - } ); - }, - - "ATTR": function( name, operator, check ) { - return function( elem ) { - var result = Sizzle.attr( elem, name ); - - if ( result == null ) { - return operator === "!="; - } - if ( !operator ) { - return true; - } - - result += ""; - - /* eslint-disable max-len */ - - return operator === "=" ? result === check : - operator === "!=" ? result !== check : - operator === "^=" ? check && result.indexOf( check ) === 0 : - operator === "*=" ? check && result.indexOf( check ) > -1 : - operator === "$=" ? check && result.slice( -check.length ) === check : - operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : - operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : - false; - /* eslint-enable max-len */ - - }; - }, - - "CHILD": function( type, what, _argument, first, last ) { - var simple = type.slice( 0, 3 ) !== "nth", - forward = type.slice( -4 ) !== "last", - ofType = what === "of-type"; - - return first === 1 && last === 0 ? - - // Shortcut for :nth-*(n) - function( elem ) { - return !!elem.parentNode; - } : - - function( elem, _context, xml ) { - var cache, uniqueCache, outerCache, node, nodeIndex, start, - dir = simple !== forward ? "nextSibling" : "previousSibling", - parent = elem.parentNode, - name = ofType && elem.nodeName.toLowerCase(), - useCache = !xml && !ofType, - diff = false; - - if ( parent ) { - - // :(first|last|only)-(child|of-type) - if ( simple ) { - while ( dir ) { - node = elem; - while ( ( node = node[ dir ] ) ) { - if ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) { - - return false; - } - } - - // Reverse direction for :only-* (if we haven't yet done so) - start = dir = type === "only" && !start && "nextSibling"; - } - return true; - } - - start = [ forward ? parent.firstChild : parent.lastChild ]; - - // non-xml :nth-child(...) stores cache data on `parent` - if ( forward && useCache ) { - - // Seek `elem` from a previously-cached index - - // ...in a gzip-friendly way - node = parent; - outerCache = node[ expando ] || ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex && cache[ 2 ]; - node = nodeIndex && parent.childNodes[ nodeIndex ]; - - while ( ( node = ++nodeIndex && node && node[ dir ] || - - // Fallback to seeking `elem` from the start - ( diff = nodeIndex = 0 ) || start.pop() ) ) { - - // When found, cache indexes on `parent` and break - if ( node.nodeType === 1 && ++diff && node === elem ) { - uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; - break; - } - } - - } else { - - // Use previously-cached element index if available - if ( useCache ) { - - // ...in a gzip-friendly way - node = elem; - outerCache = node[ expando ] || ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex; - } - - // xml :nth-child(...) - // or :nth-last-child(...) or :nth(-last)?-of-type(...) - if ( diff === false ) { - - // Use the same loop as above to seek `elem` from the start - while ( ( node = ++nodeIndex && node && node[ dir ] || - ( diff = nodeIndex = 0 ) || start.pop() ) ) { - - if ( ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) && - ++diff ) { - - // Cache the index of each encountered element - if ( useCache ) { - outerCache = node[ expando ] || - ( node[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - ( outerCache[ node.uniqueID ] = {} ); - - uniqueCache[ type ] = [ dirruns, diff ]; - } - - if ( node === elem ) { - break; - } - } - } - } - } - - // Incorporate the offset, then check against cycle size - diff -= last; - return diff === first || ( diff % first === 0 && diff / first >= 0 ); - } - }; - }, - - "PSEUDO": function( pseudo, argument ) { - - // pseudo-class names are case-insensitive - // http://www.w3.org/TR/selectors/#pseudo-classes - // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters - // Remember that setFilters inherits from pseudos - var args, - fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || - Sizzle.error( "unsupported pseudo: " + pseudo ); - - // The user may use createPseudo to indicate that - // arguments are needed to create the filter function - // just as Sizzle does - if ( fn[ expando ] ) { - return fn( argument ); - } - - // But maintain support for old signatures - if ( fn.length > 1 ) { - args = [ pseudo, pseudo, "", argument ]; - return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? - markFunction( function( seed, matches ) { - var idx, - matched = fn( seed, argument ), - i = matched.length; - while ( i-- ) { - idx = indexOf( seed, matched[ i ] ); - seed[ idx ] = !( matches[ idx ] = matched[ i ] ); - } - } ) : - function( elem ) { - return fn( elem, 0, args ); - }; - } - - return fn; - } - }, - - pseudos: { - - // Potentially complex pseudos - "not": markFunction( function( selector ) { - - // Trim the selector passed to compile - // to avoid treating leading and trailing - // spaces as combinators - var input = [], - results = [], - matcher = compile( selector.replace( rtrim, "$1" ) ); - - return matcher[ expando ] ? - markFunction( function( seed, matches, _context, xml ) { - var elem, - unmatched = matcher( seed, null, xml, [] ), - i = seed.length; - - // Match elements unmatched by `matcher` - while ( i-- ) { - if ( ( elem = unmatched[ i ] ) ) { - seed[ i ] = !( matches[ i ] = elem ); - } - } - } ) : - function( elem, _context, xml ) { - input[ 0 ] = elem; - matcher( input, null, xml, results ); - - // Don't keep the element (issue #299) - input[ 0 ] = null; - return !results.pop(); - }; - } ), - - "has": markFunction( function( selector ) { - return function( elem ) { - return Sizzle( selector, elem ).length > 0; - }; - } ), - - "contains": markFunction( function( text ) { - text = text.replace( runescape, funescape ); - return function( elem ) { - return ( elem.textContent || getText( elem ) ).indexOf( text ) > -1; - }; - } ), - - // "Whether an element is represented by a :lang() selector - // is based solely on the element's language value - // being equal to the identifier C, - // or beginning with the identifier C immediately followed by "-". - // The matching of C against the element's language value is performed case-insensitively. - // The identifier C does not have to be a valid language name." - // http://www.w3.org/TR/selectors/#lang-pseudo - "lang": markFunction( function( lang ) { - - // lang value must be a valid identifier - if ( !ridentifier.test( lang || "" ) ) { - Sizzle.error( "unsupported lang: " + lang ); - } - lang = lang.replace( runescape, funescape ).toLowerCase(); - return function( elem ) { - var elemLang; - do { - if ( ( elemLang = documentIsHTML ? - elem.lang : - elem.getAttribute( "xml:lang" ) || elem.getAttribute( "lang" ) ) ) { - - elemLang = elemLang.toLowerCase(); - return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; - } - } while ( ( elem = elem.parentNode ) && elem.nodeType === 1 ); - return false; - }; - } ), - - // Miscellaneous - "target": function( elem ) { - var hash = window.location && window.location.hash; - return hash && hash.slice( 1 ) === elem.id; - }, - - "root": function( elem ) { - return elem === docElem; - }, - - "focus": function( elem ) { - return elem === document.activeElement && - ( !document.hasFocus || document.hasFocus() ) && - !!( elem.type || elem.href || ~elem.tabIndex ); - }, - - // Boolean properties - "enabled": createDisabledPseudo( false ), - "disabled": createDisabledPseudo( true ), - - "checked": function( elem ) { - - // In CSS3, :checked should return both checked and selected elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - var nodeName = elem.nodeName.toLowerCase(); - return ( nodeName === "input" && !!elem.checked ) || - ( nodeName === "option" && !!elem.selected ); - }, - - "selected": function( elem ) { - - // Accessing this property makes selected-by-default - // options in Safari work properly - if ( elem.parentNode ) { - // eslint-disable-next-line no-unused-expressions - elem.parentNode.selectedIndex; - } - - return elem.selected === true; - }, - - // Contents - "empty": function( elem ) { - - // http://www.w3.org/TR/selectors/#empty-pseudo - // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), - // but not by others (comment: 8; processing instruction: 7; etc.) - // nodeType < 6 works because attributes (2) do not appear as children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - if ( elem.nodeType < 6 ) { - return false; - } - } - return true; - }, - - "parent": function( elem ) { - return !Expr.pseudos[ "empty" ]( elem ); - }, - - // Element/input types - "header": function( elem ) { - return rheader.test( elem.nodeName ); - }, - - "input": function( elem ) { - return rinputs.test( elem.nodeName ); - }, - - "button": function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === "button" || name === "button"; - }, - - "text": function( elem ) { - var attr; - return elem.nodeName.toLowerCase() === "input" && - elem.type === "text" && - - // Support: IE<8 - // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" - ( ( attr = elem.getAttribute( "type" ) ) == null || - attr.toLowerCase() === "text" ); - }, - - // Position-in-collection - "first": createPositionalPseudo( function() { - return [ 0 ]; - } ), - - "last": createPositionalPseudo( function( _matchIndexes, length ) { - return [ length - 1 ]; - } ), - - "eq": createPositionalPseudo( function( _matchIndexes, length, argument ) { - return [ argument < 0 ? argument + length : argument ]; - } ), - - "even": createPositionalPseudo( function( matchIndexes, length ) { - var i = 0; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "odd": createPositionalPseudo( function( matchIndexes, length ) { - var i = 1; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "lt": createPositionalPseudo( function( matchIndexes, length, argument ) { - var i = argument < 0 ? - argument + length : - argument > length ? - length : - argument; - for ( ; --i >= 0; ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ), - - "gt": createPositionalPseudo( function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; ++i < length; ) { - matchIndexes.push( i ); - } - return matchIndexes; - } ) - } -}; - -Expr.pseudos[ "nth" ] = Expr.pseudos[ "eq" ]; - -// Add button/input type pseudos -for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { - Expr.pseudos[ i ] = createInputPseudo( i ); -} -for ( i in { submit: true, reset: true } ) { - Expr.pseudos[ i ] = createButtonPseudo( i ); -} - -// Easy API for creating new setFilters -function setFilters() {} -setFilters.prototype = Expr.filters = Expr.pseudos; -Expr.setFilters = new setFilters(); - -tokenize = Sizzle.tokenize = function( selector, parseOnly ) { - var matched, match, tokens, type, - soFar, groups, preFilters, - cached = tokenCache[ selector + " " ]; - - if ( cached ) { - return parseOnly ? 0 : cached.slice( 0 ); - } - - soFar = selector; - groups = []; - preFilters = Expr.preFilter; - - while ( soFar ) { - - // Comma and first run - if ( !matched || ( match = rcomma.exec( soFar ) ) ) { - if ( match ) { - - // Don't consume trailing commas as valid - soFar = soFar.slice( match[ 0 ].length ) || soFar; - } - groups.push( ( tokens = [] ) ); - } - - matched = false; - - // Combinators - if ( ( match = rcombinators.exec( soFar ) ) ) { - matched = match.shift(); - tokens.push( { - value: matched, - - // Cast descendant combinators to space - type: match[ 0 ].replace( rtrim, " " ) - } ); - soFar = soFar.slice( matched.length ); - } - - // Filters - for ( type in Expr.filter ) { - if ( ( match = matchExpr[ type ].exec( soFar ) ) && ( !preFilters[ type ] || - ( match = preFilters[ type ]( match ) ) ) ) { - matched = match.shift(); - tokens.push( { - value: matched, - type: type, - matches: match - } ); - soFar = soFar.slice( matched.length ); - } - } - - if ( !matched ) { - break; - } - } - - // Return the length of the invalid excess - // if we're just parsing - // Otherwise, throw an error or return tokens - return parseOnly ? - soFar.length : - soFar ? - Sizzle.error( selector ) : - - // Cache the tokens - tokenCache( selector, groups ).slice( 0 ); -}; - -function toSelector( tokens ) { - var i = 0, - len = tokens.length, - selector = ""; - for ( ; i < len; i++ ) { - selector += tokens[ i ].value; - } - return selector; -} - -function addCombinator( matcher, combinator, base ) { - var dir = combinator.dir, - skip = combinator.next, - key = skip || dir, - checkNonElements = base && key === "parentNode", - doneName = done++; - - return combinator.first ? - - // Check against closest ancestor/preceding element - function( elem, context, xml ) { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - return matcher( elem, context, xml ); - } - } - return false; - } : - - // Check against all ancestor/preceding elements - function( elem, context, xml ) { - var oldCache, uniqueCache, outerCache, - newCache = [ dirruns, doneName ]; - - // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching - if ( xml ) { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - if ( matcher( elem, context, xml ) ) { - return true; - } - } - } - } else { - while ( ( elem = elem[ dir ] ) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - outerCache = elem[ expando ] || ( elem[ expando ] = {} ); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ elem.uniqueID ] || - ( outerCache[ elem.uniqueID ] = {} ); - - if ( skip && skip === elem.nodeName.toLowerCase() ) { - elem = elem[ dir ] || elem; - } else if ( ( oldCache = uniqueCache[ key ] ) && - oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { - - // Assign to newCache so results back-propagate to previous elements - return ( newCache[ 2 ] = oldCache[ 2 ] ); - } else { - - // Reuse newcache so results back-propagate to previous elements - uniqueCache[ key ] = newCache; - - // A match means we're done; a fail means we have to keep checking - if ( ( newCache[ 2 ] = matcher( elem, context, xml ) ) ) { - return true; - } - } - } - } - } - return false; - }; -} - -function elementMatcher( matchers ) { - return matchers.length > 1 ? - function( elem, context, xml ) { - var i = matchers.length; - while ( i-- ) { - if ( !matchers[ i ]( elem, context, xml ) ) { - return false; - } - } - return true; - } : - matchers[ 0 ]; -} - -function multipleContexts( selector, contexts, results ) { - var i = 0, - len = contexts.length; - for ( ; i < len; i++ ) { - Sizzle( selector, contexts[ i ], results ); - } - return results; -} - -function condense( unmatched, map, filter, context, xml ) { - var elem, - newUnmatched = [], - i = 0, - len = unmatched.length, - mapped = map != null; - - for ( ; i < len; i++ ) { - if ( ( elem = unmatched[ i ] ) ) { - if ( !filter || filter( elem, context, xml ) ) { - newUnmatched.push( elem ); - if ( mapped ) { - map.push( i ); - } - } - } - } - - return newUnmatched; -} - -function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { - if ( postFilter && !postFilter[ expando ] ) { - postFilter = setMatcher( postFilter ); - } - if ( postFinder && !postFinder[ expando ] ) { - postFinder = setMatcher( postFinder, postSelector ); - } - return markFunction( function( seed, results, context, xml ) { - var temp, i, elem, - preMap = [], - postMap = [], - preexisting = results.length, - - // Get initial elements from seed or context - elems = seed || multipleContexts( - selector || "*", - context.nodeType ? [ context ] : context, - [] - ), - - // Prefilter to get matcher input, preserving a map for seed-results synchronization - matcherIn = preFilter && ( seed || !selector ) ? - condense( elems, preMap, preFilter, context, xml ) : - elems, - - matcherOut = matcher ? - - // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, - postFinder || ( seed ? preFilter : preexisting || postFilter ) ? - - // ...intermediate processing is necessary - [] : - - // ...otherwise use results directly - results : - matcherIn; - - // Find primary matches - if ( matcher ) { - matcher( matcherIn, matcherOut, context, xml ); - } - - // Apply postFilter - if ( postFilter ) { - temp = condense( matcherOut, postMap ); - postFilter( temp, [], context, xml ); - - // Un-match failing elements by moving them back to matcherIn - i = temp.length; - while ( i-- ) { - if ( ( elem = temp[ i ] ) ) { - matcherOut[ postMap[ i ] ] = !( matcherIn[ postMap[ i ] ] = elem ); - } - } - } - - if ( seed ) { - if ( postFinder || preFilter ) { - if ( postFinder ) { - - // Get the final matcherOut by condensing this intermediate into postFinder contexts - temp = []; - i = matcherOut.length; - while ( i-- ) { - if ( ( elem = matcherOut[ i ] ) ) { - - // Restore matcherIn since elem is not yet a final match - temp.push( ( matcherIn[ i ] = elem ) ); - } - } - postFinder( null, ( matcherOut = [] ), temp, xml ); - } - - // Move matched elements from seed to results to keep them synchronized - i = matcherOut.length; - while ( i-- ) { - if ( ( elem = matcherOut[ i ] ) && - ( temp = postFinder ? indexOf( seed, elem ) : preMap[ i ] ) > -1 ) { - - seed[ temp ] = !( results[ temp ] = elem ); - } - } - } - - // Add elements to results, through postFinder if defined - } else { - matcherOut = condense( - matcherOut === results ? - matcherOut.splice( preexisting, matcherOut.length ) : - matcherOut - ); - if ( postFinder ) { - postFinder( null, results, matcherOut, xml ); - } else { - push.apply( results, matcherOut ); - } - } - } ); -} - -function matcherFromTokens( tokens ) { - var checkContext, matcher, j, - len = tokens.length, - leadingRelative = Expr.relative[ tokens[ 0 ].type ], - implicitRelative = leadingRelative || Expr.relative[ " " ], - i = leadingRelative ? 1 : 0, - - // The foundational matcher ensures that elements are reachable from top-level context(s) - matchContext = addCombinator( function( elem ) { - return elem === checkContext; - }, implicitRelative, true ), - matchAnyContext = addCombinator( function( elem ) { - return indexOf( checkContext, elem ) > -1; - }, implicitRelative, true ), - matchers = [ function( elem, context, xml ) { - var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( - ( checkContext = context ).nodeType ? - matchContext( elem, context, xml ) : - matchAnyContext( elem, context, xml ) ); - - // Avoid hanging onto element (issue #299) - checkContext = null; - return ret; - } ]; - - for ( ; i < len; i++ ) { - if ( ( matcher = Expr.relative[ tokens[ i ].type ] ) ) { - matchers = [ addCombinator( elementMatcher( matchers ), matcher ) ]; - } else { - matcher = Expr.filter[ tokens[ i ].type ].apply( null, tokens[ i ].matches ); - - // Return special upon seeing a positional matcher - if ( matcher[ expando ] ) { - - // Find the next relative operator (if any) for proper handling - j = ++i; - for ( ; j < len; j++ ) { - if ( Expr.relative[ tokens[ j ].type ] ) { - break; - } - } - return setMatcher( - i > 1 && elementMatcher( matchers ), - i > 1 && toSelector( - - // If the preceding token was a descendant combinator, insert an implicit any-element `*` - tokens - .slice( 0, i - 1 ) - .concat( { value: tokens[ i - 2 ].type === " " ? "*" : "" } ) - ).replace( rtrim, "$1" ), - matcher, - i < j && matcherFromTokens( tokens.slice( i, j ) ), - j < len && matcherFromTokens( ( tokens = tokens.slice( j ) ) ), - j < len && toSelector( tokens ) - ); - } - matchers.push( matcher ); - } - } - - return elementMatcher( matchers ); -} - -function matcherFromGroupMatchers( elementMatchers, setMatchers ) { - var bySet = setMatchers.length > 0, - byElement = elementMatchers.length > 0, - superMatcher = function( seed, context, xml, results, outermost ) { - var elem, j, matcher, - matchedCount = 0, - i = "0", - unmatched = seed && [], - setMatched = [], - contextBackup = outermostContext, - - // We must always have either seed elements or outermost context - elems = seed || byElement && Expr.find[ "TAG" ]( "*", outermost ), - - // Use integer dirruns iff this is the outermost matcher - dirrunsUnique = ( dirruns += contextBackup == null ? 1 : Math.random() || 0.1 ), - len = elems.length; - - if ( outermost ) { - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - outermostContext = context == document || context || outermost; - } - - // Add elements passing elementMatchers directly to results - // Support: IE<9, Safari - // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id - for ( ; i !== len && ( elem = elems[ i ] ) != null; i++ ) { - if ( byElement && elem ) { - j = 0; - - // Support: IE 11+, Edge 17 - 18+ - // IE/Edge sometimes throw a "Permission denied" error when strict-comparing - // two documents; shallow comparisons work. - // eslint-disable-next-line eqeqeq - if ( !context && elem.ownerDocument != document ) { - setDocument( elem ); - xml = !documentIsHTML; - } - while ( ( matcher = elementMatchers[ j++ ] ) ) { - if ( matcher( elem, context || document, xml ) ) { - results.push( elem ); - break; - } - } - if ( outermost ) { - dirruns = dirrunsUnique; - } - } - - // Track unmatched elements for set filters - if ( bySet ) { - - // They will have gone through all possible matchers - if ( ( elem = !matcher && elem ) ) { - matchedCount--; - } - - // Lengthen the array for every element, matched or not - if ( seed ) { - unmatched.push( elem ); - } - } - } - - // `i` is now the count of elements visited above, and adding it to `matchedCount` - // makes the latter nonnegative. - matchedCount += i; - - // Apply set filters to unmatched elements - // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` - // equals `i`), unless we didn't visit _any_ elements in the above loop because we have - // no element matchers and no seed. - // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that - // case, which will result in a "00" `matchedCount` that differs from `i` but is also - // numerically zero. - if ( bySet && i !== matchedCount ) { - j = 0; - while ( ( matcher = setMatchers[ j++ ] ) ) { - matcher( unmatched, setMatched, context, xml ); - } - - if ( seed ) { - - // Reintegrate element matches to eliminate the need for sorting - if ( matchedCount > 0 ) { - while ( i-- ) { - if ( !( unmatched[ i ] || setMatched[ i ] ) ) { - setMatched[ i ] = pop.call( results ); - } - } - } - - // Discard index placeholder values to get only actual matches - setMatched = condense( setMatched ); - } - - // Add matches to results - push.apply( results, setMatched ); - - // Seedless set matches succeeding multiple successful matchers stipulate sorting - if ( outermost && !seed && setMatched.length > 0 && - ( matchedCount + setMatchers.length ) > 1 ) { - - Sizzle.uniqueSort( results ); - } - } - - // Override manipulation of globals by nested matchers - if ( outermost ) { - dirruns = dirrunsUnique; - outermostContext = contextBackup; - } - - return unmatched; - }; - - return bySet ? - markFunction( superMatcher ) : - superMatcher; -} - -compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { - var i, - setMatchers = [], - elementMatchers = [], - cached = compilerCache[ selector + " " ]; - - if ( !cached ) { - - // Generate a function of recursive functions that can be used to check each element - if ( !match ) { - match = tokenize( selector ); - } - i = match.length; - while ( i-- ) { - cached = matcherFromTokens( match[ i ] ); - if ( cached[ expando ] ) { - setMatchers.push( cached ); - } else { - elementMatchers.push( cached ); - } - } - - // Cache the compiled function - cached = compilerCache( - selector, - matcherFromGroupMatchers( elementMatchers, setMatchers ) - ); - - // Save selector and tokenization - cached.selector = selector; - } - return cached; -}; - -/** - * A low-level selection function that works with Sizzle's compiled - * selector functions - * @param {String|Function} selector A selector or a pre-compiled - * selector function built with Sizzle.compile - * @param {Element} context - * @param {Array} [results] - * @param {Array} [seed] A set of elements to match against - */ -select = Sizzle.select = function( selector, context, results, seed ) { - var i, tokens, token, type, find, - compiled = typeof selector === "function" && selector, - match = !seed && tokenize( ( selector = compiled.selector || selector ) ); - - results = results || []; - - // Try to minimize operations if there is only one selector in the list and no seed - // (the latter of which guarantees us context) - if ( match.length === 1 ) { - - // Reduce context if the leading compound selector is an ID - tokens = match[ 0 ] = match[ 0 ].slice( 0 ); - if ( tokens.length > 2 && ( token = tokens[ 0 ] ).type === "ID" && - context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[ 1 ].type ] ) { - - context = ( Expr.find[ "ID" ]( token.matches[ 0 ] - .replace( runescape, funescape ), context ) || [] )[ 0 ]; - if ( !context ) { - return results; - - // Precompiled matchers will still verify ancestry, so step up a level - } else if ( compiled ) { - context = context.parentNode; - } - - selector = selector.slice( tokens.shift().value.length ); - } - - // Fetch a seed set for right-to-left matching - i = matchExpr[ "needsContext" ].test( selector ) ? 0 : tokens.length; - while ( i-- ) { - token = tokens[ i ]; - - // Abort if we hit a combinator - if ( Expr.relative[ ( type = token.type ) ] ) { - break; - } - if ( ( find = Expr.find[ type ] ) ) { - - // Search, expanding context for leading sibling combinators - if ( ( seed = find( - token.matches[ 0 ].replace( runescape, funescape ), - rsibling.test( tokens[ 0 ].type ) && testContext( context.parentNode ) || - context - ) ) ) { - - // If seed is empty or no tokens remain, we can return early - tokens.splice( i, 1 ); - selector = seed.length && toSelector( tokens ); - if ( !selector ) { - push.apply( results, seed ); - return results; - } - - break; - } - } - } - } - - // Compile and execute a filtering function if one is not provided - // Provide `match` to avoid retokenization if we modified the selector above - ( compiled || compile( selector, match ) )( - seed, - context, - !documentIsHTML, - results, - !context || rsibling.test( selector ) && testContext( context.parentNode ) || context - ); - return results; -}; - -// One-time assignments - -// Sort stability -support.sortStable = expando.split( "" ).sort( sortOrder ).join( "" ) === expando; - -// Support: Chrome 14-35+ -// Always assume duplicates if they aren't passed to the comparison function -support.detectDuplicates = !!hasDuplicate; - -// Initialize against the default document -setDocument(); - -// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) -// Detached nodes confoundingly follow *each other* -support.sortDetached = assert( function( el ) { - - // Should return 1, but returns 4 (following) - return el.compareDocumentPosition( document.createElement( "fieldset" ) ) & 1; -} ); - -// Support: IE<8 -// Prevent attribute/property "interpolation" -// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx -if ( !assert( function( el ) { - el.innerHTML = ""; - return el.firstChild.getAttribute( "href" ) === "#"; -} ) ) { - addHandle( "type|href|height|width", function( elem, name, isXML ) { - if ( !isXML ) { - return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); - } - } ); -} - -// Support: IE<9 -// Use defaultValue in place of getAttribute("value") -if ( !support.attributes || !assert( function( el ) { - el.innerHTML = ""; - el.firstChild.setAttribute( "value", "" ); - return el.firstChild.getAttribute( "value" ) === ""; -} ) ) { - addHandle( "value", function( elem, _name, isXML ) { - if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { - return elem.defaultValue; - } - } ); -} - -// Support: IE<9 -// Use getAttributeNode to fetch booleans when getAttribute lies -if ( !assert( function( el ) { - return el.getAttribute( "disabled" ) == null; -} ) ) { - addHandle( booleans, function( elem, name, isXML ) { - var val; - if ( !isXML ) { - return elem[ name ] === true ? name.toLowerCase() : - ( val = elem.getAttributeNode( name ) ) && val.specified ? - val.value : - null; - } - } ); -} - -return Sizzle; - -} )( window ); - - - -jQuery.find = Sizzle; -jQuery.expr = Sizzle.selectors; - -// Deprecated -jQuery.expr[ ":" ] = jQuery.expr.pseudos; -jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; -jQuery.text = Sizzle.getText; -jQuery.isXMLDoc = Sizzle.isXML; -jQuery.contains = Sizzle.contains; -jQuery.escapeSelector = Sizzle.escape; - - - - -var dir = function( elem, dir, until ) { - var matched = [], - truncate = until !== undefined; - - while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { - if ( elem.nodeType === 1 ) { - if ( truncate && jQuery( elem ).is( until ) ) { - break; - } - matched.push( elem ); - } - } - return matched; -}; - - -var siblings = function( n, elem ) { - var matched = []; - - for ( ; n; n = n.nextSibling ) { - if ( n.nodeType === 1 && n !== elem ) { - matched.push( n ); - } - } - - return matched; -}; - - -var rneedsContext = jQuery.expr.match.needsContext; - - - -function nodeName( elem, name ) { - - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); - -}; -var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); - - - -// Implement the identical functionality for filter and not -function winnow( elements, qualifier, not ) { - if ( isFunction( qualifier ) ) { - return jQuery.grep( elements, function( elem, i ) { - return !!qualifier.call( elem, i, elem ) !== not; - } ); - } - - // Single element - if ( qualifier.nodeType ) { - return jQuery.grep( elements, function( elem ) { - return ( elem === qualifier ) !== not; - } ); - } - - // Arraylike of elements (jQuery, arguments, Array) - if ( typeof qualifier !== "string" ) { - return jQuery.grep( elements, function( elem ) { - return ( indexOf.call( qualifier, elem ) > -1 ) !== not; - } ); - } - - // Filtered directly for both simple and complex selectors - return jQuery.filter( qualifier, elements, not ); -} - -jQuery.filter = function( expr, elems, not ) { - var elem = elems[ 0 ]; - - if ( not ) { - expr = ":not(" + expr + ")"; - } - - if ( elems.length === 1 && elem.nodeType === 1 ) { - return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; - } - - return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { - return elem.nodeType === 1; - } ) ); -}; - -jQuery.fn.extend( { - find: function( selector ) { - var i, ret, - len = this.length, - self = this; - - if ( typeof selector !== "string" ) { - return this.pushStack( jQuery( selector ).filter( function() { - for ( i = 0; i < len; i++ ) { - if ( jQuery.contains( self[ i ], this ) ) { - return true; - } - } - } ) ); - } - - ret = this.pushStack( [] ); - - for ( i = 0; i < len; i++ ) { - jQuery.find( selector, self[ i ], ret ); - } - - return len > 1 ? jQuery.uniqueSort( ret ) : ret; - }, - filter: function( selector ) { - return this.pushStack( winnow( this, selector || [], false ) ); - }, - not: function( selector ) { - return this.pushStack( winnow( this, selector || [], true ) ); - }, - is: function( selector ) { - return !!winnow( - this, - - // If this is a positional/relative selector, check membership in the returned set - // so $("p:first").is("p:last") won't return true for a doc with two "p". - typeof selector === "string" && rneedsContext.test( selector ) ? - jQuery( selector ) : - selector || [], - false - ).length; - } -} ); - - -// Initialize a jQuery object - - -// A central reference to the root jQuery(document) -var rootjQuery, - - // A simple way to check for HTML strings - // Prioritize #id over to avoid XSS via location.hash (#9521) - // Strict HTML recognition (#11290: must start with <) - // Shortcut simple #id case for speed - rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, - - init = jQuery.fn.init = function( selector, context, root ) { - var match, elem; - - // HANDLE: $(""), $(null), $(undefined), $(false) - if ( !selector ) { - return this; - } - - // Method init() accepts an alternate rootjQuery - // so migrate can support jQuery.sub (gh-2101) - root = root || rootjQuery; - - // Handle HTML strings - if ( typeof selector === "string" ) { - if ( selector[ 0 ] === "<" && - selector[ selector.length - 1 ] === ">" && - selector.length >= 3 ) { - - // Assume that strings that start and end with <> are HTML and skip the regex check - match = [ null, selector, null ]; - - } else { - match = rquickExpr.exec( selector ); - } - - // Match html or make sure no context is specified for #id - if ( match && ( match[ 1 ] || !context ) ) { - - // HANDLE: $(html) -> $(array) - if ( match[ 1 ] ) { - context = context instanceof jQuery ? context[ 0 ] : context; - - // Option to run scripts is true for back-compat - // Intentionally let the error be thrown if parseHTML is not present - jQuery.merge( this, jQuery.parseHTML( - match[ 1 ], - context && context.nodeType ? context.ownerDocument || context : document, - true - ) ); - - // HANDLE: $(html, props) - if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { - for ( match in context ) { - - // Properties of context are called as methods if possible - if ( isFunction( this[ match ] ) ) { - this[ match ]( context[ match ] ); - - // ...and otherwise set as attributes - } else { - this.attr( match, context[ match ] ); - } - } - } - - return this; - - // HANDLE: $(#id) - } else { - elem = document.getElementById( match[ 2 ] ); - - if ( elem ) { - - // Inject the element directly into the jQuery object - this[ 0 ] = elem; - this.length = 1; - } - return this; - } - - // HANDLE: $(expr, $(...)) - } else if ( !context || context.jquery ) { - return ( context || root ).find( selector ); - - // HANDLE: $(expr, context) - // (which is just equivalent to: $(context).find(expr) - } else { - return this.constructor( context ).find( selector ); - } - - // HANDLE: $(DOMElement) - } else if ( selector.nodeType ) { - this[ 0 ] = selector; - this.length = 1; - return this; - - // HANDLE: $(function) - // Shortcut for document ready - } else if ( isFunction( selector ) ) { - return root.ready !== undefined ? - root.ready( selector ) : - - // Execute immediately if ready is not present - selector( jQuery ); - } - - return jQuery.makeArray( selector, this ); - }; - -// Give the init function the jQuery prototype for later instantiation -init.prototype = jQuery.fn; - -// Initialize central reference -rootjQuery = jQuery( document ); - - -var rparentsprev = /^(?:parents|prev(?:Until|All))/, - - // Methods guaranteed to produce a unique set when starting from a unique set - guaranteedUnique = { - children: true, - contents: true, - next: true, - prev: true - }; - -jQuery.fn.extend( { - has: function( target ) { - var targets = jQuery( target, this ), - l = targets.length; - - return this.filter( function() { - var i = 0; - for ( ; i < l; i++ ) { - if ( jQuery.contains( this, targets[ i ] ) ) { - return true; - } - } - } ); - }, - - closest: function( selectors, context ) { - var cur, - i = 0, - l = this.length, - matched = [], - targets = typeof selectors !== "string" && jQuery( selectors ); - - // Positional selectors never match, since there's no _selection_ context - if ( !rneedsContext.test( selectors ) ) { - for ( ; i < l; i++ ) { - for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { - - // Always skip document fragments - if ( cur.nodeType < 11 && ( targets ? - targets.index( cur ) > -1 : - - // Don't pass non-elements to Sizzle - cur.nodeType === 1 && - jQuery.find.matchesSelector( cur, selectors ) ) ) { - - matched.push( cur ); - break; - } - } - } - } - - return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); - }, - - // Determine the position of an element within the set - index: function( elem ) { - - // No argument, return index in parent - if ( !elem ) { - return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; - } - - // Index in selector - if ( typeof elem === "string" ) { - return indexOf.call( jQuery( elem ), this[ 0 ] ); - } - - // Locate the position of the desired element - return indexOf.call( this, - - // If it receives a jQuery object, the first element is used - elem.jquery ? elem[ 0 ] : elem - ); - }, - - add: function( selector, context ) { - return this.pushStack( - jQuery.uniqueSort( - jQuery.merge( this.get(), jQuery( selector, context ) ) - ) - ); - }, - - addBack: function( selector ) { - return this.add( selector == null ? - this.prevObject : this.prevObject.filter( selector ) - ); - } -} ); - -function sibling( cur, dir ) { - while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} - return cur; -} - -jQuery.each( { - parent: function( elem ) { - var parent = elem.parentNode; - return parent && parent.nodeType !== 11 ? parent : null; - }, - parents: function( elem ) { - return dir( elem, "parentNode" ); - }, - parentsUntil: function( elem, _i, until ) { - return dir( elem, "parentNode", until ); - }, - next: function( elem ) { - return sibling( elem, "nextSibling" ); - }, - prev: function( elem ) { - return sibling( elem, "previousSibling" ); - }, - nextAll: function( elem ) { - return dir( elem, "nextSibling" ); - }, - prevAll: function( elem ) { - return dir( elem, "previousSibling" ); - }, - nextUntil: function( elem, _i, until ) { - return dir( elem, "nextSibling", until ); - }, - prevUntil: function( elem, _i, until ) { - return dir( elem, "previousSibling", until ); - }, - siblings: function( elem ) { - return siblings( ( elem.parentNode || {} ).firstChild, elem ); - }, - children: function( elem ) { - return siblings( elem.firstChild ); - }, - contents: function( elem ) { - if ( elem.contentDocument != null && - - // Support: IE 11+ - // elements with no `data` attribute has an object - // `contentDocument` with a `null` prototype. - getProto( elem.contentDocument ) ) { - - return elem.contentDocument; - } - - // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only - // Treat the template element as a regular one in browsers that - // don't support it. - if ( nodeName( elem, "template" ) ) { - elem = elem.content || elem; - } - - return jQuery.merge( [], elem.childNodes ); - } -}, function( name, fn ) { - jQuery.fn[ name ] = function( until, selector ) { - var matched = jQuery.map( this, fn, until ); - - if ( name.slice( -5 ) !== "Until" ) { - selector = until; - } - - if ( selector && typeof selector === "string" ) { - matched = jQuery.filter( selector, matched ); - } - - if ( this.length > 1 ) { - - // Remove duplicates - if ( !guaranteedUnique[ name ] ) { - jQuery.uniqueSort( matched ); - } - - // Reverse order for parents* and prev-derivatives - if ( rparentsprev.test( name ) ) { - matched.reverse(); - } - } - - return this.pushStack( matched ); - }; -} ); -var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g ); - - - -// Convert String-formatted options into Object-formatted ones -function createOptions( options ) { - var object = {}; - jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { - object[ flag ] = true; - } ); - return object; -} - -/* - * Create a callback list using the following parameters: - * - * options: an optional list of space-separated options that will change how - * the callback list behaves or a more traditional option object - * - * By default a callback list will act like an event callback list and can be - * "fired" multiple times. - * - * Possible options: - * - * once: will ensure the callback list can only be fired once (like a Deferred) - * - * memory: will keep track of previous values and will call any callback added - * after the list has been fired right away with the latest "memorized" - * values (like a Deferred) - * - * unique: will ensure a callback can only be added once (no duplicate in the list) - * - * stopOnFalse: interrupt callings when a callback returns false - * - */ -jQuery.Callbacks = function( options ) { - - // Convert options from String-formatted to Object-formatted if needed - // (we check in cache first) - options = typeof options === "string" ? - createOptions( options ) : - jQuery.extend( {}, options ); - - var // Flag to know if list is currently firing - firing, - - // Last fire value for non-forgettable lists - memory, - - // Flag to know if list was already fired - fired, - - // Flag to prevent firing - locked, - - // Actual callback list - list = [], - - // Queue of execution data for repeatable lists - queue = [], - - // Index of currently firing callback (modified by add/remove as needed) - firingIndex = -1, - - // Fire callbacks - fire = function() { - - // Enforce single-firing - locked = locked || options.once; - - // Execute callbacks for all pending executions, - // respecting firingIndex overrides and runtime changes - fired = firing = true; - for ( ; queue.length; firingIndex = -1 ) { - memory = queue.shift(); - while ( ++firingIndex < list.length ) { - - // Run callback and check for early termination - if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && - options.stopOnFalse ) { - - // Jump to end and forget the data so .add doesn't re-fire - firingIndex = list.length; - memory = false; - } - } - } - - // Forget the data if we're done with it - if ( !options.memory ) { - memory = false; - } - - firing = false; - - // Clean up if we're done firing for good - if ( locked ) { - - // Keep an empty list if we have data for future add calls - if ( memory ) { - list = []; - - // Otherwise, this object is spent - } else { - list = ""; - } - } - }, - - // Actual Callbacks object - self = { - - // Add a callback or a collection of callbacks to the list - add: function() { - if ( list ) { - - // If we have memory from a past run, we should fire after adding - if ( memory && !firing ) { - firingIndex = list.length - 1; - queue.push( memory ); - } - - ( function add( args ) { - jQuery.each( args, function( _, arg ) { - if ( isFunction( arg ) ) { - if ( !options.unique || !self.has( arg ) ) { - list.push( arg ); - } - } else if ( arg && arg.length && toType( arg ) !== "string" ) { - - // Inspect recursively - add( arg ); - } - } ); - } )( arguments ); - - if ( memory && !firing ) { - fire(); - } - } - return this; - }, - - // Remove a callback from the list - remove: function() { - jQuery.each( arguments, function( _, arg ) { - var index; - while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { - list.splice( index, 1 ); - - // Handle firing indexes - if ( index <= firingIndex ) { - firingIndex--; - } - } - } ); - return this; - }, - - // Check if a given callback is in the list. - // If no argument is given, return whether or not list has callbacks attached. - has: function( fn ) { - return fn ? - jQuery.inArray( fn, list ) > -1 : - list.length > 0; - }, - - // Remove all callbacks from the list - empty: function() { - if ( list ) { - list = []; - } - return this; - }, - - // Disable .fire and .add - // Abort any current/pending executions - // Clear all callbacks and values - disable: function() { - locked = queue = []; - list = memory = ""; - return this; - }, - disabled: function() { - return !list; - }, - - // Disable .fire - // Also disable .add unless we have memory (since it would have no effect) - // Abort any pending executions - lock: function() { - locked = queue = []; - if ( !memory && !firing ) { - list = memory = ""; - } - return this; - }, - locked: function() { - return !!locked; - }, - - // Call all callbacks with the given context and arguments - fireWith: function( context, args ) { - if ( !locked ) { - args = args || []; - args = [ context, args.slice ? args.slice() : args ]; - queue.push( args ); - if ( !firing ) { - fire(); - } - } - return this; - }, - - // Call all the callbacks with the given arguments - fire: function() { - self.fireWith( this, arguments ); - return this; - }, - - // To know if the callbacks have already been called at least once - fired: function() { - return !!fired; - } - }; - - return self; -}; - - -function Identity( v ) { - return v; -} -function Thrower( ex ) { - throw ex; -} - -function adoptValue( value, resolve, reject, noValue ) { - var method; - - try { - - // Check for promise aspect first to privilege synchronous behavior - if ( value && isFunction( ( method = value.promise ) ) ) { - method.call( value ).done( resolve ).fail( reject ); - - // Other thenables - } else if ( value && isFunction( ( method = value.then ) ) ) { - method.call( value, resolve, reject ); - - // Other non-thenables - } else { - - // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer: - // * false: [ value ].slice( 0 ) => resolve( value ) - // * true: [ value ].slice( 1 ) => resolve() - resolve.apply( undefined, [ value ].slice( noValue ) ); - } - - // For Promises/A+, convert exceptions into rejections - // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in - // Deferred#then to conditionally suppress rejection. - } catch ( value ) { - - // Support: Android 4.0 only - // Strict mode functions invoked without .call/.apply get global-object context - reject.apply( undefined, [ value ] ); - } -} - -jQuery.extend( { - - Deferred: function( func ) { - var tuples = [ - - // action, add listener, callbacks, - // ... .then handlers, argument index, [final state] - [ "notify", "progress", jQuery.Callbacks( "memory" ), - jQuery.Callbacks( "memory" ), 2 ], - [ "resolve", "done", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 0, "resolved" ], - [ "reject", "fail", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 1, "rejected" ] - ], - state = "pending", - promise = { - state: function() { - return state; - }, - always: function() { - deferred.done( arguments ).fail( arguments ); - return this; - }, - "catch": function( fn ) { - return promise.then( null, fn ); - }, - - // Keep pipe for back-compat - pipe: function( /* fnDone, fnFail, fnProgress */ ) { - var fns = arguments; - - return jQuery.Deferred( function( newDefer ) { - jQuery.each( tuples, function( _i, tuple ) { - - // Map tuples (progress, done, fail) to arguments (done, fail, progress) - var fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; - - // deferred.progress(function() { bind to newDefer or newDefer.notify }) - // deferred.done(function() { bind to newDefer or newDefer.resolve }) - // deferred.fail(function() { bind to newDefer or newDefer.reject }) - deferred[ tuple[ 1 ] ]( function() { - var returned = fn && fn.apply( this, arguments ); - if ( returned && isFunction( returned.promise ) ) { - returned.promise() - .progress( newDefer.notify ) - .done( newDefer.resolve ) - .fail( newDefer.reject ); - } else { - newDefer[ tuple[ 0 ] + "With" ]( - this, - fn ? [ returned ] : arguments - ); - } - } ); - } ); - fns = null; - } ).promise(); - }, - then: function( onFulfilled, onRejected, onProgress ) { - var maxDepth = 0; - function resolve( depth, deferred, handler, special ) { - return function() { - var that = this, - args = arguments, - mightThrow = function() { - var returned, then; - - // Support: Promises/A+ section 2.3.3.3.3 - // https://promisesaplus.com/#point-59 - // Ignore double-resolution attempts - if ( depth < maxDepth ) { - return; - } - - returned = handler.apply( that, args ); - - // Support: Promises/A+ section 2.3.1 - // https://promisesaplus.com/#point-48 - if ( returned === deferred.promise() ) { - throw new TypeError( "Thenable self-resolution" ); - } - - // Support: Promises/A+ sections 2.3.3.1, 3.5 - // https://promisesaplus.com/#point-54 - // https://promisesaplus.com/#point-75 - // Retrieve `then` only once - then = returned && - - // Support: Promises/A+ section 2.3.4 - // https://promisesaplus.com/#point-64 - // Only check objects and functions for thenability - ( typeof returned === "object" || - typeof returned === "function" ) && - returned.then; - - // Handle a returned thenable - if ( isFunction( then ) ) { - - // Special processors (notify) just wait for resolution - if ( special ) { - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ) - ); - - // Normal processors (resolve) also hook into progress - } else { - - // ...and disregard older resolution values - maxDepth++; - - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ), - resolve( maxDepth, deferred, Identity, - deferred.notifyWith ) - ); - } - - // Handle all other returned values - } else { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Identity ) { - that = undefined; - args = [ returned ]; - } - - // Process the value(s) - // Default process is resolve - ( special || deferred.resolveWith )( that, args ); - } - }, - - // Only normal processors (resolve) catch and reject exceptions - process = special ? - mightThrow : - function() { - try { - mightThrow(); - } catch ( e ) { - - if ( jQuery.Deferred.exceptionHook ) { - jQuery.Deferred.exceptionHook( e, - process.stackTrace ); - } - - // Support: Promises/A+ section 2.3.3.3.4.1 - // https://promisesaplus.com/#point-61 - // Ignore post-resolution exceptions - if ( depth + 1 >= maxDepth ) { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Thrower ) { - that = undefined; - args = [ e ]; - } - - deferred.rejectWith( that, args ); - } - } - }; - - // Support: Promises/A+ section 2.3.3.3.1 - // https://promisesaplus.com/#point-57 - // Re-resolve promises immediately to dodge false rejection from - // subsequent errors - if ( depth ) { - process(); - } else { - - // Call an optional hook to record the stack, in case of exception - // since it's otherwise lost when execution goes async - if ( jQuery.Deferred.getStackHook ) { - process.stackTrace = jQuery.Deferred.getStackHook(); - } - window.setTimeout( process ); - } - }; - } - - return jQuery.Deferred( function( newDefer ) { - - // progress_handlers.add( ... ) - tuples[ 0 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onProgress ) ? - onProgress : - Identity, - newDefer.notifyWith - ) - ); - - // fulfilled_handlers.add( ... ) - tuples[ 1 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onFulfilled ) ? - onFulfilled : - Identity - ) - ); - - // rejected_handlers.add( ... ) - tuples[ 2 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onRejected ) ? - onRejected : - Thrower - ) - ); - } ).promise(); - }, - - // Get a promise for this deferred - // If obj is provided, the promise aspect is added to the object - promise: function( obj ) { - return obj != null ? jQuery.extend( obj, promise ) : promise; - } - }, - deferred = {}; - - // Add list-specific methods - jQuery.each( tuples, function( i, tuple ) { - var list = tuple[ 2 ], - stateString = tuple[ 5 ]; - - // promise.progress = list.add - // promise.done = list.add - // promise.fail = list.add - promise[ tuple[ 1 ] ] = list.add; - - // Handle state - if ( stateString ) { - list.add( - function() { - - // state = "resolved" (i.e., fulfilled) - // state = "rejected" - state = stateString; - }, - - // rejected_callbacks.disable - // fulfilled_callbacks.disable - tuples[ 3 - i ][ 2 ].disable, - - // rejected_handlers.disable - // fulfilled_handlers.disable - tuples[ 3 - i ][ 3 ].disable, - - // progress_callbacks.lock - tuples[ 0 ][ 2 ].lock, - - // progress_handlers.lock - tuples[ 0 ][ 3 ].lock - ); - } - - // progress_handlers.fire - // fulfilled_handlers.fire - // rejected_handlers.fire - list.add( tuple[ 3 ].fire ); - - // deferred.notify = function() { deferred.notifyWith(...) } - // deferred.resolve = function() { deferred.resolveWith(...) } - // deferred.reject = function() { deferred.rejectWith(...) } - deferred[ tuple[ 0 ] ] = function() { - deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); - return this; - }; - - // deferred.notifyWith = list.fireWith - // deferred.resolveWith = list.fireWith - // deferred.rejectWith = list.fireWith - deferred[ tuple[ 0 ] + "With" ] = list.fireWith; - } ); - - // Make the deferred a promise - promise.promise( deferred ); - - // Call given func if any - if ( func ) { - func.call( deferred, deferred ); - } - - // All done! - return deferred; - }, - - // Deferred helper - when: function( singleValue ) { - var - - // count of uncompleted subordinates - remaining = arguments.length, - - // count of unprocessed arguments - i = remaining, - - // subordinate fulfillment data - resolveContexts = Array( i ), - resolveValues = slice.call( arguments ), - - // the master Deferred - master = jQuery.Deferred(), - - // subordinate callback factory - updateFunc = function( i ) { - return function( value ) { - resolveContexts[ i ] = this; - resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; - if ( !( --remaining ) ) { - master.resolveWith( resolveContexts, resolveValues ); - } - }; - }; - - // Single- and empty arguments are adopted like Promise.resolve - if ( remaining <= 1 ) { - adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject, - !remaining ); - - // Use .then() to unwrap secondary thenables (cf. gh-3000) - if ( master.state() === "pending" || - isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { - - return master.then(); - } - } - - // Multiple arguments are aggregated like Promise.all array elements - while ( i-- ) { - adoptValue( resolveValues[ i ], updateFunc( i ), master.reject ); - } - - return master.promise(); - } -} ); - - -// These usually indicate a programmer mistake during development, -// warn about them ASAP rather than swallowing them by default. -var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; - -jQuery.Deferred.exceptionHook = function( error, stack ) { - - // Support: IE 8 - 9 only - // Console exists when dev tools are open, which can happen at any time - if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { - window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack ); - } -}; - - - - -jQuery.readyException = function( error ) { - window.setTimeout( function() { - throw error; - } ); -}; - - - - -// The deferred used on DOM ready -var readyList = jQuery.Deferred(); - -jQuery.fn.ready = function( fn ) { - - readyList - .then( fn ) - - // Wrap jQuery.readyException in a function so that the lookup - // happens at the time of error handling instead of callback - // registration. - .catch( function( error ) { - jQuery.readyException( error ); - } ); - - return this; -}; - -jQuery.extend( { - - // Is the DOM ready to be used? Set to true once it occurs. - isReady: false, - - // A counter to track how many items to wait for before - // the ready event fires. See #6781 - readyWait: 1, - - // Handle when the DOM is ready - ready: function( wait ) { - - // Abort if there are pending holds or we're already ready - if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { - return; - } - - // Remember that the DOM is ready - jQuery.isReady = true; - - // If a normal DOM Ready event fired, decrement, and wait if need be - if ( wait !== true && --jQuery.readyWait > 0 ) { - return; - } - - // If there are functions bound, to execute - readyList.resolveWith( document, [ jQuery ] ); - } -} ); - -jQuery.ready.then = readyList.then; - -// The ready event handler and self cleanup method -function completed() { - document.removeEventListener( "DOMContentLoaded", completed ); - window.removeEventListener( "load", completed ); - jQuery.ready(); -} - -// Catch cases where $(document).ready() is called -// after the browser event has already occurred. -// Support: IE <=9 - 10 only -// Older IE sometimes signals "interactive" too soon -if ( document.readyState === "complete" || - ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { - - // Handle it asynchronously to allow scripts the opportunity to delay ready - window.setTimeout( jQuery.ready ); - -} else { - - // Use the handy event callback - document.addEventListener( "DOMContentLoaded", completed ); - - // A fallback to window.onload, that will always work - window.addEventListener( "load", completed ); -} - - - - -// Multifunctional method to get and set values of a collection -// The value/s can optionally be executed if it's a function -var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { - var i = 0, - len = elems.length, - bulk = key == null; - - // Sets many values - if ( toType( key ) === "object" ) { - chainable = true; - for ( i in key ) { - access( elems, fn, i, key[ i ], true, emptyGet, raw ); - } - - // Sets one value - } else if ( value !== undefined ) { - chainable = true; - - if ( !isFunction( value ) ) { - raw = true; - } - - if ( bulk ) { - - // Bulk operations run against the entire set - if ( raw ) { - fn.call( elems, value ); - fn = null; - - // ...except when executing function values - } else { - bulk = fn; - fn = function( elem, _key, value ) { - return bulk.call( jQuery( elem ), value ); - }; - } - } - - if ( fn ) { - for ( ; i < len; i++ ) { - fn( - elems[ i ], key, raw ? - value : - value.call( elems[ i ], i, fn( elems[ i ], key ) ) - ); - } - } - } - - if ( chainable ) { - return elems; - } - - // Gets - if ( bulk ) { - return fn.call( elems ); - } - - return len ? fn( elems[ 0 ], key ) : emptyGet; -}; - - -// Matches dashed string for camelizing -var rmsPrefix = /^-ms-/, - rdashAlpha = /-([a-z])/g; - -// Used by camelCase as callback to replace() -function fcamelCase( _all, letter ) { - return letter.toUpperCase(); -} - -// Convert dashed to camelCase; used by the css and data modules -// Support: IE <=9 - 11, Edge 12 - 15 -// Microsoft forgot to hump their vendor prefix (#9572) -function camelCase( string ) { - return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); -} -var acceptData = function( owner ) { - - // Accepts only: - // - Node - // - Node.ELEMENT_NODE - // - Node.DOCUMENT_NODE - // - Object - // - Any - return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); -}; - - - - -function Data() { - this.expando = jQuery.expando + Data.uid++; -} - -Data.uid = 1; - -Data.prototype = { - - cache: function( owner ) { - - // Check if the owner object already has a cache - var value = owner[ this.expando ]; - - // If not, create one - if ( !value ) { - value = {}; - - // We can accept data for non-element nodes in modern browsers, - // but we should not, see #8335. - // Always return an empty object. - if ( acceptData( owner ) ) { - - // If it is a node unlikely to be stringify-ed or looped over - // use plain assignment - if ( owner.nodeType ) { - owner[ this.expando ] = value; - - // Otherwise secure it in a non-enumerable property - // configurable must be true to allow the property to be - // deleted when data is removed - } else { - Object.defineProperty( owner, this.expando, { - value: value, - configurable: true - } ); - } - } - } - - return value; - }, - set: function( owner, data, value ) { - var prop, - cache = this.cache( owner ); - - // Handle: [ owner, key, value ] args - // Always use camelCase key (gh-2257) - if ( typeof data === "string" ) { - cache[ camelCase( data ) ] = value; - - // Handle: [ owner, { properties } ] args - } else { - - // Copy the properties one-by-one to the cache object - for ( prop in data ) { - cache[ camelCase( prop ) ] = data[ prop ]; - } - } - return cache; - }, - get: function( owner, key ) { - return key === undefined ? - this.cache( owner ) : - - // Always use camelCase key (gh-2257) - owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ]; - }, - access: function( owner, key, value ) { - - // In cases where either: - // - // 1. No key was specified - // 2. A string key was specified, but no value provided - // - // Take the "read" path and allow the get method to determine - // which value to return, respectively either: - // - // 1. The entire cache object - // 2. The data stored at the key - // - if ( key === undefined || - ( ( key && typeof key === "string" ) && value === undefined ) ) { - - return this.get( owner, key ); - } - - // When the key is not a string, or both a key and value - // are specified, set or extend (existing objects) with either: - // - // 1. An object of properties - // 2. A key and value - // - this.set( owner, key, value ); - - // Since the "set" path can have two possible entry points - // return the expected data based on which path was taken[*] - return value !== undefined ? value : key; - }, - remove: function( owner, key ) { - var i, - cache = owner[ this.expando ]; - - if ( cache === undefined ) { - return; - } - - if ( key !== undefined ) { - - // Support array or space separated string of keys - if ( Array.isArray( key ) ) { - - // If key is an array of keys... - // We always set camelCase keys, so remove that. - key = key.map( camelCase ); - } else { - key = camelCase( key ); - - // If a key with the spaces exists, use it. - // Otherwise, create an array by matching non-whitespace - key = key in cache ? - [ key ] : - ( key.match( rnothtmlwhite ) || [] ); - } - - i = key.length; - - while ( i-- ) { - delete cache[ key[ i ] ]; - } - } - - // Remove the expando if there's no more data - if ( key === undefined || jQuery.isEmptyObject( cache ) ) { - - // Support: Chrome <=35 - 45 - // Webkit & Blink performance suffers when deleting properties - // from DOM nodes, so set to undefined instead - // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) - if ( owner.nodeType ) { - owner[ this.expando ] = undefined; - } else { - delete owner[ this.expando ]; - } - } - }, - hasData: function( owner ) { - var cache = owner[ this.expando ]; - return cache !== undefined && !jQuery.isEmptyObject( cache ); - } -}; -var dataPriv = new Data(); - -var dataUser = new Data(); - - - -// Implementation Summary -// -// 1. Enforce API surface and semantic compatibility with 1.9.x branch -// 2. Improve the module's maintainability by reducing the storage -// paths to a single mechanism. -// 3. Use the same single mechanism to support "private" and "user" data. -// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) -// 5. Avoid exposing implementation details on user objects (eg. expando properties) -// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 - -var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, - rmultiDash = /[A-Z]/g; - -function getData( data ) { - if ( data === "true" ) { - return true; - } - - if ( data === "false" ) { - return false; - } - - if ( data === "null" ) { - return null; - } - - // Only convert to a number if it doesn't change the string - if ( data === +data + "" ) { - return +data; - } - - if ( rbrace.test( data ) ) { - return JSON.parse( data ); - } - - return data; -} - -function dataAttr( elem, key, data ) { - var name; - - // If nothing was found internally, try to fetch any - // data from the HTML5 data-* attribute - if ( data === undefined && elem.nodeType === 1 ) { - name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); - data = elem.getAttribute( name ); - - if ( typeof data === "string" ) { - try { - data = getData( data ); - } catch ( e ) {} - - // Make sure we set the data so it isn't changed later - dataUser.set( elem, key, data ); - } else { - data = undefined; - } - } - return data; -} - -jQuery.extend( { - hasData: function( elem ) { - return dataUser.hasData( elem ) || dataPriv.hasData( elem ); - }, - - data: function( elem, name, data ) { - return dataUser.access( elem, name, data ); - }, - - removeData: function( elem, name ) { - dataUser.remove( elem, name ); - }, - - // TODO: Now that all calls to _data and _removeData have been replaced - // with direct calls to dataPriv methods, these can be deprecated. - _data: function( elem, name, data ) { - return dataPriv.access( elem, name, data ); - }, - - _removeData: function( elem, name ) { - dataPriv.remove( elem, name ); - } -} ); - -jQuery.fn.extend( { - data: function( key, value ) { - var i, name, data, - elem = this[ 0 ], - attrs = elem && elem.attributes; - - // Gets all values - if ( key === undefined ) { - if ( this.length ) { - data = dataUser.get( elem ); - - if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { - i = attrs.length; - while ( i-- ) { - - // Support: IE 11 only - // The attrs elements can be null (#14894) - if ( attrs[ i ] ) { - name = attrs[ i ].name; - if ( name.indexOf( "data-" ) === 0 ) { - name = camelCase( name.slice( 5 ) ); - dataAttr( elem, name, data[ name ] ); - } - } - } - dataPriv.set( elem, "hasDataAttrs", true ); - } - } - - return data; - } - - // Sets multiple values - if ( typeof key === "object" ) { - return this.each( function() { - dataUser.set( this, key ); - } ); - } - - return access( this, function( value ) { - var data; - - // The calling jQuery object (element matches) is not empty - // (and therefore has an element appears at this[ 0 ]) and the - // `value` parameter was not undefined. An empty jQuery object - // will result in `undefined` for elem = this[ 0 ] which will - // throw an exception if an attempt to read a data cache is made. - if ( elem && value === undefined ) { - - // Attempt to get data from the cache - // The key will always be camelCased in Data - data = dataUser.get( elem, key ); - if ( data !== undefined ) { - return data; - } - - // Attempt to "discover" the data in - // HTML5 custom data-* attrs - data = dataAttr( elem, key ); - if ( data !== undefined ) { - return data; - } - - // We tried really hard, but the data doesn't exist. - return; - } - - // Set the data... - this.each( function() { - - // We always store the camelCased key - dataUser.set( this, key, value ); - } ); - }, null, value, arguments.length > 1, null, true ); - }, - - removeData: function( key ) { - return this.each( function() { - dataUser.remove( this, key ); - } ); - } -} ); - - -jQuery.extend( { - queue: function( elem, type, data ) { - var queue; - - if ( elem ) { - type = ( type || "fx" ) + "queue"; - queue = dataPriv.get( elem, type ); - - // Speed up dequeue by getting out quickly if this is just a lookup - if ( data ) { - if ( !queue || Array.isArray( data ) ) { - queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); - } else { - queue.push( data ); - } - } - return queue || []; - } - }, - - dequeue: function( elem, type ) { - type = type || "fx"; - - var queue = jQuery.queue( elem, type ), - startLength = queue.length, - fn = queue.shift(), - hooks = jQuery._queueHooks( elem, type ), - next = function() { - jQuery.dequeue( elem, type ); - }; - - // If the fx queue is dequeued, always remove the progress sentinel - if ( fn === "inprogress" ) { - fn = queue.shift(); - startLength--; - } - - if ( fn ) { - - // Add a progress sentinel to prevent the fx queue from being - // automatically dequeued - if ( type === "fx" ) { - queue.unshift( "inprogress" ); - } - - // Clear up the last queue stop function - delete hooks.stop; - fn.call( elem, next, hooks ); - } - - if ( !startLength && hooks ) { - hooks.empty.fire(); - } - }, - - // Not public - generate a queueHooks object, or return the current one - _queueHooks: function( elem, type ) { - var key = type + "queueHooks"; - return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { - empty: jQuery.Callbacks( "once memory" ).add( function() { - dataPriv.remove( elem, [ type + "queue", key ] ); - } ) - } ); - } -} ); - -jQuery.fn.extend( { - queue: function( type, data ) { - var setter = 2; - - if ( typeof type !== "string" ) { - data = type; - type = "fx"; - setter--; - } - - if ( arguments.length < setter ) { - return jQuery.queue( this[ 0 ], type ); - } - - return data === undefined ? - this : - this.each( function() { - var queue = jQuery.queue( this, type, data ); - - // Ensure a hooks for this queue - jQuery._queueHooks( this, type ); - - if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { - jQuery.dequeue( this, type ); - } - } ); - }, - dequeue: function( type ) { - return this.each( function() { - jQuery.dequeue( this, type ); - } ); - }, - clearQueue: function( type ) { - return this.queue( type || "fx", [] ); - }, - - // Get a promise resolved when queues of a certain type - // are emptied (fx is the type by default) - promise: function( type, obj ) { - var tmp, - count = 1, - defer = jQuery.Deferred(), - elements = this, - i = this.length, - resolve = function() { - if ( !( --count ) ) { - defer.resolveWith( elements, [ elements ] ); - } - }; - - if ( typeof type !== "string" ) { - obj = type; - type = undefined; - } - type = type || "fx"; - - while ( i-- ) { - tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); - if ( tmp && tmp.empty ) { - count++; - tmp.empty.add( resolve ); - } - } - resolve(); - return defer.promise( obj ); - } -} ); -var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; - -var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); - - -var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; - -var documentElement = document.documentElement; - - - - var isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ); - }, - composed = { composed: true }; - - // Support: IE 9 - 11+, Edge 12 - 18+, iOS 10.0 - 10.2 only - // Check attachment across shadow DOM boundaries when possible (gh-3504) - // Support: iOS 10.0-10.2 only - // Early iOS 10 versions support `attachShadow` but not `getRootNode`, - // leading to errors. We need to check for `getRootNode`. - if ( documentElement.getRootNode ) { - isAttached = function( elem ) { - return jQuery.contains( elem.ownerDocument, elem ) || - elem.getRootNode( composed ) === elem.ownerDocument; - }; - } -var isHiddenWithinTree = function( elem, el ) { - - // isHiddenWithinTree might be called from jQuery#filter function; - // in that case, element will be second argument - elem = el || elem; - - // Inline style trumps all - return elem.style.display === "none" || - elem.style.display === "" && - - // Otherwise, check computed style - // Support: Firefox <=43 - 45 - // Disconnected elements can have computed display: none, so first confirm that elem is - // in the document. - isAttached( elem ) && - - jQuery.css( elem, "display" ) === "none"; - }; - - - -function adjustCSS( elem, prop, valueParts, tween ) { - var adjusted, scale, - maxIterations = 20, - currentValue = tween ? - function() { - return tween.cur(); - } : - function() { - return jQuery.css( elem, prop, "" ); - }, - initial = currentValue(), - unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), - - // Starting value computation is required for potential unit mismatches - initialInUnit = elem.nodeType && - ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && - rcssNum.exec( jQuery.css( elem, prop ) ); - - if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { - - // Support: Firefox <=54 - // Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144) - initial = initial / 2; - - // Trust units reported by jQuery.css - unit = unit || initialInUnit[ 3 ]; - - // Iteratively approximate from a nonzero starting point - initialInUnit = +initial || 1; - - while ( maxIterations-- ) { - - // Evaluate and update our best guess (doubling guesses that zero out). - // Finish if the scale equals or crosses 1 (making the old*new product non-positive). - jQuery.style( elem, prop, initialInUnit + unit ); - if ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) { - maxIterations = 0; - } - initialInUnit = initialInUnit / scale; - - } - - initialInUnit = initialInUnit * 2; - jQuery.style( elem, prop, initialInUnit + unit ); - - // Make sure we update the tween properties later on - valueParts = valueParts || []; - } - - if ( valueParts ) { - initialInUnit = +initialInUnit || +initial || 0; - - // Apply relative offset (+=/-=) if specified - adjusted = valueParts[ 1 ] ? - initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : - +valueParts[ 2 ]; - if ( tween ) { - tween.unit = unit; - tween.start = initialInUnit; - tween.end = adjusted; - } - } - return adjusted; -} - - -var defaultDisplayMap = {}; - -function getDefaultDisplay( elem ) { - var temp, - doc = elem.ownerDocument, - nodeName = elem.nodeName, - display = defaultDisplayMap[ nodeName ]; - - if ( display ) { - return display; - } - - temp = doc.body.appendChild( doc.createElement( nodeName ) ); - display = jQuery.css( temp, "display" ); - - temp.parentNode.removeChild( temp ); - - if ( display === "none" ) { - display = "block"; - } - defaultDisplayMap[ nodeName ] = display; - - return display; -} - -function showHide( elements, show ) { - var display, elem, - values = [], - index = 0, - length = elements.length; - - // Determine new display value for elements that need to change - for ( ; index < length; index++ ) { - elem = elements[ index ]; - if ( !elem.style ) { - continue; - } - - display = elem.style.display; - if ( show ) { - - // Since we force visibility upon cascade-hidden elements, an immediate (and slow) - // check is required in this first loop unless we have a nonempty display value (either - // inline or about-to-be-restored) - if ( display === "none" ) { - values[ index ] = dataPriv.get( elem, "display" ) || null; - if ( !values[ index ] ) { - elem.style.display = ""; - } - } - if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { - values[ index ] = getDefaultDisplay( elem ); - } - } else { - if ( display !== "none" ) { - values[ index ] = "none"; - - // Remember what we're overwriting - dataPriv.set( elem, "display", display ); - } - } - } - - // Set the display of the elements in a second loop to avoid constant reflow - for ( index = 0; index < length; index++ ) { - if ( values[ index ] != null ) { - elements[ index ].style.display = values[ index ]; - } - } - - return elements; -} - -jQuery.fn.extend( { - show: function() { - return showHide( this, true ); - }, - hide: function() { - return showHide( this ); - }, - toggle: function( state ) { - if ( typeof state === "boolean" ) { - return state ? this.show() : this.hide(); - } - - return this.each( function() { - if ( isHiddenWithinTree( this ) ) { - jQuery( this ).show(); - } else { - jQuery( this ).hide(); - } - } ); - } -} ); -var rcheckableType = ( /^(?:checkbox|radio)$/i ); - -var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]*)/i ); - -var rscriptType = ( /^$|^module$|\/(?:java|ecma)script/i ); - - - -( function() { - var fragment = document.createDocumentFragment(), - div = fragment.appendChild( document.createElement( "div" ) ), - input = document.createElement( "input" ); - - // Support: Android 4.0 - 4.3 only - // Check state lost if the name is set (#11217) - // Support: Windows Web Apps (WWA) - // `name` and `type` must use .setAttribute for WWA (#14901) - input.setAttribute( "type", "radio" ); - input.setAttribute( "checked", "checked" ); - input.setAttribute( "name", "t" ); - - div.appendChild( input ); - - // Support: Android <=4.1 only - // Older WebKit doesn't clone checked state correctly in fragments - support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; - - // Support: IE <=11 only - // Make sure textarea (and checkbox) defaultValue is properly cloned - div.innerHTML = ""; - support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; - - // Support: IE <=9 only - // IE <=9 replaces "; - support.option = !!div.lastChild; -} )(); - - -// We have to close these tags to support XHTML (#13200) -var wrapMap = { - - // XHTML parsers do not magically insert elements in the - // same way that tag soup parsers do. So we cannot shorten - // this by omitting or other required elements. - thead: [ 1, "", "
" ], - col: [ 2, "", "
" ], - tr: [ 2, "", "
" ], - td: [ 3, "", "
" ], - - _default: [ 0, "", "" ] -}; - -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - -// Support: IE <=9 only -if ( !support.option ) { - wrapMap.optgroup = wrapMap.option = [ 1, "" ]; -} - - -function getAll( context, tag ) { - - // Support: IE <=9 - 11 only - // Use typeof to avoid zero-argument method invocation on host objects (#15151) - var ret; - - if ( typeof context.getElementsByTagName !== "undefined" ) { - ret = context.getElementsByTagName( tag || "*" ); - - } else if ( typeof context.querySelectorAll !== "undefined" ) { - ret = context.querySelectorAll( tag || "*" ); - - } else { - ret = []; - } - - if ( tag === undefined || tag && nodeName( context, tag ) ) { - return jQuery.merge( [ context ], ret ); - } - - return ret; -} - - -// Mark scripts as having already been evaluated -function setGlobalEval( elems, refElements ) { - var i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - dataPriv.set( - elems[ i ], - "globalEval", - !refElements || dataPriv.get( refElements[ i ], "globalEval" ) - ); - } -} - - -var rhtml = /<|&#?\w+;/; - -function buildFragment( elems, context, scripts, selection, ignored ) { - var elem, tmp, tag, wrap, attached, j, - fragment = context.createDocumentFragment(), - nodes = [], - i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - elem = elems[ i ]; - - if ( elem || elem === 0 ) { - - // Add nodes directly - if ( toType( elem ) === "object" ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); - - // Convert non-html into a text node - } else if ( !rhtml.test( elem ) ) { - nodes.push( context.createTextNode( elem ) ); - - // Convert html into DOM nodes - } else { - tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); - - // Deserialize a standard representation - tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); - wrap = wrapMap[ tag ] || wrapMap._default; - tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; - - // Descend through wrappers to the right content - j = wrap[ 0 ]; - while ( j-- ) { - tmp = tmp.lastChild; - } - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, tmp.childNodes ); - - // Remember the top-level container - tmp = fragment.firstChild; - - // Ensure the created nodes are orphaned (#12392) - tmp.textContent = ""; - } - } - } - - // Remove wrapper from fragment - fragment.textContent = ""; - - i = 0; - while ( ( elem = nodes[ i++ ] ) ) { - - // Skip elements already in the context collection (trac-4087) - if ( selection && jQuery.inArray( elem, selection ) > -1 ) { - if ( ignored ) { - ignored.push( elem ); - } - continue; - } - - attached = isAttached( elem ); - - // Append to fragment - tmp = getAll( fragment.appendChild( elem ), "script" ); - - // Preserve script evaluation history - if ( attached ) { - setGlobalEval( tmp ); - } - - // Capture executables - if ( scripts ) { - j = 0; - while ( ( elem = tmp[ j++ ] ) ) { - if ( rscriptType.test( elem.type || "" ) ) { - scripts.push( elem ); - } - } - } - } - - return fragment; -} - - -var - rkeyEvent = /^key/, - rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, - rtypenamespace = /^([^.]*)(?:\.(.+)|)/; - -function returnTrue() { - return true; -} - -function returnFalse() { - return false; -} - -// Support: IE <=9 - 11+ -// focus() and blur() are asynchronous, except when they are no-op. -// So expect focus to be synchronous when the element is already active, -// and blur to be synchronous when the element is not already active. -// (focus and blur are always synchronous in other supported browsers, -// this just defines when we can count on it). -function expectSync( elem, type ) { - return ( elem === safeActiveElement() ) === ( type === "focus" ); -} - -// Support: IE <=9 only -// Accessing document.activeElement can throw unexpectedly -// https://bugs.jquery.com/ticket/13393 -function safeActiveElement() { - try { - return document.activeElement; - } catch ( err ) { } -} - -function on( elem, types, selector, data, fn, one ) { - var origFn, type; - - // Types can be a map of types/handlers - if ( typeof types === "object" ) { - - // ( types-Object, selector, data ) - if ( typeof selector !== "string" ) { - - // ( types-Object, data ) - data = data || selector; - selector = undefined; - } - for ( type in types ) { - on( elem, type, selector, data, types[ type ], one ); - } - return elem; - } - - if ( data == null && fn == null ) { - - // ( types, fn ) - fn = selector; - data = selector = undefined; - } else if ( fn == null ) { - if ( typeof selector === "string" ) { - - // ( types, selector, fn ) - fn = data; - data = undefined; - } else { - - // ( types, data, fn ) - fn = data; - data = selector; - selector = undefined; - } - } - if ( fn === false ) { - fn = returnFalse; - } else if ( !fn ) { - return elem; - } - - if ( one === 1 ) { - origFn = fn; - fn = function( event ) { - - // Can use an empty set, since event contains the info - jQuery().off( event ); - return origFn.apply( this, arguments ); - }; - - // Use same guid so caller can remove using origFn - fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); - } - return elem.each( function() { - jQuery.event.add( this, types, fn, data, selector ); - } ); -} - -/* - * Helper functions for managing events -- not part of the public interface. - * Props to Dean Edwards' addEvent library for many of the ideas. - */ -jQuery.event = { - - global: {}, - - add: function( elem, types, handler, data, selector ) { - - var handleObjIn, eventHandle, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.get( elem ); - - // Only attach events to objects that accept data - if ( !acceptData( elem ) ) { - return; - } - - // Caller can pass in an object of custom data in lieu of the handler - if ( handler.handler ) { - handleObjIn = handler; - handler = handleObjIn.handler; - selector = handleObjIn.selector; - } - - // Ensure that invalid selectors throw exceptions at attach time - // Evaluate against documentElement in case elem is a non-element node (e.g., document) - if ( selector ) { - jQuery.find.matchesSelector( documentElement, selector ); - } - - // Make sure that the handler has a unique ID, used to find/remove it later - if ( !handler.guid ) { - handler.guid = jQuery.guid++; - } - - // Init the element's event structure and main handler, if this is the first - if ( !( events = elemData.events ) ) { - events = elemData.events = Object.create( null ); - } - if ( !( eventHandle = elemData.handle ) ) { - eventHandle = elemData.handle = function( e ) { - - // Discard the second event of a jQuery.event.trigger() and - // when an event is called after a page has unloaded - return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? - jQuery.event.dispatch.apply( elem, arguments ) : undefined; - }; - } - - // Handle multiple events separated by a space - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // There *must* be a type, no attaching namespace-only handlers - if ( !type ) { - continue; - } - - // If event changes its type, use the special event handlers for the changed type - special = jQuery.event.special[ type ] || {}; - - // If selector defined, determine special event api type, otherwise given type - type = ( selector ? special.delegateType : special.bindType ) || type; - - // Update special based on newly reset type - special = jQuery.event.special[ type ] || {}; - - // handleObj is passed to all event handlers - handleObj = jQuery.extend( { - type: type, - origType: origType, - data: data, - handler: handler, - guid: handler.guid, - selector: selector, - needsContext: selector && jQuery.expr.match.needsContext.test( selector ), - namespace: namespaces.join( "." ) - }, handleObjIn ); - - // Init the event handler queue if we're the first - if ( !( handlers = events[ type ] ) ) { - handlers = events[ type ] = []; - handlers.delegateCount = 0; - - // Only use addEventListener if the special events handler returns false - if ( !special.setup || - special.setup.call( elem, data, namespaces, eventHandle ) === false ) { - - if ( elem.addEventListener ) { - elem.addEventListener( type, eventHandle ); - } - } - } - - if ( special.add ) { - special.add.call( elem, handleObj ); - - if ( !handleObj.handler.guid ) { - handleObj.handler.guid = handler.guid; - } - } - - // Add to the element's handler list, delegates in front - if ( selector ) { - handlers.splice( handlers.delegateCount++, 0, handleObj ); - } else { - handlers.push( handleObj ); - } - - // Keep track of which events have ever been used, for event optimization - jQuery.event.global[ type ] = true; - } - - }, - - // Detach an event or set of events from an element - remove: function( elem, types, handler, selector, mappedTypes ) { - - var j, origCount, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); - - if ( !elemData || !( events = elemData.events ) ) { - return; - } - - // Once for each type.namespace in types; type may be omitted - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // Unbind all events (on this namespace, if provided) for the element - if ( !type ) { - for ( type in events ) { - jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); - } - continue; - } - - special = jQuery.event.special[ type ] || {}; - type = ( selector ? special.delegateType : special.bindType ) || type; - handlers = events[ type ] || []; - tmp = tmp[ 2 ] && - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); - - // Remove matching events - origCount = j = handlers.length; - while ( j-- ) { - handleObj = handlers[ j ]; - - if ( ( mappedTypes || origType === handleObj.origType ) && - ( !handler || handler.guid === handleObj.guid ) && - ( !tmp || tmp.test( handleObj.namespace ) ) && - ( !selector || selector === handleObj.selector || - selector === "**" && handleObj.selector ) ) { - handlers.splice( j, 1 ); - - if ( handleObj.selector ) { - handlers.delegateCount--; - } - if ( special.remove ) { - special.remove.call( elem, handleObj ); - } - } - } - - // Remove generic event handler if we removed something and no more handlers exist - // (avoids potential for endless recursion during removal of special event handlers) - if ( origCount && !handlers.length ) { - if ( !special.teardown || - special.teardown.call( elem, namespaces, elemData.handle ) === false ) { - - jQuery.removeEvent( elem, type, elemData.handle ); - } - - delete events[ type ]; - } - } - - // Remove data and the expando if it's no longer used - if ( jQuery.isEmptyObject( events ) ) { - dataPriv.remove( elem, "handle events" ); - } - }, - - dispatch: function( nativeEvent ) { - - var i, j, ret, matched, handleObj, handlerQueue, - args = new Array( arguments.length ), - - // Make a writable jQuery.Event from the native event object - event = jQuery.event.fix( nativeEvent ), - - handlers = ( - dataPriv.get( this, "events" ) || Object.create( null ) - )[ event.type ] || [], - special = jQuery.event.special[ event.type ] || {}; - - // Use the fix-ed jQuery.Event rather than the (read-only) native event - args[ 0 ] = event; - - for ( i = 1; i < arguments.length; i++ ) { - args[ i ] = arguments[ i ]; - } - - event.delegateTarget = this; - - // Call the preDispatch hook for the mapped type, and let it bail if desired - if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { - return; - } - - // Determine handlers - handlerQueue = jQuery.event.handlers.call( this, event, handlers ); - - // Run delegates first; they may want to stop propagation beneath us - i = 0; - while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { - event.currentTarget = matched.elem; - - j = 0; - while ( ( handleObj = matched.handlers[ j++ ] ) && - !event.isImmediatePropagationStopped() ) { - - // If the event is namespaced, then each handler is only invoked if it is - // specially universal or its namespaces are a superset of the event's. - if ( !event.rnamespace || handleObj.namespace === false || - event.rnamespace.test( handleObj.namespace ) ) { - - event.handleObj = handleObj; - event.data = handleObj.data; - - ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || - handleObj.handler ).apply( matched.elem, args ); - - if ( ret !== undefined ) { - if ( ( event.result = ret ) === false ) { - event.preventDefault(); - event.stopPropagation(); - } - } - } - } - } - - // Call the postDispatch hook for the mapped type - if ( special.postDispatch ) { - special.postDispatch.call( this, event ); - } - - return event.result; - }, - - handlers: function( event, handlers ) { - var i, handleObj, sel, matchedHandlers, matchedSelectors, - handlerQueue = [], - delegateCount = handlers.delegateCount, - cur = event.target; - - // Find delegate handlers - if ( delegateCount && - - // Support: IE <=9 - // Black-hole SVG instance trees (trac-13180) - cur.nodeType && - - // Support: Firefox <=42 - // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) - // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click - // Support: IE 11 only - // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) - !( event.type === "click" && event.button >= 1 ) ) { - - for ( ; cur !== this; cur = cur.parentNode || this ) { - - // Don't check non-elements (#13208) - // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) - if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { - matchedHandlers = []; - matchedSelectors = {}; - for ( i = 0; i < delegateCount; i++ ) { - handleObj = handlers[ i ]; - - // Don't conflict with Object.prototype properties (#13203) - sel = handleObj.selector + " "; - - if ( matchedSelectors[ sel ] === undefined ) { - matchedSelectors[ sel ] = handleObj.needsContext ? - jQuery( sel, this ).index( cur ) > -1 : - jQuery.find( sel, this, null, [ cur ] ).length; - } - if ( matchedSelectors[ sel ] ) { - matchedHandlers.push( handleObj ); - } - } - if ( matchedHandlers.length ) { - handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); - } - } - } - } - - // Add the remaining (directly-bound) handlers - cur = this; - if ( delegateCount < handlers.length ) { - handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); - } - - return handlerQueue; - }, - - addProp: function( name, hook ) { - Object.defineProperty( jQuery.Event.prototype, name, { - enumerable: true, - configurable: true, - - get: isFunction( hook ) ? - function() { - if ( this.originalEvent ) { - return hook( this.originalEvent ); - } - } : - function() { - if ( this.originalEvent ) { - return this.originalEvent[ name ]; - } - }, - - set: function( value ) { - Object.defineProperty( this, name, { - enumerable: true, - configurable: true, - writable: true, - value: value - } ); - } - } ); - }, - - fix: function( originalEvent ) { - return originalEvent[ jQuery.expando ] ? - originalEvent : - new jQuery.Event( originalEvent ); - }, - - special: { - load: { - - // Prevent triggered image.load events from bubbling to window.load - noBubble: true - }, - click: { - - // Utilize native event to ensure correct state for checkable inputs - setup: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Claim the first handler - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - // dataPriv.set( el, "click", ... ) - leverageNative( el, "click", returnTrue ); - } - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function( data ) { - - // For mutual compressibility with _default, replace `this` access with a local var. - // `|| data` is dead code meant only to preserve the variable through minification. - var el = this || data; - - // Force setup before triggering a click - if ( rcheckableType.test( el.type ) && - el.click && nodeName( el, "input" ) ) { - - leverageNative( el, "click" ); - } - - // Return non-false to allow normal event-path propagation - return true; - }, - - // For cross-browser consistency, suppress native .click() on links - // Also prevent it if we're currently inside a leveraged native-event stack - _default: function( event ) { - var target = event.target; - return rcheckableType.test( target.type ) && - target.click && nodeName( target, "input" ) && - dataPriv.get( target, "click" ) || - nodeName( target, "a" ); - } - }, - - beforeunload: { - postDispatch: function( event ) { - - // Support: Firefox 20+ - // Firefox doesn't alert if the returnValue field is not set. - if ( event.result !== undefined && event.originalEvent ) { - event.originalEvent.returnValue = event.result; - } - } - } - } -}; - -// Ensure the presence of an event listener that handles manually-triggered -// synthetic events by interrupting progress until reinvoked in response to -// *native* events that it fires directly, ensuring that state changes have -// already occurred before other listeners are invoked. -function leverageNative( el, type, expectSync ) { - - // Missing expectSync indicates a trigger call, which must force setup through jQuery.event.add - if ( !expectSync ) { - if ( dataPriv.get( el, type ) === undefined ) { - jQuery.event.add( el, type, returnTrue ); - } - return; - } - - // Register the controller as a special universal handler for all event namespaces - dataPriv.set( el, type, false ); - jQuery.event.add( el, type, { - namespace: false, - handler: function( event ) { - var notAsync, result, - saved = dataPriv.get( this, type ); - - if ( ( event.isTrigger & 1 ) && this[ type ] ) { - - // Interrupt processing of the outer synthetic .trigger()ed event - // Saved data should be false in such cases, but might be a leftover capture object - // from an async native handler (gh-4350) - if ( !saved.length ) { - - // Store arguments for use when handling the inner native event - // There will always be at least one argument (an event object), so this array - // will not be confused with a leftover capture object. - saved = slice.call( arguments ); - dataPriv.set( this, type, saved ); - - // Trigger the native event and capture its result - // Support: IE <=9 - 11+ - // focus() and blur() are asynchronous - notAsync = expectSync( this, type ); - this[ type ](); - result = dataPriv.get( this, type ); - if ( saved !== result || notAsync ) { - dataPriv.set( this, type, false ); - } else { - result = {}; - } - if ( saved !== result ) { - - // Cancel the outer synthetic event - event.stopImmediatePropagation(); - event.preventDefault(); - return result.value; - } - - // If this is an inner synthetic event for an event with a bubbling surrogate - // (focus or blur), assume that the surrogate already propagated from triggering the - // native event and prevent that from happening again here. - // This technically gets the ordering wrong w.r.t. to `.trigger()` (in which the - // bubbling surrogate propagates *after* the non-bubbling base), but that seems - // less bad than duplication. - } else if ( ( jQuery.event.special[ type ] || {} ).delegateType ) { - event.stopPropagation(); - } - - // If this is a native event triggered above, everything is now in order - // Fire an inner synthetic event with the original arguments - } else if ( saved.length ) { - - // ...and capture the result - dataPriv.set( this, type, { - value: jQuery.event.trigger( - - // Support: IE <=9 - 11+ - // Extend with the prototype to reset the above stopImmediatePropagation() - jQuery.extend( saved[ 0 ], jQuery.Event.prototype ), - saved.slice( 1 ), - this - ) - } ); - - // Abort handling of the native event - event.stopImmediatePropagation(); - } - } - } ); -} - -jQuery.removeEvent = function( elem, type, handle ) { - - // This "if" is needed for plain objects - if ( elem.removeEventListener ) { - elem.removeEventListener( type, handle ); - } -}; - -jQuery.Event = function( src, props ) { - - // Allow instantiation without the 'new' keyword - if ( !( this instanceof jQuery.Event ) ) { - return new jQuery.Event( src, props ); - } - - // Event object - if ( src && src.type ) { - this.originalEvent = src; - this.type = src.type; - - // Events bubbling up the document may have been marked as prevented - // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = src.defaultPrevented || - src.defaultPrevented === undefined && - - // Support: Android <=2.3 only - src.returnValue === false ? - returnTrue : - returnFalse; - - // Create target properties - // Support: Safari <=6 - 7 only - // Target should not be a text node (#504, #13143) - this.target = ( src.target && src.target.nodeType === 3 ) ? - src.target.parentNode : - src.target; - - this.currentTarget = src.currentTarget; - this.relatedTarget = src.relatedTarget; - - // Event type - } else { - this.type = src; - } - - // Put explicitly provided properties onto the event object - if ( props ) { - jQuery.extend( this, props ); - } - - // Create a timestamp if incoming event doesn't have one - this.timeStamp = src && src.timeStamp || Date.now(); - - // Mark it as fixed - this[ jQuery.expando ] = true; -}; - -// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding -// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html -jQuery.Event.prototype = { - constructor: jQuery.Event, - isDefaultPrevented: returnFalse, - isPropagationStopped: returnFalse, - isImmediatePropagationStopped: returnFalse, - isSimulated: false, - - preventDefault: function() { - var e = this.originalEvent; - - this.isDefaultPrevented = returnTrue; - - if ( e && !this.isSimulated ) { - e.preventDefault(); - } - }, - stopPropagation: function() { - var e = this.originalEvent; - - this.isPropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopPropagation(); - } - }, - stopImmediatePropagation: function() { - var e = this.originalEvent; - - this.isImmediatePropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopImmediatePropagation(); - } - - this.stopPropagation(); - } -}; - -// Includes all common event props including KeyEvent and MouseEvent specific props -jQuery.each( { - altKey: true, - bubbles: true, - cancelable: true, - changedTouches: true, - ctrlKey: true, - detail: true, - eventPhase: true, - metaKey: true, - pageX: true, - pageY: true, - shiftKey: true, - view: true, - "char": true, - code: true, - charCode: true, - key: true, - keyCode: true, - button: true, - buttons: true, - clientX: true, - clientY: true, - offsetX: true, - offsetY: true, - pointerId: true, - pointerType: true, - screenX: true, - screenY: true, - targetTouches: true, - toElement: true, - touches: true, - - which: function( event ) { - var button = event.button; - - // Add which for key events - if ( event.which == null && rkeyEvent.test( event.type ) ) { - return event.charCode != null ? event.charCode : event.keyCode; - } - - // Add which for click: 1 === left; 2 === middle; 3 === right - if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) { - if ( button & 1 ) { - return 1; - } - - if ( button & 2 ) { - return 3; - } - - if ( button & 4 ) { - return 2; - } - - return 0; - } - - return event.which; - } -}, jQuery.event.addProp ); - -jQuery.each( { focus: "focusin", blur: "focusout" }, function( type, delegateType ) { - jQuery.event.special[ type ] = { - - // Utilize native event if possible so blur/focus sequence is correct - setup: function() { - - // Claim the first handler - // dataPriv.set( this, "focus", ... ) - // dataPriv.set( this, "blur", ... ) - leverageNative( this, type, expectSync ); - - // Return false to allow normal processing in the caller - return false; - }, - trigger: function() { - - // Force setup before trigger - leverageNative( this, type ); - - // Return non-false to allow normal event-path propagation - return true; - }, - - delegateType: delegateType - }; -} ); - -// Create mouseenter/leave events using mouseover/out and event-time checks -// so that event delegation works in jQuery. -// Do the same for pointerenter/pointerleave and pointerover/pointerout -// -// Support: Safari 7 only -// Safari sends mouseenter too often; see: -// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 -// for the description of the bug (it existed in older Chrome versions as well). -jQuery.each( { - mouseenter: "mouseover", - mouseleave: "mouseout", - pointerenter: "pointerover", - pointerleave: "pointerout" -}, function( orig, fix ) { - jQuery.event.special[ orig ] = { - delegateType: fix, - bindType: fix, - - handle: function( event ) { - var ret, - target = this, - related = event.relatedTarget, - handleObj = event.handleObj; - - // For mouseenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { - event.type = handleObj.origType; - ret = handleObj.handler.apply( this, arguments ); - event.type = fix; - } - return ret; - } - }; -} ); - -jQuery.fn.extend( { - - on: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn ); - }, - one: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn, 1 ); - }, - off: function( types, selector, fn ) { - var handleObj, type; - if ( types && types.preventDefault && types.handleObj ) { - - // ( event ) dispatched jQuery.Event - handleObj = types.handleObj; - jQuery( types.delegateTarget ).off( - handleObj.namespace ? - handleObj.origType + "." + handleObj.namespace : - handleObj.origType, - handleObj.selector, - handleObj.handler - ); - return this; - } - if ( typeof types === "object" ) { - - // ( types-object [, selector] ) - for ( type in types ) { - this.off( type, selector, types[ type ] ); - } - return this; - } - if ( selector === false || typeof selector === "function" ) { - - // ( types [, fn] ) - fn = selector; - selector = undefined; - } - if ( fn === false ) { - fn = returnFalse; - } - return this.each( function() { - jQuery.event.remove( this, types, fn, selector ); - } ); - } -} ); - - -var - - // Support: IE <=10 - 11, Edge 12 - 13 only - // In IE/Edge using regex groups here causes severe slowdowns. - // See https://connect.microsoft.com/IE/feedback/details/1736512/ - rnoInnerhtml = /\s*$/g; - -// Prefer a tbody over its parent table for containing new rows -function manipulationTarget( elem, content ) { - if ( nodeName( elem, "table" ) && - nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { - - return jQuery( elem ).children( "tbody" )[ 0 ] || elem; - } - - return elem; -} - -// Replace/restore the type attribute of script elements for safe DOM manipulation -function disableScript( elem ) { - elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; - return elem; -} -function restoreScript( elem ) { - if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) { - elem.type = elem.type.slice( 5 ); - } else { - elem.removeAttribute( "type" ); - } - - return elem; -} - -function cloneCopyEvent( src, dest ) { - var i, l, type, pdataOld, udataOld, udataCur, events; - - if ( dest.nodeType !== 1 ) { - return; - } - - // 1. Copy private data: events, handlers, etc. - if ( dataPriv.hasData( src ) ) { - pdataOld = dataPriv.get( src ); - events = pdataOld.events; - - if ( events ) { - dataPriv.remove( dest, "handle events" ); - - for ( type in events ) { - for ( i = 0, l = events[ type ].length; i < l; i++ ) { - jQuery.event.add( dest, type, events[ type ][ i ] ); - } - } - } - } - - // 2. Copy user data - if ( dataUser.hasData( src ) ) { - udataOld = dataUser.access( src ); - udataCur = jQuery.extend( {}, udataOld ); - - dataUser.set( dest, udataCur ); - } -} - -// Fix IE bugs, see support tests -function fixInput( src, dest ) { - var nodeName = dest.nodeName.toLowerCase(); - - // Fails to persist the checked state of a cloned checkbox or radio button. - if ( nodeName === "input" && rcheckableType.test( src.type ) ) { - dest.checked = src.checked; - - // Fails to return the selected option to the default selected state when cloning options - } else if ( nodeName === "input" || nodeName === "textarea" ) { - dest.defaultValue = src.defaultValue; - } -} - -function domManip( collection, args, callback, ignored ) { - - // Flatten any nested arrays - args = flat( args ); - - var fragment, first, scripts, hasScripts, node, doc, - i = 0, - l = collection.length, - iNoClone = l - 1, - value = args[ 0 ], - valueIsFunction = isFunction( value ); - - // We can't cloneNode fragments that contain checked, in WebKit - if ( valueIsFunction || - ( l > 1 && typeof value === "string" && - !support.checkClone && rchecked.test( value ) ) ) { - return collection.each( function( index ) { - var self = collection.eq( index ); - if ( valueIsFunction ) { - args[ 0 ] = value.call( this, index, self.html() ); - } - domManip( self, args, callback, ignored ); - } ); - } - - if ( l ) { - fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); - first = fragment.firstChild; - - if ( fragment.childNodes.length === 1 ) { - fragment = first; - } - - // Require either new content or an interest in ignored elements to invoke the callback - if ( first || ignored ) { - scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); - hasScripts = scripts.length; - - // Use the original fragment for the last item - // instead of the first because it can end up - // being emptied incorrectly in certain situations (#8070). - for ( ; i < l; i++ ) { - node = fragment; - - if ( i !== iNoClone ) { - node = jQuery.clone( node, true, true ); - - // Keep references to cloned scripts for later restoration - if ( hasScripts ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( scripts, getAll( node, "script" ) ); - } - } - - callback.call( collection[ i ], node, i ); - } - - if ( hasScripts ) { - doc = scripts[ scripts.length - 1 ].ownerDocument; - - // Reenable scripts - jQuery.map( scripts, restoreScript ); - - // Evaluate executable scripts on first document insertion - for ( i = 0; i < hasScripts; i++ ) { - node = scripts[ i ]; - if ( rscriptType.test( node.type || "" ) && - !dataPriv.access( node, "globalEval" ) && - jQuery.contains( doc, node ) ) { - - if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) { - - // Optional AJAX dependency, but won't run scripts if not present - if ( jQuery._evalUrl && !node.noModule ) { - jQuery._evalUrl( node.src, { - nonce: node.nonce || node.getAttribute( "nonce" ) - }, doc ); - } - } else { - DOMEval( node.textContent.replace( rcleanScript, "" ), node, doc ); - } - } - } - } - } - } - - return collection; -} - -function remove( elem, selector, keepData ) { - var node, - nodes = selector ? jQuery.filter( selector, elem ) : elem, - i = 0; - - for ( ; ( node = nodes[ i ] ) != null; i++ ) { - if ( !keepData && node.nodeType === 1 ) { - jQuery.cleanData( getAll( node ) ); - } - - if ( node.parentNode ) { - if ( keepData && isAttached( node ) ) { - setGlobalEval( getAll( node, "script" ) ); - } - node.parentNode.removeChild( node ); - } - } - - return elem; -} - -jQuery.extend( { - htmlPrefilter: function( html ) { - return html; - }, - - clone: function( elem, dataAndEvents, deepDataAndEvents ) { - var i, l, srcElements, destElements, - clone = elem.cloneNode( true ), - inPage = isAttached( elem ); - - // Fix IE cloning issues - if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && - !jQuery.isXMLDoc( elem ) ) { - - // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 - destElements = getAll( clone ); - srcElements = getAll( elem ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - fixInput( srcElements[ i ], destElements[ i ] ); - } - } - - // Copy the events from the original to the clone - if ( dataAndEvents ) { - if ( deepDataAndEvents ) { - srcElements = srcElements || getAll( elem ); - destElements = destElements || getAll( clone ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - cloneCopyEvent( srcElements[ i ], destElements[ i ] ); - } - } else { - cloneCopyEvent( elem, clone ); - } - } - - // Preserve script evaluation history - destElements = getAll( clone, "script" ); - if ( destElements.length > 0 ) { - setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); - } - - // Return the cloned set - return clone; - }, - - cleanData: function( elems ) { - var data, elem, type, - special = jQuery.event.special, - i = 0; - - for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { - if ( acceptData( elem ) ) { - if ( ( data = elem[ dataPriv.expando ] ) ) { - if ( data.events ) { - for ( type in data.events ) { - if ( special[ type ] ) { - jQuery.event.remove( elem, type ); - - // This is a shortcut to avoid jQuery.event.remove's overhead - } else { - jQuery.removeEvent( elem, type, data.handle ); - } - } - } - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataPriv.expando ] = undefined; - } - if ( elem[ dataUser.expando ] ) { - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataUser.expando ] = undefined; - } - } - } - } -} ); - -jQuery.fn.extend( { - detach: function( selector ) { - return remove( this, selector, true ); - }, - - remove: function( selector ) { - return remove( this, selector ); - }, - - text: function( value ) { - return access( this, function( value ) { - return value === undefined ? - jQuery.text( this ) : - this.empty().each( function() { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - this.textContent = value; - } - } ); - }, null, value, arguments.length ); - }, - - append: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.appendChild( elem ); - } - } ); - }, - - prepend: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.insertBefore( elem, target.firstChild ); - } - } ); - }, - - before: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this ); - } - } ); - }, - - after: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this.nextSibling ); - } - } ); - }, - - empty: function() { - var elem, - i = 0; - - for ( ; ( elem = this[ i ] ) != null; i++ ) { - if ( elem.nodeType === 1 ) { - - // Prevent memory leaks - jQuery.cleanData( getAll( elem, false ) ); - - // Remove any remaining nodes - elem.textContent = ""; - } - } - - return this; - }, - - clone: function( dataAndEvents, deepDataAndEvents ) { - dataAndEvents = dataAndEvents == null ? false : dataAndEvents; - deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; - - return this.map( function() { - return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); - } ); - }, - - html: function( value ) { - return access( this, function( value ) { - var elem = this[ 0 ] || {}, - i = 0, - l = this.length; - - if ( value === undefined && elem.nodeType === 1 ) { - return elem.innerHTML; - } - - // See if we can take a shortcut and just use innerHTML - if ( typeof value === "string" && !rnoInnerhtml.test( value ) && - !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { - - value = jQuery.htmlPrefilter( value ); - - try { - for ( ; i < l; i++ ) { - elem = this[ i ] || {}; - - // Remove element nodes and prevent memory leaks - if ( elem.nodeType === 1 ) { - jQuery.cleanData( getAll( elem, false ) ); - elem.innerHTML = value; - } - } - - elem = 0; - - // If using innerHTML throws an exception, use the fallback method - } catch ( e ) {} - } - - if ( elem ) { - this.empty().append( value ); - } - }, null, value, arguments.length ); - }, - - replaceWith: function() { - var ignored = []; - - // Make the changes, replacing each non-ignored context element with the new content - return domManip( this, arguments, function( elem ) { - var parent = this.parentNode; - - if ( jQuery.inArray( this, ignored ) < 0 ) { - jQuery.cleanData( getAll( this ) ); - if ( parent ) { - parent.replaceChild( elem, this ); - } - } - - // Force callback invocation - }, ignored ); - } -} ); - -jQuery.each( { - appendTo: "append", - prependTo: "prepend", - insertBefore: "before", - insertAfter: "after", - replaceAll: "replaceWith" -}, function( name, original ) { - jQuery.fn[ name ] = function( selector ) { - var elems, - ret = [], - insert = jQuery( selector ), - last = insert.length - 1, - i = 0; - - for ( ; i <= last; i++ ) { - elems = i === last ? this : this.clone( true ); - jQuery( insert[ i ] )[ original ]( elems ); - - // Support: Android <=4.0 only, PhantomJS 1 only - // .get() because push.apply(_, arraylike) throws on ancient WebKit - push.apply( ret, elems.get() ); - } - - return this.pushStack( ret ); - }; -} ); -var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); - -var getStyles = function( elem ) { - - // Support: IE <=11 only, Firefox <=30 (#15098, #14150) - // IE throws on elements created in popups - // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" - var view = elem.ownerDocument.defaultView; - - if ( !view || !view.opener ) { - view = window; - } - - return view.getComputedStyle( elem ); - }; - -var swap = function( elem, options, callback ) { - var ret, name, - old = {}; - - // Remember the old values, and insert the new ones - for ( name in options ) { - old[ name ] = elem.style[ name ]; - elem.style[ name ] = options[ name ]; - } - - ret = callback.call( elem ); - - // Revert the old values - for ( name in options ) { - elem.style[ name ] = old[ name ]; - } - - return ret; -}; - - -var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); - - - -( function() { - - // Executing both pixelPosition & boxSizingReliable tests require only one layout - // so they're executed at the same time to save the second computation. - function computeStyleTests() { - - // This is a singleton, we need to execute it only once - if ( !div ) { - return; - } - - container.style.cssText = "position:absolute;left:-11111px;width:60px;" + - "margin-top:1px;padding:0;border:0"; - div.style.cssText = - "position:relative;display:block;box-sizing:border-box;overflow:scroll;" + - "margin:auto;border:1px;padding:1px;" + - "width:60%;top:1%"; - documentElement.appendChild( container ).appendChild( div ); - - var divStyle = window.getComputedStyle( div ); - pixelPositionVal = divStyle.top !== "1%"; - - // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 - reliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12; - - // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3 - // Some styles come back with percentage values, even though they shouldn't - div.style.right = "60%"; - pixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36; - - // Support: IE 9 - 11 only - // Detect misreporting of content dimensions for box-sizing:border-box elements - boxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36; - - // Support: IE 9 only - // Detect overflow:scroll screwiness (gh-3699) - // Support: Chrome <=64 - // Don't get tricked when zoom affects offsetWidth (gh-4029) - div.style.position = "absolute"; - scrollboxSizeVal = roundPixelMeasures( div.offsetWidth / 3 ) === 12; - - documentElement.removeChild( container ); - - // Nullify the div so it wouldn't be stored in the memory and - // it will also be a sign that checks already performed - div = null; - } - - function roundPixelMeasures( measure ) { - return Math.round( parseFloat( measure ) ); - } - - var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, - reliableTrDimensionsVal, reliableMarginLeftVal, - container = document.createElement( "div" ), - div = document.createElement( "div" ); - - // Finish early in limited (non-browser) environments - if ( !div.style ) { - return; - } - - // Support: IE <=9 - 11 only - // Style of cloned element affects source element cloned (#8908) - div.style.backgroundClip = "content-box"; - div.cloneNode( true ).style.backgroundClip = ""; - support.clearCloneStyle = div.style.backgroundClip === "content-box"; - - jQuery.extend( support, { - boxSizingReliable: function() { - computeStyleTests(); - return boxSizingReliableVal; - }, - pixelBoxStyles: function() { - computeStyleTests(); - return pixelBoxStylesVal; - }, - pixelPosition: function() { - computeStyleTests(); - return pixelPositionVal; - }, - reliableMarginLeft: function() { - computeStyleTests(); - return reliableMarginLeftVal; - }, - scrollboxSize: function() { - computeStyleTests(); - return scrollboxSizeVal; - }, - - // Support: IE 9 - 11+, Edge 15 - 18+ - // IE/Edge misreport `getComputedStyle` of table rows with width/height - // set in CSS while `offset*` properties report correct values. - // Behavior in IE 9 is more subtle than in newer versions & it passes - // some versions of this test; make sure not to make it pass there! - reliableTrDimensions: function() { - var table, tr, trChild, trStyle; - if ( reliableTrDimensionsVal == null ) { - table = document.createElement( "table" ); - tr = document.createElement( "tr" ); - trChild = document.createElement( "div" ); - - table.style.cssText = "position:absolute;left:-11111px"; - tr.style.height = "1px"; - trChild.style.height = "9px"; - - documentElement - .appendChild( table ) - .appendChild( tr ) - .appendChild( trChild ); - - trStyle = window.getComputedStyle( tr ); - reliableTrDimensionsVal = parseInt( trStyle.height ) > 3; - - documentElement.removeChild( table ); - } - return reliableTrDimensionsVal; - } - } ); -} )(); - - -function curCSS( elem, name, computed ) { - var width, minWidth, maxWidth, ret, - - // Support: Firefox 51+ - // Retrieving style before computed somehow - // fixes an issue with getting wrong values - // on detached elements - style = elem.style; - - computed = computed || getStyles( elem ); - - // getPropertyValue is needed for: - // .css('filter') (IE 9 only, #12537) - // .css('--customProperty) (#3144) - if ( computed ) { - ret = computed.getPropertyValue( name ) || computed[ name ]; - - if ( ret === "" && !isAttached( elem ) ) { - ret = jQuery.style( elem, name ); - } - - // A tribute to the "awesome hack by Dean Edwards" - // Android Browser returns percentage for some values, - // but width seems to be reliably pixels. - // This is against the CSSOM draft spec: - // https://drafts.csswg.org/cssom/#resolved-values - if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) { - - // Remember the original values - width = style.width; - minWidth = style.minWidth; - maxWidth = style.maxWidth; - - // Put in the new values to get a computed value out - style.minWidth = style.maxWidth = style.width = ret; - ret = computed.width; - - // Revert the changed values - style.width = width; - style.minWidth = minWidth; - style.maxWidth = maxWidth; - } - } - - return ret !== undefined ? - - // Support: IE <=9 - 11 only - // IE returns zIndex value as an integer. - ret + "" : - ret; -} - - -function addGetHookIf( conditionFn, hookFn ) { - - // Define the hook, we'll check on the first run if it's really needed. - return { - get: function() { - if ( conditionFn() ) { - - // Hook not needed (or it's not possible to use it due - // to missing dependency), remove it. - delete this.get; - return; - } - - // Hook needed; redefine it so that the support test is not executed again. - return ( this.get = hookFn ).apply( this, arguments ); - } - }; -} - - -var cssPrefixes = [ "Webkit", "Moz", "ms" ], - emptyStyle = document.createElement( "div" ).style, - vendorProps = {}; - -// Return a vendor-prefixed property or undefined -function vendorPropName( name ) { - - // Check for vendor prefixed names - var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), - i = cssPrefixes.length; - - while ( i-- ) { - name = cssPrefixes[ i ] + capName; - if ( name in emptyStyle ) { - return name; - } - } -} - -// Return a potentially-mapped jQuery.cssProps or vendor prefixed property -function finalPropName( name ) { - var final = jQuery.cssProps[ name ] || vendorProps[ name ]; - - if ( final ) { - return final; - } - if ( name in emptyStyle ) { - return name; - } - return vendorProps[ name ] = vendorPropName( name ) || name; -} - - -var - - // Swappable if display is none or starts with table - // except "table", "table-cell", or "table-caption" - // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display - rdisplayswap = /^(none|table(?!-c[ea]).+)/, - rcustomProp = /^--/, - cssShow = { position: "absolute", visibility: "hidden", display: "block" }, - cssNormalTransform = { - letterSpacing: "0", - fontWeight: "400" - }; - -function setPositiveNumber( _elem, value, subtract ) { - - // Any relative (+/-) values have already been - // normalized at this point - var matches = rcssNum.exec( value ); - return matches ? - - // Guard against undefined "subtract", e.g., when used as in cssHooks - Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : - value; -} - -function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) { - var i = dimension === "width" ? 1 : 0, - extra = 0, - delta = 0; - - // Adjustment may not be necessary - if ( box === ( isBorderBox ? "border" : "content" ) ) { - return 0; - } - - for ( ; i < 4; i += 2 ) { - - // Both box models exclude margin - if ( box === "margin" ) { - delta += jQuery.css( elem, box + cssExpand[ i ], true, styles ); - } - - // If we get here with a content-box, we're seeking "padding" or "border" or "margin" - if ( !isBorderBox ) { - - // Add padding - delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - - // For "border" or "margin", add border - if ( box !== "padding" ) { - delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - - // But still keep track of it otherwise - } else { - extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - - // If we get here with a border-box (content + padding + border), we're seeking "content" or - // "padding" or "margin" - } else { - - // For "content", subtract padding - if ( box === "content" ) { - delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - } - - // For "content" or "padding", subtract border - if ( box !== "margin" ) { - delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - } - } - - // Account for positive content-box scroll gutter when requested by providing computedVal - if ( !isBorderBox && computedVal >= 0 ) { - - // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border - // Assuming integer scroll gutter, subtract the rest and round down - delta += Math.max( 0, Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - computedVal - - delta - - extra - - 0.5 - - // If offsetWidth/offsetHeight is unknown, then we can't determine content-box scroll gutter - // Use an explicit zero to avoid NaN (gh-3964) - ) ) || 0; - } - - return delta; -} - -function getWidthOrHeight( elem, dimension, extra ) { - - // Start with computed style - var styles = getStyles( elem ), - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-4322). - // Fake content-box until we know it's needed to know the true value. - boxSizingNeeded = !support.boxSizingReliable() || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - valueIsBorderBox = isBorderBox, - - val = curCSS( elem, dimension, styles ), - offsetProp = "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ); - - // Support: Firefox <=54 - // Return a confounding non-pixel value or feign ignorance, as appropriate. - if ( rnumnonpx.test( val ) ) { - if ( !extra ) { - return val; - } - val = "auto"; - } - - - // Support: IE 9 - 11 only - // Use offsetWidth/offsetHeight for when box sizing is unreliable. - // In those cases, the computed value can be trusted to be border-box. - if ( ( !support.boxSizingReliable() && isBorderBox || - - // Support: IE 10 - 11+, Edge 15 - 18+ - // IE/Edge misreport `getComputedStyle` of table rows with width/height - // set in CSS while `offset*` properties report correct values. - // Interestingly, in some cases IE 9 doesn't suffer from this issue. - !support.reliableTrDimensions() && nodeName( elem, "tr" ) || - - // Fall back to offsetWidth/offsetHeight when value is "auto" - // This happens for inline elements with no explicit setting (gh-3571) - val === "auto" || - - // Support: Android <=4.1 - 4.3 only - // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) - !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) && - - // Make sure the element is visible & connected - elem.getClientRects().length ) { - - isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box"; - - // Where available, offsetWidth/offsetHeight approximate border box dimensions. - // Where not available (e.g., SVG), assume unreliable box-sizing and interpret the - // retrieved value as a content box dimension. - valueIsBorderBox = offsetProp in elem; - if ( valueIsBorderBox ) { - val = elem[ offsetProp ]; - } - } - - // Normalize "" and auto - val = parseFloat( val ) || 0; - - // Adjust for the element's box model - return ( val + - boxModelAdjustment( - elem, - dimension, - extra || ( isBorderBox ? "border" : "content" ), - valueIsBorderBox, - styles, - - // Provide the current computed size to request scroll gutter calculation (gh-3589) - val - ) - ) + "px"; -} - -jQuery.extend( { - - // Add in style property hooks for overriding the default - // behavior of getting and setting a style property - cssHooks: { - opacity: { - get: function( elem, computed ) { - if ( computed ) { - - // We should always get a number back from opacity - var ret = curCSS( elem, "opacity" ); - return ret === "" ? "1" : ret; - } - } - } - }, - - // Don't automatically add "px" to these possibly-unitless properties - cssNumber: { - "animationIterationCount": true, - "columnCount": true, - "fillOpacity": true, - "flexGrow": true, - "flexShrink": true, - "fontWeight": true, - "gridArea": true, - "gridColumn": true, - "gridColumnEnd": true, - "gridColumnStart": true, - "gridRow": true, - "gridRowEnd": true, - "gridRowStart": true, - "lineHeight": true, - "opacity": true, - "order": true, - "orphans": true, - "widows": true, - "zIndex": true, - "zoom": true - }, - - // Add in properties whose names you wish to fix before - // setting or getting the value - cssProps: {}, - - // Get and set the style property on a DOM Node - style: function( elem, name, value, extra ) { - - // Don't set styles on text and comment nodes - if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { - return; - } - - // Make sure that we're working with the right name - var ret, type, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ), - style = elem.style; - - // Make sure that we're working with the right name. We don't - // want to query the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Gets hook for the prefixed version, then unprefixed version - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // Check if we're setting a value - if ( value !== undefined ) { - type = typeof value; - - // Convert "+=" or "-=" to relative numbers (#7345) - if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { - value = adjustCSS( elem, name, ret ); - - // Fixes bug #9237 - type = "number"; - } - - // Make sure that null and NaN values aren't set (#7116) - if ( value == null || value !== value ) { - return; - } - - // If a number was passed in, add the unit (except for certain CSS properties) - // The isCustomProp check can be removed in jQuery 4.0 when we only auto-append - // "px" to a few hardcoded values. - if ( type === "number" && !isCustomProp ) { - value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); - } - - // background-* props affect original clone's values - if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { - style[ name ] = "inherit"; - } - - // If a hook was provided, use that value, otherwise just set the specified value - if ( !hooks || !( "set" in hooks ) || - ( value = hooks.set( elem, value, extra ) ) !== undefined ) { - - if ( isCustomProp ) { - style.setProperty( name, value ); - } else { - style[ name ] = value; - } - } - - } else { - - // If a hook was provided get the non-computed value from there - if ( hooks && "get" in hooks && - ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { - - return ret; - } - - // Otherwise just get the value from the style object - return style[ name ]; - } - }, - - css: function( elem, name, extra, styles ) { - var val, num, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ); - - // Make sure that we're working with the right name. We don't - // want to modify the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Try prefixed name followed by the unprefixed name - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // If a hook was provided get the computed value from there - if ( hooks && "get" in hooks ) { - val = hooks.get( elem, true, extra ); - } - - // Otherwise, if a way to get the computed value exists, use that - if ( val === undefined ) { - val = curCSS( elem, name, styles ); - } - - // Convert "normal" to computed value - if ( val === "normal" && name in cssNormalTransform ) { - val = cssNormalTransform[ name ]; - } - - // Make numeric if forced or a qualifier was provided and val looks numeric - if ( extra === "" || extra ) { - num = parseFloat( val ); - return extra === true || isFinite( num ) ? num || 0 : val; - } - - return val; - } -} ); - -jQuery.each( [ "height", "width" ], function( _i, dimension ) { - jQuery.cssHooks[ dimension ] = { - get: function( elem, computed, extra ) { - if ( computed ) { - - // Certain elements can have dimension info if we invisibly show them - // but it must have a current display style that would benefit - return rdisplayswap.test( jQuery.css( elem, "display" ) ) && - - // Support: Safari 8+ - // Table columns in Safari have non-zero offsetWidth & zero - // getBoundingClientRect().width unless display is changed. - // Support: IE <=11 only - // Running getBoundingClientRect on a disconnected node - // in IE throws an error. - ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? - swap( elem, cssShow, function() { - return getWidthOrHeight( elem, dimension, extra ); - } ) : - getWidthOrHeight( elem, dimension, extra ); - } - }, - - set: function( elem, value, extra ) { - var matches, - styles = getStyles( elem ), - - // Only read styles.position if the test has a chance to fail - // to avoid forcing a reflow. - scrollboxSizeBuggy = !support.scrollboxSize() && - styles.position === "absolute", - - // To avoid forcing a reflow, only fetch boxSizing if we need it (gh-3991) - boxSizingNeeded = scrollboxSizeBuggy || extra, - isBorderBox = boxSizingNeeded && - jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - subtract = extra ? - boxModelAdjustment( - elem, - dimension, - extra, - isBorderBox, - styles - ) : - 0; - - // Account for unreliable border-box dimensions by comparing offset* to computed and - // faking a content-box to get border and padding (gh-3699) - if ( isBorderBox && scrollboxSizeBuggy ) { - subtract -= Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - parseFloat( styles[ dimension ] ) - - boxModelAdjustment( elem, dimension, "border", false, styles ) - - 0.5 - ); - } - - // Convert to pixels if value adjustment is needed - if ( subtract && ( matches = rcssNum.exec( value ) ) && - ( matches[ 3 ] || "px" ) !== "px" ) { - - elem.style[ dimension ] = value; - value = jQuery.css( elem, dimension ); - } - - return setPositiveNumber( elem, value, subtract ); - } - }; -} ); - -jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, - function( elem, computed ) { - if ( computed ) { - return ( parseFloat( curCSS( elem, "marginLeft" ) ) || - elem.getBoundingClientRect().left - - swap( elem, { marginLeft: 0 }, function() { - return elem.getBoundingClientRect().left; - } ) - ) + "px"; - } - } -); - -// These hooks are used by animate to expand properties -jQuery.each( { - margin: "", - padding: "", - border: "Width" -}, function( prefix, suffix ) { - jQuery.cssHooks[ prefix + suffix ] = { - expand: function( value ) { - var i = 0, - expanded = {}, - - // Assumes a single number if not a string - parts = typeof value === "string" ? value.split( " " ) : [ value ]; - - for ( ; i < 4; i++ ) { - expanded[ prefix + cssExpand[ i ] + suffix ] = - parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; - } - - return expanded; - } - }; - - if ( prefix !== "margin" ) { - jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; - } -} ); - -jQuery.fn.extend( { - css: function( name, value ) { - return access( this, function( elem, name, value ) { - var styles, len, - map = {}, - i = 0; - - if ( Array.isArray( name ) ) { - styles = getStyles( elem ); - len = name.length; - - for ( ; i < len; i++ ) { - map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); - } - - return map; - } - - return value !== undefined ? - jQuery.style( elem, name, value ) : - jQuery.css( elem, name ); - }, name, value, arguments.length > 1 ); - } -} ); - - -function Tween( elem, options, prop, end, easing ) { - return new Tween.prototype.init( elem, options, prop, end, easing ); -} -jQuery.Tween = Tween; - -Tween.prototype = { - constructor: Tween, - init: function( elem, options, prop, end, easing, unit ) { - this.elem = elem; - this.prop = prop; - this.easing = easing || jQuery.easing._default; - this.options = options; - this.start = this.now = this.cur(); - this.end = end; - this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); - }, - cur: function() { - var hooks = Tween.propHooks[ this.prop ]; - - return hooks && hooks.get ? - hooks.get( this ) : - Tween.propHooks._default.get( this ); - }, - run: function( percent ) { - var eased, - hooks = Tween.propHooks[ this.prop ]; - - if ( this.options.duration ) { - this.pos = eased = jQuery.easing[ this.easing ]( - percent, this.options.duration * percent, 0, 1, this.options.duration - ); - } else { - this.pos = eased = percent; - } - this.now = ( this.end - this.start ) * eased + this.start; - - if ( this.options.step ) { - this.options.step.call( this.elem, this.now, this ); - } - - if ( hooks && hooks.set ) { - hooks.set( this ); - } else { - Tween.propHooks._default.set( this ); - } - return this; - } -}; - -Tween.prototype.init.prototype = Tween.prototype; - -Tween.propHooks = { - _default: { - get: function( tween ) { - var result; - - // Use a property on the element directly when it is not a DOM element, - // or when there is no matching style property that exists. - if ( tween.elem.nodeType !== 1 || - tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { - return tween.elem[ tween.prop ]; - } - - // Passing an empty string as a 3rd parameter to .css will automatically - // attempt a parseFloat and fallback to a string if the parse fails. - // Simple values such as "10px" are parsed to Float; - // complex values such as "rotate(1rad)" are returned as-is. - result = jQuery.css( tween.elem, tween.prop, "" ); - - // Empty strings, null, undefined and "auto" are converted to 0. - return !result || result === "auto" ? 0 : result; - }, - set: function( tween ) { - - // Use step hook for back compat. - // Use cssHook if its there. - // Use .style if available and use plain properties where available. - if ( jQuery.fx.step[ tween.prop ] ) { - jQuery.fx.step[ tween.prop ]( tween ); - } else if ( tween.elem.nodeType === 1 && ( - jQuery.cssHooks[ tween.prop ] || - tween.elem.style[ finalPropName( tween.prop ) ] != null ) ) { - jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); - } else { - tween.elem[ tween.prop ] = tween.now; - } - } - } -}; - -// Support: IE <=9 only -// Panic based approach to setting things on disconnected nodes -Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { - set: function( tween ) { - if ( tween.elem.nodeType && tween.elem.parentNode ) { - tween.elem[ tween.prop ] = tween.now; - } - } -}; - -jQuery.easing = { - linear: function( p ) { - return p; - }, - swing: function( p ) { - return 0.5 - Math.cos( p * Math.PI ) / 2; - }, - _default: "swing" -}; - -jQuery.fx = Tween.prototype.init; - -// Back compat <1.8 extension point -jQuery.fx.step = {}; - - - - -var - fxNow, inProgress, - rfxtypes = /^(?:toggle|show|hide)$/, - rrun = /queueHooks$/; - -function schedule() { - if ( inProgress ) { - if ( document.hidden === false && window.requestAnimationFrame ) { - window.requestAnimationFrame( schedule ); - } else { - window.setTimeout( schedule, jQuery.fx.interval ); - } - - jQuery.fx.tick(); - } -} - -// Animations created synchronously will run synchronously -function createFxNow() { - window.setTimeout( function() { - fxNow = undefined; - } ); - return ( fxNow = Date.now() ); -} - -// Generate parameters to create a standard animation -function genFx( type, includeWidth ) { - var which, - i = 0, - attrs = { height: type }; - - // If we include width, step value is 1 to do all cssExpand values, - // otherwise step value is 2 to skip over Left and Right - includeWidth = includeWidth ? 1 : 0; - for ( ; i < 4; i += 2 - includeWidth ) { - which = cssExpand[ i ]; - attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; - } - - if ( includeWidth ) { - attrs.opacity = attrs.width = type; - } - - return attrs; -} - -function createTween( value, prop, animation ) { - var tween, - collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), - index = 0, - length = collection.length; - for ( ; index < length; index++ ) { - if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { - - // We're done with this property - return tween; - } - } -} - -function defaultPrefilter( elem, props, opts ) { - var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, - isBox = "width" in props || "height" in props, - anim = this, - orig = {}, - style = elem.style, - hidden = elem.nodeType && isHiddenWithinTree( elem ), - dataShow = dataPriv.get( elem, "fxshow" ); - - // Queue-skipping animations hijack the fx hooks - if ( !opts.queue ) { - hooks = jQuery._queueHooks( elem, "fx" ); - if ( hooks.unqueued == null ) { - hooks.unqueued = 0; - oldfire = hooks.empty.fire; - hooks.empty.fire = function() { - if ( !hooks.unqueued ) { - oldfire(); - } - }; - } - hooks.unqueued++; - - anim.always( function() { - - // Ensure the complete handler is called before this completes - anim.always( function() { - hooks.unqueued--; - if ( !jQuery.queue( elem, "fx" ).length ) { - hooks.empty.fire(); - } - } ); - } ); - } - - // Detect show/hide animations - for ( prop in props ) { - value = props[ prop ]; - if ( rfxtypes.test( value ) ) { - delete props[ prop ]; - toggle = toggle || value === "toggle"; - if ( value === ( hidden ? "hide" : "show" ) ) { - - // Pretend to be hidden if this is a "show" and - // there is still data from a stopped show/hide - if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { - hidden = true; - - // Ignore all other no-op show/hide data - } else { - continue; - } - } - orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); - } - } - - // Bail out if this is a no-op like .hide().hide() - propTween = !jQuery.isEmptyObject( props ); - if ( !propTween && jQuery.isEmptyObject( orig ) ) { - return; - } - - // Restrict "overflow" and "display" styles during box animations - if ( isBox && elem.nodeType === 1 ) { - - // Support: IE <=9 - 11, Edge 12 - 15 - // Record all 3 overflow attributes because IE does not infer the shorthand - // from identically-valued overflowX and overflowY and Edge just mirrors - // the overflowX value there. - opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; - - // Identify a display type, preferring old show/hide data over the CSS cascade - restoreDisplay = dataShow && dataShow.display; - if ( restoreDisplay == null ) { - restoreDisplay = dataPriv.get( elem, "display" ); - } - display = jQuery.css( elem, "display" ); - if ( display === "none" ) { - if ( restoreDisplay ) { - display = restoreDisplay; - } else { - - // Get nonempty value(s) by temporarily forcing visibility - showHide( [ elem ], true ); - restoreDisplay = elem.style.display || restoreDisplay; - display = jQuery.css( elem, "display" ); - showHide( [ elem ] ); - } - } - - // Animate inline elements as inline-block - if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) { - if ( jQuery.css( elem, "float" ) === "none" ) { - - // Restore the original display value at the end of pure show/hide animations - if ( !propTween ) { - anim.done( function() { - style.display = restoreDisplay; - } ); - if ( restoreDisplay == null ) { - display = style.display; - restoreDisplay = display === "none" ? "" : display; - } - } - style.display = "inline-block"; - } - } - } - - if ( opts.overflow ) { - style.overflow = "hidden"; - anim.always( function() { - style.overflow = opts.overflow[ 0 ]; - style.overflowX = opts.overflow[ 1 ]; - style.overflowY = opts.overflow[ 2 ]; - } ); - } - - // Implement show/hide animations - propTween = false; - for ( prop in orig ) { - - // General show/hide setup for this element animation - if ( !propTween ) { - if ( dataShow ) { - if ( "hidden" in dataShow ) { - hidden = dataShow.hidden; - } - } else { - dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } ); - } - - // Store hidden/visible for toggle so `.stop().toggle()` "reverses" - if ( toggle ) { - dataShow.hidden = !hidden; - } - - // Show elements before animating them - if ( hidden ) { - showHide( [ elem ], true ); - } - - /* eslint-disable no-loop-func */ - - anim.done( function() { - - /* eslint-enable no-loop-func */ - - // The final step of a "hide" animation is actually hiding the element - if ( !hidden ) { - showHide( [ elem ] ); - } - dataPriv.remove( elem, "fxshow" ); - for ( prop in orig ) { - jQuery.style( elem, prop, orig[ prop ] ); - } - } ); - } - - // Per-property setup - propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); - if ( !( prop in dataShow ) ) { - dataShow[ prop ] = propTween.start; - if ( hidden ) { - propTween.end = propTween.start; - propTween.start = 0; - } - } - } -} - -function propFilter( props, specialEasing ) { - var index, name, easing, value, hooks; - - // camelCase, specialEasing and expand cssHook pass - for ( index in props ) { - name = camelCase( index ); - easing = specialEasing[ name ]; - value = props[ index ]; - if ( Array.isArray( value ) ) { - easing = value[ 1 ]; - value = props[ index ] = value[ 0 ]; - } - - if ( index !== name ) { - props[ name ] = value; - delete props[ index ]; - } - - hooks = jQuery.cssHooks[ name ]; - if ( hooks && "expand" in hooks ) { - value = hooks.expand( value ); - delete props[ name ]; - - // Not quite $.extend, this won't overwrite existing keys. - // Reusing 'index' because we have the correct "name" - for ( index in value ) { - if ( !( index in props ) ) { - props[ index ] = value[ index ]; - specialEasing[ index ] = easing; - } - } - } else { - specialEasing[ name ] = easing; - } - } -} - -function Animation( elem, properties, options ) { - var result, - stopped, - index = 0, - length = Animation.prefilters.length, - deferred = jQuery.Deferred().always( function() { - - // Don't match elem in the :animated selector - delete tick.elem; - } ), - tick = function() { - if ( stopped ) { - return false; - } - var currentTime = fxNow || createFxNow(), - remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), - - // Support: Android 2.3 only - // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) - temp = remaining / animation.duration || 0, - percent = 1 - temp, - index = 0, - length = animation.tweens.length; - - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( percent ); - } - - deferred.notifyWith( elem, [ animation, percent, remaining ] ); - - // If there's more to do, yield - if ( percent < 1 && length ) { - return remaining; - } - - // If this was an empty animation, synthesize a final progress notification - if ( !length ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - } - - // Resolve the animation and report its conclusion - deferred.resolveWith( elem, [ animation ] ); - return false; - }, - animation = deferred.promise( { - elem: elem, - props: jQuery.extend( {}, properties ), - opts: jQuery.extend( true, { - specialEasing: {}, - easing: jQuery.easing._default - }, options ), - originalProperties: properties, - originalOptions: options, - startTime: fxNow || createFxNow(), - duration: options.duration, - tweens: [], - createTween: function( prop, end ) { - var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); - animation.tweens.push( tween ); - return tween; - }, - stop: function( gotoEnd ) { - var index = 0, - - // If we are going to the end, we want to run all the tweens - // otherwise we skip this part - length = gotoEnd ? animation.tweens.length : 0; - if ( stopped ) { - return this; - } - stopped = true; - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( 1 ); - } - - // Resolve when we played the last frame; otherwise, reject - if ( gotoEnd ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - deferred.resolveWith( elem, [ animation, gotoEnd ] ); - } else { - deferred.rejectWith( elem, [ animation, gotoEnd ] ); - } - return this; - } - } ), - props = animation.props; - - propFilter( props, animation.opts.specialEasing ); - - for ( ; index < length; index++ ) { - result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); - if ( result ) { - if ( isFunction( result.stop ) ) { - jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = - result.stop.bind( result ); - } - return result; - } - } - - jQuery.map( props, createTween, animation ); - - if ( isFunction( animation.opts.start ) ) { - animation.opts.start.call( elem, animation ); - } - - // Attach callbacks from options - animation - .progress( animation.opts.progress ) - .done( animation.opts.done, animation.opts.complete ) - .fail( animation.opts.fail ) - .always( animation.opts.always ); - - jQuery.fx.timer( - jQuery.extend( tick, { - elem: elem, - anim: animation, - queue: animation.opts.queue - } ) - ); - - return animation; -} - -jQuery.Animation = jQuery.extend( Animation, { - - tweeners: { - "*": [ function( prop, value ) { - var tween = this.createTween( prop, value ); - adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); - return tween; - } ] - }, - - tweener: function( props, callback ) { - if ( isFunction( props ) ) { - callback = props; - props = [ "*" ]; - } else { - props = props.match( rnothtmlwhite ); - } - - var prop, - index = 0, - length = props.length; - - for ( ; index < length; index++ ) { - prop = props[ index ]; - Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; - Animation.tweeners[ prop ].unshift( callback ); - } - }, - - prefilters: [ defaultPrefilter ], - - prefilter: function( callback, prepend ) { - if ( prepend ) { - Animation.prefilters.unshift( callback ); - } else { - Animation.prefilters.push( callback ); - } - } -} ); - -jQuery.speed = function( speed, easing, fn ) { - var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { - complete: fn || !fn && easing || - isFunction( speed ) && speed, - duration: speed, - easing: fn && easing || easing && !isFunction( easing ) && easing - }; - - // Go to the end state if fx are off - if ( jQuery.fx.off ) { - opt.duration = 0; - - } else { - if ( typeof opt.duration !== "number" ) { - if ( opt.duration in jQuery.fx.speeds ) { - opt.duration = jQuery.fx.speeds[ opt.duration ]; - - } else { - opt.duration = jQuery.fx.speeds._default; - } - } - } - - // Normalize opt.queue - true/undefined/null -> "fx" - if ( opt.queue == null || opt.queue === true ) { - opt.queue = "fx"; - } - - // Queueing - opt.old = opt.complete; - - opt.complete = function() { - if ( isFunction( opt.old ) ) { - opt.old.call( this ); - } - - if ( opt.queue ) { - jQuery.dequeue( this, opt.queue ); - } - }; - - return opt; -}; - -jQuery.fn.extend( { - fadeTo: function( speed, to, easing, callback ) { - - // Show any hidden elements after setting opacity to 0 - return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show() - - // Animate to the value specified - .end().animate( { opacity: to }, speed, easing, callback ); - }, - animate: function( prop, speed, easing, callback ) { - var empty = jQuery.isEmptyObject( prop ), - optall = jQuery.speed( speed, easing, callback ), - doAnimation = function() { - - // Operate on a copy of prop so per-property easing won't be lost - var anim = Animation( this, jQuery.extend( {}, prop ), optall ); - - // Empty animations, or finishing resolves immediately - if ( empty || dataPriv.get( this, "finish" ) ) { - anim.stop( true ); - } - }; - doAnimation.finish = doAnimation; - - return empty || optall.queue === false ? - this.each( doAnimation ) : - this.queue( optall.queue, doAnimation ); - }, - stop: function( type, clearQueue, gotoEnd ) { - var stopQueue = function( hooks ) { - var stop = hooks.stop; - delete hooks.stop; - stop( gotoEnd ); - }; - - if ( typeof type !== "string" ) { - gotoEnd = clearQueue; - clearQueue = type; - type = undefined; - } - if ( clearQueue ) { - this.queue( type || "fx", [] ); - } - - return this.each( function() { - var dequeue = true, - index = type != null && type + "queueHooks", - timers = jQuery.timers, - data = dataPriv.get( this ); - - if ( index ) { - if ( data[ index ] && data[ index ].stop ) { - stopQueue( data[ index ] ); - } - } else { - for ( index in data ) { - if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { - stopQueue( data[ index ] ); - } - } - } - - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && - ( type == null || timers[ index ].queue === type ) ) { - - timers[ index ].anim.stop( gotoEnd ); - dequeue = false; - timers.splice( index, 1 ); - } - } - - // Start the next in the queue if the last step wasn't forced. - // Timers currently will call their complete callbacks, which - // will dequeue but only if they were gotoEnd. - if ( dequeue || !gotoEnd ) { - jQuery.dequeue( this, type ); - } - } ); - }, - finish: function( type ) { - if ( type !== false ) { - type = type || "fx"; - } - return this.each( function() { - var index, - data = dataPriv.get( this ), - queue = data[ type + "queue" ], - hooks = data[ type + "queueHooks" ], - timers = jQuery.timers, - length = queue ? queue.length : 0; - - // Enable finishing flag on private data - data.finish = true; - - // Empty the queue first - jQuery.queue( this, type, [] ); - - if ( hooks && hooks.stop ) { - hooks.stop.call( this, true ); - } - - // Look for any active animations, and finish them - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && timers[ index ].queue === type ) { - timers[ index ].anim.stop( true ); - timers.splice( index, 1 ); - } - } - - // Look for any animations in the old queue and finish them - for ( index = 0; index < length; index++ ) { - if ( queue[ index ] && queue[ index ].finish ) { - queue[ index ].finish.call( this ); - } - } - - // Turn off finishing flag - delete data.finish; - } ); - } -} ); - -jQuery.each( [ "toggle", "show", "hide" ], function( _i, name ) { - var cssFn = jQuery.fn[ name ]; - jQuery.fn[ name ] = function( speed, easing, callback ) { - return speed == null || typeof speed === "boolean" ? - cssFn.apply( this, arguments ) : - this.animate( genFx( name, true ), speed, easing, callback ); - }; -} ); - -// Generate shortcuts for custom animations -jQuery.each( { - slideDown: genFx( "show" ), - slideUp: genFx( "hide" ), - slideToggle: genFx( "toggle" ), - fadeIn: { opacity: "show" }, - fadeOut: { opacity: "hide" }, - fadeToggle: { opacity: "toggle" } -}, function( name, props ) { - jQuery.fn[ name ] = function( speed, easing, callback ) { - return this.animate( props, speed, easing, callback ); - }; -} ); - -jQuery.timers = []; -jQuery.fx.tick = function() { - var timer, - i = 0, - timers = jQuery.timers; - - fxNow = Date.now(); - - for ( ; i < timers.length; i++ ) { - timer = timers[ i ]; - - // Run the timer and safely remove it when done (allowing for external removal) - if ( !timer() && timers[ i ] === timer ) { - timers.splice( i--, 1 ); - } - } - - if ( !timers.length ) { - jQuery.fx.stop(); - } - fxNow = undefined; -}; - -jQuery.fx.timer = function( timer ) { - jQuery.timers.push( timer ); - jQuery.fx.start(); -}; - -jQuery.fx.interval = 13; -jQuery.fx.start = function() { - if ( inProgress ) { - return; - } - - inProgress = true; - schedule(); -}; - -jQuery.fx.stop = function() { - inProgress = null; -}; - -jQuery.fx.speeds = { - slow: 600, - fast: 200, - - // Default speed - _default: 400 -}; - - -// Based off of the plugin by Clint Helfers, with permission. -// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ -jQuery.fn.delay = function( time, type ) { - time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; - type = type || "fx"; - - return this.queue( type, function( next, hooks ) { - var timeout = window.setTimeout( next, time ); - hooks.stop = function() { - window.clearTimeout( timeout ); - }; - } ); -}; - - -( function() { - var input = document.createElement( "input" ), - select = document.createElement( "select" ), - opt = select.appendChild( document.createElement( "option" ) ); - - input.type = "checkbox"; - - // Support: Android <=4.3 only - // Default value for a checkbox should be "on" - support.checkOn = input.value !== ""; - - // Support: IE <=11 only - // Must access selectedIndex to make default options select - support.optSelected = opt.selected; - - // Support: IE <=11 only - // An input loses its value after becoming a radio - input = document.createElement( "input" ); - input.value = "t"; - input.type = "radio"; - support.radioValue = input.value === "t"; -} )(); - - -var boolHook, - attrHandle = jQuery.expr.attrHandle; - -jQuery.fn.extend( { - attr: function( name, value ) { - return access( this, jQuery.attr, name, value, arguments.length > 1 ); - }, - - removeAttr: function( name ) { - return this.each( function() { - jQuery.removeAttr( this, name ); - } ); - } -} ); - -jQuery.extend( { - attr: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set attributes on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - // Fallback to prop when attributes are not supported - if ( typeof elem.getAttribute === "undefined" ) { - return jQuery.prop( elem, name, value ); - } - - // Attribute hooks are determined by the lowercase version - // Grab necessary hook if one is defined - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - hooks = jQuery.attrHooks[ name.toLowerCase() ] || - ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); - } - - if ( value !== undefined ) { - if ( value === null ) { - jQuery.removeAttr( elem, name ); - return; - } - - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - elem.setAttribute( name, value + "" ); - return value; - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - ret = jQuery.find.attr( elem, name ); - - // Non-existent attributes return null, we normalize to undefined - return ret == null ? undefined : ret; - }, - - attrHooks: { - type: { - set: function( elem, value ) { - if ( !support.radioValue && value === "radio" && - nodeName( elem, "input" ) ) { - var val = elem.value; - elem.setAttribute( "type", value ); - if ( val ) { - elem.value = val; - } - return value; - } - } - } - }, - - removeAttr: function( elem, value ) { - var name, - i = 0, - - // Attribute names can contain non-HTML whitespace characters - // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 - attrNames = value && value.match( rnothtmlwhite ); - - if ( attrNames && elem.nodeType === 1 ) { - while ( ( name = attrNames[ i++ ] ) ) { - elem.removeAttribute( name ); - } - } - } -} ); - -// Hooks for boolean attributes -boolHook = { - set: function( elem, value, name ) { - if ( value === false ) { - - // Remove boolean attributes when set to false - jQuery.removeAttr( elem, name ); - } else { - elem.setAttribute( name, name ); - } - return name; - } -}; - -jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) { - var getter = attrHandle[ name ] || jQuery.find.attr; - - attrHandle[ name ] = function( elem, name, isXML ) { - var ret, handle, - lowercaseName = name.toLowerCase(); - - if ( !isXML ) { - - // Avoid an infinite loop by temporarily removing this function from the getter - handle = attrHandle[ lowercaseName ]; - attrHandle[ lowercaseName ] = ret; - ret = getter( elem, name, isXML ) != null ? - lowercaseName : - null; - attrHandle[ lowercaseName ] = handle; - } - return ret; - }; -} ); - - - - -var rfocusable = /^(?:input|select|textarea|button)$/i, - rclickable = /^(?:a|area)$/i; - -jQuery.fn.extend( { - prop: function( name, value ) { - return access( this, jQuery.prop, name, value, arguments.length > 1 ); - }, - - removeProp: function( name ) { - return this.each( function() { - delete this[ jQuery.propFix[ name ] || name ]; - } ); - } -} ); - -jQuery.extend( { - prop: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set properties on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - - // Fix name and attach hooks - name = jQuery.propFix[ name ] || name; - hooks = jQuery.propHooks[ name ]; - } - - if ( value !== undefined ) { - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - return ( elem[ name ] = value ); - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - return elem[ name ]; - }, - - propHooks: { - tabIndex: { - get: function( elem ) { - - // Support: IE <=9 - 11 only - // elem.tabIndex doesn't always return the - // correct value when it hasn't been explicitly set - // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ - // Use proper attribute retrieval(#12072) - var tabindex = jQuery.find.attr( elem, "tabindex" ); - - if ( tabindex ) { - return parseInt( tabindex, 10 ); - } - - if ( - rfocusable.test( elem.nodeName ) || - rclickable.test( elem.nodeName ) && - elem.href - ) { - return 0; - } - - return -1; - } - } - }, - - propFix: { - "for": "htmlFor", - "class": "className" - } -} ); - -// Support: IE <=11 only -// Accessing the selectedIndex property -// forces the browser to respect setting selected -// on the option -// The getter ensures a default option is selected -// when in an optgroup -// eslint rule "no-unused-expressions" is disabled for this code -// since it considers such accessions noop -if ( !support.optSelected ) { - jQuery.propHooks.selected = { - get: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent && parent.parentNode ) { - parent.parentNode.selectedIndex; - } - return null; - }, - set: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent ) { - parent.selectedIndex; - - if ( parent.parentNode ) { - parent.parentNode.selectedIndex; - } - } - } - }; -} - -jQuery.each( [ - "tabIndex", - "readOnly", - "maxLength", - "cellSpacing", - "cellPadding", - "rowSpan", - "colSpan", - "useMap", - "frameBorder", - "contentEditable" -], function() { - jQuery.propFix[ this.toLowerCase() ] = this; -} ); - - - - - // Strip and collapse whitespace according to HTML spec - // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace - function stripAndCollapse( value ) { - var tokens = value.match( rnothtmlwhite ) || []; - return tokens.join( " " ); - } - - -function getClass( elem ) { - return elem.getAttribute && elem.getAttribute( "class" ) || ""; -} - -function classesToArray( value ) { - if ( Array.isArray( value ) ) { - return value; - } - if ( typeof value === "string" ) { - return value.match( rnothtmlwhite ) || []; - } - return []; -} - -jQuery.fn.extend( { - addClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - if ( cur.indexOf( " " + clazz + " " ) < 0 ) { - cur += clazz + " "; - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - removeClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - if ( !arguments.length ) { - return this.attr( "class", "" ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - - // This expression is here for better compressibility (see addClass) - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - - // Remove *all* instances - while ( cur.indexOf( " " + clazz + " " ) > -1 ) { - cur = cur.replace( " " + clazz + " ", " " ); - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - toggleClass: function( value, stateVal ) { - var type = typeof value, - isValidValue = type === "string" || Array.isArray( value ); - - if ( typeof stateVal === "boolean" && isValidValue ) { - return stateVal ? this.addClass( value ) : this.removeClass( value ); - } - - if ( isFunction( value ) ) { - return this.each( function( i ) { - jQuery( this ).toggleClass( - value.call( this, i, getClass( this ), stateVal ), - stateVal - ); - } ); - } - - return this.each( function() { - var className, i, self, classNames; - - if ( isValidValue ) { - - // Toggle individual class names - i = 0; - self = jQuery( this ); - classNames = classesToArray( value ); - - while ( ( className = classNames[ i++ ] ) ) { - - // Check each className given, space separated list - if ( self.hasClass( className ) ) { - self.removeClass( className ); - } else { - self.addClass( className ); - } - } - - // Toggle whole class name - } else if ( value === undefined || type === "boolean" ) { - className = getClass( this ); - if ( className ) { - - // Store className if set - dataPriv.set( this, "__className__", className ); - } - - // If the element has a class name or if we're passed `false`, - // then remove the whole classname (if there was one, the above saved it). - // Otherwise bring back whatever was previously saved (if anything), - // falling back to the empty string if nothing was stored. - if ( this.setAttribute ) { - this.setAttribute( "class", - className || value === false ? - "" : - dataPriv.get( this, "__className__" ) || "" - ); - } - } - } ); - }, - - hasClass: function( selector ) { - var className, elem, - i = 0; - - className = " " + selector + " "; - while ( ( elem = this[ i++ ] ) ) { - if ( elem.nodeType === 1 && - ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { - return true; - } - } - - return false; - } -} ); - - - - -var rreturn = /\r/g; - -jQuery.fn.extend( { - val: function( value ) { - var hooks, ret, valueIsFunction, - elem = this[ 0 ]; - - if ( !arguments.length ) { - if ( elem ) { - hooks = jQuery.valHooks[ elem.type ] || - jQuery.valHooks[ elem.nodeName.toLowerCase() ]; - - if ( hooks && - "get" in hooks && - ( ret = hooks.get( elem, "value" ) ) !== undefined - ) { - return ret; - } - - ret = elem.value; - - // Handle most common string cases - if ( typeof ret === "string" ) { - return ret.replace( rreturn, "" ); - } - - // Handle cases where value is null/undef or number - return ret == null ? "" : ret; - } - - return; - } - - valueIsFunction = isFunction( value ); - - return this.each( function( i ) { - var val; - - if ( this.nodeType !== 1 ) { - return; - } - - if ( valueIsFunction ) { - val = value.call( this, i, jQuery( this ).val() ); - } else { - val = value; - } - - // Treat null/undefined as ""; convert numbers to string - if ( val == null ) { - val = ""; - - } else if ( typeof val === "number" ) { - val += ""; - - } else if ( Array.isArray( val ) ) { - val = jQuery.map( val, function( value ) { - return value == null ? "" : value + ""; - } ); - } - - hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; - - // If set returns undefined, fall back to normal setting - if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { - this.value = val; - } - } ); - } -} ); - -jQuery.extend( { - valHooks: { - option: { - get: function( elem ) { - - var val = jQuery.find.attr( elem, "value" ); - return val != null ? - val : - - // Support: IE <=10 - 11 only - // option.text throws exceptions (#14686, #14858) - // Strip and collapse whitespace - // https://html.spec.whatwg.org/#strip-and-collapse-whitespace - stripAndCollapse( jQuery.text( elem ) ); - } - }, - select: { - get: function( elem ) { - var value, option, i, - options = elem.options, - index = elem.selectedIndex, - one = elem.type === "select-one", - values = one ? null : [], - max = one ? index + 1 : options.length; - - if ( index < 0 ) { - i = max; - - } else { - i = one ? index : 0; - } - - // Loop through all the selected options - for ( ; i < max; i++ ) { - option = options[ i ]; - - // Support: IE <=9 only - // IE8-9 doesn't update selected after form reset (#2551) - if ( ( option.selected || i === index ) && - - // Don't return options that are disabled or in a disabled optgroup - !option.disabled && - ( !option.parentNode.disabled || - !nodeName( option.parentNode, "optgroup" ) ) ) { - - // Get the specific value for the option - value = jQuery( option ).val(); - - // We don't need an array for one selects - if ( one ) { - return value; - } - - // Multi-Selects return an array - values.push( value ); - } - } - - return values; - }, - - set: function( elem, value ) { - var optionSet, option, - options = elem.options, - values = jQuery.makeArray( value ), - i = options.length; - - while ( i-- ) { - option = options[ i ]; - - /* eslint-disable no-cond-assign */ - - if ( option.selected = - jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 - ) { - optionSet = true; - } - - /* eslint-enable no-cond-assign */ - } - - // Force browsers to behave consistently when non-matching value is set - if ( !optionSet ) { - elem.selectedIndex = -1; - } - return values; - } - } - } -} ); - -// Radios and checkboxes getter/setter -jQuery.each( [ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = { - set: function( elem, value ) { - if ( Array.isArray( value ) ) { - return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); - } - } - }; - if ( !support.checkOn ) { - jQuery.valHooks[ this ].get = function( elem ) { - return elem.getAttribute( "value" ) === null ? "on" : elem.value; - }; - } -} ); - - - - -// Return jQuery for attributes-only inclusion - - -support.focusin = "onfocusin" in window; - - -var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, - stopPropagationCallback = function( e ) { - e.stopPropagation(); - }; - -jQuery.extend( jQuery.event, { - - trigger: function( event, data, elem, onlyHandlers ) { - - var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, - eventPath = [ elem || document ], - type = hasOwn.call( event, "type" ) ? event.type : event, - namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; - - cur = lastElement = tmp = elem = elem || document; - - // Don't do events on text and comment nodes - if ( elem.nodeType === 3 || elem.nodeType === 8 ) { - return; - } - - // focus/blur morphs to focusin/out; ensure we're not firing them right now - if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { - return; - } - - if ( type.indexOf( "." ) > -1 ) { - - // Namespaced trigger; create a regexp to match event type in handle() - namespaces = type.split( "." ); - type = namespaces.shift(); - namespaces.sort(); - } - ontype = type.indexOf( ":" ) < 0 && "on" + type; - - // Caller can pass in a jQuery.Event object, Object, or just an event type string - event = event[ jQuery.expando ] ? - event : - new jQuery.Event( type, typeof event === "object" && event ); - - // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) - event.isTrigger = onlyHandlers ? 2 : 3; - event.namespace = namespaces.join( "." ); - event.rnamespace = event.namespace ? - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : - null; - - // Clean up the event in case it is being reused - event.result = undefined; - if ( !event.target ) { - event.target = elem; - } - - // Clone any incoming data and prepend the event, creating the handler arg list - data = data == null ? - [ event ] : - jQuery.makeArray( data, [ event ] ); - - // Allow special events to draw outside the lines - special = jQuery.event.special[ type ] || {}; - if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { - return; - } - - // Determine event propagation path in advance, per W3C events spec (#9951) - // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) - if ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) { - - bubbleType = special.delegateType || type; - if ( !rfocusMorph.test( bubbleType + type ) ) { - cur = cur.parentNode; - } - for ( ; cur; cur = cur.parentNode ) { - eventPath.push( cur ); - tmp = cur; - } - - // Only add window if we got to document (e.g., not plain obj or detached DOM) - if ( tmp === ( elem.ownerDocument || document ) ) { - eventPath.push( tmp.defaultView || tmp.parentWindow || window ); - } - } - - // Fire handlers on the event path - i = 0; - while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { - lastElement = cur; - event.type = i > 1 ? - bubbleType : - special.bindType || type; - - // jQuery handler - handle = ( - dataPriv.get( cur, "events" ) || Object.create( null ) - )[ event.type ] && - dataPriv.get( cur, "handle" ); - if ( handle ) { - handle.apply( cur, data ); - } - - // Native handler - handle = ontype && cur[ ontype ]; - if ( handle && handle.apply && acceptData( cur ) ) { - event.result = handle.apply( cur, data ); - if ( event.result === false ) { - event.preventDefault(); - } - } - } - event.type = type; - - // If nobody prevented the default action, do it now - if ( !onlyHandlers && !event.isDefaultPrevented() ) { - - if ( ( !special._default || - special._default.apply( eventPath.pop(), data ) === false ) && - acceptData( elem ) ) { - - // Call a native DOM method on the target with the same name as the event. - // Don't do default actions on window, that's where global variables be (#6170) - if ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) { - - // Don't re-trigger an onFOO event when we call its FOO() method - tmp = elem[ ontype ]; - - if ( tmp ) { - elem[ ontype ] = null; - } - - // Prevent re-triggering of the same event, since we already bubbled it above - jQuery.event.triggered = type; - - if ( event.isPropagationStopped() ) { - lastElement.addEventListener( type, stopPropagationCallback ); - } - - elem[ type ](); - - if ( event.isPropagationStopped() ) { - lastElement.removeEventListener( type, stopPropagationCallback ); - } - - jQuery.event.triggered = undefined; - - if ( tmp ) { - elem[ ontype ] = tmp; - } - } - } - } - - return event.result; - }, - - // Piggyback on a donor event to simulate a different one - // Used only for `focus(in | out)` events - simulate: function( type, elem, event ) { - var e = jQuery.extend( - new jQuery.Event(), - event, - { - type: type, - isSimulated: true - } - ); - - jQuery.event.trigger( e, null, elem ); - } - -} ); - -jQuery.fn.extend( { - - trigger: function( type, data ) { - return this.each( function() { - jQuery.event.trigger( type, data, this ); - } ); - }, - triggerHandler: function( type, data ) { - var elem = this[ 0 ]; - if ( elem ) { - return jQuery.event.trigger( type, data, elem, true ); - } - } -} ); - - -// Support: Firefox <=44 -// Firefox doesn't have focus(in | out) events -// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 -// -// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 -// focus(in | out) events fire after focus & blur events, -// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order -// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 -if ( !support.focusin ) { - jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { - - // Attach a single capturing handler on the document while someone wants focusin/focusout - var handler = function( event ) { - jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); - }; - - jQuery.event.special[ fix ] = { - setup: function() { - - // Handle: regular nodes (via `this.ownerDocument`), window - // (via `this.document`) & document (via `this`). - var doc = this.ownerDocument || this.document || this, - attaches = dataPriv.access( doc, fix ); - - if ( !attaches ) { - doc.addEventListener( orig, handler, true ); - } - dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); - }, - teardown: function() { - var doc = this.ownerDocument || this.document || this, - attaches = dataPriv.access( doc, fix ) - 1; - - if ( !attaches ) { - doc.removeEventListener( orig, handler, true ); - dataPriv.remove( doc, fix ); - - } else { - dataPriv.access( doc, fix, attaches ); - } - } - }; - } ); -} -var location = window.location; - -var nonce = { guid: Date.now() }; - -var rquery = ( /\?/ ); - - - -// Cross-browser xml parsing -jQuery.parseXML = function( data ) { - var xml; - if ( !data || typeof data !== "string" ) { - return null; - } - - // Support: IE 9 - 11 only - // IE throws on parseFromString with invalid input. - try { - xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); - } catch ( e ) { - xml = undefined; - } - - if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { - jQuery.error( "Invalid XML: " + data ); - } - return xml; -}; - - -var - rbracket = /\[\]$/, - rCRLF = /\r?\n/g, - rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, - rsubmittable = /^(?:input|select|textarea|keygen)/i; - -function buildParams( prefix, obj, traditional, add ) { - var name; - - if ( Array.isArray( obj ) ) { - - // Serialize array item. - jQuery.each( obj, function( i, v ) { - if ( traditional || rbracket.test( prefix ) ) { - - // Treat each array item as a scalar. - add( prefix, v ); - - } else { - - // Item is non-scalar (array or object), encode its numeric index. - buildParams( - prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", - v, - traditional, - add - ); - } - } ); - - } else if ( !traditional && toType( obj ) === "object" ) { - - // Serialize object item. - for ( name in obj ) { - buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); - } - - } else { - - // Serialize scalar item. - add( prefix, obj ); - } -} - -// Serialize an array of form elements or a set of -// key/values into a query string -jQuery.param = function( a, traditional ) { - var prefix, - s = [], - add = function( key, valueOrFunction ) { - - // If value is a function, invoke it and use its return value - var value = isFunction( valueOrFunction ) ? - valueOrFunction() : - valueOrFunction; - - s[ s.length ] = encodeURIComponent( key ) + "=" + - encodeURIComponent( value == null ? "" : value ); - }; - - if ( a == null ) { - return ""; - } - - // If an array was passed in, assume that it is an array of form elements. - if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { - - // Serialize the form elements - jQuery.each( a, function() { - add( this.name, this.value ); - } ); - - } else { - - // If traditional, encode the "old" way (the way 1.3.2 or older - // did it), otherwise encode params recursively. - for ( prefix in a ) { - buildParams( prefix, a[ prefix ], traditional, add ); - } - } - - // Return the resulting serialization - return s.join( "&" ); -}; - -jQuery.fn.extend( { - serialize: function() { - return jQuery.param( this.serializeArray() ); - }, - serializeArray: function() { - return this.map( function() { - - // Can add propHook for "elements" to filter or add form elements - var elements = jQuery.prop( this, "elements" ); - return elements ? jQuery.makeArray( elements ) : this; - } ) - .filter( function() { - var type = this.type; - - // Use .is( ":disabled" ) so that fieldset[disabled] works - return this.name && !jQuery( this ).is( ":disabled" ) && - rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && - ( this.checked || !rcheckableType.test( type ) ); - } ) - .map( function( _i, elem ) { - var val = jQuery( this ).val(); - - if ( val == null ) { - return null; - } - - if ( Array.isArray( val ) ) { - return jQuery.map( val, function( val ) { - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ); - } - - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ).get(); - } -} ); - - -var - r20 = /%20/g, - rhash = /#.*$/, - rantiCache = /([?&])_=[^&]*/, - rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, - - // #7653, #8125, #8152: local protocol detection - rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, - rnoContent = /^(?:GET|HEAD)$/, - rprotocol = /^\/\//, - - /* Prefilters - * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) - * 2) These are called: - * - BEFORE asking for a transport - * - AFTER param serialization (s.data is a string if s.processData is true) - * 3) key is the dataType - * 4) the catchall symbol "*" can be used - * 5) execution will start with transport dataType and THEN continue down to "*" if needed - */ - prefilters = {}, - - /* Transports bindings - * 1) key is the dataType - * 2) the catchall symbol "*" can be used - * 3) selection will start with transport dataType and THEN go to "*" if needed - */ - transports = {}, - - // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression - allTypes = "*/".concat( "*" ), - - // Anchor tag for parsing the document origin - originAnchor = document.createElement( "a" ); - originAnchor.href = location.href; - -// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport -function addToPrefiltersOrTransports( structure ) { - - // dataTypeExpression is optional and defaults to "*" - return function( dataTypeExpression, func ) { - - if ( typeof dataTypeExpression !== "string" ) { - func = dataTypeExpression; - dataTypeExpression = "*"; - } - - var dataType, - i = 0, - dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || []; - - if ( isFunction( func ) ) { - - // For each dataType in the dataTypeExpression - while ( ( dataType = dataTypes[ i++ ] ) ) { - - // Prepend if requested - if ( dataType[ 0 ] === "+" ) { - dataType = dataType.slice( 1 ) || "*"; - ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); - - // Otherwise append - } else { - ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); - } - } - } - }; -} - -// Base inspection function for prefilters and transports -function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { - - var inspected = {}, - seekingTransport = ( structure === transports ); - - function inspect( dataType ) { - var selected; - inspected[ dataType ] = true; - jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { - var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); - if ( typeof dataTypeOrTransport === "string" && - !seekingTransport && !inspected[ dataTypeOrTransport ] ) { - - options.dataTypes.unshift( dataTypeOrTransport ); - inspect( dataTypeOrTransport ); - return false; - } else if ( seekingTransport ) { - return !( selected = dataTypeOrTransport ); - } - } ); - return selected; - } - - return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); -} - -// A special extend for ajax options -// that takes "flat" options (not to be deep extended) -// Fixes #9887 -function ajaxExtend( target, src ) { - var key, deep, - flatOptions = jQuery.ajaxSettings.flatOptions || {}; - - for ( key in src ) { - if ( src[ key ] !== undefined ) { - ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; - } - } - if ( deep ) { - jQuery.extend( true, target, deep ); - } - - return target; -} - -/* Handles responses to an ajax request: - * - finds the right dataType (mediates between content-type and expected dataType) - * - returns the corresponding response - */ -function ajaxHandleResponses( s, jqXHR, responses ) { - - var ct, type, finalDataType, firstDataType, - contents = s.contents, - dataTypes = s.dataTypes; - - // Remove auto dataType and get content-type in the process - while ( dataTypes[ 0 ] === "*" ) { - dataTypes.shift(); - if ( ct === undefined ) { - ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); - } - } - - // Check if we're dealing with a known content-type - if ( ct ) { - for ( type in contents ) { - if ( contents[ type ] && contents[ type ].test( ct ) ) { - dataTypes.unshift( type ); - break; - } - } - } - - // Check to see if we have a response for the expected dataType - if ( dataTypes[ 0 ] in responses ) { - finalDataType = dataTypes[ 0 ]; - } else { - - // Try convertible dataTypes - for ( type in responses ) { - if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { - finalDataType = type; - break; - } - if ( !firstDataType ) { - firstDataType = type; - } - } - - // Or just use first one - finalDataType = finalDataType || firstDataType; - } - - // If we found a dataType - // We add the dataType to the list if needed - // and return the corresponding response - if ( finalDataType ) { - if ( finalDataType !== dataTypes[ 0 ] ) { - dataTypes.unshift( finalDataType ); - } - return responses[ finalDataType ]; - } -} - -/* Chain conversions given the request and the original response - * Also sets the responseXXX fields on the jqXHR instance - */ -function ajaxConvert( s, response, jqXHR, isSuccess ) { - var conv2, current, conv, tmp, prev, - converters = {}, - - // Work with a copy of dataTypes in case we need to modify it for conversion - dataTypes = s.dataTypes.slice(); - - // Create converters map with lowercased keys - if ( dataTypes[ 1 ] ) { - for ( conv in s.converters ) { - converters[ conv.toLowerCase() ] = s.converters[ conv ]; - } - } - - current = dataTypes.shift(); - - // Convert to each sequential dataType - while ( current ) { - - if ( s.responseFields[ current ] ) { - jqXHR[ s.responseFields[ current ] ] = response; - } - - // Apply the dataFilter if provided - if ( !prev && isSuccess && s.dataFilter ) { - response = s.dataFilter( response, s.dataType ); - } - - prev = current; - current = dataTypes.shift(); - - if ( current ) { - - // There's only work to do if current dataType is non-auto - if ( current === "*" ) { - - current = prev; - - // Convert response if prev dataType is non-auto and differs from current - } else if ( prev !== "*" && prev !== current ) { - - // Seek a direct converter - conv = converters[ prev + " " + current ] || converters[ "* " + current ]; - - // If none found, seek a pair - if ( !conv ) { - for ( conv2 in converters ) { - - // If conv2 outputs current - tmp = conv2.split( " " ); - if ( tmp[ 1 ] === current ) { - - // If prev can be converted to accepted input - conv = converters[ prev + " " + tmp[ 0 ] ] || - converters[ "* " + tmp[ 0 ] ]; - if ( conv ) { - - // Condense equivalence converters - if ( conv === true ) { - conv = converters[ conv2 ]; - - // Otherwise, insert the intermediate dataType - } else if ( converters[ conv2 ] !== true ) { - current = tmp[ 0 ]; - dataTypes.unshift( tmp[ 1 ] ); - } - break; - } - } - } - } - - // Apply converter (if not an equivalence) - if ( conv !== true ) { - - // Unless errors are allowed to bubble, catch and return them - if ( conv && s.throws ) { - response = conv( response ); - } else { - try { - response = conv( response ); - } catch ( e ) { - return { - state: "parsererror", - error: conv ? e : "No conversion from " + prev + " to " + current - }; - } - } - } - } - } - } - - return { state: "success", data: response }; -} - -jQuery.extend( { - - // Counter for holding the number of active queries - active: 0, - - // Last-Modified header cache for next request - lastModified: {}, - etag: {}, - - ajaxSettings: { - url: location.href, - type: "GET", - isLocal: rlocalProtocol.test( location.protocol ), - global: true, - processData: true, - async: true, - contentType: "application/x-www-form-urlencoded; charset=UTF-8", - - /* - timeout: 0, - data: null, - dataType: null, - username: null, - password: null, - cache: null, - throws: false, - traditional: false, - headers: {}, - */ - - accepts: { - "*": allTypes, - text: "text/plain", - html: "text/html", - xml: "application/xml, text/xml", - json: "application/json, text/javascript" - }, - - contents: { - xml: /\bxml\b/, - html: /\bhtml/, - json: /\bjson\b/ - }, - - responseFields: { - xml: "responseXML", - text: "responseText", - json: "responseJSON" - }, - - // Data converters - // Keys separate source (or catchall "*") and destination types with a single space - converters: { - - // Convert anything to text - "* text": String, - - // Text to html (true = no transformation) - "text html": true, - - // Evaluate text as a json expression - "text json": JSON.parse, - - // Parse text as xml - "text xml": jQuery.parseXML - }, - - // For options that shouldn't be deep extended: - // you can add your own custom options here if - // and when you create one that shouldn't be - // deep extended (see ajaxExtend) - flatOptions: { - url: true, - context: true - } - }, - - // Creates a full fledged settings object into target - // with both ajaxSettings and settings fields. - // If target is omitted, writes into ajaxSettings. - ajaxSetup: function( target, settings ) { - return settings ? - - // Building a settings object - ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : - - // Extending ajaxSettings - ajaxExtend( jQuery.ajaxSettings, target ); - }, - - ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), - ajaxTransport: addToPrefiltersOrTransports( transports ), - - // Main method - ajax: function( url, options ) { - - // If url is an object, simulate pre-1.5 signature - if ( typeof url === "object" ) { - options = url; - url = undefined; - } - - // Force options to be an object - options = options || {}; - - var transport, - - // URL without anti-cache param - cacheURL, - - // Response headers - responseHeadersString, - responseHeaders, - - // timeout handle - timeoutTimer, - - // Url cleanup var - urlAnchor, - - // Request state (becomes false upon send and true upon completion) - completed, - - // To know if global events are to be dispatched - fireGlobals, - - // Loop variable - i, - - // uncached part of the url - uncached, - - // Create the final options object - s = jQuery.ajaxSetup( {}, options ), - - // Callbacks context - callbackContext = s.context || s, - - // Context for global events is callbackContext if it is a DOM node or jQuery collection - globalEventContext = s.context && - ( callbackContext.nodeType || callbackContext.jquery ) ? - jQuery( callbackContext ) : - jQuery.event, - - // Deferreds - deferred = jQuery.Deferred(), - completeDeferred = jQuery.Callbacks( "once memory" ), - - // Status-dependent callbacks - statusCode = s.statusCode || {}, - - // Headers (they are sent all at once) - requestHeaders = {}, - requestHeadersNames = {}, - - // Default abort message - strAbort = "canceled", - - // Fake xhr - jqXHR = { - readyState: 0, - - // Builds headers hashtable if needed - getResponseHeader: function( key ) { - var match; - if ( completed ) { - if ( !responseHeaders ) { - responseHeaders = {}; - while ( ( match = rheaders.exec( responseHeadersString ) ) ) { - responseHeaders[ match[ 1 ].toLowerCase() + " " ] = - ( responseHeaders[ match[ 1 ].toLowerCase() + " " ] || [] ) - .concat( match[ 2 ] ); - } - } - match = responseHeaders[ key.toLowerCase() + " " ]; - } - return match == null ? null : match.join( ", " ); - }, - - // Raw string - getAllResponseHeaders: function() { - return completed ? responseHeadersString : null; - }, - - // Caches the header - setRequestHeader: function( name, value ) { - if ( completed == null ) { - name = requestHeadersNames[ name.toLowerCase() ] = - requestHeadersNames[ name.toLowerCase() ] || name; - requestHeaders[ name ] = value; - } - return this; - }, - - // Overrides response content-type header - overrideMimeType: function( type ) { - if ( completed == null ) { - s.mimeType = type; - } - return this; - }, - - // Status-dependent callbacks - statusCode: function( map ) { - var code; - if ( map ) { - if ( completed ) { - - // Execute the appropriate callbacks - jqXHR.always( map[ jqXHR.status ] ); - } else { - - // Lazy-add the new callbacks in a way that preserves old ones - for ( code in map ) { - statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; - } - } - } - return this; - }, - - // Cancel the request - abort: function( statusText ) { - var finalText = statusText || strAbort; - if ( transport ) { - transport.abort( finalText ); - } - done( 0, finalText ); - return this; - } - }; - - // Attach deferreds - deferred.promise( jqXHR ); - - // Add protocol if not provided (prefilters might expect it) - // Handle falsy url in the settings object (#10093: consistency with old signature) - // We also use the url parameter if available - s.url = ( ( url || s.url || location.href ) + "" ) - .replace( rprotocol, location.protocol + "//" ); - - // Alias method option to type as per ticket #12004 - s.type = options.method || options.type || s.method || s.type; - - // Extract dataTypes list - s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ]; - - // A cross-domain request is in order when the origin doesn't match the current origin. - if ( s.crossDomain == null ) { - urlAnchor = document.createElement( "a" ); - - // Support: IE <=8 - 11, Edge 12 - 15 - // IE throws exception on accessing the href property if url is malformed, - // e.g. http://example.com:80x/ - try { - urlAnchor.href = s.url; - - // Support: IE <=8 - 11 only - // Anchor's host property isn't correctly set when s.url is relative - urlAnchor.href = urlAnchor.href; - s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== - urlAnchor.protocol + "//" + urlAnchor.host; - } catch ( e ) { - - // If there is an error parsing the URL, assume it is crossDomain, - // it can be rejected by the transport if it is invalid - s.crossDomain = true; - } - } - - // Convert data if not already a string - if ( s.data && s.processData && typeof s.data !== "string" ) { - s.data = jQuery.param( s.data, s.traditional ); - } - - // Apply prefilters - inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); - - // If request was aborted inside a prefilter, stop there - if ( completed ) { - return jqXHR; - } - - // We can fire global events as of now if asked to - // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) - fireGlobals = jQuery.event && s.global; - - // Watch for a new set of requests - if ( fireGlobals && jQuery.active++ === 0 ) { - jQuery.event.trigger( "ajaxStart" ); - } - - // Uppercase the type - s.type = s.type.toUpperCase(); - - // Determine if request has content - s.hasContent = !rnoContent.test( s.type ); - - // Save the URL in case we're toying with the If-Modified-Since - // and/or If-None-Match header later on - // Remove hash to simplify url manipulation - cacheURL = s.url.replace( rhash, "" ); - - // More options handling for requests with no content - if ( !s.hasContent ) { - - // Remember the hash so we can put it back - uncached = s.url.slice( cacheURL.length ); - - // If data is available and should be processed, append data to url - if ( s.data && ( s.processData || typeof s.data === "string" ) ) { - cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data; - - // #9682: remove data so that it's not used in an eventual retry - delete s.data; - } - - // Add or update anti-cache param if needed - if ( s.cache === false ) { - cacheURL = cacheURL.replace( rantiCache, "$1" ); - uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce.guid++ ) + - uncached; - } - - // Put hash and anti-cache on the URL that will be requested (gh-1732) - s.url = cacheURL + uncached; - - // Change '%20' to '+' if this is encoded form body content (gh-2658) - } else if ( s.data && s.processData && - ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) { - s.data = s.data.replace( r20, "+" ); - } - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - if ( jQuery.lastModified[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); - } - if ( jQuery.etag[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); - } - } - - // Set the correct header, if data is being sent - if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { - jqXHR.setRequestHeader( "Content-Type", s.contentType ); - } - - // Set the Accepts header for the server, depending on the dataType - jqXHR.setRequestHeader( - "Accept", - s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? - s.accepts[ s.dataTypes[ 0 ] ] + - ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : - s.accepts[ "*" ] - ); - - // Check for headers option - for ( i in s.headers ) { - jqXHR.setRequestHeader( i, s.headers[ i ] ); - } - - // Allow custom headers/mimetypes and early abort - if ( s.beforeSend && - ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) { - - // Abort if not done already and return - return jqXHR.abort(); - } - - // Aborting is no longer a cancellation - strAbort = "abort"; - - // Install callbacks on deferreds - completeDeferred.add( s.complete ); - jqXHR.done( s.success ); - jqXHR.fail( s.error ); - - // Get transport - transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); - - // If no transport, we auto-abort - if ( !transport ) { - done( -1, "No Transport" ); - } else { - jqXHR.readyState = 1; - - // Send global event - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); - } - - // If request was aborted inside ajaxSend, stop there - if ( completed ) { - return jqXHR; - } - - // Timeout - if ( s.async && s.timeout > 0 ) { - timeoutTimer = window.setTimeout( function() { - jqXHR.abort( "timeout" ); - }, s.timeout ); - } - - try { - completed = false; - transport.send( requestHeaders, done ); - } catch ( e ) { - - // Rethrow post-completion exceptions - if ( completed ) { - throw e; - } - - // Propagate others as results - done( -1, e ); - } - } - - // Callback for when everything is done - function done( status, nativeStatusText, responses, headers ) { - var isSuccess, success, error, response, modified, - statusText = nativeStatusText; - - // Ignore repeat invocations - if ( completed ) { - return; - } - - completed = true; - - // Clear timeout if it exists - if ( timeoutTimer ) { - window.clearTimeout( timeoutTimer ); - } - - // Dereference transport for early garbage collection - // (no matter how long the jqXHR object will be used) - transport = undefined; - - // Cache response headers - responseHeadersString = headers || ""; - - // Set readyState - jqXHR.readyState = status > 0 ? 4 : 0; - - // Determine if successful - isSuccess = status >= 200 && status < 300 || status === 304; - - // Get response data - if ( responses ) { - response = ajaxHandleResponses( s, jqXHR, responses ); - } - - // Use a noop converter for missing script - if ( !isSuccess && jQuery.inArray( "script", s.dataTypes ) > -1 ) { - s.converters[ "text script" ] = function() {}; - } - - // Convert no matter what (that way responseXXX fields are always set) - response = ajaxConvert( s, response, jqXHR, isSuccess ); - - // If successful, handle type chaining - if ( isSuccess ) { - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - modified = jqXHR.getResponseHeader( "Last-Modified" ); - if ( modified ) { - jQuery.lastModified[ cacheURL ] = modified; - } - modified = jqXHR.getResponseHeader( "etag" ); - if ( modified ) { - jQuery.etag[ cacheURL ] = modified; - } - } - - // if no content - if ( status === 204 || s.type === "HEAD" ) { - statusText = "nocontent"; - - // if not modified - } else if ( status === 304 ) { - statusText = "notmodified"; - - // If we have data, let's convert it - } else { - statusText = response.state; - success = response.data; - error = response.error; - isSuccess = !error; - } - } else { - - // Extract error from statusText and normalize for non-aborts - error = statusText; - if ( status || !statusText ) { - statusText = "error"; - if ( status < 0 ) { - status = 0; - } - } - } - - // Set data for the fake xhr object - jqXHR.status = status; - jqXHR.statusText = ( nativeStatusText || statusText ) + ""; - - // Success/Error - if ( isSuccess ) { - deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); - } else { - deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); - } - - // Status-dependent callbacks - jqXHR.statusCode( statusCode ); - statusCode = undefined; - - if ( fireGlobals ) { - globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", - [ jqXHR, s, isSuccess ? success : error ] ); - } - - // Complete - completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); - - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); - - // Handle the global AJAX counter - if ( !( --jQuery.active ) ) { - jQuery.event.trigger( "ajaxStop" ); - } - } - } - - return jqXHR; - }, - - getJSON: function( url, data, callback ) { - return jQuery.get( url, data, callback, "json" ); - }, - - getScript: function( url, callback ) { - return jQuery.get( url, undefined, callback, "script" ); - } -} ); - -jQuery.each( [ "get", "post" ], function( _i, method ) { - jQuery[ method ] = function( url, data, callback, type ) { - - // Shift arguments if data argument was omitted - if ( isFunction( data ) ) { - type = type || callback; - callback = data; - data = undefined; - } - - // The url can be an options object (which then must have .url) - return jQuery.ajax( jQuery.extend( { - url: url, - type: method, - dataType: type, - data: data, - success: callback - }, jQuery.isPlainObject( url ) && url ) ); - }; -} ); - -jQuery.ajaxPrefilter( function( s ) { - var i; - for ( i in s.headers ) { - if ( i.toLowerCase() === "content-type" ) { - s.contentType = s.headers[ i ] || ""; - } - } -} ); - - -jQuery._evalUrl = function( url, options, doc ) { - return jQuery.ajax( { - url: url, - - // Make this explicit, since user can override this through ajaxSetup (#11264) - type: "GET", - dataType: "script", - cache: true, - async: false, - global: false, - - // Only evaluate the response if it is successful (gh-4126) - // dataFilter is not invoked for failure responses, so using it instead - // of the default converter is kludgy but it works. - converters: { - "text script": function() {} - }, - dataFilter: function( response ) { - jQuery.globalEval( response, options, doc ); - } - } ); -}; - - -jQuery.fn.extend( { - wrapAll: function( html ) { - var wrap; - - if ( this[ 0 ] ) { - if ( isFunction( html ) ) { - html = html.call( this[ 0 ] ); - } - - // The elements to wrap the target around - wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); - - if ( this[ 0 ].parentNode ) { - wrap.insertBefore( this[ 0 ] ); - } - - wrap.map( function() { - var elem = this; - - while ( elem.firstElementChild ) { - elem = elem.firstElementChild; - } - - return elem; - } ).append( this ); - } - - return this; - }, - - wrapInner: function( html ) { - if ( isFunction( html ) ) { - return this.each( function( i ) { - jQuery( this ).wrapInner( html.call( this, i ) ); - } ); - } - - return this.each( function() { - var self = jQuery( this ), - contents = self.contents(); - - if ( contents.length ) { - contents.wrapAll( html ); - - } else { - self.append( html ); - } - } ); - }, - - wrap: function( html ) { - var htmlIsFunction = isFunction( html ); - - return this.each( function( i ) { - jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html ); - } ); - }, - - unwrap: function( selector ) { - this.parent( selector ).not( "body" ).each( function() { - jQuery( this ).replaceWith( this.childNodes ); - } ); - return this; - } -} ); - - -jQuery.expr.pseudos.hidden = function( elem ) { - return !jQuery.expr.pseudos.visible( elem ); -}; -jQuery.expr.pseudos.visible = function( elem ) { - return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); -}; - - - - -jQuery.ajaxSettings.xhr = function() { - try { - return new window.XMLHttpRequest(); - } catch ( e ) {} -}; - -var xhrSuccessStatus = { - - // File protocol always yields status code 0, assume 200 - 0: 200, - - // Support: IE <=9 only - // #1450: sometimes IE returns 1223 when it should be 204 - 1223: 204 - }, - xhrSupported = jQuery.ajaxSettings.xhr(); - -support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); -support.ajax = xhrSupported = !!xhrSupported; - -jQuery.ajaxTransport( function( options ) { - var callback, errorCallback; - - // Cross domain only allowed if supported through XMLHttpRequest - if ( support.cors || xhrSupported && !options.crossDomain ) { - return { - send: function( headers, complete ) { - var i, - xhr = options.xhr(); - - xhr.open( - options.type, - options.url, - options.async, - options.username, - options.password - ); - - // Apply custom fields if provided - if ( options.xhrFields ) { - for ( i in options.xhrFields ) { - xhr[ i ] = options.xhrFields[ i ]; - } - } - - // Override mime type if needed - if ( options.mimeType && xhr.overrideMimeType ) { - xhr.overrideMimeType( options.mimeType ); - } - - // X-Requested-With header - // For cross-domain requests, seeing as conditions for a preflight are - // akin to a jigsaw puzzle, we simply never set it to be sure. - // (it can always be set on a per-request basis or even using ajaxSetup) - // For same-domain requests, won't change header if already provided. - if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { - headers[ "X-Requested-With" ] = "XMLHttpRequest"; - } - - // Set headers - for ( i in headers ) { - xhr.setRequestHeader( i, headers[ i ] ); - } - - // Callback - callback = function( type ) { - return function() { - if ( callback ) { - callback = errorCallback = xhr.onload = - xhr.onerror = xhr.onabort = xhr.ontimeout = - xhr.onreadystatechange = null; - - if ( type === "abort" ) { - xhr.abort(); - } else if ( type === "error" ) { - - // Support: IE <=9 only - // On a manual native abort, IE9 throws - // errors on any property access that is not readyState - if ( typeof xhr.status !== "number" ) { - complete( 0, "error" ); - } else { - complete( - - // File: protocol always yields status 0; see #8605, #14207 - xhr.status, - xhr.statusText - ); - } - } else { - complete( - xhrSuccessStatus[ xhr.status ] || xhr.status, - xhr.statusText, - - // Support: IE <=9 only - // IE9 has no XHR2 but throws on binary (trac-11426) - // For XHR2 non-text, let the caller handle it (gh-2498) - ( xhr.responseType || "text" ) !== "text" || - typeof xhr.responseText !== "string" ? - { binary: xhr.response } : - { text: xhr.responseText }, - xhr.getAllResponseHeaders() - ); - } - } - }; - }; - - // Listen to events - xhr.onload = callback(); - errorCallback = xhr.onerror = xhr.ontimeout = callback( "error" ); - - // Support: IE 9 only - // Use onreadystatechange to replace onabort - // to handle uncaught aborts - if ( xhr.onabort !== undefined ) { - xhr.onabort = errorCallback; - } else { - xhr.onreadystatechange = function() { - - // Check readyState before timeout as it changes - if ( xhr.readyState === 4 ) { - - // Allow onerror to be called first, - // but that will not handle a native abort - // Also, save errorCallback to a variable - // as xhr.onerror cannot be accessed - window.setTimeout( function() { - if ( callback ) { - errorCallback(); - } - } ); - } - }; - } - - // Create the abort callback - callback = callback( "abort" ); - - try { - - // Do send the request (this may raise an exception) - xhr.send( options.hasContent && options.data || null ); - } catch ( e ) { - - // #14683: Only rethrow if this hasn't been notified as an error yet - if ( callback ) { - throw e; - } - } - }, - - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -} ); - - - - -// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) -jQuery.ajaxPrefilter( function( s ) { - if ( s.crossDomain ) { - s.contents.script = false; - } -} ); - -// Install script dataType -jQuery.ajaxSetup( { - accepts: { - script: "text/javascript, application/javascript, " + - "application/ecmascript, application/x-ecmascript" - }, - contents: { - script: /\b(?:java|ecma)script\b/ - }, - converters: { - "text script": function( text ) { - jQuery.globalEval( text ); - return text; - } - } -} ); - -// Handle cache's special case and crossDomain -jQuery.ajaxPrefilter( "script", function( s ) { - if ( s.cache === undefined ) { - s.cache = false; - } - if ( s.crossDomain ) { - s.type = "GET"; - } -} ); - -// Bind script tag hack transport -jQuery.ajaxTransport( "script", function( s ) { - - // This transport only deals with cross domain or forced-by-attrs requests - if ( s.crossDomain || s.scriptAttrs ) { - var script, callback; - return { - send: function( _, complete ) { - script = jQuery( " - - - - - - - - - - - -
- - -
- -
-
-
- -
-
-
-
- -
-

org.fairdatapipeline.api

-
-
-finalise(token: str, handle: dict)
-

Renames files with their hash, updates data_product names and records -metadata in the registry

-
-
Args:
-
token: registry token
-
config: Path to config file
-
script: Path to script file
-
-
-
Returns:
-
dict: a dictionary containing the following keys:
-
-
‘yaml’: config_yaml path
-
‘fdp_config_dir’: config dir path
-
‘model_config’: model config url
-
‘submission_script’: submission script object url
-
‘code_repo’: code repo object url
-
‘code_run’: coderun url
-
‘code_run_uuid’: coderun uuid
-
‘author’: author url
-
‘inputs’:
-
-
‘data_product’: data product
-
‘use_data_product’: data product
-
‘use_component’: component
-
‘use_version’: version
-
‘use_namespace’: namespace
-
‘path’: path
-
‘component_url’: component url
-
-
‘outputs’:
-
-
component_url: component url
-
data_product_url: data product url
-
-
-
-
-
-
- -
-
-initialise(token: str, config: str, script: str)
-

Reads in token, config file and script, creates necessary registry items -and creates new code run.

-
-
Args:
-
token: registry token
-
config: Path to config file
-
script: Path to script file
-
-
-
Returns:
-
dict: a dictionary containing the following keys:
-
-
‘yaml’: config_yaml path,
-
‘fdp_config_dir’: config dir path,
-
‘model_config’: model config url,
-
‘submission_script’: submission script object url,
-
‘code_repo’: code repo object url,
-
‘code_run’: coderun url,
-
‘code_run_uuid’: coderun uuid,
-
‘author’: author url
-
-
-
-
-
- -
- -

Reads ‘read’ information in config file, updates handle with relevant -metadata and returns path to write data product to.

-
-
Args:
-
data_product: Specified name of data product in config.
-
-
-
Returns:
-
path: Path to write data product to.
-
-
-
-
- -
- -

Reads write information in config file, updates handle with relevant -metadata and returns path to write data product to.

-
-
Args:
-
data_product: Specified name of data product in config.
-
-
-
Returns:
-
path: Path to write data product to.
-
-
-
-
- -
- - -
-
- -
-
-
-
- - - - diff --git a/doc/_build/html/examples/SEIRS.html b/doc/_build/html/examples/SEIRS.html deleted file mode 100644 index d5633cf2..00000000 --- a/doc/_build/html/examples/SEIRS.html +++ /dev/null @@ -1,6281 +0,0 @@ - - - - - - - SEIS Model example — pyDataPipeline 0.1 documentation - - - - - - - - - - - - - - - - - -
- - -
- -
-
-
- -
-
-
-
- -
-

SEIS Model example

-
-
-

The following example illustrates how to run the SEIRS Model using the Fair Data Pipeline with the pyDataPipeline package.

-
-

config.yaml

-

The user should supply a config.yaml file describing a code run with the following inputs:

-
SEIRS_model/parameters
-
-
-

and the following outputs:

-
SEIRS_model/results/model_output
-SEIRS_model/results/figure
-
-
-

an example config is provided within the pyDataPipeline package located in src/org/simpleModel/ext/SEIRSconfig.yaml -and contains the following:

-
 1run_metadata:
- 2  default_input_namespace: rfield
- 3  description: SEIRS Model
- 4  script: python3 src/org/fairdatapipeline/simpleModel/ext/SEIRSModelRun.py
- 5  remote_repo: https://github.com/FAIRDataPipeline/pythonFDP.git
- 6
- 7register:
- 8- external_object: SEIRS_model/parameters
- 9  namespace_name: PSU
-10  namespace_full_name: Pennsylvania State University
-11  namespace_website: https://ror.org/04p491231
-12  root: https://raw.githubusercontent.com/
-13  path: FAIRDataPipeline/pythonFDP/dev/src/org/fairdatapipeline/simpleModel/ext/static_params_SEIRS.csv
-14  title: Static parameters of the model
-15  description: Static parameters of the model
-16  unique_name: SEIRS model parameters - Static parameters of the model
-17  alternate_identifier_type: SEIRS_model_params
-18  file_type: csv
-19  release_date: 2021-09-20T12:00
-20  version: "1.0.0"
-21  primary: True
-22
-23write:
-24- data_product: SEIRS_model/results/model_output
-25  description: SEIRS model results
-26  file_type: csv
-27
-28- data_product: SEIRS_model/results/figure
-29  description: SEIRS output plot
-30  file_type: png
-
-
-

The script specified in run_metadata will be called by fair run

-
-
-

fair pull

-

Using the CLI tool, the command fair pull will indetify any data products listed in the register field of the config.yaml file and -download them to the local data store as set by fair init and register the corresonding metadata to the local registry.

-

The following commands should be run after activating a poetry shell from the CLI tool:

-
fair init --ci
-fair pull scr/org/fairdatapipeline/simpleModel/ext/SEIRSconfig.yaml
-
-
-

The --ci flag can be used to use temporary directories. If using this flag the above code should be run from the local_repo directory

-

Once the fair pull command has been run the following data product should now be stored in the local registry

-
    -
  1. SEIRS_model/parameters

  2. -
-
-
-

fair run

-

In order to run the script specified in run_metadata['script'] field of the config.yaml the command fair run from the CLI Tools should be used, -Once again if the --ci flag was used with the fair init command then this must be from the local_repo directory. -This should also only be run after activating a poetry shell from the command line and installing the pyDataPipeline package within the poetry virtual environment -following the Installation instructions.

-
fair run src/org/fairdatapipeline/simpleModel/ext/SEIRSconfig.yaml
-
-
-

This will call fair run which will produce a code run and the appropriate output using the script provided in the run_metadata field of the config.yaml file.

-

The following code will be executed when using the src/org/fairdatapipeline/simpleModel/ext/SEIRSconfig,yaml config file, -which is located in the src/org/fairdatapipeline/simpleModel/ext/SEIRSModelRun.py Python script

-
 1import org.fairdatapipeline.simpleModel as simpleModel
- 2import org.fairdatapipeline.api as pipeline
- 3import os
- 4
- 5token = os.environ.get('FDP_LOCAL_TOKEN')
- 6script = os.environ.get('FDP_CONFIG_DIR') + '/script.sh'
- 7config = os.environ.get('FDP_CONFIG_DIR') + '/config.yaml'
- 8
- 9handle = pipeline.initialise(token, config, script)
-10
-11initial_parameters = pipeline.link_read(handle, 'SEIRS_model/parameters')
-12model_output = pipeline.link_write(handle, 'SEIRS_model/results/model_output')
-13model_plot = pipeline.link_write(handle, 'SEIRS_model/results/figure')
-14
-15# Model Code
-16states = {
-17    's': 0.999,
-18    'e': 0.001,
-19    'i': 0,
-20    'r': 0
-21}
-22
-23init_params = simpleModel.readInitialParameters(initial_parameters)
-24
-25alpha = init_params['alpha']
-26beta = init_params['beta']
-27inv_gamma = init_params['inv_gamma']
-28inv_omega = init_params['inv_omega']
-29inv_mu = init_params['inv_mu']
-30inv_sigma = init_params['inv_sigma']
-31R0 = init_params['R0']
-32
-33sm = simpleModel.SEIRS_Model(states,
-34    1000,
-35    5,
-36    alpha,
-37    beta,
-38    inv_gamma,
-39    inv_omega,
-40    inv_mu,
-41    inv_sigma)
-42
-43simpleModel.SEIRS_Plot(sm, model_plot)
-44
-45simpleModel.write_model_to_csv(sm, model_output)
-46
-47pipeline.finalise(token, handle)
-
-
-
-
-

Output

-

This code run should produce the following figure in the local data store, -this will be a tempory directory if the --ci flag was used with fair init

-../_images/SEIRS_figure.png -

As well as the above figure a CSV file from the model output which will also be located within the local data store -an example of the CSV file is printed below:

- - ------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Output

Time

S

E

I

R

0

0.999

0.001

0

0

1.82625

0.9990000657894736

0.0008570770676691729

0.00014285714285714284

0.0

3.6525

0.9989453988585146

0.0007893138160288289

0.0002466615198711063

1.8635204081632653e-05

5.47875

0.9988510634029723

0.0007710007841296225

0.000327244522113467

5.0716916394142244e-05

7.305

0.9987260344049611

0.0007861652617595736

0.00039469961209557603

9.314787435220072e-05

9.13125

0.9985754045658944

0.0008249836092166542

0.0004555217804476904

0.0001441631615872074

10.9575

0.9984017696826583

0.0008815239550904843

0.0005139553923684556

0.0002028540507566455

12.78375

0.9982060958067165

0.0009523272594360973

0.0005728437405733182

0.0002688700802211206

14.61

0.9979882595497923

0.0010355164823168826

0.0006341650718340448

0.0003422334610862351

16.43625

0.9977473821121933

0.0011302383864371611

0.0006993714291338191

0.00042322434716701653

18.2625

0.9974820329392142

0.0012363148952748404

0.0007696035505922966

0.0005123108868995336

20.088749999999997

0.9971903507521584

0.0013540265423757913

0.0008458279296123323

0.0006101076623920799

21.915

0.9968701119616719

0.001483979272629432

0.0009289250602049795

0.0007173522180220145

23.74125

0.9965187653005948

0.0016270239393209277

0.0010197471426378023

0.0008348932192212734

25.5675

0.9961334444806227

0.0017842092216076098

0.001119156761166343

0.0009636861987427124

27.393749999999997

0.995710966249545

0.0019567558484876652

0.0012280537903188561

0.0011047943698469036

29.22

0.9952478184387002

0.002146044520733342

0.0013473951090621076

0.0012593929451982485

31.04625

0.9947401408361092

0.00235361275575844

0.0014782100178865369

0.0014287760055249935

32.8725

0.9941837006173989

0.002581157661238109

0.0016216131940545078

0.0016143653445877587

34.69875

0.9935738633738382

0.002830542761044522

0.0017788163531140915

0.0018177209593071828

36.525

0.992905560343682

0.0031038076966474113

0.0019511393643436938

0.0020405530079536157

38.35125

0.9921732521849577

0.00340318006246681

0.0021400213021409904

0.0022847351577291917

40.177499999999995

0.9913708894656998

0.0037310889013550705

0.0023470317465623214

0.0025523193063480814

42.00375

0.9904918699547358

0.00409017954692257

0.0025738825376730857

0.0028455517031553195

43.83

0.9895289927498964

0.004483329590543451

0.0028224401169173476

0.0031668905218924705

45.65625

0.9884744092674654

0.004913665795953702

0.003094738539600676

0.0035190249543309506

47.4825

0.9873195711290257

0.005384581797661859

0.0033929932063122238

0.0039048959046129356

49.308749999999996

0.9860551750156183

0.0058997564094368

0.0037196153314762253

0.004327718369974065

51.135

0.9846711046127924

0.006463172340734614

0.0040772271400308785

0.004791005595460984

52.96125

0.9831563698438435

0.007079135074523239

0.004468677755530009

0.005298595088638664

54.787499999999994

0.9814990436836877

0.007752291600468274

0.0048970597125307085

0.0058546765750588006

56.613749999999996

0.9796861969646222

0.00848764862276511

0.005365725991168376

0.0064638219660937

58.44

0.977703831730559

0.00929058977130974

0.00587830743075116

0.007131017397058897

60.26625

0.9755368138715551

0.010166891237276116

0.006438730330551886

0.007861697374578596

62.0925

0.973168805979308

0.011122735128216078

0.007051233988293447

0.008661781046928193

63.918749999999996

0.9705822016105939

0.012164719692234024

0.007720387858672822

0.009537710578471657

65.745

0.967758062433253

0.01329986539454368

0.008451107934213309

0.010496491567970277

67.57124999999999

0.9646760600617736

0.014535615642172458

0.009248671857372616

0.011545735398964427

69.3975

0.9613144247696764

0.015879830743868326

0.010118732164859628

0.012693703346937748

71.22375

0.9576499036954632

0.01734077346361891

0.011067326941406896

0.013949352190717539

73.05

0.9536577316378776

0.01892708428039948

0.012100887020013572

0.01532238098256397

74.87625

0.9493116180620986

0.020647744208708713

0.013226238708620656

0.016823278520577845

76.7025

0.9445837545052971

0.022512022771757196

0.014450600849749152

0.018463370936308194

78.52875

0.9394448471671538

0.024529408462968798

0.015781574831296295

0.020254868657731344

80.35499999999999

0.9338641800819739

0.026709518797202965

0.01722712596631649

0.022210911831269498

82.18124999999999

0.9278097148699689

0.029061986861506805

0.01879555445191795

0.024345613084769832

84.0075

0.9212482336230667

0.03159632115309014

0.020495453909432124

0.02667409628554713

85.83375

0.9141455319514379

0.03432173547334222

0.02233565530972354

0.02921252969379951

87.66

0.9064666695446687

0.03724694577231371

0.024325153912387956

0.031978151633332876

89.48625

0.8981762857165794

0.040379931157005965

0.026473016713254305

0.03498928650172218

91.3125

0.8892389872215052

0.04372765684488382

0.028788267823356535

0.0382653486262258

93.13875

0.8796198150555352

0.047295757722493406

0.03127974922173959

0.04182683114826284

94.965

0.8692847958807509

0.05108818242152138

0.033955954466652796

0.04569527679990026

96.79124999999999

0.8582015820194364

0.05510679951218089

0.03682483325224695

0.04989322713659914

98.61749999999999

0.8463401815449608

0.05935096958797983

0.0398935652020645

0.05444414653225642

100.44375

0.8336737767449354

0.06381708970905736

0.04316830203961374

0.05937231705144033

102.27

0.8201796250756016

0.06849811988429824

0.046653878312347324

0.06470270022125323

104.09625

0.805840031635481

0.07338310496033662

0.05035349220525248

0.0704607617684052

105.9225

0.7906433762009524

0.07845670934136437

0.05426835968959755

0.0766722556074055

107.74875

0.7745851711198208

0.08369878620252981

0.05839734731814049

0.08336296380796356

109.57499999999999

0.7576691191020548

0.08908400700569175

0.06273659137994803

0.09055838997910677

111.40124999999999

0.7399081325685978

0.0945815808051226

0.06727911380878755

0.09828340452665611

113.22749999999999

0.7213252692571792

0.10015509557308908

0.07201444809571234

0.10656184160437415

115.05375

0.7019545329200227

0.10576251503495196

0.07692829133223973

0.1154160493085065

116.88

0.6818414839811328

0.11135636369531912

0.08200220119112553

0.12486639676121832

118.70625

0.6610436038120964

0.11688412929644555

0.08721335886722162

0.13493074416326653

120.5325

0.6396303586747099

0.12228890541557202

0.0925344204359093

0.14562388460775527

122.35875

0.6176829160705031

0.1275102870183314

0.09793347940091392

0.15695696933178369

124.185

0.5952934776667804

0.1324855185854399

0.10337416206382419

0.16893693099414414

126.01124999999999

0.5725642091651431

0.13715087836354756

0.1088158744710971

0.18156592231518742

127.83749999999999

0.5496057679463642

0.14144326426214843

0.11421421489782953

0.1948407897737749

129.66375

0.5265354529753677

0.14530192829470062

0.11952155908119635

0.2087526037774061

131.49

0.5034750266040714

0.14867028900303872

0.12468781688957967

0.2232862675540174

133.31625

0.4805482824049881

0.15149773700177707

0.12966134920468556

0.23842022672983793

135.14249999999998

0.45787845456296034

0.15374133961878053

0.1343900231345782

0.25412629998246056

136.96875

0.4355855802203775

0.15536734827363716

0.13882237309800946

0.2703696482005605

138.795

0.41378393444771394

0.15635241781118753

0.1429088257892262

0.28710889525914807

140.62125

0.3925796568296166

0.15668446072140899

0.14660293954099768

0.3042964079752842

142.4475

0.37206867861241305

0.15636308026619317

0.14986260404857418

0.3218787363160793

144.27375

0.352335040638186

0.15539955325321975

0.152651145469194

0.3397972078763971

146.1

0.333449666627531

0.15381636300620616

0.15493828490443143

0.35798866350134356

147.92624999999998

0.3154696263303838

0.15164631297516679

0.1567009051334096

0.37638631421284574

149.7525

0.298437891673328

0.14893127836872216

0.15792359070129847

0.394920693812831

151.57874999999999

0.282383559359709

0.14572067453303253

0.15859891921695546

0.41352067711333435

153.405

0.26732248810475123

0.14206973467600673

0.15872749584881976

0.4321145310072032

155.23125

0.25325827976692944

0.13803769506139493

0.15831773728154164

0.45063096471416575

157.0575

0.2401835221077821

0.1336859831385022

0.15738542459671123

0.4690001465244874

158.88375

0.22808120686856792

0.1290764943148317

0.155953055640087

0.48715465706690614

160.70999999999998

0.21692623956131873

0.1242700279760834

0.15404903569486944

0.505030353266131

162.53625

0.20668696550104718

0.11932493501406503

0.15170675030304168

0.5225671223499326

164.36249999999998

0.1973266484955324

0.11429600966594046

0.14896356582355597

0.5397095110894482

166.18875

0.18880485254020463

0.10923363977888252

0.14585980205545682

0.5564072214782718

168.015

0.18107869127788004

0.10418321314403788

0.14243771748788447

0.5726154698828951

169.84125

0.17410392362049162

0.09918476423053693

0.1387405421111578

0.5882952120032543

171.6675

0.16783588590938875

0.09427283592346887

0.1348115859276272

0.6034132405273338

173.49375

0.1622302608035884

0.08947652472166569

0.13069344400238497

0.617942165999498

175.32

0.15724369055091805

0.08481967494655161

0.12642731166909754

0.6318602940874433

177.14624999999998

0.15283424748908167

0.08032118731015918

0.12205241680891282

0.6451514141419368

178.9725

0.14896177778859482

0.07599540905167512

0.11760557026770149

0.6578045147704782

180.79874999999998

0.14558813592963016

0.07185257613587052

0.11312083065355581

0.6698134422053398

182.625

0.14267732757585214

0.06789928213065936

0.10862927603146186

0.6811765166762735

184.45125

0.14019557773388844

0.06413895285812879

0.10415887238209483

0.6918961209449781

186.2775

0.13811133968975253

0.06057231036828937

0.09973442702698461

0.7019782737648835

188.10375

0.13639525846020997

0.05719781395210367

0.09537761441116661

0.7114321994261783

189.93

0.13502010059509395

0.05401206962281992

0.09110706152443906

0.7202699028446846

191.75625

0.13396066026690495

0.051010202665811404

0.0869384806770557

0.7285057579461429

193.58249999999998

0.13319364978866577

0.04818619046234462

0.08288483817670926

0.7361561154557691

195.40875

0.13269758107207208

0.045533154851053664

0.0789565485484574

0.7432389346779775

197.23499999999999

0.13245264310700475

0.04304361484959098

0.07516168518527791

0.7497734424767264

199.06125

0.13244057931982178

0.04070970168074141

0.07150619962310421

0.7557798214620094

200.8875

0.13264456764585997

0.038523338801164826

0.06799414293023198

0.7612789283595738

202.71375

0.13304910531621447

0.03647639008536352

0.06462788393566009

0.7662920426867763

204.54

0.13363989968999104

0.03456077953624887

0.06140832015946207

0.7708406451687013

206.36624999999998

0.13440376593864956

0.03276858593349433

0.05833507832955351

0.7749462247918905

208.1925

0.13532853198659403

0.031092115740221544

0.05540670226295648

0.7786301129921932

210.01874999999998

0.13640295081092485

0.02952395740768013

0.052620826653864965

0.781913343191027

211.845

0.13761661998438207

0.028057019978803346

0.049974335949489204

0.7848165337132296

213.67125

0.13895990819244938

0.026684558620152253

0.04746350801590721

0.7873597920228114

215.4975

0.140423888354233

0.025400189426997715

0.04508414271063963

0.7895626381845264

217.32375

0.14200027691525346

0.024197895562211587

0.04283167579840319

0.7914439454850045

219.14999999999998

0.1436813788489595

0.023072026516147107

0.040701278883945285

0.7930218962145865

220.97625

0.14546003789471193

0.02201729201835681

0.03868794620326594

0.794313950709042

222.80249999999998

0.14732959156690453

0.02102875189681078

0.03678656922348017

0.7953368278697192

224.62875

0.14928383048784602

0.020101802968265164

0.034992000062711665

0.796106495513662

226.45499999999998

0.15131696162219216

0.019232163855173196

0.03329910476428332

0.7966381690455092

228.28125

0.15342357502018072

0.018415858459583476

0.031702807452467174

0.79694631708555

230.1075

0.15559861370850137

0.017649198681690324

0.0301981263674028

0.7970446728292286

231.93375

0.157837346399742

0.0169287668485016

0.02878020273061075

0.7969462500497306

233.76

0.16013534272286314

0.016251398214633228

0.02744432333491256

0.7966633627849065

235.58624999999998

0.16248845070729612

0.015614163810581685

0.026185937687689873

0.7962076478712397

237.4125

0.1648927762815486

0.0150143538420156

0.025000670467619855

0.7955900895999398

239.23874999999998

0.16734466457334776

0.014449461784780977

0.02388432998494417

0.7948210458730691

241.065

0.16984068282222864

0.013917169272660401

0.022832913265984002

0.7939102753307801

242.89124999999999

0.1723776047370664

0.013415331836834615

0.021842608315506683

0.7928669650043885

244.7175

0.17495239615041439

0.012941965525990673

0.020909794046754908

0.7916997581244797

246.54375

0.17756220183875934

0.012495234412790723

0.02003103830919028

0.7904167817790176

248.37

0.18020433339308448

0.012073438974802609

0.019203094388720473

0.7890256741740694

250.19625

0.18287625803760382

0.011675005324992197

0.01842289630459222

0.7875336112999005

252.02249999999998

0.1855755883063668

0.011298475257621393

0.01768755318128671

0.7859473328484808

253.84875

0.1883000724977978

0.010942497069147173

0.01699434293256656

0.7842731672655329

255.67499999999998

0.19104758583629658

0.010605817109851942

0.01634070545811618

0.7825170558517776

257.50124999999997

0.1938161222779332

0.01028727201993311

0.015724235520746123

0.7806845758546141

259.3275

0.19660378690416636

0.009985781603207348

0.015142675443610667

0.7787809625136796

261.15375

0.19940878885352792

0.00970034229208803

0.014593907742005004

0.7768111300421074

262.98

0.20222943474646163

0.009430021158784442

0.014075947782743535

0.7747796915403449

264.80625

0.20506412256308493

0.009173950429516435

0.01358693654555307

0.7726909778515323

266.6325

0.20791133593765

0.008931322460754156

0.013125133545032825

0.7705490553771153

268.45875

0.21076963883699187

0.008701385138934571

0.012688909958239404

0.7683577428789011

270.28499999999997

0.21363767059333819

0.00848343766766287

0.012276741991570434

0.7661206272995182

272.11125

0.21651414126457436

0.008276826708992881

0.011887204511086165

0.7638410786374652

273.9375

0.2193978272974632

0.008080942847933202

0.011518964952487212

0.7615222639159053

275.76375

0.22228756747145081

0.007895217351799527

0.0111707775204434

0.7591671602862753

277.59

0.22518225910258968

0.007719119198397346

0.010841477681649779

0.7567785673088382

279.41625

0.22808085448880758

0.007552152349252341

0.010529976951698477

0.7543591184526633

281.2425

0.23098235757927243

0.007393853246196449

0.010235257972446002

0.7519112918573166

283.06874999999997

0.23388582085197346

0.007243788511560532

0.009956369873889814

0.7494374203978944

284.895

0.236790342384876

0.007101552834019033

0.009692423912527656

0.7469397010940428

286.72125

0.23969506310712899

0.006966767023781179

0.009442589376655116

0.7444202039023533

288.5475

0.24259916421782268

0.006839076222332413

0.009206089747972684

0.7418808799300781

290.37375

0.24550186476072366

0.006718148253306142

0.008982199108146235

0.7393235691065319

292.2

0.24840241934426233

0.006603672102317508

0.008770238778529107

0.7367500073468805

294.02625

0.2513001159968268

0.006495356514726624

0.008569574181053839

0.7341618332413037

295.85249999999996

0.25419427414812984

0.0063929287013272254

0.008379611908289815

0.7315605943007856

297.67875

0.2570842427280729

0.00629613314288695

0.008199796990799828

0.7289477527890655

299.505

0.2599693983751353

0.006204730485305811

0.008029610350180237

0.7263246911685816

301.33125

0.2628491437468746

0.006118496517918092

0.007868566426508449

0.723692717186584

303.15749999999997

0.26572290592564013

0.006037221228147459

0.00771621096932453

0.7210530686259934

304.98375

0.26859013491307576

0.005960707926342592

0.0075721189817221

0.7184069177440322

306.81

0.27145030220743177

0.005888772435177785

0.0074358928076017575

0.7157553754201862

308.63624999999996

0.274302899458111

0.005821242338505538

0.007307160352635534

0.7130994950336413

310.4625

0.2771474371922541

0.005757956285001872

0.007185573429993422

0.7104402760890104

312.28875

0.2799834436085195

0.005698763342354711

0.007070806222384726

0.7077786676078978

314.115

0.28281046343353805

0.005643522398115795

0.00696255385246182

0.7051155713026621

315.94124999999997

0.2856280568368251

0.005592101603671204

0.006860531054117047

0.7024518445476161

317.7675

0.2884357984002129

0.00554437785808835

0.006764470937671415

0.6997883031618497

319.59375

0.2912332761381267

0.005500236328871437

0.006674123842403863

0.6971257240168796

321.41999999999996

0.2940200905652696

0.005459570006905847

0.006589256270300493

0.6944648474814054

323.24625

0.2967958538085061

0.005422279293097305

0.006509649895313023

0.6918063797145929

325.0725

0.2995601887599444

0.00538827161441628

0.006435100642804394

0.6891509948185011

326.89875

0.3023127282684108

0.005357461067243988

0.0063654178342266105

0.686499336859522

328.72499999999997

0.3050531143666916

0.005329768086085462

0.0063004233924217265

0.6838520217680076

330.55125

0.3077809975320857

0.005305119135869055

0.00623995110326178

0.6812096391246069

332.3775

0.31049603597796965

0.005283446426191925

0.006183845929647943

0.678572753841238

334.20375

0.31319789497422096

0.005264687645998831

0.006131963374173964

0.6759419077440587

336.03

0.31588624619448474

0.005248785717298152

0.006084168887024854

0.6733176210652786

337.85625

0.3185607670883945

0.005235688566625409

0.006040337315929651

0.6707003938501778

339.6825

0.321221140276977

0.005225348913061732

0.006000352395217815

0.6680907072852454

341.50874999999996

0.3238670529695842

0.005217724071703436

0.005964106271243309

0.6654890249529398

343.335

0.326498196400797

0.005212775771559981

0.005931499061639651

0.662895794018185

345.16125

0.329114265285846

0.005210469986931662

0.005902438446053975

0.6603114463513639

346.9875

0.3317149572931834

0.005210776781386102

0.005876839286179493

0.6577363995922344

348.81374999999997

0.3342999725329298

0.005213670163514485

0.005854623273064272

0.6551710581588915

350.64

0.33686901305999717

0.005219127953704955

0.005835718599821083

0.6526158142056101

352.46625

0.3394217823907692

0.005227131661222168

0.005820059657998701

0.650071048533142

354.29249999999996

0.3419579850322907

0.005237666370928999

0.005807586756000431

0.6475371314547945

356.11875

0.34447732602298753

0.005250720639029222

0.005798245858051302

0.6450144236213902

357.945

0.3469795104840038

0.005266286397248894

0.005791988342322177

0.6425032768079963

359.77125

0.34946424318030467

0.0052843588649094915

0.005788770776917314

0.640004034665118

361.59749999999997

0.35193122809075456

0.005304936468377832

0.0057885547125225804

0.6375170334368635

363.42375

0.3543801679864359

0.005328020767406578

0.005791306490594816

0.6350426026484235

365.25

0.3568107640165305

0.005353616387905079

0.005796997066049414

0.6325810657650467

367.07624999999996

0.35922271530113836

0.005381730960703399

0.0058056018434735155

0.6301327408245474

368.9025

0.36161571853046137

0.005412375065892935

0.005817100525956608

0.6276979410452435

370.72875

0.36398946756982986

0.005445562182345131

0.0058314769756892945

0.6252769754110953

372.555

0.3663436530701005

0.005481308642025555

0.005848719085534844

0.6228701492356958

374.38124999999997

0.3686779620830029

0.005519633588734166

0.005868818660827208

0.6204777647066511

376.2075

0.37099207768106246

0.005560558940914048

0.005891771310693825

0.6181001214117833

378.03375

0.37328567858177386

0.005604109358180299

0.005917576348241933

0.6157375168484921

379.86

0.37555843877575107

0.00565031221122824

0.00594623669898363

0.6133902469175154

381.68625

0.37781002715862727

0.005699197554785695

0.005977758816907746

0.6110586064022429

383.5125

0.3800401071665285

0.005750798103277862

0.0060121526076358615

0.6087428894346533

385.33875

0.38224833641499617

0.005805149208875257

0.0060494313581259136

0.6064433899488676

387.16499999999996

0.38443436634128464

0.005862288841595517

0.006089611672409704

0.6041604021232347

388.99125

0.38659784185001334

0.0059222575711283506

0.006132713412870619

0.6018942208117948

390.8175

0.38873840096220813

0.005985098550049879

0.006178759646585028

0.5996451419658961

392.64375

0.3908556744678216

0.006050857498087829

0.006227776596265304

0.5974134630466778

394.46999999999997

0.3929492855818819

0.0061195826870927205

0.006279793595354314

0.5951994834290621

396.29625

0.39501884960447864

0.006191324926362229

0.006334843046830716

0.5930035047978446

398.1225

0.39706397358485845

0.006266137547956421

0.006392960385291421

0.5908258315364014

399.94874999999996

0.3990842559899673

0.0063440763916304726

0.006454184041882448

0.5886667711084835

401.775

0.4010792863778456

0.006425199788998898

0.006518555411651957

0.5865266344335007

403.60125

0.40304864507635346

0.00650956854653122

0.0065861188228997

0.5844057362556471

405.4275

0.40499190286777625

0.006597245926963397

0.006656921508095547

0.5823043955071568

407.25374999999997

0.4069086206799421

0.006688297628692277

0.006731013575936069

0.5802229356659281

409.08

0.40879834928456027

0.006782791762701854

0.006808447984102591

0.5781616851076882

410.90625

0.4106606290035774

0.006880798826550211

0.0068892805122766155

0.5761209774528226

412.73249999999996

0.41249498942443713

0.0069823916749248045

0.006973569734959133

0.5741011519079267

414.55875

0.41430094912522036

0.007087645486251192

0.007061376993629168

0.5721025536020807

416.385

0.4160780154107434

0.007196637724816567

0.007152766367763962

0.5701255339177909

418.21125

0.41782568406078974

0.007309448097844512

0.007247804644228547

0.5681704508164722

420.03749999999997

0.41954343909175934

0.007426158506931433

0.0073465612845261645

0.5662376691582908

421.86375

0.4212307525331286

0.0075468529932281635

0.00744910838938309

0.5643275610161128

423.69

0.4228870842202284

0.007671617675722493

0.007555520660122052

0.562440505983244

425.51624999999996

0.42451188160496744

0.007800540681949929

0.007665875356257558

0.560576891474571

427.3425

0.4261045795862497

0.007933712070431037

0.007780252248724307

0.558737113020646

429.16875

0.4276646003619638

0.008071223744104492

0.0078987335681264

0.5569215745541802

430.995

0.42919135330455105

0.008213169353995584

0.008021403947370553

0.5551306886883354

432.82124999999996

0.43068423486229523

0.008359644192330842

0.00814835035802096

0.5533648769861221

434.6475

0.43214262848861423

0.008510745074280695

0.008279662039687096

0.5516245702201318

436.47375

0.4335659046017744

0.00866657020748427

0.008415430421728726

0.5499102086217407

438.29999999999995

0.43495342057759206

0.008827219048483702

0.008555749036534901

0.5482222421188391

440.12624999999997

0.43630452077783116

0.008992792145170228

0.008700713423606012

0.5465611305610433

441.9525

0.43761853661715217

0.009163390964321302

0.008850421023640295

0.5449273439312551

443.77875

0.43889478667161336

0.00933911770328748

0.009004971061798832

0.5433213625423328

445.60499999999996

0.4401325768318718

0.009520075084870447

0.00916446441929632

0.5417436772175388

447.43125

0.4413312005043738

0.009706366134419967

0.009329003492439248

0.5401947894533223

449.2575

0.4424899388639667

0.009898093938168344

0.009498692038208731

0.5386752115628897

451.08375

0.44360806116149937

0.0100953613818169

0.009673635005462873

0.537185466798904

452.90999999999997

0.4446848250901095

0.010298270868390963

0.009853938350813388

0.5357260894535442

454.73625

0.44571947721401833

0.010506924014388441

0.010039708838214029

0.534297624934039

456.5625

0.44671125346376733

0.01072142132326356

0.010231053821284636

0.5329006298116756

458.38874999999996

0.4476593797019318

0.010941861835312405

0.010428081007385069

0.5315356718421647

460.215

0.4485630723634356

0.011168342753061646

0.010630898202448485

0.5302033299551259

462.04125

0.4494215391746613

0.011400959041307508

0.010839613035584323

0.5289041942103427

463.8675

0.4502339799556033

0.011639803001009462

0.011054332662468549

0.5276388657183129

465.69374999999997

0.4509995875093413

0.011884963816313772

0.011275163446553244

0.5264079565225098

467.52

0.4517175486031176

0.012136527074066908

0.011502210617150364

0.5252120894406564

469.34625

0.4523870450452781

0.01239457425527927

0.01173557790347629

0.5240518978622

471.17249999999996

0.45300725486228394

0.012659182198116858

0.011975367143785932

0.5229280254990757

472.99875

0.4535773535799091

0.012930422532133742

0.012221677868778407

0.5218411260867465

474.825

0.4540965156126119

0.013208361083612612

0.012474606858522044

0.5207918630324133

476.65125

0.454563915764897

0.01349305725205547

0.012734247672225567

0.5197809090072102

478.47749999999996

0.45497873084826435

0.013784563358062886

0.01300069015027621

0.5188089454791253

480.30375

0.45534014141707363

0.014082923963059006

0.013274019888075056

0.5178766621833312

482.13

0.4556473336263282

0.01438817516156171

0.013554317681326552

0.5169847565265616

483.95624999999995

0.4558995012139984

0.014700343846963638

0.013841658942583752

0.5161339329221458

485.78249999999997

0.456095847610059

0.015019446952080727

0.01413611308901473

0.5153249020523014

487.60875

0.4562355881739021

0.015345490666040835

0.014437742901539609

0.5145583800543013

489.435

0.45631795256120494

0.015678469629425807

0.01474660385569282

0.5138350876271646

491.26124999999996

0.4563421872206759

0.0160183661099459

0.015062743424792292

0.513155749055586

493.0875

0.45630755802036965

0.01636514916131489

0.015386200356246925

0.5125210911479117

494.91375

0.45621335300245497

0.016718773768406536

0.015717003922106485

0.5119318420850902

496.74

0.45605888526442645

0.01707917998220663

0.016055173145254065

0.5113887301776937

498.56624999999997

0.45584349596378454

0.01744629204852775

0.01640071600296071

0.5108924825282931

500.3925

0.4555665574421575

0.01782001753492305

0.016753628609864176

0.5104438235967174

502.21875

0.4552274764637102

0.018200246460717984

0.01711389438279858

0.5100434736660029

504.04499999999996

0.454825697561479

0.018586850435570724

0.017481483190287868

0.509692147207169

505.87125

0.45436070648399446

0.018979681812468428

0.017856350489922027

0.509390551141332

507.6975

0.4538320337332051

0.019378572861562245

0.018238436457258936

0.509139382998096

509.52375

0.45323925818330785

0.01978333497173277

0.01862766511033432

0.5089393289696426

511.34999999999997

0.45258201076862825

0.020193757887252813

0.01902394343431414

0.508791061860472

513.17625

0.45185997822718715

0.02060960898736811

0.019427160511284815

0.5086952389333457

515.0024999999999

0.4510729068850525

0.021030632617040707

0.019837186660642124

0.5086524996526248

516.82875

0.4502206064650184

0.021456549477485234

0.020253872596005248

0.5086634633269069

518.655

0.4493029539015922

0.021887056085465352

0.020677048605042096

0.5087287266536273

520.4812499999999

0.4483198971427275

0.022321824310596455

0.02110652375904014

0.5088488611691102

522.3075

0.4472714589172242

0.0227605010001104

0.02154208515948627

0.5090244106084283

524.13375

0.44615774044526235

0.023202707700667978

0.021983497229322628

0.5092558881803564

525.96

0.4449789250681536

0.023648040486844126

0.02243050105691445

0.5095437737636757

527.78625

0.4437352817721132

0.02409606990584845

0.022882813801092895

0.5098885110321044

529.6125

0.4424271685797016

0.024546341047869416

0.023340128165910825

0.5102905045161831

531.43875

0.4410550357815836

0.024998373751134048

0.02380211195396398

0.5107501166115265

533.265

0.43961942898042805

0.025451662950347582

0.02426840770727408

0.5112676645439648

535.09125

0.4381209919181553

0.02590567917661084

0.024738632444794496

0.511843417303212

536.9175

0.4365604690573544

0.0263598692162008

0.02521237750557419

0.5124775925578275

538.74375

0.43493870788756456

0.026813656934736883

0.025689208506491815

0.5131703535653459

540.5699999999999

0.4332566609272709

0.027266444272239298

0.02616866542324132

0.5139218060925463

542.39625

0.4315153873929254

0.027717612413415645

0.026650262802904473

0.5147319953618884

544.2225

0.4297160545070865

0.028166523136190297

0.027133490115977828

0.5156009030411446

546.0487499999999

0.4278599384188959

0.028612520340022735

0.02761781225512612

0.5165284442942042

547.875

0.425948424711589

0.029054931753954287

0.02810267018720622

0.5175144649118776

549.70125

0.4239830084735722

0.029493070822589125

0.02858748176424359

0.5185587385422895

551.5275

0.42196529391180376

0.02992623876636948

0.029071642698045616

0.5196609640410914

553.35375

0.41989699348877596

0.030353726810565515

0.029554527702005125

0.5208207629622321

555.18

0.41777992656731033

0.030774818575388434

0.03003549180238685

0.5220376772103837

557.00625

0.4156160175506302

0.031188792617576264

0.030513871820005985

0.5233111668763126

558.8325

0.41340729350873756

0.03159492511172326

0.030988988021710743

0.5246406082764954

560.6587499999999

0.41115588128597363

0.031992492657556375

0.03146014593948197

0.526025292218096

562.485

0.40886400408874346

0.032380775197338854

0.03192663835327724

0.5274644225100272

564.31125

0.40653397755669435

0.03275905902563594

0.032387747431991895

0.5289571147402097

566.1374999999999

0.4041682053251082

0.033126639871846573

0.032842747025105944

0.5305023953383051

567.96375

0.4017691740908466

0.03348282603422407

0.033290905095755476

0.532099200942136

569.79

0.39933944819881256

0.03382694154261278

0.03373148628413581

0.5337463780846993

571.6162499999999

0.3968816637705088

0.034158329325852194

0.03416375458833742

0.5354426832171524

573.4425

0.3943985224008082

0.03447635435877552

0.03458697614796265

0.5371867830813891

575.26875

0.39189278445344444

0.03478040676298697

0.035000422114200805

0.53897725544384

577.095

0.3893672619899148

0.03506990483516519

0.03540337158848043

0.5408125901999473

578.92125

0.3868248113703922

0.03534429797653066

0.03579511461039957

0.542691190856381

580.7475

0.3842683255688128

0.03560306949734788

0.036174955174386646

0.5446113763955112

582.57375

0.38170072624747275

0.03584573927091781

0.0365422142534918

0.5465713835239484

584.4

0.3791249556391887

0.03607186621245527

0.036896232807877245

0.5485693693041357

586.2262499999999

0.37654396828729075

0.03628105055953666

0.03723637475498615

0.5506034141650568

588.0525

0.3739607226953991

0.036472935932433254

0.03756202987804186

0.5526715252851401

589.87875

0.37137817294004194

0.03664721115459785

0.03787261664947704

0.5547716403374294

591.7049999999999

0.36879926029969123

0.03680361181582225

0.0381675849461262

0.5569016315840887

593.53125

0.36622690495370586

0.03694192156309925

0.03844641863353917

0.5590593103043512

595.3575

0.36366399780398323

0.037061973106968384

0.038708637997588995

0.5612424315371535

597.18375

0.36111339247083596

0.037163648934058026

0.03895380200264899

0.5634486991169374

599.01

0.3585778975127519

0.03724688171961102

0.0391815103569903

0.5656757709785138

600.83625

0.3560602689172935

0.03731165443694775

0.03939140536768805

0.5679212647044766

602.6625

0.3535632029074848

0.03735800016402806

0.03958317356919914

0.5701827632864795

604.48875

0.35108932910466817

0.037386001590469495

0.03975654711186387

0.5724578210697717

606.3149999999999

0.34864120408504606

0.03739579023151189

0.03991130489885655

0.5747439698487427

608.14125

0.346221305363011

0.037387545358437316

0.04004727346253419

0.5770387250799006

609.9675

0.3438320258299823

0.03736149265781199

0.04016432757367144

0.5793395921776936

611.7937499999999

0.34147566867287155

0.03731790263456912

0.04026239057968619

0.5816440728579098

613.62

0.3391544427915682

0.03725708877635934

0.040341434470613786

0.5839496714930633

615.44625

0.3368704587300356

0.037179405498725324

0.040401479674239515

0.5862539014441923

617.2724999999999

0.33462572513081085

0.037085245892480974

0.04044259458440885

0.5885542913338557

619.09875

0.3324221457179715

0.0369750392961731

0.04046489482906494

0.5908483912258233

620.925

0.33026151680903354

0.03684924871766004

0.04046854228697683

0.5931337786779783

622.75125

0.328145525351832

0.03670836812965074

0.040453743864386014

0.5954080646362928

624.5775

0.32607574747826573

0.0365529196645088

0.04042075004488362

0.597668899139364

626.40375

0.32405364756289795

0.0363834507337451

0.040369853227708544

0.5999139768048889

628.23

0.3220805777708388

0.03620053109741326

0.040301385871307646

0.602141042071582

630.05625

0.32015777807612195

0.036004749908101215

0.04021571846040414

0.6043478941723737

631.8824999999999

0.31828637672894633

0.035796712753403494

0.04011325731596767

0.6065323918172258

633.70875

0.3164673911477044

0.0355770387196892

0.039994442268362025

0.6086924575665443

635.535

0.3147017292096628

0.03534635749868056

0.03985974421456076

0.6108260818789067

637.3612499999999

0.312990190912506

0.035105306556858715

0.0397096625806693

0.6129313268196329

639.1875

0.3113334703776873

0.0348545283860525

0.03954472271108145

0.6150063294195636

641.01375

0.30973215816564686

0.03459466785177591

0.039365473205438054

0.6170493046762489

642.8399999999999

0.30818674387243516

0.03432636965399749

0.03917248322416095

0.6190585481925495

644.66625

0.3066976189771001

0.034050275913082476

0.03896633978272317

0.6210324384503874

646.4925

0.3052650799093342

0.033767023891680306

0.038747645054006505

0.622969438720026

648.31875

0.3038893313073074

0.03347724386136602

0.03851701369711231

0.6248680986077796

650.145

0.3025704894362985

0.033181557120912454

0.03827507022985378

0.6267270552474363

651.9712499999999

0.30130858573965996

0.03288057417119637

0.03802244646089339

0.6285450341428958

653.7975

0.3001035704947658

0.03257489304994819

0.03775977899612097

0.6303208496715701

655.62375

0.2989553165478806

0.032265097827860224

0.03748770683242315

0.6320534052599506

657.4499999999999

0.2978636231033067

0.03195175726598848

0.037206869050495125

0.6337416932444008

659.27625

0.2968282195437

0.03163542363292992

0.03691790261681729

0.6353847944316904

661.1025

0.29584876926004805

0.031316631678939826

0.03662144030338138

0.636981877375031

662.9287499999999

0.29492487347147056

0.03099589776297837

0.03631810873222634

0.6385321973824148

664.755

0.294056075016687

0.030673719127644758

0.03600852655034979

0.6400350952748943

666.58125

0.29324186210069464

0.03035057331607166

0.03569330273911502

0.6414899959130749

668.4075

0.2924816719818814

0.030026917724109967

0.035373035060888916

0.642896406510541

670.23375

0.2917748945864497

0.029703189280530395

0.03504830864433688

0.6442539147531954

672.06

0.29112087603863207

0.02937980424749808

0.03471969470857549

0.6455621867435817

673.88625

0.29051892209672947

0.029057158133231602

0.03438774942525122

0.6468209647891915

675.7125

0.28996830148647823

0.028735625708530988

0.03405301291657966

0.6480300650535373

677.5387499999999

0.28946824912465685

0.02841556111874003

0.033716008386448115

0.6491893750884228

679.365

0.28901796922716116

0.028097298082687655

0.03337724138085734

0.6502988512653687

681.19125

0.28861663829700784

0.02778115017022025

0.03303719917325624

0.651358516123579

683.0174999999999

0.28826340798886746

0.02746741115008172

0.0326963502697049

0.6523684556511599

684.84375

0.2879574078477788

0.02715635540011024

0.03235514402828454

0.6533288165155621

686.67

0.2876977479206532

0.026848238371990213

0.03201401038675353

0.6542398032584069

688.4962499999999

0.287483521240047

0.026543297103114996

0.03167335969212294

0.6551016754689959

690.3225

0.2873138061804587

0.026241750768471652

0.03133358262558655

0.6559147449499079

692.14875

0.28718766868810425

0.02594380126584433

0.03099505021608411

0.6566793728871619

693.975

0.28710416438573394

0.025649633828040398

0.030658113935695896

0.6573959670364848

695.80125

0.28706234055459257

0.02535941765626543

0.030323105870054195

0.6580649789362765

697.6274999999999

0.2870612379960848

0.02507330656920356

0.029990338957007364

0.6586869011569227

699.45375

0.28709989277610176

0.024791439662792163

0.029660107286876822

0.6592622645951766

701.28

0.2871773378552946

0.024513941976109878

0.029332686457800072

0.6597916358214115

703.1062499999999

0.28729260460885125

0.02424092515921958

0.029008333979847385

0.660275614486668

704.9325

0.28744472423955003

0.023972488139219962

0.028687289721829018

0.6607148307955494

706.75875

0.2876327290880304

0.023708717781157226

0.02836977639496828

0.6611099430502047

708.5849999999999

0.28785565384434486

0.0234496895408299

0.02805600006789711

0.6614616352698466

710.41125

0.2881125366649389

0.023195468106882892

0.02774615070773016

0.6617706148895076

712.2375

0.28840242019925266

0.022946108029930013

0.027440402742285416

0.6620376105410348

714.06375

0.2887243525301539

0.0227016543367665

0.027138915638839793

0.6622633699186657

715.89

0.28907738803239996

0.022462143128033657

0.02684183449513278

0.6624486577309131

717.71625

0.2894605881532897

0.022227602157976766

0.02654929063865643

0.6625942537399191

719.5425

0.289873022119608

0.021998051395194246

0.02626140223059266

0.6627009508889173

721.36875

0.29031376757489347

0.02177350356351169

0.025978274871076134

0.6627695535179623

723.1949999999999

0.29078191115096563

0.02155396466232871

0.02570000220277046

0.6628008756676513

725.02125

0.2912765489775496

0.021339434465980637

0.02542666651004531

0.6627957394701747

726.8475

0.2917967871337207

0.021129907001831386

0.02515833931133038

0.6627549736266761

728.6737499999999

0.29234174204477226

0.02092537100696971

0.024895081942497926

0.6626794119695975

730.5

0.2929105408279836

0.020725810363518917

0.024636946129387396

0.6625698921084066

732.32625

0.29350232159063283

0.020531204512691546

0.024383974547833403

0.662427254156869

734.1524999999999

0.29411623368346623

0.020341528847826373

0.02413620136979071

0.6622523395398211

735.97875

0.29475143791270014

0.02015675508673628

0.023893652794367316

0.6620459898772275

737.805

0.2954071067134945

0.019976851623773634

0.02365634756277869

0.6618090459431636

739.63125

0.29608242428770204

0.019801783862085302

0.023424297456423167

0.6615423466972447

741.4575

0.29677658670856233

0.019631514526583946

0.023197507777450152

0.6612467283859346

743.2837499999999

0.29748880199487787

0.0194660039582063

0.02297597781135012

0.6609230237110952

745.11

0.2982182901570792

0.01930521039006414

0.022759701271238296

0.6605720610630911

746.93625

0.29896428321745894

0.019149090206120118

0.02254866672363325

0.6601946638157334

748.7624999999999

0.2997260252067325

0.018997598183039952

0.02234285799564789

0.6597916496803385

750.58875

0.30050277213896287

0.018850687715884825

0.022142254563614173

0.6593638301161739

752.415

0.3012937919667715

0.01870831102831465

0.021946831923254834

0.6589120097945862

754.2412499999999

0.3020983645186472

0.01857041936797441

0.02175656194159663

0.6584369861141307

756.0675

0.302915781420057

0.018436963187732837

0.02157141319089006

0.6579395487640637

757.89375

0.3037453459999617

0.018307892313436058

0.02139135126486168

0.6574204793336044

759.72

0.30458637318424064

0.0181831560988287

0.021216339077677285

0.6568805509644299

761.54625

0.3054381893774366

0.018062703568282185

0.021046337146037947

0.6563205280439298

763.3725

0.30630013233414427

0.017946483547954792

0.020881303854867417

0.6557411659368129

765.19875

0.30717155102127996

0.01783444478599106

0.0207211957070787

0.655143210752731

767.025

0.30805180547239097

0.01772653606234941

0.020565967557930817

0.6545273991476621

768.8512499999999

0.308940266635087

0.017622706288827263

0.020415572834504223

0.65389445815687

770.6775

0.30983631621260493

0.017522904599832013

0.020269963740835735

0.6532451050573395

772.50375

0.3107393465004495

0.017427080434425132

0.020129091449261647

0.6525800472576686

774.3299999999999

0.31164876021898996

0.017335183610144723

0.019992906278521374

0.6518999822134782

776.15625

0.3125639703428319

0.017247164389090044

0.019861357859174214

0.6512055973664826

777.9825

0.3134843999277271

0.017162973536729412

0.019734395286878727

0.6504975701054476

779.8087499999999

0.3144094819357316

0.01708256237387114

0.019611967264078482

0.6497765677473405

781.635

0.31533865905927244

0.01700588282221539

0.019494022230629834

0.6490432475370582

783.46125

0.3162713835447364

0.016932887443883687

0.019380508483897194

0.6482982566641968

785.2875

0.3172071170161509

0.01686352947530191

0.019271374288829347

0.6475422322954022

787.11375

0.3181453302994869

0.01679776285579228

0.019166567978517148

0.6467758016209152

788.9399999999999

0.3190855032480746

0.016735542251210173

0.01906603804571841

0.6459995819139993

790.76625

0.3200271245695882

0.01667682307294245

0.018969733225820344

0.645214180602006

792.5925

0.32096969165502187

0.016621561492565592

0.01887760257169395

0.6444201953479016

794.4187499999999

0.32191271041004976

0.016569714452444206

0.018789595520877885

0.643618214141147

796.245

0.32285569508913253

0.016521239672533432

0.01870566195551254

0.6428088153968795

798.07125

0.32379816813270723

0.016476095653632592

0.01862575225542769

0.6419925680624117

799.8974999999999

0.32473966000777255

0.016434241677321815

0.018549817344769858

0.6411700317301143

801.72375

0.3256797090521579

0.01639563780279863

0.018477808732538265

0.6403417567558117

803.55

0.32661786132274395

0.016360244860817517

0.01840967854738107

0.6395082843818632

805.3762499999999

0.3275536704478823

0.01632802444492204

0.01834537956698681

0.6386701468641617

807.2025

0.3284866974842429

0.016298938900146682

0.01828486524238927

0.6378278676023216

809.02875

0.32941651077830214

0.01627295130935357

0.018228089717487836

0.6369819612723788

810.855

0.330342685832667

0.01625002547735821

0.01817500784406962

0.6361329339613644

812.68125

0.3312648051774174

0.016230125912987798

0.018125575192604212

0.6352812833031556

814.5074999999999

0.3321824582466338

0.016213217809205933

0.018079748059067223

0.634427498615048

816.33375

0.3330952412602656

0.01619926702142835

0.01803748346803439

0.6335720610345246

818.16

0.33400275711148314

0.01618824004414581

0.01799873917227431

0.6327154436557367

819.9862499999999

0.3349046152596454

0.0161801039859624

0.017963473649054713

0.63185811166524

821.8125

0.33580043162900436

0.01617482654315002

0.017931646093364617

0.6310005224765604

823.63875

0.3366898285132587

0.016172375971813393

0.017903216408242682

0.6301431258631955

825.4649999999999

0.337572434486058

0.016172721058753392

0.017878145192390796

0.62928636408968

827.29125

0.3384478843175522

0.016175831091111134

0.017856393725241018

0.6284306720403703

829.1175

0.33931581889707085

0.016181675824869946

0.017837923949633936

0.6275764773456308

830.94375

0.3401758851620101

0.01619022545228782

0.01782269845225686

0.62672420050512

832.77

0.34102773603299597

0.016201450568328717

0.017810680441981256

0.6258742550079005

834.5962499999999

0.34187103035538713

0.016215322136157454

0.01780183372623048

0.625027047449115

836.4225

0.34270543284717114

0.016231811451759687

0.017796122685500945

0.6241829776429885

838.24875

0.34353061405330204

0.016250890107745636

0.017793512246152606

0.6233424387319343

840.0749999999999

0.3443462503065197

0.016272529956393837

0.01779396785157797

0.622505817291558

841.90125

0.34515202369468445

0.01629670307198927

0.0177974554318525

0.6216734934313684

843.7275

0.34594762203465285

0.016323381712508515

0.017803941371963776

0.6208458408910196

845.5537499999999

0.34673273885271416

0.01635253828070341

0.017813392478711502

0.620023227131921

847.38

0.3475070733715991

0.016384145284633868

0.017825775946365783

0.6192060134240654

849.20625

0.34827033050406486

0.016418175297699802

0.017841059321167013

0.6183945549279377

851.0324999999999

0.34902222085305395

0.01645460091822214

0.017859210464746894

0.6175892007713774

852.85875

0.34976246071841455

0.016493394728622823

0.017880197516546913

0.6167902941212804

854.685

0.35049077211016405

0.016534529254254197

0.017903988855307758

0.6159981722500355

856.51125

0.35120688276826756

0.0165779769219289

0.0179305530597008

0.6152131665966001

858.3375

0.3519105261888949

0.016623710018202297

0.017959858868170746

0.6144356028221316

860.1637499999999

0.35260144165711055

0.01667170064746078

0.017991875138057015

0.6136658008600983

861.99

0.3532793742859416

0.016721920689870693

0.018026570804060223

0.6129040749608038

863.81625

0.3539440750617585

0.01677434175924441

0.01806391483611925

0.6121507337302688

865.6424999999999

0.35459530089589386

0.016828935160881988

0.018103876196763968

0.6114060801634201

867.46875

0.35523281468241275

0.016885671849448967

0.018146423798008522

0.6106704116715489

869.295

0.35585638536193787

0.016944522386953167

0.0181915264578503

0.6099440201040065

871.1212499999999

0.35646578799142054

0.0170054569008859

0.0182391528564401

0.6092271917641162

872.9475

0.35706080381973715

0.01706844504259558

0.018289271491989962

0.6085202074192864

874.77375

0.35764122036897694

0.017133455945964517

0.018341850636485996

0.607823342305321

876.5999999999999

0.3582068315212756

0.01720045818646257

0.01839685829127503

0.6071368661249313

878.42625

0.35875743761103385

0.017269419740654306

0.018454262142595323

0.6064610430404616

880.2524999999999

0.35929284552234836

0.01734030794623942

0.01851402951712346

0.6057961316608501

882.07875

0.35981286879146557

0.017413089462709176

0.018576127337611468

0.6051423850228588

883.905

0.3603173277140563

0.017487730232704935

0.018640522078690425

0.6045000505666093

885.7312499999999

0.36080604945709244

0.017564195444167797

0.018707179722919104

0.6038693701054794

887.5575

0.361278868175092

0.017642449493371723

0.018776065717158716

0.6032505797904174

889.38375

0.36173562513048296

0.0177224559489354

0.018847144929357455

0.602643910068747

891.2099999999999

0.36217616881781906

0.01780417751691132

0.018920381605831153

0.6020495856375436

893.03625

0.36260035509156596

0.017887576007053305

0.01899573932912926

0.6014678253916742

894.8625

0.3630080472971574

0.01797261230036667

0.019073180976578136

0.6008988423666041

896.6887499999999

0.3633991164050053

0.018059246318047745

0.01915266867959653

0.6003428436760855

898.515

0.36377344114713

0.018147436991921992

0.01923416378388098

0.5998000304448547

900.34125

0.3641309081560605

0.01823714223649225

0.01931762681056179

0.599270597736477

902.1675

0.36447141210563516

0.018328318922710547

0.019403017418432936

0.5987547344764885

903.99375

0.3647948558533199

0.018420922853588727

0.019490294367362073

0.5982526233710027

905.8199999999999

0.3651011505836391

0.01851490874176455

0.01957941548298939

0.5977644408209541

907.64625

0.3653902159523027

0.01861023018914091

0.019670337622826512

0.5972903568321727

909.4725

0.3656619802305915

0.01870683966871664

0.019763016643869005

0.5968305349214911

911.2987499999999

0.36591638044955094

0.01880468850872755

0.019857407371838113

0.5963851320191029

913.125

0.36615336254352465

0.018903726879216223

0.019953463572169237

0.595954298367403

914.95125

0.3663728814925455

0.01900390378114853

0.020051137922866263

0.5955381774165561

916.7774999999999

0.3665749014630873

0.01910516703819352

0.02015038198934216

0.5951369057170532

918.60375

0.36675939594666646

0.01920746329128188

0.020251146201367226

0.5947506128095306

920.43

0.36692634789576967

0.019310737996055757

0.020353379832247002

0.594379421112139

922.2562499999999

0.3670757498565728

0.019414935423319984

0.020457030980352033

0.594023445805769

924.0825

0.3672076040979047

0.01951999866260132

0.020562046553121466

0.5936827947174466

925.9087499999999

0.36732192273590003

0.019625869628918168

0.02066837225366179

0.5933575682022336

927.735

0.36741872785377805

0.019732489072858562

0.020775952570060825

0.5930478590239788

929.56125

0.36749805161617577

0.01983979659405878

0.020884730767535362

0.592753752235278

931.3874999999999

0.36755993637746054

0.01994773065816876

0.020994648883528654

0.5924753250570186

933.21375

0.3676044347834421

0.020056228617383806

0.021105647725871035

0.5922126467578945

935.04

0.3676316098659029

0.020165226734614437

0.02121766687411358

0.5919657785342923

936.8662499999999

0.3676415351293651

0.020274660211358035

0.021330644684140646

0.5917347733909585

938.6925

0.367634294629516

0.020384463219327048

0.021444518296162375

0.5915196760228739

940.51875

0.36760998304271486

0.020494568935878754

0.021559223646182915

0.5913205226987692

942.3449999999999

0.3675687057260128

0.02060490958328134

0.021674695481034054

0.5911373411467256

944.17125

0.3675105787671254

0.020715416471839943

0.021790867377057214

0.5909701504423169

945.9975

0.3674357290238063

0.0208260200468947

0.021907671762509295

0.5908189608997554

947.82375

0.3673442941520854

0.020936649939690494

0.022025039943759782

0.5906837739665108

949.65

0.3672364226228497

0.021047235022105166

0.022142902135337615

0.5905645821218818

951.4762499999999

0.3671122737262616

0.021157703465209555

0.022261187493876903

0.5904613687799994

953.3025

0.3669720175635313

0.021267982801618728

0.02237982415600022

0.5903741081977517

955.12875

0.3668158350255824

0.02137799999157932

0.022498739280167507

0.5903027653881147

956.9549999999999

0.3666439177581731

0.021487681492723086

0.02261785909250699

0.5902472960393824

958.78125

0.3664564681130661

0.0215969533334016

0.022737108936632368

0.5902076464407849

960.6075

0.36625369908486716

0.02170574118950156

0.022856413327437965

0.5901837534149805

962.4337499999999

0.36603583423318803

0.02181397046462454

0.022975696008850074

0.5901755442579082

964.26

0.36580310758982115

0.02192156637349922

0.023094880015499118

0.5901829366864779

966.08625

0.36555576355065283

0.02202845402847842

0.023213887738262915

0.590205838794571

967.9124999999999

0.3652940567520798

0.022134558528957307

0.023332640993616784

0.590244149017813

969.73875

0.36501825193173604

0.022239805053533793

0.02345106109671121

0.5902977561075714

971.5649999999999

0.3647286237733786

0.022344118954716552

0.023569068938082548

0.5903665391146186

973.39125

0.3644254567358288

0.022447425855971096

0.023686585063886822

0.590450367382883

975.2175

0.3641090448659087

0.02254965175087983

0.02380352975953103

0.5905491005536992

977.0437499999999

0.36377969159536344

0.02265072310417774

0.023919823136560752

0.5906625885809452

978.87

0.36343770952180826

0.022750566954412115

0.024035385222647282

0.5907906717574374

980.69625

0.3630834201737901

0.022849111017961842

0.0241501360545019

0.5909331807529306

982.5224999999999

0.3627171537601044

0.022946283794139984

0.024263995773529726

0.5910899366640455

984.34875

0.36233924890356045

0.023042014671092435

0.024376884724020532

0.5912607510764213

986.175

0.36195005235944083

0.023136234032195425

0.02448872355365927

0.5914454261393616

988.0012499999999

0.361549918718953

0.023228873362645938

0.02459943331612503

0.591643754653214

989.8275

0.3611392100980239

0.02331986535593139

0.024708935575533497

0.5918555201696902

991.65375

0.3607182958118404

0.02340914401985868

0.024817152512465263

0.5920804971053025

993.48

0.36028755203558954

0.023496644781817667

0.0249240070313101

0.5923184508680563

995.30625

0.3598473614519045

0.023582304592950607

0.02502942286864619

0.5925691379975035

997.1324999999999

0.35939811288557

0.023666062030897002

0.025133324702363055

0.5928323063182246

998.95875

0.3589402009260907

0.023747857400782738

0.02523563826122759

0.5931076951067671

1000.785

0.35847402553877084

0.02382763283412343

0.02533629043458463

0.5933950352720317

1002.6112499999999

0.3579999916649993

0.02390533238531449

0.025435209381876534

0.5936940495490542

1004.4375

0.3575185088124758

0.023980902125384614

0.0255323246416606

0.594004452706092

1006.26375

0.3570299906361541

0.024054290232695355

0.025627567239798928

0.5943259517648829

1008.0899999999999

0.35653485451071426

0.024125447080276766

0.02572086979649235

0.594658246233901

1009.91625

0.3560335210954128

0.024194325319498233

0.025812166631828736

0.595001028354393

1011.7425

0.3555264138921874

0.024260879959784317

0.025901393869515826

0.5953539833589366

1013.5687499999999

0.35501395879792375

0.024325068444097504

0.025988489538470494

0.5957167897422212

1015.395

0.35449658365181475

0.024386850719923473

0.0260733936719393

0.5960891195437075

1017.2212499999999

0.35397471777876444

0.024446189305509625

0.026156048403829856

0.5964706386417866

1019.0475

0.35344879152980513

0.024503049351123952

0.02623639806193878

0.5968610070590143

1020.87375

0.35291923582051055

0.024557398695119144

0.026314389257769653

0.5972598792779605

1022.6999999999999

0.35238648166839676

0.02460920791460561

0.026389970972643687

0.5976669045671748

1024.52625

0.35185095973030855

0.024658450370557083

0.02646309463981659

0.5980817273167339

1026.3525

0.35131309984079

0.024705102247193376

0.026533714222327243

0.5985039873828017

1028.17875

0.35077333055243637

0.024749142585506558

0.02660178628631736

0.5989333204405974

1030.0049999999999

0.350232078679217

0.02479055331081928

0.026667270069576365

0.5993693583451413

1031.83125

0.3496897688437496

0.02482931925428701

0.0267301275450817

0.5998117294991135

1033.6575

0.34914682302949107

0.024865428168279344

0.026790323479322312

0.6002600592271393

1035.4837499999999

0.3486036601387933

0.02489887073559938

0.026847825485211335

0.6007139701557843

1037.31

0.34806069555774877

0.02492964057252403

0.02690260406941359

0.6011730825985289

1039.13625

0.347518340728728

0.02495773422567203

0.026954632673933696

0.6016370149449651

1040.9624999999999

0.34697700273148013

0.024983151162730265

0.027003887711831744

0.6021053840534475

1042.78875

0.3464370838736373

0.025005893757092574

0.027050348596955157

0.6025778056464133

1044.615

0.34589898129142843

0.025025967266488185

0.027093997767597713

0.6030538947075789

1046.4412499999999

0.34536308656137016

0.025043379805699702

0.027134820704019215

0.6035332658802103

1048.2675

0.3448297853236628

0.025058142313492272

0.027172805939782378

0.6040155338656614

1050.09375

0.3442994569179762

0.025070268513896814

0.02720794506688645

0.6045003138213721

1051.92

0.3437724740322661

0.025079774872010286

0.02724023273470018

0.60498722175752

1053.74625

0.3432492023652146

0.025086680544495157

0.027269666642719778

0.6054758749315234

1055.5725

0.34273000030284123

0.025091007324978293

0.027296247527200015

0.6059658922396018

1057.39875

0.34221521860977955

0.0250927795845663

0.027319979141729126

0.6064568946046077

1059.225

0.34170520013566685

0.025092024207709857

0.027340868231839826

0.606948505359361

1061.05125

0.34120027953703985

0.025088770523663772

0.027358924503769984

0.6074403506247287

1062.8775

0.3407007830150804

0.025083050233802202

0.027374160587506954

0.607932059681715

1064.70375

0.3402070280695008

0.025074897335059777

0.027386591994269086

0.6084232653368453

1066.53

0.33971932326880844

0.025064348039779076

0.027396237068596632

0.6089136042801526

1068.35625

0.33923796803713546

0.025051440692253176

0.027403116935241886

0.6094027174351018

1070.1825

0.3387632524577702

0.02503621568225865

0.027407255441064805

0.609890250299812

1072.00875

0.33829545709347447

0.025018715355879472

0.027408679092155712

0.6103758532789724

1073.835

0.3378348528236225

0.024998983923925976

0.02740741698642068

0.6108591820058729

1075.6612499999999

0.33738170069814893

0.02497706736825498

0.02740350074187791

0.6113398976540106

1077.4875

0.33693625180824516

0.024953013346297803

0.02739696442092473

0.6118176672377642

1079.31375

0.3364987471736992

0.024926871094102014

0.02738784445084486

0.6122921639016652

1081.1399999999999

0.3360694176467297

0.02489869132819051

0.027376179540834045

0.6127630671978354

1082.96625

0.33564848383212237

0.024868526146537773

0.027362010595829246

0.6132300633511941

1084.7925

0.33523615602343876

0.024836428928958352

0.027345380627432275

0.6136928455120825

1086.6187499999999

0.3348326341550277

0.024802454237196424

0.02732633466222288

0.6141511139959869

1088.445

0.33443810776953564

0.024766657714998003

0.02730491964775919

0.6146045765100892

1090.27125

0.33405275600057777

0.024729095988439025

0.027281184356564604

0.6150529483664062

1092.0974999999999

0.33367674757020155

0.024689826566773234

0.027255179288400457

0.6154959526813258

1093.92375

0.3333102408007459

0.024648907744053625

0.02722695657112225

0.6159333205613834

1095.75

0.3329533836406725

0.0246063985017701

0.027196569860414768

0.6163647912751644

1097.5762499999998

0.3326063137039233

0.024562358412734395

0.02716407423869746

0.6167901124112576

1099.4025

0.33226915832233583

0.024516847546430992

0.027129526113486572

0.6172090400222193

1101.22875

0.33194203461063104

0.02446992637603983

0.027092983115494223

0.6176213387545516

1103.055

0.3316250495434706

0.024421655687323487

0.027054503996737676

0.6180267819647283

1104.88125

0.3313183000440681

0.02437209648955779

0.027014148528923733

0.6184251518213423

1106.7075

0.3310218730838264

0.024321309928671094

0.026971977402364348

0.6188162393934804

1108.53375

0.3307358457924651

0.024269357202743345

0.026928052125669656

0.6191998447254637

1110.36

0.33046028557809437

0.024216299480002063

0.02688243492645412

0.6195757768981255

1112.18625

0.33019525025668794

0.024162197819438243

0.026835188653280353

0.6199438540768251

1114.0125

0.32994078819040423

0.02410711309415125

0.02678637667905344

0.6203039035464284

1115.83875

0.32969693843420506

0.024051105917517825

0.026736062806066378

0.6206557617335092

1117.665

0.32946373089022196

0.023994236572266826

0.02668431117288473

0.620999274216051

1119.49125

0.3292411864693242

0.02393656494252782

0.02663118616324565

0.6213342957209532

1121.3174999999999

0.3290293172593459

0.023878150448908772

0.026576752317133384

0.6216606901096673

1123.14375

0.32882812669943806

0.023819051986645332

0.026521074244180005

0.621978330352304

1124.97

0.3286376097600172

0.02375932786685205

0.02646421653952693

0.6222870984905766

1126.7962499999999

0.32845775312779324

0.023699035760894115

0.026406243702269287

0.6225868855899558

1128.6225

0.32828853539536845

0.023638232647886982

0.02634722005659207

0.6228775916814282

1130.44875

0.32812992725491175

0.023576974765320523

0.02628720967569369

0.6231591256932626

1132.2749999999999

0.3279818916954249

0.023515317562794246

0.026226276308579793

0.623431405373198

1134.10125

0.32784438420313106

0.023453315658840557

0.026164483309797266

0.6236943572014759

1135.9275

0.32771735296453014

0.023391022800804035

0.026101893572166114

0.6239479162951482

1137.7537499999999

0.32760073907168086

0.023328491827736383

0.026038569462554666

0.6241920263040937

1139.58

0.32749447672928506

0.023265774636258965

0.025974572760731972

0.6244266392991841

1141.40625

0.32739849346316563

0.023202922149337692

0.02590996460131991

0.6246517156530405

1143.2324999999998

0.327312710329747

0.023139984287908515

0.02584480541885669

0.6248672239138208

1145.05875

0.3272370421261631

0.023077009945285852

0.02577915489597312

0.6250731406724812

1146.885

0.3271713976006352

0.023014046964281012

0.025713071914673178

0.6252694504239492

1148.71125

0.32711567966278016

0.02295114211695291

0.025646614510701046

0.6254561454226447

1150.5375

0.32706978559352595

0.022888341086909243

0.025579839830968048

0.6256332255327807

1152.36375

0.3270336072543292

0.0228256884540727

0.025512804094004696

0.6258006980738685

1154.19

0.3270070312954074

0.022763227681823716

0.025445562553395362

0.6259585776618471

1156.01625

0.3269899393627153

0.0227010011064288

0.025378169464146016

0.6261068860462468

1157.8425

0.32698220830341135

0.022639049928661358

0.02531067805192894

0.6262456519437908

1159.66875

0.3269837103695788

0.022577414207520418

0.025243140485142333

0.6263749108688288

1161.495

0.326994313419981

0.02251613285595158

0.02517560784971731

0.6264947049609833

1163.32125

0.3270138811196472

0.022455243638473787

0.025108130126599945

0.6266050828103834

1165.1475

0.32704227313710177

0.022394783170615218

0.02504075617183169

0.6267060992808472

1166.9737499999999

0.3270793453390641

0.0223347869200618

0.024973533699147604

0.62679781533136

1168.8

0.3271249499824625

0.022275289209422146

0.024906509265008696

0.6268802978361881

1170.62625

0.32717893590362

0.02221632322051362

0.024839728255981706

0.6269536194039511

1172.4524999999999

0.3272411487044835

0.02215792100007518

0.024773234878377466

0.627017858195964

1174.27875

0.32731143093578197

0.022100113466814113

0.024707072150057

0.6270730977441483

1176.105

0.3273896222770126

0.022042930419695256

0.024641281894313187

0.6271194267687971

1177.9312499999999

0.3274755597131664

0.021986400547383194

0.02457590473573469

0.6271569389964637

1179.7575

0.32756907770811616

0.02193055143874987

0.024510980097958327

0.6271857329782357

1181.58375

0.3276700083746033

0.021875409594362315

0.024446546203215708

0.6272059119086336

1183.4099999999999

0.3277781816407683

0.021821000438867488

0.024382640073580132

0.6272175834453703

1185.23625

0.32789342541318256

0.021767348334193717

0.02431929753382008

0.6272208595301841

1187.0625

0.32801556573634855

0.0217144765934909

0.0242565532157664

0.6272158562109538

1188.8887499999998

0.3281444269486434

0.021662407495734202

0.024194440564101288

0.627202693465282

1190.715

0.32827983183469234

0.021611162300918897

0.024132991843478318

0.62718149502573

1192.54125

0.3284216017741651

0.021560761265776728

0.024072238146884424

0.6271523882068643

1194.3675

0.32856955688699624

0.021511223659947145

0.024012209405156266

0.6271155037342719

1196.19375

0.32872351617503914

0.021462567782539625

0.023952934397565386

0.6270709755756826

1198.02

0.32888329766016866

0.02141481097902626

0.023894440763388633

0.6270189407743265

1199.84625

0.3290487185188546

0.02136796965840674

0.023836755014382493

0.6269595392846469

1201.6725

0.3292195952132346

0.02132205931059077

0.02377990254808231

0.6268929138104711

1203.49875

0.32939574361871893

0.02127709452394591

0.023723907661849897

0.6268192096457367

1205.325

0.32957697914816697

0.02123308900296172

0.0236687935675955

0.6267385745178569

1207.15125

0.32976311687267695

0.02119005558598394

0.023614582407102798

0.6266511584337997

1208.9775

0.3299539716390373

0.02114800626297527

0.023561295267888256

0.6265571135289459

1210.80375

0.3301493581838902

0.02110695219326205

0.02350895219952894

0.626456593918782

1212.6299999999999

0.3303490912446617

0.021066903723228926

0.02345757223039568

0.626349755553473

1214.45625

0.33055298566731595

0.02102787040392615

0.023407173384731233

0.626236756075357

1216.2825

0.33076085651099274

0.020989861008556827

0.02335777270001601

0.6261177546793867

1218.1087499999999

0.3309725191495922

0.020952883549813887

0.02330938624456668

0.6259929119765454

1219.935

0.33118778937036947

0.020916945297039018

0.023262029135315814

0.6258623898602493

1221.76125

0.3314064834696061

0.02088205279317821

0.023215715555723493

0.625726351375747

1223.5874999999999

0.33162841834542534

0.020848211871510768

0.023170458773774664

0.6255849605925151

1225.41375

0.3318534115878196

0.020815427672130942

0.02312627116001863

0.6254383824796508

1227.24

0.33208128156595973

0.0207837046581634

0.023083164205609907

0.6252867827842461

1229.0662499999999

0.33231184751285553

0.020753046631695846

0.02304114854031217

0.6251303279127335

1230.8925

0.3325449296074379

0.02072345674941408

0.023000233950429785

0.6249691848151799

1232.71875

0.33278034905413295

0.020694937537926606

0.02296042939663377

0.6248035208725071

1234.5449999999998

0.33301792815999803

0.02066749090876778

0.022921743031651683

0.6246335037866076

1236.37125

0.33325749040949004

0.02064111817307019

0.02288418221779323

0.624459301473326

1238.1975

0.33349886053693484

0.02061582005589858

0.022847753544285768

0.6242810819582671

1240.02375

0.333741864596767

0.020591596710239257

0.022812462844396145

0.6240990132753951

1241.85

0.3339863300316077

0.02056844773064032

0.022778315212317577

0.6239132633683777

1243.67625

0.3342320857382476

0.020546372166499596

0.022745315019802266

0.6237239999946352

1245.5025

0.3344789621316005

0.02052536853499839

0.022713465932522645

0.6235313906320434

1247.32875

0.3347267912066929

0.02050543483368047

0.022682770926146022

0.6233356023882444

1249.155

0.3349754065987521

0.020486568552676943

0.022653232302109364

0.623136801912513

1250.98125

0.33522464364145466

0.020468766686578748

0.022624851703082698

0.6229351553101284

1252.8075

0.3354743394233961

0.02045202574595964

0.022597630128111463

0.6227308280591959

1254.63375

0.3357243328428392

0.020436341768553405

0.02257156794742973

0.6225239849298652

1256.46

0.33597446466079867

0.02042171033009017

0.02254666491693782

0.6223147899058911

1258.2862499999999

0.33622457755251656

0.02040812655479737

0.022522920192339438

0.622103406108479

1260.1125

0.3364745161573815

0.020395585125571894

0.022500332342934783

0.6218899957223616

1261.93875

0.33672412712734295

0.0203840802938306

0.022478899365067577

0.6216747199240478

1263.7649999999999

0.33697325917386906

0.02037360588904719

0.022458618695225186

0.6214577388121906

1265.59125

0.3372217631134955

0.020364155327983965

0.022439487222792286

0.6212392113400158

1267.4175

0.33746949191201

0.020355721623627785

0.02242150130245968

0.6210192952497572

1269.2437499999999

0.33771630072731457

0.020348297393839896

0.022404656766291005

0.6207981470090417

1271.07

0.3379620469510072

0.02034187486972998

0.022388948935451066

0.620575921749172

1272.89625

0.33820659024871935

0.020336445903765137

0.022374372631600525

0.6203527732052508

1274.7224999999999

0.33844979259924757

0.02033200197762505

0.022360922187962654

0.6201288536580954

1276.54875

0.33869151833251054

0.02032853420981479

0.022348591460068602

0.6199043138778898

1278.375

0.338931634166365

0.02032603336304729

0.02233737383618855

0.6196793030695237

1280.2012499999998

0.33917000924230883

0.02032448985140763

0.02232726224745678

0.6194539688195698

1282.0275

0.33940651516009807

0.020323893747311632

0.022318249177699447

0.6192284570448502

1283.85375

0.33964102601130336

0.02032423478827151

0.02231032667297442

0.6190029119425448

1285.6799999999998

0.3398734184118275

0.020325502383481485

0.022303486350833242

0.6187774759417978

1287.50625

0.3401035715334048

0.02032768562023642

0.02229771940931565

0.6185522896567768

1289.3325

0.3403313671340999

0.02033077327019673

0.022293016635687803

0.6183274918411432

1291.15875

0.340556689587822

0.02033475379551287

0.022289368414935562

0.6181032193438937

1292.985

0.34077942591286803

0.02033961535482279

0.022286764738024822

0.6178796070665322

1294.81125

0.34099946579950635

0.020345345809135756

0.02228519520994109

0.6176567879215374

1296.6375

0.34121670163661005

0.02035193272761604

0.022284649057520846

0.6174348927920889

1298.46375

0.34143102853734736

0.02035936339327984

0.022285115137087606

0.6172140504930186

1300.29

0.34164234436393426

0.02036762480861885

0.02228658194190571

0.6169943877329572

1302.11625

0.3418505497514525

0.020376703701163748

0.022289037609465167

0.6167760290776435

1303.9424999999999

0.3420555481307343

0.020386586529000862

0.022292469928611006

0.6165590969143702

1305.76875

0.34225724575031297

0.020397259486255048

0.022296866346530712

0.6163437114175404

1307.595

0.3424555516974373

0.020408708508551747

0.022302213975613452

0.6161299905153094

1309.4212499999999

0.34265037791814507

0.020420919278470985

0.02230849960019484

0.6159180498572904

1311.2475

0.3428416392363897

0.020433877231005856

0.022315709683200992

0.6157080027833037

1313.07375

0.3430292533722126

0.020447567559037837

0.0223238303727057

0.6154999602931513

1314.8999999999999

0.34321314095895133

0.020461975218841043

0.022332847508414404

0.6152940310173991

1316.72625

0.3433932255594737

0.020477084935627207

0.02234274662808871

0.6150903211891534

1318.5525

0.3435694336814244

0.020492881209142964

0.022353512973924954

0.6148889346168188

1320.3787499999999

0.3437416947914712

0.02050934831933058

0.022365131498900345

0.6146899726578257

1322.205

0.34390994132853536

0.020526470332063063

0.022377586873099944

0.6144935341933183

1324.03125

0.34407410871599015

0.02054423110496411

0.02239086349003761

0.6142997156037976

1325.8574999999998

0.34423413537280995

0.020562614293323057

0.022404945472983828

0.6141086107457104

1327.68375

0.3443899627236514

0.020581603356114513

0.02241981668131307

0.6139203109289844

1329.51

0.34454153520784747

0.020601181562131976

0.022435460716883144

0.6137349048955028

1331.3362499999998

0.34468880028729354

0.020621331996244305

0.02245186093045858

0.6135524787985225

1333.1625

0.3448317084532048

0.020642037565783377

0.02246900042818991

0.6133731161830328

1334.98875

0.3449702132317231

0.020663281007070836

0.022486862078160263

0.6131968979670592

1336.815

0.3451042711883504

0.020685044892091328

0.02250542851701037

0.6130239024239161

1338.64125

0.34523384193118634

0.020707311635319036

0.022524682156652688

0.6128542051654138

1340.4675

0.3453588881129461

0.020730063500703864

0.02254460519108491

0.6126878791260256

1342.29375

0.3454793754317354

0.02075328260882298

0.02256517960331269

0.612524994548025

1344.12

0.34559527263055806

0.020776950944202906

0.022586387172390986

0.6123656189676001

1345.94625

0.34570655149553314

0.02080105036281671

0.0226082094805929

0.6122098172019579

1347.7725

0.34581318685279655

0.02082556259976027

0.022630627920714373

0.6120576513374282

1349.5987499999999

0.3459151565640642

0.020850469277110956

0.022653623703522655

0.6119091807185812

1351.425

0.34601244152083266

0.020875751911971357

0.022677177865355773

0.611764461938372

1353.25125

0.3461050256371942

0.020901391924700214

0.022701271275879824

0.6116235488293252

1355.0774999999999

0.34619289584124324

0.020927370647331835

0.022725884646010174

0.6114864924557779

1356.90375

0.3462760420650521

0.020953669332184736

0.022750998536002143

0.6113533411071936

1358.73

0.34635445723319414

0.02098026916065956

0.02277659336371611

0.6112241402925664

1360.5562499999999

0.34642813724979415

0.021007151252225572

0.022802649413061295

0.6110989327359312

1362.3825

0.3464970809840849

0.021034296673594376

0.022829146842621863

0.6109777583729981

1364.20875

0.3465612902544519

0.02106168644807882

0.022856065694468332

0.6108606543489297

1366.0349999999999

0.3466207698109483

0.0210893015651343

0.022883385903156535

0.6107476550172783

1367.86125

0.3466755273162623

0.021117122990078976

0.022911087304915746

0.6106387919401031

1369.6875

0.34672557332512305

0.021145131673988772

0.022939149647026858

0.6105340938892841

1371.5137499999998

0.3467709212621304

0.021173308563762205

0.022967552597390768

0.6104335868490547

1373.34

0.34681158739799545

0.021201634612349512

0.02299627575428645

0.6103372940197676

1375.16625

0.346847590824182

0.02123009078913977

0.023025298656317406

0.6102452358229157

1376.9924999999998

0.34687895342593905

0.021258658090499014

0.02305460079254454

0.6101574299074252

1378.81875

0.34690569985371705

0.02128731755045172

0.02308416161280265

0.6100738911572374

1380.645

0.3469278574929624

0.0213160502514973

0.02311396053819712

0.6099946317001993

1382.47125

0.34694545643228614

0.02134483733555264

0.02314397697177656

0.6099196609182773

1384.2975

0.3469585294300059

0.021373660015010985

0.02317419030937644

0.6098489854591121

1386.12375

0.34696711187906065

0.02140249958390699

0.0232045799506281

0.6097826092489291

1387.95

0.346971241770302

0.021431337429176973

0.023235125310126628

0.6097205335068199

1389.77625

0.3469709596541653

0.02146015504200293

0.02326580582875057

0.6096627567604075

1391.6025

0.34696630860072963

0.021488934029228277

0.02329660098512558

0.6096092748629102

1393.42875

0.346957334158174

0.021517656124832692

0.023327490307223503

0.6095600810116126

1395.2549999999999

0.34694408430964335

0.02154630320145299

0.02335845338408768

0.6095151657677579

1397.08125

0.34692660942853765

0.021574857281936387

0.023389469877674526

0.6094745170778672

1398.9075

0.3469049622322407

0.021603300550912093

0.02342051953480093

0.609438120296497

1400.7337499999999

0.34687919773430853

0.02163161536636674

0.023451582199186215

0.6094059582104393

1402.56

0.3468493731951383

0.021659784271208734

0.023482637823576905

0.6093780110643695

1404.38625

0.34681554807114234

0.021687790004806265

0.023513666481941916

0.609354256587947

1406.2124999999999

0.346777783962454

0.02171561551448335

0.02354464838172521

0.6093346700243681

1408.03875

0.3467361445591943

0.021743243966958068

0.023575563876142423

0.609319224160374

1409.865

0.34669069558633164

0.021770658759706792

0.023606393476507496

0.6093078893577093

1411.6912499999999

0.34664150474716815

0.021797843532238077

0.023637117864574765

0.6093006335860306

1413.5175

0.34658864166549047

0.02182478217725968

0.023667717904881657

0.609297422457257

1415.34375

0.346532177826423

0.021851458851722044

0.023698174657076604

0.609298219261358

1417.1699999999998

0.3464721865160262

0.021877857987721475

0.023728469388216458

0.6093029850035668

1418.99625

0.34640874275968375

0.02190396430324626

0.02375858358501736

0.6093116784430107

1420.8225

0.3463419232593249

0.021929762812748894

0.023788498966042685

0.6093242561327425

1422.6487499999998

0.3462718063295304

0.02195523883752771

0.02381819749381142

0.6093406724611602

1424.475

0.3461984718325737

0.021980378015901216

0.02384766138681016

0.6093608796947955

1426.30125

0.3461220011124496

0.022005166313158662

0.023876873131391613

0.6093848280224528

1428.1275

0.3460424769279464

0.022029590031270488

0.02390581549354257

0.6094124656006769

1429.95375

0.3459599833848173

0.02205363581834254

0.023934471530503914

0.6094437386005251

1431.78

0.3458746058671121

0.022077290677798247

0.023962824602225506

0.6094785912556187

1433.60625

0.34578643096772776

0.02210054197727322

0.02399085838263852

0.6095169659114439

1435.4325

0.34569554641824235

0.022123377457207154

0.024018556870728007

0.6095588030758758

1437.25875

0.3456020410180952

0.022145785239118275

0.024045904401388526

0.6096040414708888

1439.085

0.3455060045631798

0.02216775383354603

0.024072885656045723

0.6096526180854213

1440.9112499999999

0.34540752777391565

0.02218927214764823

0.024099485673027048

0.6097044682293596

1442.7375

0.3453067022228681

0.02221032949243939

0.024125689857664962

0.6097595255885998

1444.56375

0.34520362026198503

0.022230915589657507

0.02415148399211626

0.6098177222811487

1446.3899999999999

0.3450983749495214

0.02225102057824725

0.02417685424488145

0.6098789889142224

1448.21625

0.3449910599767221

0.02227063502044803

0.024201787180008573

0.6099432546422964

1450.0425

0.34488176959433586

0.022289749907476248

0.0242262697659661

0.6100104472260627

1451.8687499999999

0.34477059853903286

0.022308356664791588

0.024250289384170166

0.6100804930922458

1453.695

0.3446576419597982

0.022326447156938024

0.024273833837151766

0.6101533173942276

1455.52125

0.34454299534437594

0.022344013691951

0.02429689135635017

0.6102288440734311

1457.3474999999999

0.34442675444583626

0.02236104902532297

0.024319450609519275

0.6103069959214094

1459.17375

0.3443090152093399

0.022377546363520334

0.024341500707734373

0.6103876946425859

1461.0

0.34418987369917303

0.02239349936704562

0.024363031211987286

0.610470860917592

1462.8262499999998

0.3440694260261264

0.022408902153039634

0.024384032139358677

0.6105564144671427

1464.6525

0.3439477682752907

0.022423749297419145

0.024404493968756925

0.610644274116395

1466.47875

0.34382499643434133

0.02243803583654654

0.02442440764621378

0.610734357859728

1468.3049999999998

0.3437012063223836

0.022451757268428803

0.024443764589727718

0.6108265829258861

1470.13125

0.3435764935194296

0.022464909553444046

0.024462556693646813

0.6109208658434244

1471.9575

0.3434509532965763

0.022477489114594688

0.02448077633258364

0.6110171225063931

1473.78375

0.34332468054695403

0.022489492837287337

0.024498416364855675

0.6111152682402009

1475.61

0.3431977697175121

0.02250091806864028

0.02451547013544546

0.6112152178675933

1477.43625

0.34307031474170907

0.0225117626163204

0.024531931478475696

0.6113168857746824

1479.2625

0.34294240897317135

0.02252202474691219

0.02454779471919531

0.6114201859769657

1481.08875

0.3428141451203836

0.022531703183822475

0.02456305467547345

0.6115250321852691

1482.915

0.3426856151824727

0.022540797104725237

0.024577706658799273

0.6116313378715508

1484.74125

0.3425569103861445

0.022549306138551866

0.024591746474786295

0.6117390163345022

1486.5674999999999

0.34242812112383164

0.022557230362032908

0.024605170423180955

0.6118479807648829

1488.39375

0.3422993368931078

0.022564570295798253

0.02461797529737607

0.6119581443105245

1490.22

0.3421706462374222

0.022571326900043476

0.024630158383430602

0.6120694201409433

1492.0462499999999

0.34204213668820577

0.022577501569770817

0.024641717458598233

0.6121817215114965

1493.8725

0.3419138947083983

0.022583096129613962

0.02465265078936799

0.612294961827022

1495.69875

0.3417860056374434

0.022588112828256613

0.02466295712902118

0.6124090547049005

1497.5249999999999

0.3416585536377958

0.022592554332455383

0.024672635714709627

0.6125239140374785

1499.35125

0.34153162164298284

0.022596423720678327

0.02468168626406122

0.6126394540537954

1501.1775

0.3414052913072599

0.022599724476370875

0.024690108971319423

0.6127555893805533

1503.0037499999999

0.3412796429568962

0.022602460480861713

0.0246979045030244

0.6128722351022762

1504.83

0.3411547555431264

0.02260463600592148

0.02470507399324405

0.6129893068205995

1506.65625

0.34103070659679796

0.022606255705987822

0.02471161903836412

0.6131067207126383

1508.4824999999998

0.34090757218474504

0.022607324610070735

0.024717541691447204

0.6132243935883794

1510.30875

0.3407854268679142

0.022607848113352546

0.024722844456171206

0.6133422429470478

1512.135

0.3406643436612657

0.022607831968497295

0.024727530280358522

0.6134601870323952

1513.9612499999998

0.3405443939954719

0.02260728227668461

0.024731602549107796

0.6135781448868668

1515.7875

0.34042564768043

0.022606205478383476

0.02473506507754073

0.6136960364045954

1517.61375

0.3403081728706058

0.022604608343881578

0.024737922103177032

0.6138137823831823

1519.44

0.3401920360322204

0.022602497963586023

0.02474017827795104

0.613931304574221

1521.26625

0.34007730191229074

0.022599881738111616

0.024741838659884177

0.6140485257325228

1523.0925

0.3399640335095308

0.022596767368172798

0.024742908704427732

0.614165369664008

1524.91875

0.3398522920471193

0.022593162844295574

0.024743394255490908

0.6142817612722242

1526.745

0.3397421369473356

0.022589076436365797

0.02474330153616954

0.6143976266034588

1528.57125

0.33963362580806405

0.022584516683030156

0.02474263713919111

0.6145128928904137

1530.3975

0.3395268143811637

0.022579492380966237

0.024741408017092008

0.6146274885944124

1532.2237499999999

0.3394217565526992

0.02257401257403796

0.024739621472143307

0.6147413434461121

1534.05

0.3393185043250243

0.02256808654235256

0.024737285146041465

0.6148543884846944

1535.87625

0.33921710780070957

0.02256172379123522

0.024734407009380528

0.6149665560955143

1537.7024999999999

0.3391176151683009

0.022554934040137226

0.024730995350922616

0.6150777800461836

1539.52875

0.3390200726898961

0.0225477272114934

0.024727058766683473

0.6151879955210731

1541.355

0.338924524690522

0.022540113419544223

0.024722606148849982

0.6152971391542152

1543.1812499999999

0.3388310135492948

0.02253210295913793

0.024717646674546494

0.6154051490605953

1545.0075

0.33873957969234303

0.022523706294527466

0.024712189794466873

0.615511964865818

1546.83375

0.33865026158747075

0.022514934048176935

0.024706245221389003

0.6156175277341416

1548.6599999999999

0.3385630957405373

0.022505796989591816

0.024699822918588445

0.6157217803948706

1550.48625

0.3384781166935284

0.02249630602418685

0.024692933088167834

0.6158246671671047

1552.3125

0.3383953570242905

0.022486472182205133

0.02468558615931835

0.6159261339828392

1554.1387499999998

0.3383148473479004

0.02247630660770149

0.024677792776529428

0.6160261284084173

1555.965

0.3382366163196393

0.022465820547602888

0.02466956378776272

0.6161245996643355

1557.79125

0.3381606906395401

0.022455025340858057

0.024660910232605873

0.6162214986434067

1559.6174999999998

0.3380870950584749

0.022443932407688175

0.02465184333042156

0.616316777927285

1561.44375

0.3380158523857488

0.022432553238949878

0.024642374468506846

0.6164103918013619

1563.27

0.33794698349816477

0.022420899385621477

0.024632515190277496

0.6165022962680415

1565.0962499999998

0.337880507350523

0.02240898244842268

0.024622277183491685

0.6165924490584079

1566.9225

0.3378164409875189

0.022396814067577684

0.024611672268526945

0.616680809642297

1568.74875

0.33775479955700033

0.02238440591273098

0.02460071238672395

0.6167673392367878

1570.575

0.3376955963245466

0.02237176967302466

0.024589409588810188

0.616852000813131

1572.40125

0.33763884268932937

0.02235891704734553

0.024577776023416237

0.6169347591021311

1574.2275

0.3375845482012157

0.022345859734749875

0.02456582392569675

0.6170155805980048

1576.05375

0.33753272057907285

0.02233260942507306

0.024553565606067897

0.6170944335607339

1577.8799999999999

0.3374833657302344

0.022319177789730787

0.02454101343907251

0.6171712880169387

1579.70625

0.3374364877710859

0.022305576472718202

0.024528179852383612

0.6172461157592928

1581.5325

0.33739208904872947

0.02229181708181261

0.024515077315956528

0.617318890344508

1583.3587499999999

0.337350170163685

0.02227791117998501

0.024501718331339357

0.6173895870899134

1585.185

0.33731072999358713

0.022263870277025175

0.024488115421150893

0.6174581830686574

1587.01125

0.3372737657178354

0.022249705821384507

0.024474281118734717

0.6175246571035621

1588.8374999999999

0.3372392728431569

0.022235429192240426

0.024460227957997554

0.6175889897596585

1590.66375

0.3372072452300388

0.022221051691785565

0.024445968463439542

0.6176511633354346

1592.49

0.3371776751199901

0.0222065845377446

0.024431515140383445

0.6177111618528266

1594.3162499999999

0.3371505531635909

0.022192038856121064

0.024416880465409442

0.6177689710459872

1596.1425

0.3371258684492886

0.022177425674176066

0.024402076877001452

0.6178245783488618

1597.96875

0.33710360853289995

0.02216275591364044

0.024387116766410612

0.6178779728816091

1599.7949999999998

0.33708375946777897

0.02214804038416139

0.024372012468740864

0.6179291454358967

1601.62125

0.3370663058356109

0.02213328977698431

0.024356776254261206

0.6179780884591104

1603.4475

0.33705123077779275

0.022118514658870107

0.02434142031994864

0.6180247960375085

1605.2737499999998

0.33703851602736107

0.022103725466247934

0.024325956781265354

0.6180692638783591

1607.1

0.3370281419414296

0.022088932499602934

0.02431039766417321

0.6181114892910954

1608.92625

0.33702008753409796

0.022074145918098212

0.02429475489738818

0.6181514711675239

1610.7524999999998

0.337014330509795

0.02205937573442996

0.02427904030487684

0.6181892099611236

1612.57875

0.33701084729701997

0.022044631809914342

0.02426326559859674

0.6182247076654703

1614.405

0.3370096130824455

0.022029923849804466

0.02424744237148184

0.6182579677918241

1616.23125

0.3370106018453477

0.022015261398835476

0.024231582090673998

0.6182889953459142

1618.0575

0.3370137863923288

0.022000653836995534

0.024215696091000966

0.6183177968039599

1619.88375

0.3370191383922982

0.02198611037552026

0.024199795568701006

0.618344380087961

1621.71

0.33702662841167963

0.02197164005310793

0.024183891575393884

0.6183687545402954

1623.5362499999999

0.3370362259498123

0.021957251732352516

0.024167995012297654

0.6183909308976587

1625.3625

0.3370478994745141

0.021942954096391524

0.024152116624690256

0.6184109212643819

1627.18875

0.3370616164577766

0.0219287556457653

0.024136266996614718

0.6184287390851609

1629.0149999999999

0.33707734341156265

0.0219146646954844

0.024120456545826358

0.6184443991172344

1630.84125

0.33709504592367656

0.02190068937230144

0.024104695518980174

0.6184579174020427

1632.6675

0.33711468869367994

0.021886837612183695

0.02408899398705627

0.6184693112364035

1634.4937499999999

0.337136235568825

0.021873117157982593

0.024073361841020977

0.6184785991432354

1636.32

0.33715964957997924

0.021859535557296184

0.02405780878772102

0.6184858008418656

1638.14625

0.3371848929775163

0.021846100160520507

0.024042344346007938

0.6184909372179502

1639.9724999999999

0.3372119272671472

0.021832818119085776

0.02402697784308965

0.6184940302930436

1641.79875

0.33724071324566895

0.021819696383873148

0.024011718411106015

0.6184951031938445

1643.625

0.33727121103660684

0.02180674170380786

0.02399657498392487

0.6184941801211514

1645.4512499999998

0.33730338012572814

0.021793960624624433

0.023981556294155076

0.6184912863185582

1647.2775

0.3373371793964057

0.021781359487799634

0.0239666708703728

0.6184864480409175

1649.10375

0.33737256716481046

0.021768944429648836

0.023951927034557154

0.6184796925226025

1650.9299999999998

0.3374095012149136

0.02175672138058143

0.023937332899731274

0.6184710479455955

1652.75625

0.3374479388332778

0.02174469606451095

0.023922896367804748

0.6184605434074295

1654.5825

0.3374878368436204

0.02173287399841553

0.02390862512761321

0.6184482088890116

1656.4087499999998

0.33752915164113007

0.0217212604920444

0.023894526653150883

0.618434075222353

1658.235

0.33757183922652007

0.02170986064776608

0.02388060820199174

0.6184181740582324

1660.06125

0.3376158552398018

0.021698679360554037

0.023866876813894936

0.6184005378338165

1661.8875

0.33766115499376315

0.021687721318105525

0.02385333930959011

0.6183811997402642

1663.71375

0.33770769350713664

0.02167699100108948

0.023840002289738118

0.6183601936903342

1665.54

0.33775542553744314

0.021666492683519285

0.02382687213406274

0.6183375542860234

1667.36625

0.33780430561349734

0.021656230433246354

0.023813955000648916

0.6183133167862542

1669.1924999999999

0.3378542880675624

0.021646208112570522

0.02380125682540303

0.618287517074635

1671.01875

0.33790532706714116

0.021636429378963318

0.0237887833216708

0.6182601916273132

1672.845

0.3379573766463919

0.02162689768590021

0.023776539980008324

0.618231377480941

1674.6712499999999

0.33801039073715805

0.021617616283798078

0.02376453206810191

0.6182011122007747

1676.4975

0.3380643231996006

0.021608588221054176

0.02375276463083227

0.6181694338489232

1678.32375

0.3381191278524235

0.021599816345182984

0.023741242490478764

0.6181363809527678

1680.1499999999999

0.3381747585026823

0.021591303304047373

0.023729970247059418

0.6181019924735672

1681.97625

0.33823116897516714

0.02158305154718069

0.02371895227880245

0.6180663077752666

1683.8025

0.3382883131413511

0.021575063327196334

0.023708192742745195

0.6180293665935257

1685.6287499999999

0.3383461449478964

0.021567340701281634

0.02369769557545621

0.6179912090049827

1687.455

0.33840461844471

0.021559885532772792

0.023687464493876667

0.6179518753967671

1689.28125

0.3384636878125423

0.021552699492807855

0.023677502996276904

0.6179114064362775

1691.1074999999998

0.33852330739012143

0.021545784062054714

0.023667814363324404

0.6178698430412368

1692.93375

0.3385834317008166

0.021539140532511245

0.023658401659259278

0.6178272263500388

1694.76

0.3386440154788254

0.02153277000937482

0.02364926773317358

0.617783597692398

1696.5862499999998

0.33870501369487815

0.021526673412978443

0.02364041522039082

0.6177389985603151

1698.4125

0.3387663815814553

0.021520851480790967

0.02363184654394212

0.6176934705793696

1700.23875

0.33882807465751147

0.02151530476947883

0.023623563916135522

0.6176470554803505

1702.0649999999998

0.33889004875270284

0.021510033657026938

0.023615569340215175

0.6175997950712349

1703.89125

0.33895226003111256

0.0215050383449163

0.023607864612107024

0.6175517312095254

1705.7175

0.3390146650144706

0.02150031886035627

0.023600451322247893

0.6175029057749559

1707.54375

0.3390772206048643

0.021495875058569147

0.023593330857494845

0.6174533606425728

1709.37

0.3391398841069357

0.021491706625125128

0.023586504403111868

0.617403137656203

1711.19625

0.33920261324956297

0.021487813078325615

0.023579972944830954

0.6173522786023149

1713.0225

0.3392653662070224

0.021484193771632954

0.02357373727098479

0.6173008251842804

1714.8487499999999

0.3393281016196287

0.0214808478961448

0.023567797974708357

0.6172488189970464

1716.675

0.33939077861385025

0.02147777448311136

0.02356215545620682

0.6171963015022208

1718.50125

0.33945335682189837

0.0214749724064938

0.02355680992508718

0.617143314003581

1720.3274999999999

0.33951579640078666

0.02147244038556225

0.02355176140275126

0.6170898976230107

1722.15375

0.3395780580508602

0.021470176987531855

0.02354700972484769

0.6170360932768705

1723.98

0.3396401030337915

0.02146818063023537

0.02354255454378059

0.6169819416528084

1725.8062499999999

0.33970189319004246

0.021466449584830908

0.023538395331272836

0.6169274831870146

1727.6325

0.3397633909557908

0.021464981978543466

0.02353453138098175

0.6168727580419263

1729.45875

0.3398245593793192

0.021463775797438935

0.02353096181116525

0.6168178060843863

1731.2849999999999

0.33988536213686704

0.021462828889229332

0.023527685567396487

0.6167626668642602

1733.11125

0.3399457635479425

0.021462138966108033

0.023524701425325117

0.6167073795935162

1734.9375

0.34000572859009554

0.02146170360761388

0.023522007993483408

0.6166519831257709

1736.7637499999998

0.34006522291315067

0.021461520263523003

0.023519603716135457

0.6165965159363044

1738.59

0.3401242128528982

0.021461586256767282

0.023517486876167858

0.6165410161025491

1740.41625

0.34018266544424497

0.021461898786378428

0.023515655598020217

0.6164855212850537

1742.2424999999998

0.34024054843382356

0.02146245493045662

0.023514107850653963

0.6164300687089267

1744.06875

0.34029783029205973

0.021463251649162726

0.023512841450557993

0.6163746951457598

1745.895

0.3403544802246987

0.021464285787733156

0.0235118540647897

0.6163194368960366

1747.7212499999998

0.3404104681837901

0.021465554079516374

0.023511143214049995

0.6162643297720262

1749.5475

0.34046576487813185

0.02146705314903016

0.02351070627579099

0.6162094090811642

1751.37375

0.3405203417831734

0.0214687795150387

0.023510540487355062

0.6161547096099245

1753.1999999999998

0.34057417115037936

0.021470729593648607

0.023510642949144005

0.616100265608181

1755.02625

0.34062722601605316

0.021472899701422982

0.023511010627817075

0.6160461107740629

1756.8525

0.3406794802096228

0.021475286058512625

0.02351164035951672

0.6159922782393032

1758.67875

0.3407309083613887

0.021477884791803507

0.02351252885312085

0.6159388005550827

1760.5049999999999

0.3407814859097349

0.021480691938079638

0.023513672693520497

0.6158857096783693

1762.33125

0.34083118910780535

0.02148370344720043

0.023515068344921744

0.6158330369587554

1764.1575

0.3408799950296457

0.021486915185291677

0.023516712154170852

0.6157808131257908

1765.9837499999999

0.34092788157581316

0.02149032293794924

0.02351860035410148

0.6157290682768154

1767.81

0.34097482747845487

0.02149392241345454

0.023520729066902956

0.6156778318652886

1769.63625

0.3410208123058575

0.02149770924600096

0.023523094307508496

0.6156271326896183

1771.4624999999999

0.34106581646646966

0.021501678998930164

0.02352569198700239

0.6155769988824883

1773.28875

0.34110982121239874

0.02150582716797747

0.023528517916045048

0.6155274579006832

1775.115

0.34115280864238523

0.021510149184525224

0.02353156780831488

0.6154785365154133

1776.9412499999999

0.3411947617042561

0.021514640418863265

0.02353483728396598

0.615430260803136

1778.7675

0.34123566419686024

0.02151929618345542

0.023538321873100527

0.6153826561368758

1780.59375

0.3412755007714884

0.02152411173621103

0.023542017019254884

0.6153357471780405

1782.4199999999998

0.34131425693278067

0.021529082283760437

0.023545918082898302

0.615289557868734

1784.24625

0.3413519190391244

0.021534202984733374

0.02355002034494315

0.6152441114245643

1786.0725

0.34138847430254565

0.02153946895303913

0.023554319010265598

0.6151994303279458

1787.8987499999998

0.341423910788098

0.021544875261147376

0.023558809211235647

0.6151555363218952

1789.725

0.3414582174127515

0.021550416943368497

0.023563486011255335

0.6151124504043186

1791.55125

0.3414913839437867

0.02155608899913222

0.023568344408304045

0.6150701928227894

1793.3774999999998

0.34152340099669615

0.02156188639626333

0.0235733793384897

0.6150287830698155

1795.20375

0.341554260032599

0.02156780407425327

0.023578585679604688

0.6149882398785931

1797.03

0.34158395335517194

0.021573836947526275

0.023583958254685292

0.6149485812192463

1798.8562499999998

0.34161247410710205

0.021579979908698803

0.023589491835573403

0.6149098242955502

1800.6825

0.3416398162660649

0.021586227831830892

0.023595181146479238

0.6148719855421342

1802.50875

0.34166597464023424

0.021592575575668092

0.023601020867543815

0.6148350806221656

1804.335

0.3416909448633279

0.021599017986872596

0.023607005638399837

0.6147991244255089

1806.1612499999999

0.34171472338919484

0.02160554990324211

0.023613130061729656

0.6147641310673587

1807.9875

0.34173730748594955

0.021612166156915084

0.023619388706818973

0.6147301138873443

1809.81375

0.3417586952296597

0.021618861577560742

0.023625776113104832

0.614697085449102

1811.6399999999999

0.3417788854975923

0.021625630995552498

0.023632286793716532

0.6146650575403122

1813.46625

0.3417978779610253

0.021632469245123187

0.023638915239007973

0.6146340411731991

1815.2925

0.3418156730776312

0.021639371167500566

0.02364565592007998

0.6146040465854872

1817.1187499999999

0.34183227208343875

0.02164633161402155

0.023652503292291054

0.614575083241814

1818.945

0.34184767698437996

0.02165334544922354

0.023659451798755095

0.6145471598355923

1820.77125

0.34186189054743

0.021660407553911312

0.023666495873824422

0.6145202842913201

1822.5974999999999

0.34187491629134675

0.021667512828197746

0.02367362994655662

0.6144944637673325

1824.42375

0.34188675847701805

0.021674656194516854

0.02368084844416351

0.6144697046589926

1826.25

0.341897422097424

0.021681832600607378

0.02368814579544066

0.6144460126023157

-
-
-

Provenance Report

-

The following is the Provenance Report produced by the FAIR Data Pipeline Registry as a result of the above code run:

-../_images/SEIRS_PR.jpeg -
-
- - -
-
- -
-
-
-
- - - - diff --git a/doc/_build/html/genindex.html b/doc/_build/html/genindex.html deleted file mode 100644 index ad8fdfc6..00000000 --- a/doc/_build/html/genindex.html +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - Index — pyDataPipeline 0.1 documentation - - - - - - - - - - - - - - - -
- - -
- -
-
-
-
    -
  • »
  • -
  • Index
  • -
  • -
  • -
-
-
- -
- -
- -
-

© Copyright 2021, Ryan Field, Dennis Reddyhoff.

-
- - Built with Sphinx using a - theme - provided by Read the Docs. - - -
-
-
-
-
- - - - diff --git a/doc/_build/html/index.html b/doc/_build/html/index.html deleted file mode 100644 index f4a7b067..00000000 --- a/doc/_build/html/index.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - Welcome to pyDataPipeline’s documentation! — pyDataPipeline 0.1 documentation - - - - - - - - - - - - - - - - -
- - -
- -
-
-
- -
-
-
-
- -
-

Welcome to pyDataPipeline’s documentation!

- -
- - -
-
- -
-
-
-
- - - - diff --git a/doc/_build/html/installation.html b/doc/_build/html/installation.html deleted file mode 100644 index 2f8cb964..00000000 --- a/doc/_build/html/installation.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - Installation — pyDataPipeline 0.1 documentation - - - - - - - - - - - - - - - - - -
- - -
- -
-
-
- -
-
-
-
- -
-

Installation

-

To install the pyDataPipeline package the following commands should be run from the command line

-
git clone https://github.com/FAIRDataPipeline/pythonFDP.git
-
-git checkout dev
-
-pip3 install .
-
-
-

N.B. The pyDataPipeline Package requires Python 3

-
- - -
-
- -
-
-
-
- - - - diff --git a/doc/_build/html/objects.inv b/doc/_build/html/objects.inv deleted file mode 100644 index e7a0a1e5..00000000 Binary files a/doc/_build/html/objects.inv and /dev/null differ diff --git a/doc/_build/html/py-modindex.html b/doc/_build/html/py-modindex.html deleted file mode 100644 index 928cf3ae..00000000 --- a/doc/_build/html/py-modindex.html +++ /dev/null @@ -1,129 +0,0 @@ - - - - - - Python Module Index — pyDataPipeline 0.1 documentation - - - - - - - - - - - - - - - - - - -
- - -
- -
-
-
-
    -
  • »
  • -
  • Python Module Index
  • -
  • -
  • -
-
-
-
-
- - -

Python Module Index

- -
- o -
- - - - - - - - - - - - - -
 
- o
- org -
    - org.fairdatapipeline.api -
    - org.fairdatapipeline.simpleModel -
- - -
-
-
- -
- -
-

© Copyright 2021, Ryan Field, Dennis Reddyhoff.

-
- - Built with Sphinx using a - theme - provided by Read the Docs. - - -
-
-
-
-
- - - - diff --git a/doc/_build/html/search.html b/doc/_build/html/search.html deleted file mode 100644 index d51b7016..00000000 --- a/doc/_build/html/search.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - Search — pyDataPipeline 0.1 documentation - - - - - - - - - - - - - - - - - - -
- - -
- -
-
-
-
    -
  • »
  • -
  • Search
  • -
  • -
  • -
-
-
-
-
- - - - -
- -
- -
-
-
- -
- -
-

© Copyright 2021, Ryan Field, Dennis Reddyhoff.

-
- - Built with Sphinx using a - theme - provided by Read the Docs. - - -
-
-
-
-
- - - - - - - - - diff --git a/doc/_build/html/searchindex.js b/doc/_build/html/searchindex.js deleted file mode 100644 index 33638e1f..00000000 --- a/doc/_build/html/searchindex.js +++ /dev/null @@ -1 +0,0 @@ -Search.setIndex({docnames:["api/index","examples/SEIRS","index","installation","simpleModel/index"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":4,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,sphinx:56},filenames:["api\\index.rst","examples\\SEIRS.rst","index.rst","installation.rst","simpleModel\\index.rst"],objects:{"org.fairdatapipeline":{api:[0,0,0,"-"],simpleModel:[4,0,0,"-"]},"org.fairdatapipeline.api":{finalise:[0,1,1,""],initialise:[0,1,1,""],link_read:[0,1,1,""],link_write:[0,1,1,""]},"org.fairdatapipeline.simpleModel":{SEIRS_Model:[4,1,1,""],SEIRS_Plot:[4,1,1,""],getResourceDirectory:[4,1,1,""],readInitialParameters:[4,1,1,""],write_model_to_csv:[4,1,1,""]}},objnames:{"0":["py","module","Python module"],"1":["py","function","Python function"]},objtypes:{"0":"py:module","1":"py:function"},terms:{"0":[1,4],"00":1,"00014285714285714284":1,"0001441631615872074":1,"0002028540507566455":1,"0002466615198711063":1,"0002688700802211206":1,"000327244522113467":1,"0003422334610862351":1,"00039469961209557603":1,"00042322434716701653":1,"0004555217804476904":1,"0005123108868995336":1,"0005139553923684556":1,"0005728437405733182":1,"0006101076623920799":1,"0006341650718340448":1,"0006993714291338191":1,"0007173522180220145":1,"0007696035505922966":1,"0007710007841296225":1,"0007861652617595736":1,"0007893138160288289":1,"0008249836092166542":1,"0008348932192212734":1,"0008458279296123323":1,"0008570770676691729":1,"0008815239550904843":1,"0009289250602049795":1,"0009523272594360973":1,"0009636861987427124":1,"001":1,"0010197471426378023":1,"0010355164823168826":1,"0011047943698469036":1,"001119156761166343":1,"0011302383864371611":1,"0012280537903188561":1,"0012363148952748404":1,"0012499999999":1,"0012593929451982485":1,"0013473951090621076":1,"0013540265423757913":1,"0014287760055249935":1,"0014782100178865369":1,"001483979272629432":1,"0016143653445877587":1,"0016216131940545078":1,"0016270239393209277":1,"0017788163531140915":1,"0017842092216076098":1,"0018177209593071828":1,"0019511393643436938":1,"0019567558484876652":1,"0020405530079536157":1,"0021400213021409904":1,"002146044520733342":1,"0022847351577291917":1,"0023470317465623214":1,"00235361275575844":1,"0024999999999":1,"0025523193063480814":1,"0025738825376730857":1,"002581157661238109":1,"0028224401169173476":1,"002830542761044522":1,"0028455517031553195":1,"003094738539600676":1,"0031038076966474113":1,"0031668905218924705":1,"0033929932063122238":1,"00340318006246681":1,"0035190249543309506":1,"0037196153314762253":1,"0037310889013550705":1,"0037499999999":1,"00375":1,"0039048959046129356":1,"0040772271400308785":1,"00409017954692257":1,"004327718369974065":1,"004468677755530009":1,"004483329590543451":1,"004791005595460984":1,"0048970597125307085":1,"004913665795953702":1,"0049999999999":1,"005210469986931662":1,"005210776781386102":1,"005212775771559981":1,"005213670163514485":1,"005217724071703436":1,"005219127953704955":1,"005225348913061732":1,"005227131661222168":1,"005235688566625409":1,"005237666370928999":1,"005248785717298152":1,"005250720639029222":1,"005264687645998831":1,"005266286397248894":1,"005283446426191925":1,"0052843588649094915":1,"005298595088638664":1,"005304936468377832":1,"005305119135869055":1,"005328020767406578":1,"005329768086085462":1,"005353616387905079":1,"005357461067243988":1,"005365725991168376":1,"005381730960703399":1,"005384581797661859":1,"00538827161441628":1,"005412375065892935":1,"005422279293097305":1,"005445562182345131":1,"005459570006905847":1,"005481308642025555":1,"005500236328871437":1,"005519633588734166":1,"00554437785808835":1,"005560558940914048":1,"005592101603671204":1,"005604109358180299":1,"005643522398115795":1,"00565031221122824":1,"005698763342354711":1,"005699197554785695":1,"005750798103277862":1,"005757956285001872":1,"0057885547125225804":1,"005788770776917314":1,"005791306490594816":1,"005791988342322177":1,"005796997066049414":1,"005798245858051302":1,"005805149208875257":1,"0058056018434735155":1,"005807586756000431":1,"005817100525956608":1,"005820059657998701":1,"005821242338505538":1,"0058314769756892945":1,"005835718599821083":1,"005848719085534844":1,"005854623273064272":1,"0058546765750588006":1,"005862288841595517":1,"005868818660827208":1,"005876839286179493":1,"00587830743075116":1,"005888772435177785":1,"005891771310693825":1,"0058997564094368":1,"005902438446053975":1,"005917576348241933":1,"0059222575711283506":1,"005931499061639651":1,"00594623669898363":1,"005960707926342592":1,"005964106271243309":1,"005977758816907746":1,"005985098550049879":1,"006000352395217815":1,"0060121526076358615":1,"006037221228147459":1,"006040337315929651":1,"0060494313581259136":1,"006050857498087829":1,"006084168887024854":1,"006089611672409704":1,"006118496517918092":1,"0061195826870927205":1,"006131963374173964":1,"006132713412870619":1,"006178759646585028":1,"006183845929647943":1,"006191324926362229":1,"006204730485305811":1,"006227776596265304":1,"00623995110326178":1,"00625":1,"006266137547956421":1,"006279793595354314":1,"00629613314288695":1,"0063004233924217265":1,"006334843046830716":1,"0063440763916304726":1,"0063654178342266105":1,"0063929287013272254":1,"006392960385291421":1,"006425199788998898":1,"006435100642804394":1,"006438730330551886":1,"006454184041882448":1,"006463172340734614":1,"0064638219660937":1,"006495356514726624":1,"00650956854653122":1,"006509649895313023":1,"006518555411651957":1,"0065861188228997":1,"006589256270300493":1,"006597245926963397":1,"006603672102317508":1,"006656921508095547":1,"006674123842403863":1,"006688297628692277":1,"006718148253306142":1,"006731013575936069":1,"006764470937671415":1,"006782791762701854":1,"006808447984102591":1,"006839076222332413":1,"006860531054117047":1,"006880798826550211":1,"0068892805122766155":1,"00696255385246182":1,"006966767023781179":1,"006973569734959133":1,"0069823916749248045":1,"007051233988293447":1,"007061376993629168":1,"007070806222384726":1,"007079135074523239":1,"007087645486251192":1,"007101552834019033":1,"007131017397058897":1,"007152766367763962":1,"007185573429993422":1,"007196637724816567":1,"007243788511560532":1,"007247804644228547":1,"007307160352635534":1,"007309448097844512":1,"0073465612845261645":1,"007393853246196449":1,"007426158506931433":1,"0074358928076017575":1,"00744910838938309":1,"0075":1,"0075468529932281635":1,"007552152349252341":1,"007555520660122052":1,"0075721189817221":1,"007665875356257558":1,"007671617675722493":1,"00771621096932453":1,"007719119198397346":1,"007720387858672822":1,"007752291600468274":1,"007780252248724307":1,"007800540681949929":1,"007861697374578596":1,"007868566426508449":1,"007895217351799527":1,"0078987335681264":1,"007933712070431037":1,"008021403947370553":1,"008029610350180237":1,"008071223744104492":1,"008080942847933202":1,"00814835035802096":1,"008199796990799828":1,"008213169353995584":1,"008276826708992881":1,"008279662039687096":1,"008359644192330842":1,"008379611908289815":1,"008415430421728726":1,"008451107934213309":1,"00848343766766287":1,"00848764862276511":1,"008510745074280695":1,"008555749036534901":1,"008569574181053839":1,"008661781046928193":1,"00866657020748427":1,"008700713423606012":1,"008701385138934571":1,"00875":1,"008770238778529107":1,"008827219048483702":1,"008850421023640295":1,"008931322460754156":1,"008982199108146235":1,"008992792145170228":1,"009004971061798832":1,"009163390964321302":1,"00916446441929632":1,"009173950429516435":1,"009206089747972684":1,"009248671857372616":1,"00929058977130974":1,"009329003492439248":1,"00933911770328748":1,"009430021158784442":1,"009442589376655116":1,"009498692038208731":1,"009520075084870447":1,"009537710578471657":1,"009673635005462873":1,"009692423912527656":1,"00970034229208803":1,"009706366134419967":1,"009853938350813388":1,"009898093938168344":1,"009956369873889814":1,"009985781603207348":1,"01":1,"010039708838214029":1,"0100953613818169":1,"010118732164859628":1,"010166891237276116":1,"010231053821284636":1,"010235257972446002":1,"01028727201993311":1,"010298270868390963":1,"010428081007385069":1,"010496491567970277":1,"010506924014388441":1,"010529976951698477":1,"010605817109851942":1,"010630898202448485":1,"01072142132326356":1,"010839613035584323":1,"010841477681649779":1,"010941861835312405":1,"010942497069147173":1,"011054332662468549":1,"011067326941406896":1,"011122735128216078":1,"011168342753061646":1,"0111707775204434":1,"01124999999999":1,"01125":1,"011275163446553244":1,"011298475257621393":1,"011400959041307508":1,"011502210617150364":1,"011518964952487212":1,"011545735398964427":1,"011639803001009462":1,"011675005324992197":1,"01173557790347629":1,"011884963816313772":1,"011887204511086165":1,"011975367143785932":1,"012073438974802609":1,"012100887020013572":1,"012136527074066908":1,"012164719692234024":1,"012221677868778407":1,"012276741991570434":1,"01239457425527927":1,"012474606858522044":1,"012495234412790723":1,"0125":1,"012659182198116858":1,"012688909958239404":1,"012693703346937748":1,"012734247672225567":1,"012930422532133742":1,"012941965525990673":1,"01300069015027621":1,"013125133545032825":1,"013208361083612612":1,"013226238708620656":1,"013274019888075056":1,"01329986539454368":1,"013415331836834615":1,"01349305725205547":1,"013554317681326552":1,"01358693654555307":1,"01375":1,"013784563358062886":1,"013841658942583752":1,"013917169272660401":1,"013949352190717539":1,"014075947782743535":1,"014082923963059006":1,"01413611308901473":1,"01438817516156171":1,"014437742901539609":1,"014449461784780977":1,"014450600849749152":1,"014535615642172458":1,"014593907742005004":1,"014700343846963638":1,"01474660385569282":1,"0149999999999":1,"015":1,"0150143538420156":1,"015019446952080727":1,"015062743424792292":1,"015142675443610667":1,"01532238098256397":1,"015345490666040835":1,"015386200356246925":1,"015614163810581685":1,"015678469629425807":1,"015717003922106485":1,"015724235520746123":1,"015781574831296295":1,"015879830743868326":1,"0160183661099459":1,"016055173145254065":1,"016172375971813393":1,"016172721058753392":1,"01617482654315002":1,"016175831091111134":1,"0161801039859624":1,"016181675824869946":1,"01618824004414581":1,"01619022545228782":1,"01619926702142835":1,"016201450568328717":1,"016213217809205933":1,"016215322136157454":1,"016230125912987798":1,"016231811451759687":1,"01625":1,"01625002547735821":1,"016250890107745636":1,"016251398214633228":1,"016272529956393837":1,"01627295130935357":1,"01629670307198927":1,"016298938900146682":1,"016323381712508515":1,"01632802444492204":1,"01634070545811618":1,"01635253828070341":1,"016360244860817517":1,"01636514916131489":1,"016384145284633868":1,"01639563780279863":1,"01640071600296071":1,"016418175297699802":1,"016434241677321815":1,"01645460091822214":1,"016476095653632592":1,"016493394728622823":1,"016521239672533432":1,"016534529254254197":1,"016569714452444206":1,"0165779769219289":1,"016621561492565592":1,"016623710018202297":1,"01667170064746078":1,"01667682307294245":1,"016718773768406536":1,"016721920689870693":1,"016735542251210173":1,"016753628609864176":1,"01677434175924441":1,"01679776285579228":1,"016823278520577845":1,"016828935160881988":1,"01686352947530191":1,"016885671849448967":1,"0169287668485016":1,"016932887443883687":1,"016944522386953167":1,"01699434293256656":1,"0170054569008859":1,"01700588282221539":1,"01706844504259558":1,"01707917998220663":1,"01708256237387114":1,"01711389438279858":1,"017133455945964517":1,"017162973536729412":1,"01720045818646257":1,"01722712596631649":1,"017247164389090044":1,"017269419740654306":1,"017335183610144723":1,"01734030794623942":1,"01734077346361891":1,"017413089462709176":1,"017427080434425132":1,"01744629204852775":1,"017481483190287868":1,"017487730232704935":1,"0174999999999":1,"017522904599832013":1,"017564195444167797":1,"017622706288827263":1,"017642449493371723":1,"017649198681690324":1,"01768755318128671":1,"0177224559489354":1,"01772653606234941":1,"017793512246152606":1,"01779396785157797":1,"017796122685500945":1,"0177974554318525":1,"01780183372623048":1,"017803941371963776":1,"01780417751691132":1,"017810680441981256":1,"017813392478711502":1,"01782001753492305":1,"01782269845225686":1,"017825775946365783":1,"01783444478599106":1,"017837923949633936":1,"017841059321167013":1,"017856350489922027":1,"017856393725241018":1,"017859210464746894":1,"017878145192390796":1,"017880197516546913":1,"017887576007053305":1,"017903216408242682":1,"017903988855307758":1,"0179305530597008":1,"017931646093364617":1,"017946483547954792":1,"017959858868170746":1,"017963473649054713":1,"01797261230036667":1,"017991875138057015":1,"01799873917227431":1,"018026570804060223":1,"01803748346803439":1,"018059246318047745":1,"018062703568282185":1,"01806391483611925":1,"018079748059067223":1,"018103876196763968":1,"018125575192604212":1,"018146423798008522":1,"018147436991921992":1,"01817500784406962":1,"0181831560988287":1,"0181915264578503":1,"018200246460717984":1,"018228089717487836":1,"01823714223649225":1,"018238436457258936":1,"0182391528564401":1,"01828486524238927":1,"018289271491989962":1,"018307892313436058":1,"018328318922710547":1,"018341850636485996":1,"01834537956698681":1,"01839685829127503":1,"01840967854738107":1,"018415858459583476":1,"018420922853588727":1,"01842289630459222":1,"018436963187732837":1,"018454262142595323":1,"018463370936308194":1,"018477808732538265":1,"01851402951712346":1,"01851490874176455":1,"018549817344769858":1,"01857041936797441":1,"018576127337611468":1,"018586850435570724":1,"01861023018914091":1,"01862575225542769":1,"01862766511033432":1,"018640522078690425":1,"01870566195551254":1,"01870683966871664":1,"018707179722919104":1,"01870831102831465":1,"01874999999998":1,"01875":1,"018776065717158716":1,"018789595520877885":1,"01879555445191795":1,"01880468850872755":1,"018847144929357455":1,"018850687715884825":1,"01887760257169395":1,"018903726879216223":1,"018920381605831153":1,"01892708428039948":1,"018969733225820344":1,"018979681812468428":1,"01899573932912926":1,"018997598183039952":1,"01900390378114853":1,"01902394343431414":1,"01906603804571841":1,"019073180976578136":1,"01910516703819352":1,"019149090206120118":1,"01915266867959653":1,"019166567978517148":1,"019203094388720473":1,"01920746329128188":1,"019232163855173196":1,"01923416378388098":1,"019271374288829347":1,"01930521039006414":1,"019310737996055757":1,"01931762681056179":1,"019378572861562245":1,"019380508483897194":1,"019403017418432936":1,"019414935423319984":1,"019427160511284815":1,"0194660039582063":1,"019490294367362073":1,"019494022230629834":1,"01951999866260132":1,"01957941548298939":1,"019611967264078482":1,"019625869628918168":1,"019631514526583946":1,"019670337622826512":1,"019732489072858562":1,"019734395286878727":1,"019763016643869005":1,"01978333497173277":1,"019801783862085302":1,"019837186660642124":1,"01983979659405878":1,"019857407371838113":1,"019861357859174214":1,"01994773065816876":1,"019953463572169237":1,"019976851623773634":1,"019992906278521374":1,"02":1,"02003103830919028":1,"020051137922866263":1,"020056228617383806":1,"020101802968265164":1,"020129091449261647":1,"02015038198934216":1,"02015675508673628":1,"020165226734614437":1,"020193757887252813":1,"020251146201367226":1,"020253872596005248":1,"020254868657731344":1,"020269963740835735":1,"020274660211358035":1,"020323893747311632":1,"02032423478827151":1,"02032448985140763":1,"020325502383481485":1,"02032603336304729":1,"02032768562023642":1,"02032853420981479":1,"02033077327019673":1,"02033200197762505":1,"02033475379551287":1,"020336445903765137":1,"02033961535482279":1,"020341528847826373":1,"02034187486972998":1,"020345345809135756":1,"020348297393839896":1,"02035193272761604":1,"020353379832247002":1,"020355721623627785":1,"02035936339327984":1,"020364155327983965":1,"02036762480861885":1,"02037360588904719":1,"020376703701163748":1,"0203840802938306":1,"020384463219327048":1,"020386586529000862":1,"020395585125571894":1,"020397259486255048":1,"02040812655479737":1,"020408708508551747":1,"020415572834504223":1,"020420919278470985":1,"02042171033009017":1,"020433877231005856":1,"020436341768553405":1,"020447567559037837":1,"02045202574595964":1,"020457030980352033":1,"020461975218841043":1,"020468766686578748":1,"020477084935627207":1,"020486568552676943":1,"020492881209142964":1,"020494568935878754":1,"020495453909432124":1,"02050543483368047":1,"02050934831933058":1,"02052536853499839":1,"020526470332063063":1,"020531204512691546":1,"02054423110496411":1,"020546372166499596":1,"020562046553121466":1,"020562614293323057":1,"020565967557930817":1,"02056844773064032":1,"020581603356114513":1,"020591596710239257":1,"020601181562131976":1,"02060490958328134":1,"02060960898736811":1,"02061582005589858":1,"020621331996244305":1,"02064111817307019":1,"020642037565783377":1,"020647744208708713":1,"020663281007070836":1,"02066749090876778":1,"02066837225366179":1,"020677048605042096":1,"020685044892091328":1,"020694937537926606":1,"020707311635319036":1,"020715416471839943":1,"0207211957070787":1,"02072345674941408":1,"020725810363518917":1,"020730063500703864":1,"020753046631695846":1,"02075328260882298":1,"020775952570060825":1,"020776950944202906":1,"0207837046581634":1,"02080105036281671":1,"020815427672130942":1,"02082556259976027":1,"0208260200468947":1,"020848211871510768":1,"020850469277110956":1,"020875751911971357":1,"020881303854867417":1,"02088205279317821":1,"020884730767535362":1,"020901391924700214":1,"020909794046754908":1,"020916945297039018":1,"02092537100696971":1,"020927370647331835":1,"020936649939690494":1,"020952883549813887":1,"020953669332184736":1,"02098026916065956":1,"020989861008556827":1,"020994648883528654":1,"021007151252225572":1,"02102787040392615":1,"02102875189681078":1,"021030632617040707":1,"021034296673594376":1,"021046337146037947":1,"021047235022105166":1,"02106168644807882":1,"021066903723228926":1,"0210893015651343":1,"021105647725871035":1,"02110652375904014":1,"02110695219326205":1,"021117122990078976":1,"021129907001831386":1,"021145131673988772":1,"02114800626297527":1,"021157703465209555":1,"021173308563762205":1,"02119005558598394":1,"021201634612349512":1,"021216339077677285":1,"02121766687411358":1,"02123009078913977":1,"02123308900296172":1,"02125":1,"021258658090499014":1,"021267982801618728":1,"02127709452394591":1,"02128731755045172":1,"0213160502514973":1,"02132205931059077":1,"021330644684140646":1,"021339434465980637":1,"02134483733555264":1,"02136796965840674":1,"021373660015010985":1,"02137799999157932":1,"02139135126486168":1,"02140249958390699":1,"02141481097902626":1,"021431337429176973":1,"021444518296162375":1,"021456549477485234":1,"02146015504200293":1,"021461520263523003":1,"021461586256767282":1,"02146170360761388":1,"021461898786378428":1,"021462138966108033":1,"02146245493045662":1,"021462567782539625":1,"021462828889229332":1,"021463251649162726":1,"021463775797438935":1,"021464285787733156":1,"021464981978543466":1,"021465554079516374":1,"021466449584830908":1,"02146705314903016":1,"02146818063023537":1,"0214687795150387":1,"021470176987531855":1,"021470729593648607":1,"02147244038556225":1,"021472899701422982":1,"0214749724064938":1,"021475286058512625":1,"02147777448311136":1,"021477884791803507":1,"021480691938079638":1,"0214808478961448":1,"02148370344720043":1,"021484193771632954":1,"021486915185291677":1,"021487681492723086":1,"021487813078325615":1,"021488934029228277":1,"02149032293794924":1,"021491706625125128":1,"02149392241345454":1,"021495875058569147":1,"02149770924600096":1,"02150031886035627":1,"021501678998930164":1,"0215050383449163":1,"02150582716797747":1,"021510033657026938":1,"021510149184525224":1,"021511223659947145":1,"021514640418863265":1,"02151530476947883":1,"021517656124832692":1,"02151929618345542":1,"021520851480790967":1,"02152411173621103":1,"021526673412978443":1,"021529082283760437":1,"02153277000937482":1,"021534202984733374":1,"021539140532511245":1,"02153946895303913":1,"02154208515948627":1,"021544875261147376":1,"021545784062054714":1,"02154630320145299":1,"021550416943368497":1,"021552699492807855":1,"02155396466232871":1,"02155608899913222":1,"021559223646182915":1,"021559885532772792":1,"021560761265776728":1,"02156188639626333":1,"021567340701281634":1,"02156780407425327":1,"02157141319089006":1,"021573836947526275":1,"021574857281936387":1,"021575063327196334":1,"021579979908698803":1,"02158305154718069":1,"021586227831830892":1,"021591303304047373":1,"021592575575668092":1,"0215969533334016":1,"021599017986872596":1,"021599816345182984":1,"021603300550912093":1,"02160554990324211":1,"021608588221054176":1,"021611162300918897":1,"021612166156915084":1,"021617616283798078":1,"021618861577560742":1,"021625630995552498":1,"02162689768590021":1,"02163161536636674":1,"021632469245123187":1,"021636429378963318":1,"021639371167500566":1,"021646208112570522":1,"02164633161402155":1,"02165334544922354":1,"021656230433246354":1,"021659784271208734":1,"021660407553911312":1,"021662407495734202":1,"021666492683519285":1,"021667512828197746":1,"021674656194516854":1,"021674695481034054":1,"02167699100108948":1,"021681832600607378":1,"021687721318105525":1,"021687790004806265":1,"021698679360554037":1,"02170574118950156":1,"02170986064776608":1,"0217144765934909":1,"02171561551448335":1,"0217212604920444":1,"02173287399841553":1,"021743243966958068":1,"02174469606451095":1,"02175656194159663":1,"02175672138058143":1,"021767348334193717":1,"021768944429648836":1,"021770658759706792":1,"02177350356351169":1,"021781359487799634":1,"021790867377057214":1,"021793960624624433":1,"021797843532238077":1,"02180674170380786":1,"02181397046462454":1,"021819696383873148":1,"021821000438867488":1,"02182478217725968":1,"021832818119085776":1,"021842608315506683":1,"021846100160520507":1,"021851458851722044":1,"021859535557296184":1,"021873117157982593":1,"021875409594362315":1,"021877857987721475":1,"021886837612183695":1,"021887056085465352":1,"02190068937230144":1,"02190396430324626":1,"021907671762509295":1,"0219146646954844":1,"02192156637349922":1,"0219287556457653":1,"021929762812748894":1,"02193055143874987":1,"021942954096391524":1,"021946831923254834":1,"02195523883752771":1,"021957251732352516":1,"02197164005310793":1,"021980378015901216":1,"021983497229322628":1,"02198611037552026":1,"021986400547383194":1,"021998051395194246":1,"022000653836995534":1,"022005166313158662":1,"022015261398835476":1,"02201729201835681":1,"022025039943759782":1,"02202845402847842":1,"022029590031270488":1,"022029923849804466":1,"022042930419695256":1,"022044631809914342":1,"02205363581834254":1,"02205937573442996":1,"022074145918098212":1,"022077290677798247":1,"022088932499602934":1,"022100113466814113":1,"02210054197727322":1,"022103725466247934":1,"022118514658870107":1,"022123377457207154":1,"02213328977698431":1,"022134558528957307":1,"022142254563614173":1,"022142902135337615":1,"022145785239118275":1,"02214804038416139":1,"02215792100007518":1,"02216275591364044":1,"02216775383354603":1,"022177425674176066":1,"02218927214764823":1,"022192038856121064":1,"0222065845377446":1,"02221032949243939":1,"022210911831269498":1,"02221632322051362":1,"022221051691785565":1,"022227602157976766":1,"022230915589657507":1,"022235429192240426":1,"022239805053533793":1,"022249705821384507":1,"02225102057824725":1,"022261187493876903":1,"022263870277025175":1,"02227063502044803":1,"022275289209422146":1,"02227791117998501":1,"022284649057520846":1,"022285115137087606":1,"02228519520994109":1,"02228658194190571":1,"022286764738024822":1,"022289037609465167":1,"022289368414935562":1,"022289749907476248":1,"02229181708181261":1,"022292469928611006":1,"022293016635687803":1,"022296866346530712":1,"02229771940931565":1,"022302213975613452":1,"022303486350833242":1,"022305576472718202":1,"022308356664791588":1,"02230849960019484":1,"02231032667297442":1,"022315709683200992":1,"022318249177699447":1,"022319177789730787":1,"022321824310596455":1,"0223238303727057":1,"022326447156938024":1,"02232726224745678":1,"02233260942507306":1,"022332847508414404":1,"0223347869200618":1,"02233565530972354":1,"02233737383618855":1,"02234274662808871":1,"02234285799564789":1,"022344013691951":1,"022344118954716552":1,"022345859734749875":1,"022348591460068602":1,"022353512973924954":1,"02235891704734553":1,"022360922187962654":1,"02236104902532297":1,"022365131498900345":1,"02237176967302466":1,"022374372631600525":1,"022377546363520334":1,"022377586873099944":1,"02237982415600022":1,"02238440591273098":1,"022388948935451066":1,"02239086349003761":1,"02239349936704562":1,"022394783170615218":1,"022396814067577684":1,"022404656766291005":1,"022404945472983828":1,"022408902153039634":1,"02240898244842268":1,"02241981668131307":1,"022420899385621477":1,"02242150130245968":1,"022423749297419145":1,"02243050105691445":1,"022432553238949878":1,"022435460716883144":1,"02243803583654654":1,"022439487222792286":1,"022443932407688175":1,"022447425855971096":1,"022451757268428803":1,"02245186093045858":1,"022455025340858057":1,"022455243638473787":1,"022458618695225186":1,"022462143128033657":1,"022464909553444046":1,"022465820547602888":1,"02246900042818991":1,"02247630660770149":1,"022477489114594688":1,"022478899365067577":1,"022486472182205133":1,"022486862078160263":1,"022489492837287337":1,"02249630602418685":1,"022498739280167507":1,"02249999999998":1,"0225":1,"022500332342934783":1,"02250091806864028":1,"02250542851701037":1,"022505796989591816":1,"0225117626163204":1,"022512022771757196":1,"022514934048176935":1,"02251613285595158":1,"02252202474691219":1,"022522920192339438":1,"022523706294527466":1,"022524682156652688":1,"022531703183822475":1,"02253210295913793":1,"022540113419544223":1,"022540797104725237":1,"02254460519108491":1,"02254666491693782":1,"0225477272114934":1,"02254866672363325":1,"022549306138551866":1,"02254965175087983":1,"022554934040137226":1,"022557230362032908":1,"02256172379123522":1,"022564570295798253":1,"02256517960331269":1,"02256808654235256":1,"022571326900043476":1,"02257156794742973":1,"02257401257403796":1,"022577414207520418":1,"022577501569770817":1,"022579492380966237":1,"022583096129613962":1,"022584516683030156":1,"022586387172390986":1,"022588112828256613":1,"022589076436365797":1,"022592554332455383":1,"022593162844295574":1,"022596423720678327":1,"022596767368172798":1,"022597630128111463":1,"022599724476370875":1,"022599881738111616":1,"022602460480861713":1,"022602497963586023":1,"022604608343881578":1,"02260463600592148":1,"022606205478383476":1,"022606255705987822":1,"02260728227668461":1,"022607324610070735":1,"022607831968497295":1,"022607848113352546":1,"0226082094805929":1,"02261785909250699":1,"022624851703082698":1,"022630627920714373":1,"022639049928661358":1,"02265072310417774":1,"022653232302109364":1,"022653623703522655":1,"022677177865355773":1,"022682770926146022":1,"0227010011064288":1,"022701271275879824":1,"0227016543367665":1,"022713465932522645":1,"022725884646010174":1,"022737108936632368":1,"022745315019802266":1,"022750566954412115":1,"022750998536002143":1,"022759701271238296":1,"0227605010001104":1,"022763227681823716":1,"02277659336371611":1,"022778315212317577":1,"022802649413061295":1,"022812462844396145":1,"0228256884540727":1,"022829146842621863":1,"022832913265984002":1,"022847753544285768":1,"022849111017961842":1,"022856065694468332":1,"022856413327437965":1,"022882813801092895":1,"022883385903156535":1,"02288418221779323":1,"022888341086909243":1,"022911087304915746":1,"022921743031651683":1,"022939149647026858":1,"022946108029930013":1,"022946283794139984":1,"02295114211695291":1,"02296042939663377":1,"022967552597390768":1,"022975696008850074":1,"02297597781135012":1,"02299627575428645":1,"023000233950429785":1,"023014046964281012":1,"023025298656317406":1,"02304114854031217":1,"023042014671092435":1,"02305460079254454":1,"023072026516147107":1,"023077009945285852":1,"023083164205609907":1,"02308416161280265":1,"023094880015499118":1,"02311396053819712":1,"02312627116001863":1,"023136234032195425":1,"023139984287908515":1,"02314397697177656":1,"023170458773774664":1,"02317419030937644":1,"023195468106882892":1,"023197507777450152":1,"023202707700667978":1,"023202922149337692":1,"0232045799506281":1,"023213887738262915":1,"023215715555723493":1,"023228873362645938":1,"023235125310126628":1,"023262029135315814":1,"023265774636258965":1,"02326580582875057":1,"02329660098512558":1,"02330938624456668":1,"02331986535593139":1,"023327490307223503":1,"023328491827736383":1,"023332640993616784":1,"023340128165910825":1,"02335777270001601":1,"02335845338408768":1,"023389469877674526":1,"023391022800804035":1,"023407173384731233":1,"02340914401985868":1,"02342051953480093":1,"023424297456423167":1,"0234496895408299":1,"02345106109671121":1,"023451582199186215":1,"023453315658840557":1,"02345757223039568":1,"023482637823576905":1,"023496644781817667":1,"02350895219952894":1,"023510540487355062":1,"023510642949144005":1,"02351070627579099":1,"023511010627817075":1,"023511143214049995":1,"02351164035951672":1,"0235118540647897":1,"02351252885312085":1,"023512841450557993":1,"023513666481941916":1,"023513672693520497":1,"023514107850653963":1,"023515068344921744":1,"023515317562794246":1,"023515655598020217":1,"023516712154170852":1,"023517486876167858":1,"02351860035410148":1,"023519603716135457":1,"023520729066902956":1,"023522007993483408":1,"023523094307508496":1,"023524701425325117":1,"02352569198700239":1,"023527685567396487":1,"023528517916045048":1,"02353096181116525":1,"02353156780831488":1,"02353453138098175":1,"02353483728396598":1,"023538321873100527":1,"023538395331272836":1,"023542017019254884":1,"02354255454378059":1,"02354464838172521":1,"023545918082898302":1,"02354700972484769":1,"02355002034494315":1,"02355176140275126":1,"023554319010265598":1,"02355680992508718":1,"023558809211235647":1,"023561295267888256":1,"02356215545620682":1,"023563486011255335":1,"023567797974708357":1,"023568344408304045":1,"023569068938082548":1,"0235733793384897":1,"02357373727098479":1,"023575563876142423":1,"023576974765320523":1,"023578585679604688":1,"023579972944830954":1,"023582304592950607":1,"023583958254685292":1,"023586504403111868":1,"023589491835573403":1,"023593330857494845":1,"023595181146479238":1,"023600451322247893":1,"023601020867543815":1,"023606393476507496":1,"023607005638399837":1,"023607864612107024":1,"023613130061729656":1,"023614582407102798":1,"023615569340215175":1,"023619388706818973":1,"023623563916135522":1,"023625776113104832":1,"02363184654394212":1,"023632286793716532":1,"023637117864574765":1,"023638232647886982":1,"023638915239007973":1,"02364041522039082":1,"02364565592007998":1,"023648040486844126":1,"02364926773317358":1,"023652503292291054":1,"02365634756277869":1,"023658401659259278":1,"023659451798755095":1,"023666062030897002":1,"023666495873824422":1,"023667717904881657":1,"023667814363324404":1,"0236687935675955":1,"02367362994655662":1,"023677502996276904":1,"02368084844416351":1,"023686585063886822":1,"023687464493876667":1,"02368814579544066":1,"02369769557545621":1,"023698174657076604":1,"023699035760894115":1,"023708192742745195":1,"023708717781157226":1,"02371895227880245":1,"023723907661849897":1,"023728469388216458":1,"023729970247059418":1,"023741242490478764":1,"023747857400782738":1,"02375":1,"02375276463083227":1,"02375858358501736":1,"02375932786685205":1,"02376453206810191":1,"023776539980008324":1,"02377990254808231":1,"023788498966042685":1,"0237887833216708":1,"02380125682540303":1,"02380211195396398":1,"02380352975953103":1,"023813955000648916":1,"02381819749381142":1,"023819051986645332":1,"02382687213406274":1,"02382763283412343":1,"023836755014382493":1,"023840002289738118":1,"02384766138681016":1,"02385333930959011":1,"023866876813894936":1,"023876873131391613":1,"023878150448908772":1,"02388060820199174":1,"02388432998494417":1,"023893652794367316":1,"023894440763388633":1,"023894526653150883":1,"02390533238531449":1,"02390581549354257":1,"02390862512761321":1,"023919823136560752":1,"023922896367804748":1,"023934471530503914":1,"02393656494252782":1,"023937332899731274":1,"023951927034557154":1,"023952934397565386":1,"023962824602225506":1,"0239666708703728":1,"023972488139219962":1,"023980902125384614":1,"023981556294155076":1,"02399085838263852":1,"023994236572266826":1,"02399657498392487":1,"024011718411106015":1,"024012209405156266":1,"024018556870728007":1,"02402697784308965":1,"024035385222647282":1,"024042344346007938":1,"024045904401388526":1,"024051105917517825":1,"024054290232695355":1,"02405780878772102":1,"024072238146884424":1,"024072885656045723":1,"024073361841020977":1,"02408899398705627":1,"02409606990584845":1,"024099485673027048":1,"024104695518980174":1,"02410711309415125":1,"024120456545826358":1,"024125447080276766":1,"024125689857664962":1,"024132991843478318":1,"02413620136979071":1,"024136266996614718":1,"0241501360545019":1,"02415148399211626":1,"024152116624690256":1,"024162197819438243":1,"024167995012297654":1,"02417685424488145":1,"024183891575393884":1,"024194325319498233":1,"024194440564101288":1,"024197895562211587":1,"024199795568701006":1,"024201787180008573":1,"024215696091000966":1,"024216299480002063":1,"0242262697659661":1,"024231582090673998":1,"02424092515921958":1,"02424744237148184":1,"024250289384170166":1,"0242565532157664":1,"024260879959784317":1,"02426326559859674":1,"024263995773529726":1,"02426840770727408":1,"024269357202743345":1,"024273833837151766":1,"02427904030487684":1,"02429475489738818":1,"02429689135635017":1,"02431039766417321":1,"02431929753382008":1,"024319450609519275":1,"024321309928671094":1,"024325068444097504":1,"024325153912387956":1,"024325956781265354":1,"02434142031994864":1,"024341500707734373":1,"024345613084769832":1,"024356776254261206":1,"024363031211987286":1,"024372012468740864":1,"02437209648955779":1,"024376884724020532":1,"024382640073580132":1,"024383974547833403":1,"024384032139358677":1,"024386850719923473":1,"024387116766410612":1,"024402076877001452":1,"024404493968756925":1,"024416880465409442":1,"024421655687323487":1,"02442440764621378":1,"024431515140383445":1,"024443764589727718":1,"024445968463439542":1,"024446189305509625":1,"024446546203215708":1,"024460227957997554":1,"024462556693646813":1,"02446992637603983":1,"024474281118734717":1,"02448077633258364":1,"024488115421150893":1,"02448872355365927":1,"024498416364855675":1,"024501718331339357":1,"024503049351123952":1,"024510980097958327":1,"024513941976109878":1,"024515077315956528":1,"02451547013544546":1,"024516847546430992":1,"024528179852383612":1,"024529408462968798":1,"024531931478475696":1,"02454101343907251":1,"024546341047869416":1,"02454779471919531":1,"024553565606067897":1,"024557398695119144":1,"024562358412734395":1,"02456305467547345":1,"02456582392569675":1,"02457590473573469":1,"024577706658799273":1,"024577776023416237":1,"024589409588810188":1,"024591746474786295":1,"02459943331612503":1,"02460071238672395":1,"024605170423180955":1,"0246063985017701":1,"02460920791460561":1,"024611672268526945":1,"02461797529737607":1,"024622277183491685":1,"024630158383430602":1,"024632515190277496":1,"024636946129387396":1,"024641281894313187":1,"024641717458598233":1,"024642374468506846":1,"024648907744053625":1,"02465184333042156":1,"02465265078936799":1,"024658450370557083":1,"024660910232605873":1,"02466295712902118":1,"02466956378776272":1,"024672635714709627":1,"024677792776529428":1,"02468168626406122":1,"02468558615931835":1,"024689826566773234":1,"024690108971319423":1,"024692933088167834":1,"0246979045030244":1,"024699822918588445":1,"02470507399324405":1,"024705102247193376":1,"024706245221389003":1,"024707072150057":1,"024708935575533497":1,"02471161903836412":1,"024712189794466873":1,"024717541691447204":1,"024717646674546494":1,"024722606148849982":1,"024722844456171206":1,"024727058766683473":1,"024727530280358522":1,"024729095988439025":1,"024730995350922616":1,"024731602549107796":1,"024734407009380528":1,"02473506507754073":1,"024737285146041465":1,"024737922103177032":1,"024738632444794496":1,"024739621472143307":1,"02474017827795104":1,"024741408017092008":1,"024741838659884177":1,"02474263713919111":1,"024742908704427732":1,"02474330153616954":1,"024743394255490908":1,"024749142585506558":1,"024766657714998003":1,"024773234878377466":1,"02479055331081928":1,"024791439662792163":1,"024802454237196424":1,"024817152512465263":1,"02482931925428701":1,"024836428928958352":1,"024839728255981706":1,"024865428168279344":1,"024868526146537773":1,"024895081942497926":1,"02489869132819051":1,"02489887073559938":1,"024906509265008696":1,"0249240070313101":1,"024926871094102014":1,"02492964057252403":1,"024953013346297803":1,"02495773422567203":1,"024973533699147604":1,"02497706736825498":1,"024983151162730265":1,"024998373751134048":1,"024998983923925976":1,"025":1,"025000670467619855":1,"025005893757092574":1,"025018715355879472":1,"025025967266488185":1,"02502942286864619":1,"02503621568225865":1,"02504075617183169":1,"025043379805699702":1,"025051440692253176":1,"025058142313492272":1,"025064348039779076":1,"025070268513896814":1,"02507330656920356":1,"025074897335059777":1,"025079774872010286":1,"025083050233802202":1,"025086680544495157":1,"025088770523663772":1,"025091007324978293":1,"025092024207709857":1,"0250927795845663":1,"025108130126599945":1,"025133324702363055":1,"02515833931133038":1,"02517560784971731":1,"02521237750557419":1,"02523563826122759":1,"025243140485142333":1,"02531067805192894":1,"02533629043458463":1,"02535941765626543":1,"025378169464146016":1,"025400189426997715":1,"02542666651004531":1,"025435209381876534":1,"025445562553395362":1,"025451662950347582":1,"025512804094004696":1,"0255323246416606":1,"025579839830968048":1,"025627567239798928":1,"025646614510701046":1,"025649633828040398":1,"025689208506491815":1,"02570000220277046":1,"025713071914673178":1,"02572086979649235":1,"02577915489597312":1,"025812166631828736":1,"02584480541885669":1,"025901393869515826":1,"02590567917661084":1,"02590996460131991":1,"02594380126584433":1,"025974572760731972":1,"025978274871076134":1,"025988489538470494":1,"026038569462554666":1,"0260733936719393":1,"026101893572166114":1,"026156048403829856":1,"026164483309797266":1,"02616866542324132":1,"026185937687689873":1,"026226276308579793":1,"02623639806193878":1,"026241750768471652":1,"02625":1,"02626140223059266":1,"02628720967569369":1,"026314389257769653":1,"02634722005659207":1,"0263598692162008":1,"026389970972643687":1,"026406243702269287":1,"02646309463981659":1,"02646421653952693":1,"026473016713254305":1,"026521074244180005":1,"026533714222327243":1,"026543297103114996":1,"02654929063865643":1,"026576752317133384":1,"02660178628631736":1,"02663118616324565":1,"026650262802904473":1,"026667270069576365":1,"02667409628554713":1,"02668431117288473":1,"026684558620152253":1,"026709518797202965":1,"0267301275450817":1,"026736062806066378":1,"02678637667905344":1,"026790323479322312":1,"026813656934736883":1,"026835188653280353":1,"02684183449513278":1,"026847825485211335":1,"026848238371990213":1,"02688243492645412":1,"02690260406941359":1,"026928052125669656":1,"026954632673933696":1,"026971977402364348":1,"027003887711831744":1,"027014148528923733":1,"027050348596955157":1,"027054503996737676":1,"027092983115494223":1,"027093997767597713":1,"027129526113486572":1,"027133490115977828":1,"027134820704019215":1,"027138915638839793":1,"02715635540011024":1,"02716407423869746":1,"027172805939782378":1,"027196569860414768":1,"02720794506688645":1,"02722695657112225":1,"02724023273470018":1,"027255179288400457":1,"027266444272239298":1,"027269666642719778":1,"027281184356564604":1,"027296247527200015":1,"02730491964775919":1,"027319979141729126":1,"02732633466222288":1,"027340868231839826":1,"027345380627432275":1,"027358924503769984":1,"027362010595829246":1,"027374160587506954":1,"027376179540834045":1,"027386591994269086":1,"02738784445084486":1,"027396237068596632":1,"02739696442092473":1,"027403116935241886":1,"02740350074187791":1,"027407255441064805":1,"02740741698642068":1,"027408679092155712":1,"027440402742285416":1,"02744432333491256":1,"02746741115008172":1,"0275":1,"02761781225512612":1,"027717612413415645":1,"02774615070773016":1,"02778115017022025":1,"02805600006789711":1,"028057019978803346":1,"028097298082687655":1,"02810267018720622":1,"028166523136190297":1,"02836977639496828":1,"02841556111874003":1,"02858748176424359":1,"028612520340022735":1,"028687289721829018":1,"028735625708530988":1,"02875":1,"02878020273061075":1,"028788267823356535":1,"029008333979847385":1,"029054931753954287":1,"029057158133231602":1,"029061986861506805":1,"029071642698045616":1,"02921252969379951":1,"029332686457800072":1,"02937980424749808":1,"029493070822589125":1,"02952395740768013":1,"029554527702005125":1,"029660107286876822":1,"029703189280530395":1,"02992623876636948":1,"029990338957007364":1,"03":1,"030026917724109967":1,"03003549180238685":1,"0301981263674028":1,"030323105870054195":1,"03035057331607166":1,"030353726810565515":1,"030513871820005985":1,"030658113935695896":1,"030673719127644758":1,"030774818575388434":1,"030988988021710743":1,"03099505021608411":1,"03099589776297837":1,"031092115740221544":1,"031188792617576264":1,"03125":1,"03127974922173959":1,"031316631678939826":1,"03133358262558655":1,"03146014593948197":1,"03159492511172326":1,"03159632115309014":1,"03163542363292992":1,"03167335969212294":1,"031702807452467174":1,"03192663835327724":1,"03195175726598848":1,"031978151633332876":1,"031992492657556375":1,"03201401038675353":1,"032265097827860224":1,"03235514402828454":1,"032380775197338854":1,"032387747431991895":1,"0324999999999":1,"03257489304994819":1,"0326963502697049":1,"03275905902563594":1,"03276858593349433":1,"032842747025105944":1,"03288057417119637":1,"03303719917325624":1,"033126639871846573":1,"033181557120912454":1,"033290905095755476":1,"03329910476428332":1,"03337724138085734":1,"03347724386136602":1,"03348282603422407":1,"033716008386448115":1,"03373148628413581":1,"03375":1,"033767023891680306":1,"03382694154261278":1,"033955954466652796":1,"034050275913082476":1,"03405301291657966":1,"034158329325852194":1,"03416375458833742":1,"03432173547334222":1,"03432636965399749":1,"03438774942525122":1,"03447635435877552":1,"03456077953624887":1,"03458697614796265":1,"03459466785177591":1,"03471969470857549":1,"03478040676298697":1,"0348545283860525":1,"03498928650172218":1,"034992000062711665":1,"0349999999999":1,"035000422114200805":1,"03504830864433688":1,"03506990483516519":1,"035105306556858715":1,"03534429797653066":1,"03534635749868056":1,"035373035060888916":1,"03540337158848043":1,"0355770387196892":1,"03560306949734788":1,"03569330273911502":1,"03579511461039957":1,"035796712753403494":1,"03584573927091781":1,"036004749908101215":1,"03600852655034979":1,"03607186621245527":1,"036174955174386646":1,"03620053109741326":1,"03625":1,"03628105055953666":1,"03631810873222634":1,"0363834507337451":1,"036472935932433254":1,"03647639008536352":1,"0365422142534918":1,"0365529196645088":1,"03662144030338138":1,"03664721115459785":1,"03670836812965074":1,"03678656922348017":1,"03680361181582225":1,"03682483325224695":1,"03684924871766004":1,"036896232807877245":1,"03691790261681729":1,"03694192156309925":1,"0369750392961731":1,"037061973106968384":1,"037085245892480974":1,"037163648934058026":1,"037179405498725324":1,"037206869050495125":1,"03723637475498615":1,"03724688171961102":1,"03724694577231371":1,"03725708877635934":1,"03731165443694775":1,"03731790263456912":1,"03735800016402806":1,"03736149265781199":1,"037386001590469495":1,"037387545358437316":1,"03739579023151189":1,"03748770683242315":1,"03749999999997":1,"03756202987804186":1,"03775977899612097":1,"03787261664947704":1,"03802244646089339":1,"0381675849461262":1,"0382653486262258":1,"03827507022985378":1,"03844641863353917":1,"03851701369711231":1,"038523338801164826":1,"03868794620326594":1,"038708637997588995":1,"038747645054006505":1,"03875":1,"03895380200264899":1,"03896633978272317":1,"03917248322416095":1,"0391815103569903":1,"039365473205438054":1,"03939140536768805":1,"03954472271108145":1,"03958317356919914":1,"0397096625806693":1,"03975654711186387":1,"03985974421456076":1,"0398935652020645":1,"03991130489885655":1,"039994442268362025":1,"04":1,"04004727346253419":1,"04011325731596767":1,"04016432757367144":1,"04021571846040414":1,"04026239057968619":1,"040301385871307646":1,"040341434470613786":1,"040369853227708544":1,"040379931157005965":1,"040401479674239515":1,"04042075004488362":1,"04044259458440885":1,"040453743864386014":1,"04046489482906494":1,"04046854228697683":1,"040701278883945285":1,"04070970168074141":1,"04125":1,"04182683114826284":1,"0425":1,"04283167579840319":1,"04304361484959098":1,"04316830203961374":1,"04372765684488382":1,"0437499999999":1,"04499999999996":1,"04508414271063963":1,"045533154851053664":1,"04569527679990026":1,"0462499999999":1,"04625":1,"046653878312347324":1,"047295757722493406":1,"04746350801590721":1,"0475":1,"04818619046234462":1,"0487499999999":1,"04989322713659914":1,"049974335949489204":1,"04p491231":1,"05":1,"05035349220525248":1,"051010202665811404":1,"05108818242152138":1,"05125":1,"0525":1,"052620826653864965":1,"05375":1,"05401206962281992":1,"05426835968959755":1,"05444414653225642":1,"055":1,"05510679951218089":1,"05540670226295648":1,"05625":1,"05719781395210367":1,"0575":1,"05833507832955351":1,"05839734731814049":1,"05875":1,"05935096958797983":1,"05937231705144033":1,"06":1,"06057231036828937":1,"06125":1,"06140832015946207":1,"0625":1,"06273659137994803":1,"06375":1,"06381708970905736":1,"06413895285812879":1,"06462788393566009":1,"06470270022125323":1,"0649999999998":1,"065":1,"0662499999999":1,"06727911380878755":1,"0675":1,"06789928213065936":1,"06799414293023198":1,"06849811988429824":1,"06874999999997":1,"06875":1,"07":1,"0704607617684052":1,"07125":1,"07150619962310421":1,"0716916394142244e":1,"07185257613587052":1,"07201444809571234":1,"0725":1,"07338310496033662":1,"07375":1,"0749999999999":1,"07516168518527791":1,"07599540905167512":1,"07624999999996":1,"0766722556074055":1,"07692829133223973":1,"0774999999999":1,"07845670934136437":1,"07875":1,"0789565485484574":1,"08":1,"08032118731015918":1,"08125":1,"08200220119112553":1,"0825":1,"08288483817670926":1,"08336296380796356":1,"08369878620252981":1,"08375":1,"08481967494655161":1,"085":1,"08625":1,"0869384806770557":1,"08721335886722162":1,"0875":1,"088749999999997":1,"08875":1,"08908400700569175":1,"08947652472166569":1,"0899999999999":1,"09":1,"09055838997910677":1,"09110706152443906":1,"09125":1,"0925":1,"0925344204359093":1,"09375":1,"09427283592346887":1,"0945815808051226":1,"095":1,"09537761441116661":1,"0962499999998":1,"09625":1,"0974999999999":1,"09793347940091392":1,"09828340452665611":1,"09875":1,"09918476423053693":1,"09973442702698461":1,"1":1,"10":1,"100":1,"1000":1,"10015509557308908":1,"1002":1,"1004":1,"1006":1,"1008":1,"1009":1,"1011":1,"10125":1,"1013":1,"1015":1,"1017":1,"1019":1,"102":1,"1020":1,"1022":1,"1024":1,"1025":1,"1026":1,"1028":1,"1030":1,"1031":1,"1033":1,"10337416206382419":1,"1035":1,"1037":1,"10375":1,"1039":1,"104":1,"1040":1,"10415887238209483":1,"10418321314403788":1,"1042":1,"1044":1,"1046":1,"1048":1,"105":1,"1050":1,"1051":1,"1053":1,"1055":1,"1057":1,"10576251503495196":1,"1059":1,"1061":1,"1062":1,"1062499999999":1,"1064":1,"10656184160437415":1,"1066":1,"1068":1,"107":1,"1070":1,"1072":1,"1073":1,"1074999999998":1,"1075":1,"1077":1,"1079":1,"1081":1,"1082":1,"1084":1,"1086":1,"10862927603146186":1,"1087499999999":1,"1088":1,"1088158744710971":1,"109":1,"1090":1,"1092":1,"10923363977888252":1,"1093":1,"1095":1,"1097":1,"1099":1,"11":1,"1101":1,"1103":1,"1104":1,"1106":1,"1108":1,"111":1,"1110":1,"1112":1,"11125":1,"11135636369531912":1,"1114":1,"1115":1,"1117":1,"1119":1,"1121":1,"1123":1,"1124":1,"1125":1,"1126":1,"1128":1,"113":1,"1130":1,"11312083065355581":1,"1132":1,"1134":1,"1135":1,"1137":1,"11375":1,"1139":1,"1141":1,"11421421489782953":1,"11429600966594046":1,"1143":1,"1145":1,"1146":1,"1148":1,"115":1,"1150":1,"1152":1,"1154":1,"1154160493085065":1,"1156":1,"1157":1,"1159":1,"116":1,"1161":1,"11625":1,"1163":1,"1165":1,"1166":1,"1168":1,"11688412929644555":1,"1170":1,"1172":1,"1174":1,"1175":1,"1176":1,"11760557026770149":1,"1177":1,"1179":1,"118":1,"1181":1,"1183":1,"1185":1,"1187":1,"1187499999999":1,"11875":1,"1188":1,"1190":1,"1192":1,"11932493501406503":1,"1194":1,"11952155908119635":1,"1196":1,"1198":1,"1199":1,"12":1,"120":1,"1201":1,"1203":1,"1205":1,"1207":1,"1208":1,"1210":1,"1212":1,"1212499999999":1,"1214":1,"1216":1,"1218":1,"1219":1,"122":1,"12205241680891282":1,"1221":1,"12228890541557202":1,"1223":1,"1225":1,"1227":1,"1229":1,"1230":1,"1232":1,"1234":1,"1236":1,"12375":1,"1238":1,"124":1,"1240":1,"1241":1,"1242700279760834":1,"1243":1,"1245":1,"12468781688957967":1,"1247":1,"12486639676121832":1,"1249":1,"125":1,"1250":1,"1252":1,"1254":1,"1256":1,"1258":1,"126":1,"1260":1,"1261":1,"12624999999997":1,"1263":1,"12642731166909754":1,"1265":1,"1267":1,"1269":1,"127":1,"1271":1,"1272":1,"1274":1,"1275":1,"1275102870183314":1,"1276":1,"1278":1,"1280":1,"1282":1,"1283":1,"1285":1,"1287":1,"12875":1,"1289":1,"129":1,"1290764943148317":1,"1291":1,"1292":1,"1294":1,"1296":1,"12966134920468556":1,"1298":1,"13":1,"1300":1,"1302":1,"1303":1,"1305":1,"13069344400238497":1,"1307":1,"1309":1,"131":1,"1311":1,"13125":1,"1313":1,"1314":1,"1316":1,"1318":1,"1320":1,"1322":1,"1324":1,"13244057931982178":1,"13245264310700475":1,"1324855185854399":1,"1324999999999":1,"1325":1,"13264456764585997":1,"13269758107207208":1,"1327":1,"1329":1,"133":1,"13304910531621447":1,"1331":1,"13319364978866577":1,"1333":1,"1334":1,"1336":1,"13363989968999104":1,"1336859831385022":1,"13375":1,"1338":1,"13396066026690495":1,"1340":1,"1342":1,"1343900231345782":1,"1344":1,"13440376593864956":1,"1345":1,"1347":1,"1348115859276272":1,"1349":1,"13493074416326653":1,"135":1,"13502010059509395":1,"1351":1,"1353":1,"13532853198659403":1,"1355":1,"1356":1,"1358":1,"136":1,"1360":1,"1362":1,"13625":1,"13639525846020997":1,"1364":1,"13640295081092485":1,"1366":1,"1367":1,"1369":1,"1371":1,"13715087836354756":1,"1373":1,"1374999999999":1,"1375":1,"1376":1,"13761661998438207":1,"1378":1,"138":1,"1380":1,"13803769506139493":1,"13811133968975253":1,"1382":1,"1384":1,"1386":1,"1387":1,"1387405421111578":1,"1387499999998":1,"13875":1,"13882237309800946":1,"1389":1,"13895990819244938":1,"1391":1,"1393":1,"1395":1,"1397":1,"1398":1,"1399999999999":1,"14":1,"140":1,"1400":1,"14019557773388844":1,"1402":1,"1404":1,"140423888354233":1,"1406":1,"1408":1,"1409":1,"1411":1,"14125":1,"1413":1,"14144326426214843":1,"1415":1,"1417":1,"1418":1,"142":1,"1420":1,"14200027691525346":1,"14206973467600673":1,"1422":1,"1424":1,"14243771748788447":1,"14249999999998":1,"1425":1,"1426":1,"14267732757585214":1,"1428":1,"1429":1,"1429088257892262":1,"1431":1,"1433":1,"1435":1,"1436813788489595":1,"1437":1,"14375":1,"1439":1,"144":1,"1440":1,"1442":1,"1444":1,"1446":1,"1448":1,"145":1,"1450":1,"1451":1,"1453":1,"14530192829470062":1,"14546003789471193":1,"1455":1,"14558813592963016":1,"14562388460775527":1,"1457":1,"14572067453303253":1,"14585980205545682":1,"1459":1,"146":1,"1461":1,"1462":1,"14624999999998":1,"14625":1,"1464":1,"1466":1,"14660293954099768":1,"1468":1,"147":1,"1470":1,"1471":1,"1473":1,"14732959156690453":1,"1475":1,"1477":1,"1479":1,"1481":1,"1482":1,"1484":1,"1486":1,"14867028900303872":1,"14875":1,"1488":1,"14893127836872216":1,"14896177778859482":1,"14896356582355597":1,"149":1,"1490":1,"1492":1,"14928383048784602":1,"1493":1,"1495":1,"1497":1,"14986260404857418":1,"1499":1,"1499999999999":1,"14999999999998":1,"1501":1,"1503":1,"1504":1,"1506":1,"1508":1,"151":1,"1510":1,"1512":1,"15125":1,"1513":1,"15131696162219216":1,"15149773700177707":1,"1515":1,"15164631297516679":1,"1517":1,"15170675030304168":1,"1519":1,"1521":1,"1523":1,"1524":1,"1524999999999":1,"1526":1,"152651145469194":1,"1528":1,"15283424748908167":1,"153":1,"1530":1,"1532":1,"1534":1,"15342357502018072":1,"1535":1,"1537":1,"15374133961878053":1,"15375":1,"15381636300620616":1,"1539":1,"15404903569486944":1,"1541":1,"1543":1,"1545":1,"1546":1,"1548":1,"15493828490443143":1,"155":1,"1550":1,"1552":1,"15536734827363716":1,"15539955325321975":1,"1554":1,"1555":1,"15559861370850137":1,"1557":1,"1559":1,"155953055640087":1,"1561":1,"15625":1,"1563":1,"15635241781118753":1,"15636308026619317":1,"1565":1,"1566":1,"15668446072140899":1,"1567009051334096":1,"1568":1,"15695696933178369":1,"157":1,"1570":1,"1572":1,"15724369055091805":1,"15738542459671123":1,"1574":1,"15749999999997":1,"1575":1,"1576":1,"1577":1,"157837346399742":1,"1579":1,"15792359070129847":1,"158":1,"1581":1,"1583":1,"15831773728154164":1,"1585":1,"15859891921695546":1,"1587":1,"15872749584881976":1,"15875":1,"1588":1,"1590":1,"1592":1,"1594":1,"1596":1,"1597":1,"1599":1,"16":1,"160":1,"1601":1,"16013534272286314":1,"1603":1,"1605":1,"1607":1,"1608":1,"1610":1,"1612":1,"1612499999999":1,"16125":1,"1614":1,"1616":1,"1618":1,"1619":1,"162":1,"1621":1,"1622302608035884":1,"1623":1,"16248845070729612":1,"1625":1,"1627":1,"1629":1,"1630":1,"1632":1,"1634":1,"1636":1,"1637499999999":1,"1638":1,"1639":1,"164":1,"1641":1,"1643":1,"1645":1,"1647":1,"1648927762815486":1,"1649":1,"16499999999996":1,"1650":1,"1652":1,"1654":1,"1656":1,"1658":1,"166":1,"1660":1,"1661":1,"16625":1,"1663":1,"1665":1,"1667":1,"1669":1,"1671":1,"1672":1,"16734466457334776":1,"1674":1,"1675":1,"1676":1,"1678":1,"16783588590938875":1,"168":1,"1680":1,"1681":1,"1683":1,"1685":1,"1687":1,"16875":1,"1689":1,"16893693099414414":1,"169":1,"1691":1,"1692":1,"1694":1,"1696":1,"1698":1,"16984068282222864":1,"1699999999998":1,"1700":1,"1702":1,"1703":1,"1705":1,"1707":1,"1709":1,"171":1,"1711":1,"17125":1,"1713":1,"1714":1,"1716":1,"1718":1,"1720":1,"1722":1,"1723":1,"1723776047370664":1,"17249999999996":1,"1725":1,"1727":1,"1729":1,"173":1,"1731":1,"1733":1,"1734":1,"1736":1,"17375":1,"1738":1,"1740":1,"17410392362049162":1,"1742":1,"1744":1,"1745":1,"1747":1,"1749":1,"17495239615041439":1,"175":1,"1751":1,"1753":1,"1755":1,"1756":1,"1758":1,"1760":1,"1762":1,"17625":1,"1764":1,"1765":1,"1767":1,"1769":1,"177":1,"1771":1,"1773":1,"177499999999995":1,"1775":1,"17756220183875934":1,"1776":1,"1778":1,"178":1,"1780":1,"1782":1,"1784":1,"1786":1,"1787":1,"17875":1,"1789":1,"1791":1,"1793":1,"1795":1,"1797":1,"1798":1,"18":1,"180":1,"1800":1,"1802":1,"18020433339308448":1,"1804":1,"1806":1,"1807":1,"1809":1,"18107869127788004":1,"1811":1,"1812499999999":1,"18124999999999":1,"1813":1,"1815":1,"18156592231518742":1,"1817":1,"1818":1,"182":1,"1820":1,"1822":1,"1824":1,"1825":1,"1826":1,"18287625803760382":1,"18375":1,"184":1,"185":1,"1855755883063668":1,"186":1,"18625":1,"1875":1,"188":1,"1883000724977978":1,"18875":1,"18880485254020463":1,"189":1,"19":1,"191":1,"19104758583629658":1,"19125":1,"1924999999999":1,"1925":1,"193":1,"19375":1,"1938161222779332":1,"1948407897737749":1,"1949999999999":1,"195":1,"19625":1,"19660378690416636":1,"197":1,"1973266484955324":1,"1975":1,"19875":1,"199":1,"19940878885352792":1,"1999999999998":1,"2":1,"20":1,"200":1,"2012499999998":1,"202":1,"2021":1,"20222943474646163":1,"2025":1,"20375":1,"204":1,"205":1,"20506412256308493":1,"206":1,"20625":1,"20668696550104718":1,"2075":1,"20791133593765":1,"208":1,"20875":1,"2087526037774061":1,"2099999999999":1,"20t12":1,"21":1,"210":1,"21076963883699187":1,"211":1,"21125":1,"2124999999999":1,"213":1,"21363767059333819":1,"21375":1,"215":1,"21625":1,"21651414126457436":1,"21692623956131873":1,"217":1,"2175":1,"21875":1,"219":1,"2193978272974632":1,"22":1,"220":1,"2212499999999":1,"222":1,"22228756747145081":1,"2225":1,"2232862675540174":1,"2237499999999":1,"22375":1,"224":1,"225":1,"22518225910258968":1,"226":1,"2262499999999":1,"22749999999999":1,"2275":1,"228":1,"22808085448880758":1,"22808120686856792":1,"22875":1,"23":1,"230":1,"23098235757927243":1,"231":1,"23125":1,"2324999999998":1,"233":1,"23375":1,"23388582085197346":1,"23499999999999":1,"235":1,"23625":1,"236790342384876":1,"237":1,"2375":1,"23842022672983793":1,"23874999999998":1,"23875":1,"239":1,"23969506310712899":1,"24":1,"2401835221077821":1,"241":1,"2412499999999":1,"242":1,"2424999999998":1,"2425":1,"24259916421782268":1,"2437499999999":1,"244":1,"245":1,"24550186476072366":1,"246":1,"24625":1,"2475":1,"248":1,"24840241934426233":1,"24875":1,"25":1,"250":1,"25125":1,"2513001159968268":1,"252":1,"2524999999999":1,"253":1,"25325827976692944":1,"25374999999997":1,"25412629998246056":1,"25419427414812984":1,"2549999999999":1,"255":1,"2562499999999":1,"257":1,"2570842427280729":1,"2575":1,"25875":1,"259":1,"2599693983751353":1,"26":1,"261":1,"26124999999996":1,"262":1,"2625":1,"2628491437468746":1,"26375":1,"264":1,"265":1,"26572290592564013":1,"266":1,"26625":1,"26732248810475123":1,"2675":1,"268":1,"26859013491307576":1,"26875":1,"27":1,"270":1,"2703696482005605":1,"27125":1,"27145030220743177":1,"272":1,"2724999999999":1,"273":1,"2737499999998":1,"27375":1,"274302899458111":1,"2749999999999":1,"275":1,"27625":1,"277":1,"2771474371922541":1,"2775":1,"27875":1,"279":1,"2799834436085195":1,"28":1,"281":1,"28125":1,"282383559359709":1,"2825":1,"28281046343353805":1,"283":1,"2837499999999":1,"284":1,"2849999999999":1,"28499999999997":1,"2856280568368251":1,"286":1,"2862499999999":1,"2870612379960848":1,"28706234055459257":1,"28709989277610176":1,"28710416438573394":1,"28710889525914807":1,"2871773378552946":1,"28718766868810425":1,"28729260460885125":1,"2873138061804587":1,"28744472423955003":1,"287483521240047":1,"2875":1,"2876327290880304":1,"2876977479206532":1,"28785565384434486":1,"2879574078477788":1,"288":1,"2881125366649389":1,"28826340798886746":1,"28840242019925266":1,"2884357984002129":1,"28861663829700784":1,"2887243525301539":1,"28875":1,"28901796922716116":1,"28907738803239996":1,"2894605881532897":1,"28946824912465685":1,"289873022119608":1,"28996830148647823":1,"29":1,"290":1,"29031376757489347":1,"29051892209672947":1,"29078191115096563":1,"29112087603863207":1,"2912332761381267":1,"29125":1,"2912765489775496":1,"2917748945864497":1,"2917967871337207":1,"292":1,"29234174204477226":1,"2924816719818814":1,"29249999999996":1,"2925":1,"2929105408279836":1,"29324186210069464":1,"29350232159063283":1,"29375":1,"294":1,"2940200905652696":1,"294056075016687":1,"29411623368346623":1,"29475143791270014":1,"29492487347147056":1,"295":1,"2954071067134945":1,"29584876926004805":1,"29608242428770204":1,"29625":1,"29677658670856233":1,"2967958538085061":1,"2968282195437":1,"297":1,"29748880199487787":1,"2975":1,"2978636231033067":1,"2982182901570792":1,"298437891673328":1,"2987499999999":1,"2989553165478806":1,"29896428321745894":1,"299":1,"2995601887599444":1,"2997260252067325":1,"29999999999995":1,"3":[1,3],"3001035704947658":1,"30050277213896287":1,"301":1,"30125":1,"3012937919667715":1,"30130858573965996":1,"3020983645186472":1,"3023127282684108":1,"3025":1,"3025704894362985":1,"302915781420057":1,"303":1,"3037453459999617":1,"30375":1,"3038893313073074":1,"304":1,"3042964079752842":1,"30458637318424064":1,"3049999999998":1,"305":1,"3050531143666916":1,"3052650799093342":1,"3054381893774366":1,"306":1,"30625":1,"30630013233414427":1,"3066976189771001":1,"30717155102127996":1,"3075":1,"3077809975320857":1,"308":1,"30805180547239097":1,"30818674387243516":1,"308749999999996":1,"30875":1,"308940266635087":1,"30973215816564686":1,"30983631621260493":1,"31":1,"310":1,"31049603597796965":1,"3107393465004495":1,"31125":1,"3113334703776873":1,"31164876021898996":1,"312":1,"3125":1,"3125639703428319":1,"312990190912506":1,"31319789497422096":1,"3134843999277271":1,"31375":1,"314":1,"3144094819357316":1,"3147017292096628":1,"314787435220072e":1,"3149999999999":1,"315":1,"31533865905927244":1,"3154696263303838":1,"31588624619448474":1,"3162499999999":1,"31625":1,"3162713835447364":1,"3164673911477044":1,"317":1,"3172071170161509":1,"3174999999999":1,"3181453302994869":1,"31828637672894633":1,"3185607670883945":1,"31875":1,"319":1,"3190855032480746":1,"32":1,"3200271245695882":1,"32015777807612195":1,"32096969165502187":1,"321":1,"321221140276977":1,"32125":1,"3218787363160793":1,"32191271041004976":1,"3220805777708388":1,"3225":1,"32285569508913253":1,"323":1,"32375":1,"32379816813270723":1,"3238670529695842":1,"32405364756289795":1,"32473966000777255":1,"325":1,"3256797090521579":1,"326":1,"32607574747826573":1,"32625":1,"326498196400797":1,"32661786132274395":1,"32698220830341135":1,"3269837103695788":1,"3269899393627153":1,"326994313419981":1,"3270070312954074":1,"3270138811196472":1,"3270336072543292":1,"32704227313710177":1,"32706978559352595":1,"3270793453390641":1,"32711567966278016":1,"3271249499824625":1,"3271713976006352":1,"32717893590362":1,"3272370421261631":1,"3272411487044835":1,"32731143093578197":1,"327312710329747":1,"3273896222770126":1,"32739849346316563":1,"3274755597131664":1,"32749447672928506":1,"3274999999999":1,"3275":1,"3275536704478823":1,"32756907770811616":1,"32760073907168086":1,"3276700083746033":1,"32771735296453014":1,"3277781816407683":1,"32784438420313106":1,"32789342541318256":1,"3279818916954249":1,"328":1,"32801556573634855":1,"32812992725491175":1,"3281444269486434":1,"328145525351832":1,"32827983183469234":1,"32828853539536845":1,"3284216017741651":1,"32845775312779324":1,"3284866974842429":1,"32856955688699624":1,"3286376097600172":1,"32872351617503914":1,"32875":1,"32882812669943806":1,"32888329766016866":1,"3290293172593459":1,"3290487185188546":1,"329114265285846":1,"3292195952132346":1,"3292411864693242":1,"32939574361871893":1,"32941651077830214":1,"32946373089022196":1,"32957697914816697":1,"32969693843420506":1,"32976311687267695":1,"32994078819040423":1,"3299539716390373":1,"3299999999999":1,"330":1,"3301493581838902":1,"33019525025668794":1,"33026151680903354":1,"330342685832667":1,"3303490912446617":1,"33046028557809437":1,"33055298566731595":1,"3307358457924651":1,"33076085651099274":1,"3309725191495922":1,"3310218730838264":1,"33118778937036947":1,"33125":1,"3312648051774174":1,"3313183000440681":1,"3314064834696061":1,"3316250495434706":1,"33162841834542534":1,"3317149572931834":1,"3318534115878196":1,"33194203461063104":1,"332":1,"33208128156595973":1,"3321824582466338":1,"33226915832233583":1,"33231184751285553":1,"3324221457179715":1,"3325":1,"3325449296074379":1,"3326063137039233":1,"33278034905413295":1,"3329533836406725":1,"33301792815999803":1,"3330952412602656":1,"33325749040949004":1,"3333102408007459":1,"333449666627531":1,"33349886053693484":1,"33367674757020155":1,"333741864596767":1,"33375":1,"3339863300316077":1,"334":1,"33400275711148314":1,"33405275600057777":1,"3342320857382476":1,"3342999725329298":1,"33443810776953564":1,"3344789621316005":1,"33462572513081085":1,"3347267912066929":1,"3348326341550277":1,"3349046152596454":1,"3349754065987521":1,"335":1,"33522464364145466":1,"33523615602343876":1,"3354743394233961":1,"33564848383212237":1,"3357243328428392":1,"33580043162900436":1,"33597446466079867":1,"336":1,"3360694176467297":1,"33622457755251656":1,"3362499999998":1,"3364745161573815":1,"3364987471736992":1,"3366898285132587":1,"33672412712734295":1,"33686901305999717":1,"3368704587300356":1,"33693625180824516":1,"33697325917386906":1,"337":1,"3370096130824455":1,"3370106018453477":1,"33701084729701997":1,"3370137863923288":1,"337014330509795":1,"3370191383922982":1,"33702008753409796":1,"33702662841167963":1,"3370281419414296":1,"3370362259498123":1,"33703851602736107":1,"3370478994745141":1,"33705123077779275":1,"3370616164577766":1,"3370663058356109":1,"33707734341156265":1,"33708375946777897":1,"33709504592367656":1,"33710360853289995":1,"33711468869367994":1,"3371258684492886":1,"337136235568825":1,"3371505531635909":1,"33715964957997924":1,"3371776751199901":1,"3371848929775163":1,"3372072452300388":1,"3372119272671472":1,"3372217631134955":1,"3372392728431569":1,"33724071324566895":1,"33727121103660684":1,"3372737657178354":1,"33730338012572814":1,"33731072999358713":1,"3373371793964057":1,"337350170163685":1,"33737256716481046":1,"33738170069814893":1,"33739208904872947":1,"3374095012149136":1,"3374364877710859":1,"3374479388332778":1,"33746949191201":1,"3374833657302344":1,"3374878368436204":1,"3375":1,"33752915164113007":1,"33753272057907285":1,"33757183922652007":1,"337572434486058":1,"3375845482012157":1,"3376158552398018":1,"33763884268932937":1,"33766115499376315":1,"3376955963245466":1,"33770769350713664":1,"33771630072731457":1,"33775479955700033":1,"33775542553744314":1,"33780430561349734":1,"3378164409875189":1,"3378348528236225":1,"3378542880675624":1,"337880507350523":1,"33790532706714116":1,"33794698349816477":1,"3379573766463919":1,"3379620469510072":1,"33801039073715805":1,"3380158523857488":1,"3380643231996006":1,"3380870950584749":1,"3381191278524235":1,"3381606906395401":1,"3381747585026823":1,"33820659024871935":1,"33823116897516714":1,"3382366163196393":1,"3382883131413511":1,"33829545709347447":1,"3383148473479004":1,"3383461449478964":1,"3383953570242905":1,"33840461844471":1,"3384478843175522":1,"33844979259924757":1,"3384636878125423":1,"3384781166935284":1,"33852330739012143":1,"3385630957405373":1,"3385834317008166":1,"3386440154788254":1,"33865026158747075":1,"33869151833251054":1,"33870501369487815":1,"33873957969234303":1,"33875":1,"3387632524577702":1,"3387663815814553":1,"33882807465751147":1,"3388310135492948":1,"33889004875270284":1,"338924524690522":1,"338931634166365":1,"33895226003111256":1,"339":1,"3390146650144706":1,"3390200726898961":1,"3390772206048643":1,"3391176151683009":1,"3391398841069357":1,"3391544427915682":1,"33917000924230883":1,"33920261324956297":1,"33921710780070957":1,"33923796803713546":1,"3392653662070224":1,"33931581889707085":1,"3393185043250243":1,"3393281016196287":1,"33939077861385025":1,"33940651516009807":1,"3394217565526992":1,"3394217823907692":1,"33945335682189837":1,"33951579640078666":1,"3395268143811637":1,"3395780580508602":1,"33963362580806405":1,"3396401030337915":1,"33964102601130336":1,"33970189319004246":1,"33971932326880844":1,"3397421369473356":1,"3397633909557908":1,"3397972078763971":1,"3398245593793192":1,"3398522920471193":1,"3398734184118275":1,"33988536213686704":1,"3399457635479425":1,"3399640335095308":1,"34":1,"34000572859009554":1,"34006522291315067":1,"34007730191229074":1,"3401035715334048":1,"3401242128528982":1,"3401758851620101":1,"34018266544424497":1,"3401920360322204":1,"3402070280695008":1,"34024054843382356":1,"34029783029205973":1,"3403081728706058":1,"3403313671340999":1,"3403544802246987":1,"3404104681837901":1,"34042564768043":1,"34046576487813185":1,"3405203417831734":1,"3405443939954719":1,"340556689587822":1,"34057417115037936":1,"34062722601605316":1,"3406643436612657":1,"3406794802096228":1,"3407007830150804":1,"3407309083613887":1,"34077942591286803":1,"3407814859097349":1,"3407854268679142":1,"34083118910780535":1,"3408799950296457":1,"34090757218474504":1,"34092788157581316":1,"34097482747845487":1,"34099946579950635":1,"341":1,"3410208123058575":1,"34102773603299597":1,"34103070659679796":1,"34106581646646966":1,"34110982121239874":1,"34115280864238523":1,"3411547555431264":1,"3411947617042561":1,"34120027953703985":1,"34121670163661005":1,"34123566419686024":1,"34125":1,"3412755007714884":1,"3412796429568962":1,"34131425693278067":1,"3413519190391244":1,"34138847430254565":1,"3414052913072599":1,"341423910788098":1,"34143102853734736":1,"3414582174127515":1,"34147566867287155":1,"3414913839437867":1,"34152340099669615":1,"34153162164298284":1,"341554260032599":1,"34158395335517194":1,"34161247410710205":1,"3416398162660649":1,"34164234436393426":1,"3416585536377958":1,"34166597464023424":1,"3416909448633279":1,"34170520013566685":1,"34171472338919484":1,"34173730748594955":1,"3417586952296597":1,"3417788854975923":1,"3417860056374434":1,"3417978779610253":1,"3418156730776312":1,"34183227208343875":1,"34184767698437996":1,"3418505497514525":1,"34186189054743":1,"34187103035538713":1,"34187491629134675":1,"34188675847701805":1,"341897422097424":1,"3419138947083983":1,"3419579850322907":1,"34204213668820577":1,"3420555481307343":1,"3421706462374222":1,"34221521860977955":1,"34225724575031297":1,"3422993368931078":1,"34242812112383164":1,"3424555516974373":1,"3425":1,"3425569103861445":1,"34265037791814507":1,"3426856151824727":1,"34270543284717114":1,"34273000030284123":1,"3428141451203836":1,"3428416392363897":1,"34294240897317135":1,"343":1,"3430292533722126":1,"34307031474170907":1,"3431977697175121":1,"34321314095895133":1,"3432492023652146":1,"34332468054695403":1,"3433932255594737":1,"3434509532965763":1,"34353061405330204":1,"3435694336814244":1,"3435764935194296":1,"3437012063223836":1,"3437416947914712":1,"34375":1,"3437724740322661":1,"34382499643434133":1,"3438320258299823":1,"34390994132853536":1,"3439477682752907":1,"3440694260261264":1,"34407410871599015":1,"34418987369917303":1,"34423413537280995":1,"3442994569179762":1,"3443090152093399":1,"3443462503065197":1,"3443899627236514":1,"34442675444583626":1,"34447732602298753":1,"34454153520784747":1,"34454299534437594":1,"3446576419597982":1,"34468880028729354":1,"34477059853903286":1,"3448297853236628":1,"3448317084532048":1,"34488176959433586":1,"3449702132317231":1,"3449910599767221":1,"3449999999999":1,"345":1,"3450983749495214":1,"3451042711883504":1,"34515202369468445":1,"34520362026198503":1,"34523384193118634":1,"3453067022228681":1,"3453588881129461":1,"34536308656137016":1,"34540752777391565":1,"3454793754317354":1,"3455060045631798":1,"34559527263055806":1,"3456020410180952":1,"34569554641824235":1,"34570655149553314":1,"34578643096772776":1,"34581318685279655":1,"3458746058671121":1,"34589898129142843":1,"3459151565640642":1,"34594762203465285":1,"3459599833848173":1,"346":1,"34601244152083266":1,"3460424769279464":1,"3461050256371942":1,"3461220011124496":1,"34619289584124324":1,"3461984718325737":1,"346221305363011":1,"34625":1,"3462718063295304":1,"3462760420650521":1,"3463419232593249":1,"34635445723319414":1,"34640874275968375":1,"34642813724979415":1,"3464370838736373":1,"3464721865160262":1,"3464970809840849":1,"346532177826423":1,"3465612902544519":1,"34658864166549047":1,"3466207698109483":1,"34664150474716815":1,"3466755273162623":1,"34669069558633164":1,"34672557332512305":1,"34673273885271416":1,"3467361445591943":1,"3467709212621304":1,"346777783962454":1,"34681158739799545":1,"34681554807114234":1,"346847590824182":1,"3468493731951383":1,"34687895342593905":1,"34687919773430853":1,"3469049622322407":1,"34690569985371705":1,"34692660942853765":1,"3469278574929624":1,"34694408430964335":1,"34694545643228614":1,"346957334158174":1,"3469585294300059":1,"34696630860072963":1,"34696711187906065":1,"3469709596541653":1,"346971241770302":1,"34697700273148013":1,"3469795104840038":1,"3474999999999":1,"3475070733715991":1,"347518340728728":1,"348":1,"34806069555774877":1,"34827033050406486":1,"3486036601387933":1,"34864120408504606":1,"34875":1,"34902222085305395":1,"34914682302949107":1,"34946424318030467":1,"3496897688437496":1,"34976246071841455":1,"34999999999997":1,"350":1,"350232078679217":1,"35049077211016405":1,"35077333055243637":1,"35108932910466817":1,"35120688276826756":1,"35125":1,"35131309984079":1,"35185095973030855":1,"3519105261888949":1,"35193122809075456":1,"352":1,"352335040638186":1,"35238648166839676":1,"3525":1,"35260144165711055":1,"35291923582051055":1,"3532793742859416":1,"35344879152980513":1,"3535632029074848":1,"35375":1,"3539440750617585":1,"35397471777876444":1,"354":1,"3543801679864359":1,"35449658365181475":1,"35459530089589386":1,"35499999999999":1,"355":1,"35501395879792375":1,"35523281468241275":1,"3555264138921874":1,"35585638536193787":1,"356":1,"3560335210954128":1,"3560602689172935":1,"35625":1,"35646578799142054":1,"35653485451071426":1,"3568107640165305":1,"357":1,"3570299906361541":1,"35706080381973715":1,"3575":1,"3575185088124758":1,"35764122036897694":1,"35798866350134356":1,"3579999916649993":1,"3582068315212756":1,"35847402553877084":1,"3585778975127519":1,"3587499999999":1,"35875":1,"35875743761103385":1,"3589402009260907":1,"359":1,"35922271530113836":1,"35929284552234836":1,"35939811288557":1,"35981286879146557":1,"3598473614519045":1,"36":1,"36028755203558954":1,"3603173277140563":1,"3607182958118404":1,"36080604945709244":1,"361":1,"36111339247083596":1,"3611392100980239":1,"3612499999999":1,"361278868175092":1,"361549918718953":1,"36161571853046137":1,"36173562513048296":1,"36195005235944083":1,"36217616881781906":1,"36233924890356045":1,"36249999999998":1,"3625":1,"36260035509156596":1,"3627171537601044":1,"363":1,"3630080472971574":1,"3630834201737901":1,"3633991164050053":1,"36343770952180826":1,"36366399780398323":1,"36375":1,"36377344114713":1,"36377969159536344":1,"36398946756982986":1,"3641090448659087":1,"3641309081560605":1,"3644254567358288":1,"36447141210563516":1,"3647286237733786":1,"3647948558533199":1,"365":1,"36501825193173604":1,"3651011505836391":1,"3652940567520798":1,"3653902159523027":1,"36555576355065283":1,"3656619802305915":1,"36580310758982115":1,"36591638044955094":1,"36603583423318803":1,"36615336254352465":1,"36622690495370586":1,"36624999999998":1,"36625":1,"36625369908486716":1,"3663436530701005":1,"3663728814925455":1,"3664564681130661":1,"3665749014630873":1,"3666439177581731":1,"36675939594666646":1,"3668158350255824":1,"36692634789576967":1,"3669720175635313":1,"367":1,"3670757498565728":1,"3671122737262616":1,"3672076040979047":1,"3672364226228497":1,"36732192273590003":1,"3673442941520854":1,"36741872785377805":1,"3674357290238063":1,"36749805161617577":1,"3675":1,"3675105787671254":1,"36755993637746054":1,"3675687057260128":1,"3676044347834421":1,"36760998304271486":1,"3676316098659029":1,"367634294629516":1,"3676415351293651":1,"368":1,"3686779620830029":1,"36875":1,"36879926029969123":1,"37":1,"370":1,"37099207768106246":1,"37125":1,"37137817294004194":1,"372":1,"37206867861241305":1,"3725":1,"37328567858177386":1,"37375":1,"3739607226953991":1,"374":1,"375":1,"37555843877575107":1,"376":1,"3762499999999":1,"37638631421284574":1,"37654396828729075":1,"3774999999998":1,"3775":1,"37781002715862727":1,"378":1,"3787499999999":1,"379":1,"3791249556391887":1,"38":1,"3800401071665285":1,"381":1,"38124999999997":1,"38170072624747275":1,"38224833641499617":1,"3825":1,"383":1,"38375":1,"3842683255688128":1,"38443436634128464":1,"385":1,"38625":1,"38659784185001334":1,"3868248113703922":1,"387":1,"3874999999999":1,"388":1,"38873840096220813":1,"38874999999996":1,"3893672619899148":1,"3899999999999":1,"390":1,"3908556744678216":1,"39125":1,"39189278445344444":1,"392":1,"3925":1,"3925796568296166":1,"3929492855818819":1,"393749999999997":1,"39375":1,"394":1,"3943985224008082":1,"394920693812831":1,"395":1,"39501884960447864":1,"396":1,"39625":1,"3968816637705088":1,"39706397358485845":1,"3975":1,"398":1,"39875":1,"399":1,"3990842559899673":1,"39933944819881256":1,"4":1,"40":1,"401":1,"4010792863778456":1,"40124999999999":1,"40125":1,"4017691740908466":1,"4025":1,"403":1,"40304864507635346":1,"40375":1,"4041682053251082":1,"40499190286777625":1,"405":1,"40625":1,"40653397755669435":1,"4069086206799421":1,"407":1,"4075":1,"4087499999998":1,"40875":1,"40879834928456027":1,"40886400408874346":1,"409":1,"4099999999999":1,"410":1,"4106606290035774":1,"41115588128597363":1,"41125":1,"412":1,"41249498942443713":1,"4125":1,"41340729350873756":1,"41352067711333435":1,"41375":1,"41378393444771394":1,"414":1,"41430094912522036":1,"415":1,"4156160175506302":1,"416":1,"4160780154107434":1,"41625":1,"4175":1,"41777992656731033":1,"41782568406078974":1,"418":1,"4187499999999":1,"41954343909175934":1,"41989699348877596":1,"4199999999998":1,"41999999999996":1,"42":1,"420":1,"421":1,"4212307525331286":1,"4212499999999":1,"42196529391180376":1,"4225":1,"4228870842202284":1,"423":1,"42375":1,"4239830084735722":1,"42451188160496744":1,"425":1,"425948424711589":1,"4261045795862497":1,"42625":1,"427":1,"4275":1,"4276646003619638":1,"4278599384188959":1,"42875":1,"429":1,"42919135330455105":1,"4297160545070865":1,"43":1,"430":1,"43068423486229523":1,"43125":1,"4315153873929254":1,"432":1,"4321145310072032":1,"43214262848861423":1,"4325":1,"4332566609272709":1,"4335659046017744":1,"4337499999999":1,"434":1,"43493870788756456":1,"43495342057759206":1,"435":1,"4355855802203775":1,"436":1,"43625":1,"43630452077783116":1,"4365604690573544":1,"4375":1,"43761853661715217":1,"438":1,"4381209919181553":1,"43875":1,"43889478667161336":1,"43961942898042805":1,"44":1,"440":1,"4401325768318718":1,"441":1,"4410550357815836":1,"4412499999999":1,"4413312005043738":1,"4424271685797016":1,"4424899388639667":1,"4425":1,"443":1,"44360806116149937":1,"4437352817721132":1,"44375":1,"4446848250901095":1,"4449789250681536":1,"445":1,"44571947721401833":1,"44615774044526235":1,"44625":1,"44671125346376733":1,"447":1,"4472714589172242":1,"4475":1,"4476593797019318":1,"4483198971427275":1,"4485630723634356":1,"44875":1,"449":1,"4493029539015922":1,"4494215391746613":1,"4499999999999":1,"45":1,"4502206064650184":1,"4502339799556033":1,"45063096471416575":1,"4509995875093413":1,"451":1,"4510729068850525":1,"4512499999998":1,"45125":1,"4517175486031176":1,"45185997822718715":1,"452":1,"4523870450452781":1,"4524999999999":1,"45258201076862825":1,"45300725486228394":1,"45323925818330785":1,"4535773535799091":1,"45375":1,"4538320337332051":1,"454":1,"4540965156126119":1,"45436070648399446":1,"454563915764897":1,"454825697561479":1,"45497873084826435":1,"45499999999998":1,"455":1,"4552274764637102":1,"45534014141707363":1,"4555665574421575":1,"4556473336263282":1,"45584349596378454":1,"4558995012139984":1,"456":1,"45605888526442645":1,"456095847610059":1,"45621335300245497":1,"4562355881739021":1,"45625":1,"45630755802036965":1,"45631795256120494":1,"4563421872206759":1,"4575":1,"45787845456296034":1,"458":1,"45875":1,"46":1,"460":1,"46125":1,"462":1,"4624999999999":1,"4625":1,"463":1,"46375":1,"4649999999999":1,"465":1,"46625":1,"467":1,"4675":1,"46875":1,"469":1,"4690001465244874":1,"46999999999997":1,"47":1,"471":1,"47125":1,"472":1,"4725":1,"47375":1,"474":1,"475":1,"476":1,"4762499999999":1,"47749999999996":1,"478":1,"47875":1,"48":1,"480":1,"4805482824049881":1,"4812499999999":1,"482":1,"4824999999998":1,"4825":1,"483":1,"4837499999999":1,"485":1,"48625":1,"487":1,"48715465706690614":1,"4875":1,"48875":1,"489":1,"49":1,"491":1,"49125":1,"4925":1,"493":1,"4937499999999":1,"49375":1,"494":1,"495":1,"496":1,"4962499999999":1,"4975":1,"498":1,"49875":1,"5":1,"500":1,"50124999999997":1,"50125":1,"502":1,"5025":1,"5034750266040714":1,"50375":1,"504":1,"5049999999999":1,"505":1,"505030353266131":1,"50625":1,"507":1,"5074999999999":1,"5086524996526248":1,"5086634633269069":1,"5086952389333457":1,"5087287266536273":1,"50874999999996":1,"50875":1,"508791061860472":1,"5088488611691102":1,"5089393289696426":1,"509":1,"5090244106084283":1,"509139382998096":1,"5092558881803564":1,"509390551141332":1,"5095437737636757":1,"509692147207169":1,"5098885110321044":1,"51":1,"5100434736660029":1,"5102905045161831":1,"5104438235967174":1,"5107501166115265":1,"5108924825282931":1,"511":1,"51125":1,"5112676645439648":1,"5113887301776937":1,"511843417303212":1,"5119318420850902":1,"5124775925578275":1,"5125":1,"5125210911479117":1,"513":1,"513155749055586":1,"5131703535653459":1,"5137499999998":1,"5138350876271646":1,"5139218060925463":1,"5145583800543013":1,"5147319953618884":1,"515":1,"5153249020523014":1,"5156009030411446":1,"516":1,"5161339329221458":1,"51624999999996":1,"5165284442942042":1,"5169847565265616":1,"5175":1,"5175144649118776":1,"5178766621833312":1,"518":1,"5185587385422895":1,"51875":1,"5188089454791253":1,"5196609640410914":1,"5197809090072102":1,"52":1,"520":1,"5207918630324133":1,"5208207629622321":1,"52125":1,"5218411260867465":1,"522":1,"5220376772103837":1,"5224999999999":1,"5225671223499326":1,"5229280254990757":1,"5233111668763126":1,"52375":1,"524":1,"5240518978622":1,"5246406082764954":1,"5249999999999":1,"525":1,"5252120894406564":1,"526025292218096":1,"52625":1,"5264079565225098":1,"5265354529753677":1,"527":1,"5274644225100272":1,"5275":1,"5276388657183129":1,"52875":1,"5289041942103427":1,"5289571147402097":1,"529":1,"53":1,"5302033299551259":1,"5305023953383051":1,"531":1,"53125":1,"5315356718421647":1,"532099200942136":1,"5325":1,"5329006298116756":1,"533":1,"5337463780846993":1,"53375":1,"534297624934039":1,"535":1,"5354426832171524":1,"5357260894535442":1,"536":1,"5362499999999":1,"53625":1,"537185466798904":1,"5371867830813891":1,"5375":1,"538":1,"5386752115628897":1,"5387499999999":1,"53897725544384":1,"5397095110894482":1,"54":1,"540":1,"5401947894533223":1,"5408125901999473":1,"54125":1,"5417436772175388":1,"542":1,"5425":1,"542691190856381":1,"5433213625423328":1,"54375":1,"544":1,"5446113763955112":1,"5449273439312551":1,"5449999999998":1,"546":1,"54625":1,"5465611305610433":1,"5465713835239484":1,"547":1,"5475":1,"5482222421188391":1,"5485693693041357":1,"54875":1,"549":1,"5496057679463642":1,"5499102086217407":1,"55":1,"5506034141650568":1,"551":1,"55125":1,"5516245702201318":1,"5525":1,"5526715252851401":1,"553":1,"5533648769861221":1,"5537499999999":1,"5547716403374294":1,"555":1,"5551306886883354":1,"5562499999999":1,"5564072214782718":1,"5569016315840887":1,"5569215745541802":1,"557":1,"5575":1,"558":1,"558737113020646":1,"55875":1,"5590593103043512":1,"56":1,"560":1,"560576891474571":1,"5612424315371535":1,"56125":1,"562":1,"562440505983244":1,"5625":1,"5634486991169374":1,"56375":1,"564":1,"5643275610161128":1,"5649999999999":1,"5656757709785138":1,"566":1,"5662376691582908":1,"56624999999997":1,"567":1,"5674999999999":1,"5675":1,"5679212647044766":1,"5681704508164722":1,"5687499999999":1,"569":1,"5699999999999":1,"5701255339177909":1,"5701827632864795":1,"571":1,"57124999999999":1,"57125":1,"5721025536020807":1,"5724578210697717":1,"5725":1,"5725642091651431":1,"5726154698828951":1,"573":1,"57375":1,"5741011519079267":1,"5747439698487427":1,"57499999999999":1,"575":1,"5761209774528226":1,"5762499999998":1,"577":1,"5770387250799006":1,"5775":1,"578":1,"5781616851076882":1,"57874999999999":1,"57875":1,"5793395921776936":1,"58":1,"580":1,"5802229356659281":1,"58125":1,"5816440728579098":1,"582":1,"5823043955071568":1,"58249999999998":1,"5825":1,"58375":1,"5839496714930633":1,"584":1,"5844057362556471":1,"5849999999999":1,"586":1,"5862499999998":1,"58624999999998":1,"5862539014441923":1,"5865266344335007":1,"5874999999999":1,"588":1,"5882952120032543":1,"5885542913338557":1,"5886667711084835":1,"58875":1,"589":1,"59":1,"5901755442579082":1,"5901829366864779":1,"5901837534149805":1,"590205838794571":1,"5902076464407849":1,"590244149017813":1,"5902472960393824":1,"5902977561075714":1,"5903027653881147":1,"5903665391146186":1,"5903741081977517":1,"590450367382883":1,"5904613687799994":1,"5905491005536992":1,"5905645821218818":1,"5906625885809452":1,"5906837739665108":1,"5907906717574374":1,"5908189608997554":1,"5908258315364014":1,"5908483912258233":1,"5909331807529306":1,"5909701504423169":1,"591":1,"5910899366640455":1,"5911373411467256":1,"59125":1,"5912607510764213":1,"5913205226987692":1,"5914454261393616":1,"5915196760228739":1,"591643754653214":1,"5917347733909585":1,"5918555201696902":1,"5919657785342923":1,"5920804971053025":1,"5922126467578945":1,"5923184508680563":1,"5924753250570186":1,"5925":1,"5925691379975035":1,"592753752235278":1,"5928323063182246":1,"593":1,"5930035047978446":1,"5930478590239788":1,"5931076951067671":1,"5931337786779783":1,"5933575682022336":1,"5933950352720317":1,"5936827947174466":1,"5936940495490542":1,"59375":1,"594004452706092":1,"594023445805769":1,"5943259517648829":1,"594379421112139":1,"594658246233901":1,"5947506128095306":1,"595":1,"595001028354393":1,"5951369057170532":1,"5951994834290621":1,"5952934776667804":1,"5953539833589366":1,"5954080646362928":1,"5955381774165561":1,"5957167897422212":1,"595954298367403":1,"5960891195437075":1,"5962499999999":1,"5963851320191029":1,"5964706386417866":1,"5968305349214911":1,"5968610070590143":1,"597":1,"5972598792779605":1,"5972903568321727":1,"5974134630466778":1,"5974999999999":1,"59749999999997":1,"5976669045671748":1,"597668899139364":1,"5977644408209541":1,"5980817273167339":1,"5982526233710027":1,"5985039873828017":1,"5987499999999":1,"5987547344764885":1,"5989333204405974":1,"599":1,"599270597736477":1,"5993693583451413":1,"5996451419658961":1,"5998000304448547":1,"5998117294991135":1,"5999139768048889":1,"5999999999999":1,"60":1,"600":1,"6002600592271393":1,"6003428436760855":1,"6007139701557843":1,"6008988423666041":1,"6011730825985289":1,"60125":1,"6014678253916742":1,"6016370149449651":1,"6018942208117948":1,"602":1,"6020495856375436":1,"6021053840534475":1,"602141042071582":1,"6025":1,"6025778056464133":1,"602643910068747":1,"6030538947075789":1,"6032505797904174":1,"6034132405273338":1,"6035332658802103":1,"60375":1,"6038693701054794":1,"604":1,"6040155338656614":1,"6041604021232347":1,"6043478941723737":1,"6045000505666093":1,"6045003138213721":1,"60498722175752":1,"60499999999996":1,"6051423850228588":1,"6054758749315234":1,"6057961316608501":1,"6059658922396018":1,"606":1,"60625":1,"6064433899488676":1,"6064568946046077":1,"6064610430404616":1,"6065323918172258":1,"606948505359361":1,"6071368661249313":1,"6074403506247287":1,"6075":1,"607823342305321":1,"607932059681715":1,"608":1,"6084232653368453":1,"6085202074192864":1,"6086924575665443":1,"6087428894346533":1,"60875":1,"6089136042801526":1,"609":1,"6092271917641162":1,"609297422457257":1,"609298219261358":1,"6093006335860306":1,"6093029850035668":1,"6093078893577093":1,"6093116784430107":1,"609319224160374":1,"6093242561327425":1,"6093346700243681":1,"6093406724611602":1,"609354256587947":1,"6093608796947955":1,"6093780110643695":1,"6093848280224528":1,"6094027174351018":1,"6094059582104393":1,"6094124656006769":1,"609438120296497":1,"6094437386005251":1,"6094745170778672":1,"6094785912556187":1,"6095151657677579":1,"6095169659114439":1,"6095588030758758":1,"6095600810116126":1,"6096040414708888":1,"6096092748629102":1,"6096526180854213":1,"6096627567604075":1,"6097044682293596":1,"6097205335068199":1,"6097595255885998":1,"6097826092489291":1,"6098177222811487":1,"6098489854591121":1,"6098789889142224":1,"609890250299812":1,"6099196609182773":1,"6099432546422964":1,"6099440201040065":1,"6099946317001993":1,"61":1,"6100104472260627":1,"6100738911572374":1,"6100804930922458":1,"6101533173942276":1,"6101574299074252":1,"6102288440734311":1,"6102452358229157":1,"6103069959214094":1,"6103372940197676":1,"6103758532789724":1,"6103876946425859":1,"6104335868490547":1,"610470860917592":1,"6105340938892841":1,"6105564144671427":1,"6106387919401031":1,"610644274116395":1,"6106704116715489":1,"610734357859728":1,"6107476550172783":1,"6108260818789067":1,"6108265829258861":1,"6108591820058729":1,"6108606543489297":1,"6109208658434244":1,"6109777583729981":1,"611":1,"6110171225063931":1,"6110586064022429":1,"6110989327359312":1,"6111152682402009":1,"6112152178675933":1,"6112241402925664":1,"6112499999999":1,"6113168857746824":1,"6113398976540106":1,"6113533411071936":1,"6114060801634201":1,"6114201859769657":1,"6114864924557779":1,"6115250321852691":1,"6116235488293252":1,"6116313378715508":1,"6117390163345022":1,"611764461938372":1,"6118176672377642":1,"6118479807648829":1,"6119091807185812":1,"6119581443105245":1,"6120576513374282":1,"6120694201409433":1,"6121507337302688":1,"6121817215114965":1,"6122098172019579":1,"6122921639016652":1,"612294961827022":1,"6123656189676001":1,"6124090547049005":1,"6125":1,"6125239140374785":1,"612524994548025":1,"6126394540537954":1,"6126878791260256":1,"6127555893805533":1,"6127630671978354":1,"6128542051654138":1,"6128722351022762":1,"6129040749608038":1,"6129313268196329":1,"6129893068205995":1,"613":1,"6130239024239161":1,"6131067207126383":1,"6131968979670592":1,"6132243935883794":1,"6132300633511941":1,"6133422429470478":1,"6133731161830328":1,"6133902469175154":1,"6134601870323952":1,"6135524787985225":1,"6135781448868668":1,"6136658008600983":1,"6136928455120825":1,"6136960364045954":1,"6137349048955028":1,"613749999999996":1,"61375":1,"6138137823831823":1,"6139203109289844":1,"613931304574221":1,"6140485257325228":1,"6141086107457104":1,"6141511139959869":1,"614165369664008":1,"6142817612722242":1,"6142997156037976":1,"6143976266034588":1,"6144356028221316":1,"6144460126023157":1,"6144697046589926":1,"6144935341933183":1,"6144944637673325":1,"6145128928904137":1,"6145202842913201":1,"6145471598355923":1,"614575083241814":1,"6146040465854872":1,"6146045765100892":1,"6146274885944124":1,"6146340411731991":1,"6146650575403122":1,"6146899726578257":1,"614697085449102":1,"6147301138873443":1,"6147413434461121":1,"6147641310673587":1,"6147991244255089":1,"6148350806221656":1,"6148543884846944":1,"6148719855421342":1,"6148889346168188":1,"6149098242955502":1,"6149485812192463":1,"6149665560955143":1,"6149882398785931":1,"615":1,"6150063294195636":1,"6150287830698155":1,"6150529483664062":1,"6150701928227894":1,"6150777800461836":1,"6150903211891534":1,"6151124504043186":1,"6151555363218952":1,"6151879955210731":1,"6151994303279458":1,"6152131665966001":1,"6152441114245643":1,"615289557868734":1,"6152940310173991":1,"6152971391542152":1,"6153357471780405":1,"6153826561368758":1,"6154051490605953":1,"615430260803136":1,"6154785365154133":1,"6154959526813258":1,"6154999602931513":1,"615511964865818":1,"6155274579006832":1,"6155769988824883":1,"6156175277341416":1,"6156271326896183":1,"6156778318652886":1,"6157080027833037":1,"6157217803948706":1,"6157290682768154":1,"6157375168484921":1,"6157808131257908":1,"6158246671671047":1,"6158330369587554":1,"6158857096783693":1,"6159180498572904":1,"6159261339828392":1,"6159333205613834":1,"6159388005550827":1,"6159922782393032":1,"6159981722500355":1,"6160261284084173":1,"6160461107740629":1,"616100265608181":1,"6161245996643355":1,"6161299905153094":1,"6161547096099245":1,"6162094090811642":1,"6162214986434067":1,"6162499999999":1,"6162643297720262":1,"616316777927285":1,"6163194368960366":1,"6163437114175404":1,"6163647912751644":1,"6163746951457598":1,"6164103918013619":1,"6164300687089267":1,"6164855212850537":1,"6165022962680415":1,"6165410161025491":1,"6165590969143702":1,"6165924490584079":1,"6165965159363044":1,"6166519831257709":1,"616680809642297":1,"6167073795935162":1,"6167626668642602":1,"6167673392367878":1,"6167760290776435":1,"6167901124112576":1,"6167902941212804":1,"6168178060843863":1,"616852000813131":1,"6168727580419263":1,"6169274831870146":1,"6169347591021311":1,"6169819416528084":1,"6169943877329572":1,"617":1,"6170155805980048":1,"6170360932768705":1,"6170493046762489":1,"6170898976230107":1,"6170944335607339":1,"617143314003581":1,"6171712880169387":1,"6171963015022208":1,"6172090400222193":1,"6172140504930186":1,"6172461157592928":1,"6172488189970464":1,"6173008251842804":1,"617318890344508":1,"6173522786023149":1,"6173895870899134":1,"617403137656203":1,"6174348927920889":1,"6174533606425728":1,"6174581830686574":1,"6174999999998":1,"61749999999999":1,"6175029057749559":1,"6175246571035621":1,"6175517312095254":1,"6175889897596585":1,"6175892007713774":1,"6175997950712349":1,"6176213387545516":1,"6176470554803505":1,"6176511633354346":1,"6176567879215374":1,"6176829160705031":1,"6176934705793696":1,"6177111618528266":1,"6177389985603151":1,"6177689710459872":1,"617783597692398":1,"6178245783488618":1,"6178272263500388":1,"6178698430412368":1,"6178779728816091":1,"6178796070665322":1,"6179114064362775":1,"6179291454358967":1,"617942165999498":1,"6179518753967671":1,"6179780884591104":1,"6179912090049827":1,"6180247960375085":1,"6180267819647283":1,"6180293665935257":1,"6180663077752666":1,"6180692638783591":1,"6181001214117833":1,"6181019924735672":1,"6181032193438937":1,"6181114892910954":1,"6181363809527678":1,"6181514711675239":1,"6181694338489232":1,"6181892099611236":1,"6182011122007747":1,"6182247076654703":1,"618231377480941":1,"6182579677918241":1,"6182601916273132":1,"618287517074635":1,"6182889953459142":1,"6183133167862542":1,"6183177968039599":1,"6183274918411432":1,"6183375542860234":1,"618344380087961":1,"6183601936903342":1,"6183687545402954":1,"6183811997402642":1,"6183909308976587":1,"6183945549279377":1,"6184005378338165":1,"6184109212643819":1,"6184181740582324":1,"6184251518213423":1,"6184287390851609":1,"618434075222353":1,"6184443991172344":1,"6184482088890116":1,"6184579174020427":1,"6184605434074295":1,"6184693112364035":1,"6184710479455955":1,"6184785991432354":1,"6184796925226025":1,"6184858008418656":1,"6184864480409175":1,"6184909372179502":1,"6184912863185582":1,"6184940302930436":1,"6184941801211514":1,"6184951031938445":1,"6185522896567768":1,"6187499999999":1,"6187774759417978":1,"6188162393934804":1,"619":1,"6190029119425448":1,"6190585481925495":1,"6191998447254637":1,"6192060134240654":1,"6192284570448502":1,"6194539688195698":1,"6195757768981255":1,"6196793030695237":1,"6199043138778898":1,"6199438540768251":1,"62":1,"620":1,"620023227131921":1,"6201288536580954":1,"6203039035464284":1,"6203527732052508":1,"6204777647066511":1,"620575921749172":1,"6206557617335092":1,"6207981470090417":1,"6208458408910196":1,"620999274216051":1,"6210192952497572":1,"6210324384503874":1,"6212392113400158":1,"62125":1,"6213342957209532":1,"6214577388121906":1,"6216606901096673":1,"6216734934313684":1,"6216747199240478":1,"6218899957223616":1,"621978330352304":1,"622":1,"622103406108479":1,"6222870984905766":1,"6223147899058911":1,"6225":1,"622505817291558":1,"6225239849298652":1,"6225868855899558":1,"6227308280591959":1,"6228701492356958":1,"6228775916814282":1,"6229351553101284":1,"622969438720026":1,"623136801912513":1,"6231591256932626":1,"6233356023882444":1,"6233424387319343":1,"623431405373198":1,"6235313906320434":1,"6236943572014759":1,"6237239999946352":1,"62375":1,"6239132633683777":1,"6239479162951482":1,"624":1,"6240990132753951":1,"6241829776429885":1,"6241920263040937":1,"6242810819582671":1,"6244266392991841":1,"624459301473326":1,"6246335037866076":1,"6246517156530405":1,"6248035208725071":1,"6248672239138208":1,"6248680986077796":1,"6249691848151799":1,"625":1,"625027047449115":1,"6250731406724812":1,"6251303279127335":1,"6252694504239492":1,"6252769754110953":1,"6252867827842461":1,"6254383824796508":1,"6254561454226447":1,"6255849605925151":1,"6256332255327807":1,"625726351375747":1,"6258006980738685":1,"6258623898602493":1,"6258742550079005":1,"6259585776618471":1,"6259929119765454":1,"626":1,"6261068860462468":1,"6261177546793867":1,"626236756075357":1,"6262456519437908":1,"62625":1,"626349755553473":1,"6263749108688288":1,"626456593918782":1,"6264947049609833":1,"6265571135289459":1,"6266050828103834":1,"6266511584337997":1,"6267060992808472":1,"62672420050512":1,"6267270552474363":1,"6267385745178569":1,"62679781533136":1,"6268192096457367":1,"6268802978361881":1,"6268929138104711":1,"6269536194039511":1,"6269595392846469":1,"627017858195964":1,"6270189407743265":1,"6270709755756826":1,"6270730977441483":1,"6271155037342719":1,"6271194267687971":1,"6271523882068643":1,"6271569389964637":1,"62718149502573":1,"6271857329782357":1,"627202693465282":1,"6272059119086336":1,"6272158562109538":1,"6272175834453703":1,"6272208595301841":1,"6274999999999":1,"6275764773456308":1,"6276979410452435":1,"628":1,"6284306720403703":1,"6285450341428958":1,"6287499999999":1,"62875":1,"62928636408968":1,"6299999999999":1,"63":1,"630":1,"6301327408245474":1,"6301431258631955":1,"6303208496715701":1,"631":1,"6310005224765604":1,"63125":1,"63185811166524":1,"6318602940874433":1,"6320534052599506":1,"6325":1,"6325810657650467":1,"6327154436557367":1,"633":1,"6335720610345246":1,"6337416932444008":1,"63375":1,"634427498615048":1,"635":1,"6350426026484235":1,"6352812833031556":1,"6353847944316904":1,"6361329339613644":1,"63624999999996":1,"63625":1,"636981877375031":1,"6369819612723788":1,"637":1,"6375":1,"6375170334368635":1,"6378278676023216":1,"6385321973824148":1,"6386701468641617":1,"63875":1,"639":1,"6395082843818632":1,"6396303586747099":1,"6399999999999":1,"64":1,"640004034665118":1,"6400350952748943":1,"6403417567558117":1,"641":1,"6411700317301143":1,"64125":1,"6414899959130749":1,"6419925680624117":1,"642":1,"6424999999999":1,"6425032768079963":1,"6428088153968795":1,"642896406510541":1,"643618214141147":1,"64375":1,"644":1,"6442539147531954":1,"6444201953479016":1,"645":1,"6450144236213902":1,"6451514141419368":1,"645214180602006":1,"6455621867435817":1,"6459995819139993":1,"646":1,"64625":1,"6467758016209152":1,"6468209647891915":1,"6475":1,"6475371314547945":1,"6475422322954022":1,"648":1,"6480300650535373":1,"6482982566641968":1,"6487499999998":1,"6490432475370582":1,"6491893750884228":1,"6497765677473405":1,"65":1,"650":1,"650071048533142":1,"6502988512653687":1,"6504975701054476":1,"651":1,"6512055973664826":1,"65125":1,"651358516123579":1,"6518999822134782":1,"6523684556511599":1,"6525":1,"6525800472576686":1,"6526158142056101":1,"653":1,"6532451050573395":1,"6533288165155621":1,"65375":1,"65389445815687":1,"6542398032584069":1,"6545273991476621":1,"655":1,"6551016754689959":1,"655143210752731":1,"6551710581588915":1,"6557411659368129":1,"6559147449499079":1,"65625":1,"6563205280439298":1,"6566793728871619":1,"6568805509644299":1,"657":1,"6573959670364848":1,"6574204793336044":1,"6575":1,"6577363995922344":1,"6578045147704782":1,"6579395487640637":1,"6580649789362765":1,"6584369861141307":1,"6586869011569227":1,"6587499999999":1,"6589120097945862":1,"659":1,"6592622645951766":1,"6593638301161739":1,"6597916358214115":1,"6597916496803385":1,"6599999999999":1,"66":1,"6601946638157334":1,"660275614486668":1,"6603114463513639":1,"6605720610630911":1,"6607148307955494":1,"6609230237110952":1,"661":1,"6610436038120964":1,"6611099430502047":1,"6612467283859346":1,"6612499999999":1,"6614616352698466":1,"6615423466972447":1,"6617706148895076":1,"6618090459431636":1,"662":1,"6620376105410348":1,"6620459898772275":1,"6622523395398211":1,"6622633699186657":1,"662427254156869":1,"6624486577309131":1,"6625":1,"6625698921084066":1,"6625942537399191":1,"6626794119695975":1,"6627009508889173":1,"6627549736266761":1,"6627695535179623":1,"6627957394701747":1,"6628008756676513":1,"662895794018185":1,"66375":1,"664":1,"665":1,"6654890249529398":1,"666":1,"66625":1,"6675":1,"668":1,"6680907072852454":1,"66875":1,"6698134422053398":1,"67":1,"670":1,"6707003938501778":1,"6712499999999":1,"67125":1,"672":1,"6725":1,"673":1,"6733176210652786":1,"6737499999999":1,"67499999999998":1,"675":1,"6759419077440587":1,"67625":1,"677":1,"6775":1,"678572753841238":1,"67875":1,"679":1,"6799999999998":1,"681":1,"6811765166762735":1,"6812096391246069":1,"68125":1,"6818414839811328":1,"6825":1,"683":1,"68375":1,"6838520217680076":1,"684":1,"685":1,"686":1,"68625":1,"686499336859522":1,"6875":1,"688":1,"6887499999999":1,"6891509948185011":1,"69":1,"690":1,"6912499999999":1,"6918063797145929":1,"6918961209449781":1,"692":1,"6925":1,"693":1,"69374999999997":1,"6944648474814054":1,"695":1,"69625":1,"697":1,"6971257240168796":1,"6975":1,"69875":1,"699":1,"6997883031618497":1,"6999999999999":1,"7":1,"701":1,"70125":1,"7019545329200227":1,"7019782737648835":1,"7024518445476161":1,"7024999999999":1,"7025":1,"703":1,"70375":1,"704":1,"7049999999999":1,"7051155713026621":1,"706":1,"70625":1,"7075":1,"7077786676078978":1,"708":1,"70875":1,"70999999999998":1,"71":1,"710":1,"7104402760890104":1,"71125":1,"7114321994261783":1,"712":1,"7125":1,"7130994950336413":1,"71375":1,"714":1,"715":1,"7157553754201862":1,"71625":1,"717":1,"7175":1,"7184069177440322":1,"71875":1,"719":1,"72":1,"7202699028446846":1,"721":1,"7210530686259934":1,"7212499999998":1,"72125":1,"7213252692571792":1,"7224999999999":1,"723":1,"723692717186584":1,"72375":1,"72499999999997":1,"725":1,"726":1,"72625":1,"7263246911685816":1,"7275":1,"728":1,"7285057579461429":1,"72875":1,"7289477527890655":1,"73":1,"730":1,"7312499999999":1,"7315605943007856":1,"732":1,"73249999999996":1,"7337499999999":1,"734":1,"7341618332413037":1,"735":1,"7361561154557691":1,"73625":1,"7367500073468805":1,"737":1,"7375":1,"73875":1,"739":1,"7393235691065319":1,"7399081325685978":1,"74":1,"741":1,"74125":1,"7418808799300781":1,"7425":1,"743":1,"7432389346779775":1,"74375":1,"7444202039023533":1,"745":1,"746":1,"74625":1,"7469397010940428":1,"7475":1,"748":1,"74875":1,"7494374203978944":1,"7497734424767264":1,"75":1,"750":1,"75125":1,"7519112918573166":1,"752":1,"7524999999998":1,"7525":1,"7537499999999":1,"754":1,"7543591184526633":1,"755":1,"7557798214620094":1,"756":1,"75625":1,"7567785673088382":1,"757":1,"7575":1,"7576691191020548":1,"75875":1,"759":1,"7591671602862753":1,"76":1,"761":1,"76125":1,"7612789283595738":1,"7615222639159053":1,"7624999999999":1,"763":1,"7637499999998":1,"76375":1,"7638410786374652":1,"7649999999999":1,"765":1,"7661206272995182":1,"76625":1,"7662920426867763":1,"767":1,"7675":1,"768":1,"7683577428789011":1,"76875":1,"77":1,"770":1,"7705490553771153":1,"7708406451687013":1,"77125":1,"772":1,"7725":1,"7726909778515323":1,"77375":1,"774":1,"7745851711198208":1,"7747796915403449":1,"7749462247918905":1,"775":1,"776":1,"77625":1,"7768111300421074":1,"777":1,"7774999999999":1,"7786301129921932":1,"77875":1,"7787809625136796":1,"779":1,"78":1,"7806845758546141":1,"781":1,"78125":1,"781913343191027":1,"78249999999997":1,"7825170558517776":1,"783":1,"78375":1,"7842731672655329":1,"7848165337132296":1,"785":1,"7859473328484808":1,"78625":1,"787":1,"7873597920228114":1,"787499999999994":1,"7875":1,"7875336112999005":1,"788":1,"78875":1,"7890256741740694":1,"7895626381845264":1,"79":1,"790":1,"7904167817790176":1,"7906433762009524":1,"79124999999999":1,"79125":1,"7914439454850045":1,"7916997581244797":1,"792":1,"7925":1,"7928669650043885":1,"7930218962145865":1,"7937499999999":1,"7939102753307801":1,"794":1,"794313950709042":1,"7948210458730691":1,"7949999999998":1,"795":1,"7953368278697192":1,"7955900895999398":1,"796":1,"796106495513662":1,"7962076478712397":1,"7962499999999":1,"7966381690455092":1,"7966633627849065":1,"7969462500497306":1,"79694631708555":1,"7970446728292286":1,"7975":1,"798":1,"79874999999998":1,"79875":1,"799":1,"8":1,"80":1,"801":1,"80125":1,"80249999999998":1,"8025":1,"803":1,"80375":1,"805":1,"805840031635481":1,"8062499999999":1,"80625":1,"807":1,"8075":1,"8087499999999":1,"809":1,"81":1,"810":1,"81125":1,"812":1,"8125":1,"81374999999997":1,"81375":1,"814":1,"815":1,"816":1,"81625":1,"8175":1,"818":1,"81875":1,"819":1,"8199999999999":1,"82":1,"8201796250756016":1,"821":1,"82124999999996":1,"8225":1,"823":1,"82375":1,"825":1,"8262499999998":1,"82625":1,"827":1,"8275":1,"82875":1,"829":1,"83":1,"830":1,"83125":1,"832":1,"8325":1,"8336737767449354":1,"83375":1,"834":1,"835":1,"836":1,"83625":1,"8374999999999":1,"83749999999999":1,"838":1,"83875":1,"8399999999999":1,"84":1,"840":1,"841":1,"84125":1,"8425":1,"843":1,"84375":1,"845":1,"84625":1,"8463401815449608":1,"847":1,"8475":1,"8487499999999":1,"84875":1,"849":1,"85":1,"851":1,"8512499999999":1,"852":1,"85249999999996":1,"8525":1,"85375":1,"854":1,"855":1,"856":1,"8562499999998":1,"85625":1,"8574999999998":1,"858":1,"8582015820194364":1,"85875":1,"86":1,"860":1,"861":1,"86125":1,"8625":1,"863":1,"8635204081632653e":1,"86375":1,"865":1,"8662499999999":1,"867":1,"8675":1,"8687499999999":1,"869":1,"8692847958807509":1,"87":1,"871":1,"87125":1,"872":1,"8725":1,"87375":1,"874":1,"875":1,"876":1,"87625":1,"8775":1,"878":1,"87875":1,"8796198150555352":1,"8799999999999":1,"88":1,"880":1,"88125":1,"882":1,"8824999999999":1,"883":1,"88375":1,"885":1,"88625":1,"887":1,"8875":1,"8887499999998":1,"889":1,"8892389872215052":1,"89":1,"891":1,"89124999999999":1,"89125":1,"8925":1,"893":1,"89375":1,"894":1,"895":1,"896":1,"89625":1,"8974999999999":1,"898":1,"8981762857165794":1,"8987499999998":1,"89875":1,"8999999999999":1,"9":1,"900":1,"90125":1,"902":1,"9025":1,"903":1,"90375":1,"905":1,"90625":1,"9064666695446687":1,"907":1,"9075":1,"9087499999999":1,"909":1,"90999999999997":1,"91":1,"911":1,"9112499999999":1,"9124999999999":1,"913":1,"91375":1,"914":1,"9141455319514379":1,"915":1,"916":1,"91625":1,"9175":1,"918":1,"918749999999996":1,"91875":1,"92":1,"920":1,"9212482336230667":1,"92125":1,"922":1,"9225":1,"92375":1,"924":1,"925":1,"92624999999998":1,"92625":1,"927":1,"9275":1,"9278097148699689":1,"9287499999999":1,"929":1,"9299999999998":1,"93":1,"931":1,"9312499999999":1,"9325":1,"933":1,"93375":1,"9338641800819739":1,"935":1,"936":1,"93625":1,"9375":1,"938":1,"93875":1,"9394448471671538":1,"9399999999999":1,"94":1,"940":1,"9412499999999":1,"94124999999997":1,"942":1,"9424999999999":1,"94375":1,"944":1,"9445837545052971":1,"945":1,"94625":1,"947":1,"9475":1,"94874999999996":1,"949":1,"9493116180620986":1,"95":1,"951":1,"95125":1,"9525":1,"953":1,"9536577316378776":1,"95375":1,"9549999999999":1,"955":1,"956":1,"95624999999995":1,"9575":1,"9576499036954632":1,"958":1,"95875":1,"96":1,"960":1,"9612499999998":1,"96125":1,"9613144247696764":1,"962":1,"9624999999999":1,"96375":1,"964":1,"9646760600617736":1,"965":1,"966":1,"96625":1,"967":1,"9675":1,"967758062433253":1,"96875":1,"969":1,"97":1,"9705822016105939":1,"971":1,"9712499999999":1,"9724999999999":1,"9725":1,"973":1,"973168805979308":1,"9737499999999":1,"975":1,"9755368138715551":1,"97625":1,"977":1,"9775":1,"977703831730559":1,"978":1,"97875":1,"9796861969646222":1,"98":1,"980":1,"98125":1,"9814990436836877":1,"982":1,"9825":1,"9831563698438435":1,"9837499999999":1,"98375":1,"984":1,"9846711046127924":1,"985":1,"986":1,"9860551750156183":1,"9862499999999":1,"9873195711290257":1,"9875":1,"988":1,"9884744092674654":1,"98875":1,"989":1,"9895289927498964":1,"99":1,"9904918699547358":1,"991":1,"99125":1,"9913708894656998":1,"9921732521849577":1,"9924999999998":1,"992905560343682":1,"993":1,"9935738633738382":1,"99375":1,"9941837006173989":1,"9947401408361092":1,"995":1,"9952478184387002":1,"995710966249545":1,"9961334444806227":1,"99625":1,"9965187653005948":1,"9968701119616719":1,"997":1,"9971903507521584":1,"9974820329392142":1,"9975":1,"9977473821121933":1,"9979882595497923":1,"998":1,"9982060958067165":1,"9984017696826583":1,"9985754045658944":1,"9987260344049611":1,"99875":1,"9988510634029723":1,"9989453988585146":1,"999":1,"9990000657894736":1,"float":4,"import":1,"new":0,"return":[0,4],"static":1,"true":1,As:1,If:1,In:1,The:[1,3],To:3,abov:1,activ:1,after:1,again:1,alpha:[1,4],also:1,alternate_identifier_typ:1,an:1,ani:1,api:[1,2],appropri:1,arg:[0,4],author:0,b:3,been:1,below:1,beta:[1,4],call:1,can:1,checkout:3,ci:1,cli:1,clone:3,code:[0,1],code_repo:0,code_run:0,code_run_uuid:0,coderun:0,com:[1,3],command:[1,3],compon:0,component_url:0,config:[0,2],config_yaml:0,contain:[0,1,4],corresond:1,creat:0,csv:[1,4],current:4,data:[0,1],data_product:[0,1],data_product_url:0,default_input_namespac:1,describ:1,descript:1,dev:[1,3],dict:[0,4],dictionari:[0,4],dir:0,directori:[1,4],download:1,e:[1,4],environ:1,etc:4,exampl:2,execut:1,expos:4,ext:1,extens:4,external_object:1,fair:2,fairdatapipelin:[1,2,3],fals:4,fdp_config_dir:[0,1],fdp_local_token:1,field:1,figur:1,file:[0,1,4],file_typ:1,finalis:[0,1],flag:1,follow:[0,1,3],from:[1,3,4],gamma:4,get:1,getresourcedirectori:4,git:[1,3],github:[1,3],githubusercont:1,given:4,ha:1,handl:[0,1],hash:0,how:1,http:[1,3],i:[1,4],illustr:1,implement:4,includ:4,indetifi:1,infecti:4,inform:0,init:[1,4],init_param:1,initial_paramet:1,initial_st:4,initialis:[0,1],input:[0,1],instal:[1,2],instruct:1,intial:4,inv_gamma:[1,4],inv_mu:[1,4],inv_omega:[1,4],inv_sigma:[1,4],invers:4,item:0,kei:0,line:[1,3],link_read:[0,1],link_writ:[0,1],list:1,local:1,local_repo:1,locat:[1,4],metadata:[0,1],model:[0,2,4],model_config:0,model_output:[1,4],model_plot:1,mu:4,must:1,n:3,name:0,namespac:0,namespace_full_nam:1,namespace_nam:1,namespace_websit:1,necessari:0,now:1,object:0,omega:4,onc:1,onli:1,option:4,order:1,org:[1,2],os:1,output:[0,2],packag:[1,3],paramer:4,paramet:[1,4],path:[0,1,4],pennsylvania:1,pip3:3,pipelin:1,plot:[1,4],png:[1,4],poetri:1,primari:1,print:1,produc:[1,4],product:[0,1],proven:2,provid:1,psu:1,pull:2,py:1,pydatapipelin:[1,3],python3:1,python:[1,3],pythonfdp:[1,3],r0:1,r:[1,4],raw:1,read:[0,4],readinitialparamet:[1,4],record:0,recov:4,regist:1,registri:[0,1],release_d:1,relev:0,remote_repo:1,renam:0,repo:0,report:2,requir:3,resouc:4,resourc:4,result:[1,4],rfield:1,root:1,ror:1,run:[0,2,3],run_metadata:1,s:[1,4],save:4,save_loc:4,scr:1,script:[0,1],sei:2,seir:[1,4],seirs_model:[1,4],seirs_model_param:1,seirs_plot:[1,4],seirsconfig:1,seirsmodelrun:1,set:1,sh:1,shell:1,should:[1,3],show:4,sigma:4,simplemodel:[1,2],sm:1,specifi:[0,1],src:1,state:1,static_params_seir:1,store:1,str:[0,4],submiss:0,submission_script:0,sucept:4,suppli:1,temporari:1,tempori:1,them:1,thi:1,time:[1,4],timefram:4,timepoint:4,timestep:4,titl:1,token:[0,1],tool:1,unique_nam:1,univers:1,updat:0,url:0,us:1,use_compon:0,use_data_product:0,use_namespac:0,use_vers:0,user:1,uuid:0,version:[0,1],virtual:1,wa:1,well:[1,4],when:1,whether:4,which:1,within:1,write:[0,1,4],write_model_to_csv:[1,4],yaml:[0,2],year:4},titles:["org.fairdatapipeline.api","SEIS Model example","Welcome to pyDataPipeline\u2019s documentation!","Installation","org.fairdatapipeline.simpleModel"],titleterms:{api:0,config:1,content:2,document:2,exampl:1,fair:1,fairdatapipelin:[0,4],instal:3,model:1,org:[0,4],output:1,proven:1,pull:1,pydatapipelin:2,report:1,run:1,s:2,sei:1,simplemodel:4,welcom:2,yaml:1}}) diff --git a/doc/_build/html/simpleModel/index.html b/doc/_build/html/simpleModel/index.html deleted file mode 100644 index 341db8a1..00000000 --- a/doc/_build/html/simpleModel/index.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - - - org.fairdatapipeline.simpleModel — pyDataPipeline 0.1 documentation - - - - - - - - - - - - - - - - -
- - -
- -
-
-
- -
-
-
-
- -
-

org.fairdatapipeline.simpleModel

-
-
-SEIRS_Model(initial_state: dict, timesteps: float, years: float, alpha: float, beta: float, inv_gamma: float, inv_omega: float, inv_mu: float, inv_sigma: float)
-

Implementation of the SEIRS Model

-
-
Args:
-
initial_state: dict
-
-
‘s’: S Parameter (Suceptible)
-
‘e’: E Parameter (Exposed)
-
‘i’: I Parameter (Infectious)
-
‘r’: R Parameter (Recovered)
-
-
timesteps: timesteps for model
-
years: model timeframe years
-
alpha: alpha parameter for model
-
beta: beta parameter for model
-
inv_gamma: inverse gamma parameter for model
-
inv_omega: inverse omega parameter for model
-
inv_mu: inverse mu parameter for model
-
inv_sigma: inverse sigma parameter for model
-
-
-
Returns:
-
results: dict
-
-
‘0’: dict
-
‘Time’: current timepoint
-
‘S’: S Parameter at timepoint
-
‘E’: E Parameter at timepoint
-
‘I’: I Parameter at timepoint
-
‘R’: R Paramerer at timepoint
-
-
-
-
-
- -
-
-SEIRS_Plot(results: dict, save_location: str, show=False)
-
-
Produces plot from results of SEIRS Model and saves the plot as a png

in the save_location

-
-
Args:

results: results from SEIRS Model -save_location: location to save plot -show: whether or not to show the plot as well as saving

-
-
-
- -
-
-getResourceDirectory()
-

Returns the path of the resouce directory containing intial parameters etc.

-
-
Returns:
-
str: path to the resource directory
-
-
-
-
- -
-
-readInitialParameters(path='')
-

Read the inital parameters from a csv into a dictionary

-
-
Args:
-
path: (optional) path to csv file
-
-
-
Returns:
-
dict: containing the intial parameters
-
-
-
-
- -
-
-write_model_to_csv(model_output: dict, path: str)
-

Write the model results to a given csv file

-
-
Args:
-
model_output: dict
-
path: path to write csv to including .csv extension
-
-
-
-
- -
- - -
-
- -
-
-
-
- - - - diff --git a/doc/api/index.rst b/doc/api/index.rst index ae0dca8d..61d1f698 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -1,5 +1,5 @@ -org.fairdatapipeline.api +fairdatapipeline ======================== -.. automodule:: org.fairdatapipeline.api +.. automodule:: fairdatapipeline :members: diff --git a/doc/conf.py b/doc/conf.py index ed70e5bb..5ff54607 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -12,6 +12,7 @@ # import os import sys +from typing import List sys.path.insert(0, os.path.abspath("../")) sys.setrecursionlimit(1500) @@ -46,7 +47,7 @@ # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. -exclude_patterns = [] +exclude_patterns: List = [] # -- Options for HTML output ------------------------------------------------- diff --git a/doc/examples/SEIRS.rst b/doc/examples/SEIRS.rst index 29b3120d..55f556c6 100644 --- a/doc/examples/SEIRS.rst +++ b/doc/examples/SEIRS.rst @@ -1,5 +1,5 @@ SEIRS Model example -================== +==================== .. toctree:: :maxdepth: 2 @@ -20,10 +20,10 @@ and the following outputs: SEIRS_model/results/model_output/python SEIRS_model/results/figure/python -an example config is provided within the pyDataPipeline package located in :code:`src/org/simpleModel/ext/SEIRSconfig.yaml` +an example config is provided within the pyDataPipeline package located in :code:`simpleModel/ext/SEIRSconfig.yaml` and contains the following: -.. literalinclude:: /../src/org/fairdatapipeline/simpleModel/ext/SEIRSconfig.yaml +.. literalinclude:: /../simpleModel/ext/SEIRSconfig.yaml :linenos: :language: yaml @@ -39,7 +39,7 @@ The following commands should be run after activating a poetry shell from the CL :: fair init --ci - fair pull src/org/fairdatapipeline/simpleModel/ext/SEIRSconfig.yaml + fair pull simpleModel/ext/SEIRSconfig.yaml The :code:`--ci` flag can be used to use temporary directories. If using this flag the above code should be run from the :code:`local_repo` directory @@ -56,15 +56,15 @@ This should also only be run after activating a poetry shell from the command li following the `Installation <../installation.html>`_ instructions. :: - fair run src/org/fairdatapipeline/simpleModel/ext/SEIRSconfig.yaml + fair run simpleModel/ext/SEIRSconfig.yaml This will call :code:`fair run` which will produce a code run and the appropriate output using the script provided in the :code:`run_metadata` field of the config.yaml file. -The following code will be executed when using the :code:`src/org/fairdatapipeline/simpleModel/ext/SEIRSconfig.yaml` config file, -which is located in the :code:`src/org/fairdatapipeline/simpleModel/ext/SEIRSModelRun.py` Python script +The following code will be executed when using the :code:`simpleModel/ext/SEIRSconfig.yaml` config file, +which is located in the :code:`simpleModel/ext/SEIRSModelRun.py` Python script -.. literalinclude:: /../src/org/fairdatapipeline/simpleModel/ext/SEIRSModelRun.py +.. literalinclude:: /../simpleModel/ext/SEIRSModelRun.py :linenos: :language: python diff --git a/doc/examples/SEIRS_figure.png b/doc/examples/SEIRS_figure.png index c1aef2a3..9ae9e842 100644 Binary files a/doc/examples/SEIRS_figure.png and b/doc/examples/SEIRS_figure.png differ diff --git a/doc/examples/SEIRS_output.csv b/doc/examples/SEIRS_output.csv index b8422ba9..644c2e4c 100644 --- a/doc/examples/SEIRS_output.csv +++ b/doc/examples/SEIRS_output.csv @@ -1,1002 +1,1002 @@ "time","S","E","I","R" 0,0.999,0.001,0,0 -0.005,0.9990000657894736,0.0008570770676691729,0.00014285714285714284,0.0 -0.01,0.9989453988585146,0.0007893138160288289,0.0002466615198711063,1.8635204081632653e-05 -0.015,0.9988510634029723,0.0007710007841296225,0.000327244522113467,5.0716916394142244e-05 -0.02,0.9987260344049611,0.0007861652617595736,0.00039469961209557603,9.314787435220072e-05 -0.025,0.9985754045658944,0.0008249836092166542,0.0004555217804476904,0.0001441631615872074 -0.03,0.9984017696826583,0.0008815239550904843,0.0005139553923684556,0.0002028540507566455 -0.035,0.9982060958067165,0.0009523272594360973,0.0005728437405733182,0.0002688700802211206 -0.04,0.9979882595497923,0.0010355164823168826,0.0006341650718340448,0.0003422334610862351 -0.045,0.9977473821121933,0.0011302383864371611,0.0006993714291338191,0.00042322434716701653 -0.05,0.9974820329392142,0.0012363148952748404,0.0007696035505922966,0.0005123108868995336 -0.055,0.9971903507521584,0.0013540265423757913,0.0008458279296123323,0.0006101076623920799 -0.06,0.9968701119616719,0.001483979272629432,0.0009289250602049795,0.0007173522180220145 -0.065,0.9965187653005948,0.0016270239393209277,0.0010197471426378023,0.0008348932192212734 -0.07,0.9961334444806227,0.0017842092216076098,0.001119156761166343,0.0009636861987427124 -0.075,0.995710966249545,0.0019567558484876652,0.0012280537903188561,0.0011047943698469036 -0.08,0.9952478184387002,0.002146044520733342,0.0013473951090621076,0.0012593929451982485 -0.085,0.9947401408361092,0.00235361275575844,0.0014782100178865369,0.0014287760055249935 -0.09,0.9941837006173989,0.002581157661238109,0.0016216131940545078,0.0016143653445877587 -0.095,0.9935738633738382,0.002830542761044522,0.0017788163531140915,0.0018177209593071828 -0.1,0.992905560343682,0.0031038076966474113,0.0019511393643436938,0.0020405530079536157 -0.105,0.9921732521849577,0.00340318006246681,0.0021400213021409904,0.0022847351577291917 -0.11,0.9913708894656998,0.0037310889013550705,0.0023470317465623214,0.0025523193063480814 -0.115,0.9904918699547358,0.00409017954692257,0.0025738825376730857,0.0028455517031553195 -0.12,0.9895289927498964,0.004483329590543451,0.0028224401169173476,0.0031668905218924705 -0.125,0.9884744092674654,0.004913665795953702,0.003094738539600676,0.0035190249543309506 -0.13,0.9873195711290257,0.005384581797661859,0.0033929932063122238,0.0039048959046129356 -0.135,0.9860551750156183,0.0058997564094368,0.0037196153314762253,0.004327718369974065 -0.14,0.9846711046127924,0.006463172340734614,0.0040772271400308785,0.004791005595460984 -0.145,0.9831563698438435,0.007079135074523239,0.004468677755530009,0.005298595088638664 -0.15,0.9814990436836877,0.007752291600468274,0.0048970597125307085,0.0058546765750588006 -0.155,0.9796861969646222,0.00848764862276511,0.005365725991168376,0.0064638219660937 -0.16,0.977703831730559,0.00929058977130974,0.00587830743075116,0.007131017397058897 -0.165,0.9755368138715551,0.010166891237276116,0.006438730330551886,0.007861697374578596 -0.17,0.973168805979308,0.011122735128216078,0.007051233988293447,0.008661781046928193 -0.175,0.9705822016105939,0.012164719692234024,0.007720387858672822,0.009537710578471657 -0.18,0.967758062433253,0.01329986539454368,0.008451107934213309,0.010496491567970277 -0.185,0.9646760600617736,0.014535615642172458,0.009248671857372616,0.011545735398964427 -0.19,0.9613144247696764,0.015879830743868326,0.010118732164859628,0.012693703346937748 -0.195,0.9576499036954632,0.01734077346361891,0.011067326941406896,0.013949352190717539 -0.2,0.9536577316378776,0.01892708428039948,0.012100887020013572,0.01532238098256397 -0.205,0.9493116180620986,0.020647744208708713,0.013226238708620656,0.016823278520577845 -0.21,0.9445837545052971,0.022512022771757196,0.014450600849749152,0.018463370936308194 -0.215,0.9394448471671538,0.024529408462968798,0.015781574831296295,0.020254868657731344 -0.22,0.9338641800819739,0.026709518797202965,0.01722712596631649,0.022210911831269498 -0.225,0.9278097148699689,0.029061986861506805,0.01879555445191795,0.024345613084769832 -0.23,0.9212482336230667,0.03159632115309014,0.020495453909432124,0.02667409628554713 -0.235,0.9141455319514379,0.03432173547334222,0.02233565530972354,0.02921252969379951 -0.24,0.9064666695446687,0.03724694577231371,0.024325153912387956,0.031978151633332876 -0.245,0.8981762857165794,0.040379931157005965,0.026473016713254305,0.03498928650172218 -0.25,0.8892389872215052,0.04372765684488382,0.028788267823356535,0.0382653486262258 -0.255,0.8796198150555352,0.047295757722493406,0.03127974922173959,0.04182683114826284 -0.26,0.8692847958807509,0.05108818242152138,0.033955954466652796,0.04569527679990026 -0.265,0.8582015820194364,0.05510679951218089,0.03682483325224695,0.04989322713659914 -0.27,0.8463401815449608,0.05935096958797983,0.0398935652020645,0.05444414653225642 -0.275,0.8336737767449354,0.06381708970905736,0.04316830203961374,0.05937231705144033 -0.28,0.8201796250756016,0.06849811988429824,0.046653878312347324,0.06470270022125323 -0.285,0.805840031635481,0.07338310496033662,0.05035349220525248,0.0704607617684052 -0.29,0.7906433762009524,0.07845670934136437,0.05426835968959755,0.0766722556074055 -0.295,0.7745851711198208,0.08369878620252981,0.05839734731814049,0.08336296380796356 -0.3,0.7576691191020548,0.08908400700569175,0.06273659137994803,0.09055838997910677 -0.305,0.7399081325685978,0.0945815808051226,0.06727911380878755,0.09828340452665611 -0.31,0.7213252692571792,0.10015509557308908,0.07201444809571234,0.10656184160437415 -0.315,0.7019545329200227,0.10576251503495196,0.07692829133223973,0.1154160493085065 -0.32,0.6818414839811328,0.11135636369531912,0.08200220119112553,0.12486639676121832 -0.325,0.6610436038120964,0.11688412929644555,0.08721335886722162,0.13493074416326653 -0.33,0.6396303586747099,0.12228890541557202,0.0925344204359093,0.14562388460775527 -0.335,0.6176829160705031,0.1275102870183314,0.09793347940091392,0.15695696933178369 -0.34,0.5952934776667804,0.1324855185854399,0.10337416206382419,0.16893693099414414 -0.345,0.5725642091651431,0.13715087836354756,0.1088158744710971,0.18156592231518742 -0.35,0.5496057679463642,0.14144326426214843,0.11421421489782953,0.1948407897737749 -0.355,0.5265354529753677,0.14530192829470062,0.11952155908119635,0.2087526037774061 -0.36,0.5034750266040714,0.14867028900303872,0.12468781688957967,0.2232862675540174 -0.365,0.4805482824049881,0.15149773700177707,0.12966134920468556,0.23842022672983793 -0.37,0.45787845456296034,0.15374133961878053,0.1343900231345782,0.25412629998246056 -0.375,0.4355855802203775,0.15536734827363716,0.13882237309800946,0.2703696482005605 -0.38,0.41378393444771394,0.15635241781118753,0.1429088257892262,0.28710889525914807 -0.385,0.3925796568296166,0.15668446072140899,0.14660293954099768,0.3042964079752842 -0.39,0.37206867861241305,0.15636308026619317,0.14986260404857418,0.3218787363160793 -0.395,0.352335040638186,0.15539955325321975,0.152651145469194,0.3397972078763971 -0.4,0.333449666627531,0.15381636300620616,0.15493828490443143,0.35798866350134356 -0.405,0.3154696263303838,0.15164631297516679,0.1567009051334096,0.37638631421284574 -0.41,0.298437891673328,0.14893127836872216,0.15792359070129847,0.394920693812831 -0.415,0.282383559359709,0.14572067453303253,0.15859891921695546,0.41352067711333435 -0.42,0.26732248810475123,0.14206973467600673,0.15872749584881976,0.4321145310072032 -0.425,0.25325827976692944,0.13803769506139493,0.15831773728154164,0.45063096471416575 -0.43,0.2401835221077821,0.1336859831385022,0.15738542459671123,0.4690001465244874 -0.435,0.22808120686856792,0.1290764943148317,0.155953055640087,0.48715465706690614 -0.44,0.21692623956131873,0.1242700279760834,0.15404903569486944,0.505030353266131 -0.445,0.20668696550104718,0.11932493501406503,0.15170675030304168,0.5225671223499326 -0.45,0.1973266484955324,0.11429600966594046,0.14896356582355597,0.5397095110894482 -0.455,0.18880485254020463,0.10923363977888252,0.14585980205545682,0.5564072214782718 -0.46,0.18107869127788004,0.10418321314403788,0.14243771748788447,0.5726154698828951 -0.465,0.17410392362049162,0.09918476423053693,0.1387405421111578,0.5882952120032543 -0.47,0.16783588590938875,0.09427283592346887,0.1348115859276272,0.6034132405273338 -0.475,0.1622302608035884,0.08947652472166569,0.13069344400238497,0.617942165999498 -0.48,0.15724369055091805,0.08481967494655161,0.12642731166909754,0.6318602940874433 -0.485,0.15283424748908167,0.08032118731015918,0.12205241680891282,0.6451514141419368 -0.49,0.14896177778859482,0.07599540905167512,0.11760557026770149,0.6578045147704782 -0.495,0.14558813592963016,0.07185257613587052,0.11312083065355581,0.6698134422053398 -0.5,0.14267732757585214,0.06789928213065936,0.10862927603146186,0.6811765166762735 -0.505,0.14019557773388844,0.06413895285812879,0.10415887238209483,0.6918961209449781 -0.51,0.13811133968975253,0.06057231036828937,0.09973442702698461,0.7019782737648835 -0.515,0.13639525846020997,0.05719781395210367,0.09537761441116661,0.7114321994261783 -0.52,0.13502010059509395,0.05401206962281992,0.09110706152443906,0.7202699028446846 -0.525,0.13396066026690495,0.051010202665811404,0.0869384806770557,0.7285057579461429 -0.53,0.13319364978866577,0.04818619046234462,0.08288483817670926,0.7361561154557691 -0.535,0.13269758107207208,0.045533154851053664,0.0789565485484574,0.7432389346779775 -0.54,0.13245264310700475,0.04304361484959098,0.07516168518527791,0.7497734424767264 -0.545,0.13244057931982178,0.04070970168074141,0.07150619962310421,0.7557798214620094 -0.55,0.13264456764585997,0.038523338801164826,0.06799414293023198,0.7612789283595738 -0.555,0.13304910531621447,0.03647639008536352,0.06462788393566009,0.7662920426867763 -0.56,0.13363989968999104,0.03456077953624887,0.06140832015946207,0.7708406451687013 -0.565,0.13440376593864956,0.03276858593349433,0.05833507832955351,0.7749462247918905 -0.57,0.13532853198659403,0.031092115740221544,0.05540670226295648,0.7786301129921932 -0.575,0.13640295081092485,0.02952395740768013,0.052620826653864965,0.781913343191027 -0.58,0.13761661998438207,0.028057019978803346,0.049974335949489204,0.7848165337132296 -0.585,0.13895990819244938,0.026684558620152253,0.04746350801590721,0.7873597920228114 -0.59,0.140423888354233,0.025400189426997715,0.04508414271063963,0.7895626381845264 -0.595,0.14200027691525346,0.024197895562211587,0.04283167579840319,0.7914439454850045 -0.6,0.1436813788489595,0.023072026516147107,0.040701278883945285,0.7930218962145865 -0.605,0.14546003789471193,0.02201729201835681,0.03868794620326594,0.794313950709042 -0.61,0.14732959156690453,0.02102875189681078,0.03678656922348017,0.7953368278697192 -0.615,0.14928383048784602,0.020101802968265164,0.034992000062711665,0.796106495513662 -0.62,0.15131696162219216,0.019232163855173196,0.03329910476428332,0.7966381690455092 -0.625,0.15342357502018072,0.018415858459583476,0.031702807452467174,0.79694631708555 -0.63,0.15559861370850137,0.017649198681690324,0.0301981263674028,0.7970446728292286 -0.635,0.157837346399742,0.0169287668485016,0.02878020273061075,0.7969462500497306 -0.64,0.16013534272286314,0.016251398214633228,0.02744432333491256,0.7966633627849065 -0.645,0.16248845070729612,0.015614163810581685,0.026185937687689873,0.7962076478712397 -0.65,0.1648927762815486,0.0150143538420156,0.025000670467619855,0.7955900895999398 -0.655,0.16734466457334776,0.014449461784780977,0.02388432998494417,0.7948210458730691 -0.66,0.16984068282222864,0.013917169272660401,0.022832913265984002,0.7939102753307801 -0.665,0.1723776047370664,0.013415331836834615,0.021842608315506683,0.7928669650043885 -0.67,0.17495239615041439,0.012941965525990673,0.020909794046754908,0.7916997581244797 -0.675,0.17756220183875934,0.012495234412790723,0.02003103830919028,0.7904167817790176 -0.68,0.18020433339308448,0.012073438974802609,0.019203094388720473,0.7890256741740694 -0.685,0.18287625803760382,0.011675005324992197,0.01842289630459222,0.7875336112999005 -0.69,0.1855755883063668,0.011298475257621393,0.01768755318128671,0.7859473328484808 -0.695,0.1883000724977978,0.010942497069147173,0.01699434293256656,0.7842731672655329 -0.7,0.19104758583629658,0.010605817109851942,0.01634070545811618,0.7825170558517776 -0.705,0.1938161222779332,0.01028727201993311,0.015724235520746123,0.7806845758546141 -0.71,0.19660378690416636,0.009985781603207348,0.015142675443610667,0.7787809625136796 -0.715,0.19940878885352792,0.00970034229208803,0.014593907742005004,0.7768111300421074 -0.72,0.20222943474646163,0.009430021158784442,0.014075947782743535,0.7747796915403449 -0.725,0.20506412256308493,0.009173950429516435,0.01358693654555307,0.7726909778515323 -0.73,0.20791133593765,0.008931322460754156,0.013125133545032825,0.7705490553771153 -0.735,0.21076963883699187,0.008701385138934571,0.012688909958239404,0.7683577428789011 -0.74,0.21363767059333819,0.00848343766766287,0.012276741991570434,0.7661206272995182 -0.745,0.21651414126457436,0.008276826708992881,0.011887204511086165,0.7638410786374652 -0.75,0.2193978272974632,0.008080942847933202,0.011518964952487212,0.7615222639159053 -0.755,0.22228756747145081,0.007895217351799527,0.0111707775204434,0.7591671602862753 -0.76,0.22518225910258968,0.007719119198397346,0.010841477681649779,0.7567785673088382 -0.765,0.22808085448880758,0.007552152349252341,0.010529976951698477,0.7543591184526633 -0.77,0.23098235757927243,0.007393853246196449,0.010235257972446002,0.7519112918573166 -0.775,0.23388582085197346,0.007243788511560532,0.009956369873889814,0.7494374203978944 -0.78,0.236790342384876,0.007101552834019033,0.009692423912527656,0.7469397010940428 -0.785,0.23969506310712899,0.006966767023781179,0.009442589376655116,0.7444202039023533 -0.79,0.24259916421782268,0.006839076222332413,0.009206089747972684,0.7418808799300781 -0.795,0.24550186476072366,0.006718148253306142,0.008982199108146235,0.7393235691065319 -0.8,0.24840241934426233,0.006603672102317508,0.008770238778529107,0.7367500073468805 -0.805,0.2513001159968268,0.006495356514726624,0.008569574181053839,0.7341618332413037 -0.81,0.25419427414812984,0.0063929287013272254,0.008379611908289815,0.7315605943007856 -0.815,0.2570842427280729,0.00629613314288695,0.008199796990799828,0.7289477527890655 -0.82,0.2599693983751353,0.006204730485305811,0.008029610350180237,0.7263246911685816 -0.825,0.2628491437468746,0.006118496517918092,0.007868566426508449,0.723692717186584 -0.83,0.26572290592564013,0.006037221228147459,0.00771621096932453,0.7210530686259934 -0.835,0.26859013491307576,0.005960707926342592,0.0075721189817221,0.7184069177440322 -0.84,0.27145030220743177,0.005888772435177785,0.0074358928076017575,0.7157553754201862 -0.845,0.274302899458111,0.005821242338505538,0.007307160352635534,0.7130994950336413 -0.85,0.2771474371922541,0.005757956285001872,0.007185573429993422,0.7104402760890104 -0.855,0.2799834436085195,0.005698763342354711,0.007070806222384726,0.7077786676078978 -0.86,0.28281046343353805,0.005643522398115795,0.00696255385246182,0.7051155713026621 -0.865,0.2856280568368251,0.005592101603671204,0.006860531054117047,0.7024518445476161 -0.87,0.2884357984002129,0.00554437785808835,0.006764470937671415,0.6997883031618497 -0.875,0.2912332761381267,0.005500236328871437,0.006674123842403863,0.6971257240168796 -0.88,0.2940200905652696,0.005459570006905847,0.006589256270300493,0.6944648474814054 -0.885,0.2967958538085061,0.005422279293097305,0.006509649895313023,0.6918063797145929 -0.89,0.2995601887599444,0.00538827161441628,0.006435100642804394,0.6891509948185011 -0.895,0.3023127282684108,0.005357461067243988,0.0063654178342266105,0.686499336859522 -0.9,0.3050531143666916,0.005329768086085462,0.0063004233924217265,0.6838520217680076 -0.905,0.3077809975320857,0.005305119135869055,0.00623995110326178,0.6812096391246069 -0.91,0.31049603597796965,0.005283446426191925,0.006183845929647943,0.678572753841238 -0.915,0.31319789497422096,0.005264687645998831,0.006131963374173964,0.6759419077440587 -0.92,0.31588624619448474,0.005248785717298152,0.006084168887024854,0.6733176210652786 -0.925,0.3185607670883945,0.005235688566625409,0.006040337315929651,0.6707003938501778 -0.93,0.321221140276977,0.005225348913061732,0.006000352395217815,0.6680907072852454 -0.935,0.3238670529695842,0.005217724071703436,0.005964106271243309,0.6654890249529398 -0.94,0.326498196400797,0.005212775771559981,0.005931499061639651,0.662895794018185 -0.945,0.329114265285846,0.005210469986931662,0.005902438446053975,0.6603114463513639 -0.95,0.3317149572931834,0.005210776781386102,0.005876839286179493,0.6577363995922344 -0.955,0.3342999725329298,0.005213670163514485,0.005854623273064272,0.6551710581588915 -0.96,0.33686901305999717,0.005219127953704955,0.005835718599821083,0.6526158142056101 -0.965,0.3394217823907692,0.005227131661222168,0.005820059657998701,0.650071048533142 -0.97,0.3419579850322907,0.005237666370928999,0.005807586756000431,0.6475371314547945 -0.975,0.34447732602298753,0.005250720639029222,0.005798245858051302,0.6450144236213902 -0.98,0.3469795104840038,0.005266286397248894,0.005791988342322177,0.6425032768079963 -0.985,0.34946424318030467,0.0052843588649094915,0.005788770776917314,0.640004034665118 -0.99,0.35193122809075456,0.005304936468377832,0.0057885547125225804,0.6375170334368635 -0.995,0.3543801679864359,0.005328020767406578,0.005791306490594816,0.6350426026484235 -1.0,0.3568107640165305,0.005353616387905079,0.005796997066049414,0.6325810657650467 -1.005,0.35922271530113836,0.005381730960703399,0.0058056018434735155,0.6301327408245474 -1.01,0.36161571853046137,0.005412375065892935,0.005817100525956608,0.6276979410452435 -1.015,0.36398946756982986,0.005445562182345131,0.0058314769756892945,0.6252769754110953 -1.02,0.3663436530701005,0.005481308642025555,0.005848719085534844,0.6228701492356958 -1.025,0.3686779620830029,0.005519633588734166,0.005868818660827208,0.6204777647066511 -1.03,0.37099207768106246,0.005560558940914048,0.005891771310693825,0.6181001214117833 -1.035,0.37328567858177386,0.005604109358180299,0.005917576348241933,0.6157375168484921 -1.04,0.37555843877575107,0.00565031221122824,0.00594623669898363,0.6133902469175154 -1.045,0.37781002715862727,0.005699197554785695,0.005977758816907746,0.6110586064022429 -1.05,0.3800401071665285,0.005750798103277862,0.0060121526076358615,0.6087428894346533 -1.055,0.38224833641499617,0.005805149208875257,0.0060494313581259136,0.6064433899488676 -1.06,0.38443436634128464,0.005862288841595517,0.006089611672409704,0.6041604021232347 -1.065,0.38659784185001334,0.0059222575711283506,0.006132713412870619,0.6018942208117948 -1.07,0.38873840096220813,0.005985098550049879,0.006178759646585028,0.5996451419658961 -1.075,0.3908556744678216,0.006050857498087829,0.006227776596265304,0.5974134630466778 -1.08,0.3929492855818819,0.0061195826870927205,0.006279793595354314,0.5951994834290621 -1.085,0.39501884960447864,0.006191324926362229,0.006334843046830716,0.5930035047978446 -1.09,0.39706397358485845,0.006266137547956421,0.006392960385291421,0.5908258315364014 -1.095,0.3990842559899673,0.0063440763916304726,0.006454184041882448,0.5886667711084835 -1.1,0.4010792863778456,0.006425199788998898,0.006518555411651957,0.5865266344335007 -1.105,0.40304864507635346,0.00650956854653122,0.0065861188228997,0.5844057362556471 -1.11,0.40499190286777625,0.006597245926963397,0.006656921508095547,0.5823043955071568 -1.115,0.4069086206799421,0.006688297628692277,0.006731013575936069,0.5802229356659281 -1.12,0.40879834928456027,0.006782791762701854,0.006808447984102591,0.5781616851076882 -1.125,0.4106606290035774,0.006880798826550211,0.0068892805122766155,0.5761209774528226 -1.13,0.41249498942443713,0.0069823916749248045,0.006973569734959133,0.5741011519079267 -1.135,0.41430094912522036,0.007087645486251192,0.007061376993629168,0.5721025536020807 -1.14,0.4160780154107434,0.007196637724816567,0.007152766367763962,0.5701255339177909 -1.145,0.41782568406078974,0.007309448097844512,0.007247804644228547,0.5681704508164722 -1.15,0.41954343909175934,0.007426158506931433,0.0073465612845261645,0.5662376691582908 -1.155,0.4212307525331286,0.0075468529932281635,0.00744910838938309,0.5643275610161128 -1.16,0.4228870842202284,0.007671617675722493,0.007555520660122052,0.562440505983244 -1.165,0.42451188160496744,0.007800540681949929,0.007665875356257558,0.560576891474571 -1.17,0.4261045795862497,0.007933712070431037,0.007780252248724307,0.558737113020646 -1.175,0.4276646003619638,0.008071223744104492,0.0078987335681264,0.5569215745541802 -1.18,0.42919135330455105,0.008213169353995584,0.008021403947370553,0.5551306886883354 -1.185,0.43068423486229523,0.008359644192330842,0.00814835035802096,0.5533648769861221 -1.19,0.43214262848861423,0.008510745074280695,0.008279662039687096,0.5516245702201318 -1.195,0.4335659046017744,0.00866657020748427,0.008415430421728726,0.5499102086217407 -1.2,0.43495342057759206,0.008827219048483702,0.008555749036534901,0.5482222421188391 -1.205,0.43630452077783116,0.008992792145170228,0.008700713423606012,0.5465611305610433 -1.21,0.43761853661715217,0.009163390964321302,0.008850421023640295,0.5449273439312551 -1.215,0.43889478667161336,0.00933911770328748,0.009004971061798832,0.5433213625423328 -1.22,0.4401325768318718,0.009520075084870447,0.00916446441929632,0.5417436772175388 -1.225,0.4413312005043738,0.009706366134419967,0.009329003492439248,0.5401947894533223 -1.23,0.4424899388639667,0.009898093938168344,0.009498692038208731,0.5386752115628897 -1.235,0.44360806116149937,0.0100953613818169,0.009673635005462873,0.537185466798904 -1.24,0.4446848250901095,0.010298270868390963,0.009853938350813388,0.5357260894535442 -1.245,0.44571947721401833,0.010506924014388441,0.010039708838214029,0.534297624934039 -1.25,0.44671125346376733,0.01072142132326356,0.010231053821284636,0.5329006298116756 -1.255,0.4476593797019318,0.010941861835312405,0.010428081007385069,0.5315356718421647 -1.26,0.4485630723634356,0.011168342753061646,0.010630898202448485,0.5302033299551259 -1.265,0.4494215391746613,0.011400959041307508,0.010839613035584323,0.5289041942103427 -1.27,0.4502339799556033,0.011639803001009462,0.011054332662468549,0.5276388657183129 -1.275,0.4509995875093413,0.011884963816313772,0.011275163446553244,0.5264079565225098 -1.28,0.4517175486031176,0.012136527074066908,0.011502210617150364,0.5252120894406564 -1.285,0.4523870450452781,0.01239457425527927,0.01173557790347629,0.5240518978622 -1.29,0.45300725486228394,0.012659182198116858,0.011975367143785932,0.5229280254990757 -1.295,0.4535773535799091,0.012930422532133742,0.012221677868778407,0.5218411260867465 -1.3,0.4540965156126119,0.013208361083612612,0.012474606858522044,0.5207918630324133 -1.305,0.454563915764897,0.01349305725205547,0.012734247672225567,0.5197809090072102 -1.31,0.45497873084826435,0.013784563358062886,0.01300069015027621,0.5188089454791253 -1.315,0.45534014141707363,0.014082923963059006,0.013274019888075056,0.5178766621833312 -1.32,0.4556473336263282,0.01438817516156171,0.013554317681326552,0.5169847565265616 -1.325,0.4558995012139984,0.014700343846963638,0.013841658942583752,0.5161339329221458 -1.33,0.456095847610059,0.015019446952080727,0.01413611308901473,0.5153249020523014 -1.335,0.4562355881739021,0.015345490666040835,0.014437742901539609,0.5145583800543013 -1.34,0.45631795256120494,0.015678469629425807,0.01474660385569282,0.5138350876271646 -1.345,0.4563421872206759,0.0160183661099459,0.015062743424792292,0.513155749055586 -1.35,0.45630755802036965,0.01636514916131489,0.015386200356246925,0.5125210911479117 -1.355,0.45621335300245497,0.016718773768406536,0.015717003922106485,0.5119318420850902 -1.36,0.45605888526442645,0.01707917998220663,0.016055173145254065,0.5113887301776937 -1.365,0.45584349596378454,0.01744629204852775,0.01640071600296071,0.5108924825282931 -1.37,0.4555665574421575,0.01782001753492305,0.016753628609864176,0.5104438235967174 -1.375,0.4552274764637102,0.018200246460717984,0.01711389438279858,0.5100434736660029 -1.38,0.454825697561479,0.018586850435570724,0.017481483190287868,0.509692147207169 -1.385,0.45436070648399446,0.018979681812468428,0.017856350489922027,0.509390551141332 -1.39,0.4538320337332051,0.019378572861562245,0.018238436457258936,0.509139382998096 -1.395,0.45323925818330785,0.01978333497173277,0.01862766511033432,0.5089393289696426 -1.4,0.45258201076862825,0.020193757887252813,0.01902394343431414,0.508791061860472 -1.405,0.45185997822718715,0.02060960898736811,0.019427160511284815,0.5086952389333457 -1.41,0.4510729068850525,0.021030632617040707,0.019837186660642124,0.5086524996526248 -1.415,0.4502206064650184,0.021456549477485234,0.020253872596005248,0.5086634633269069 -1.42,0.4493029539015922,0.021887056085465352,0.020677048605042096,0.5087287266536273 -1.425,0.4483198971427275,0.022321824310596455,0.02110652375904014,0.5088488611691102 -1.43,0.4472714589172242,0.0227605010001104,0.02154208515948627,0.5090244106084283 -1.435,0.44615774044526235,0.023202707700667978,0.021983497229322628,0.5092558881803564 -1.44,0.4449789250681536,0.023648040486844126,0.02243050105691445,0.5095437737636757 -1.445,0.4437352817721132,0.02409606990584845,0.022882813801092895,0.5098885110321044 -1.45,0.4424271685797016,0.024546341047869416,0.023340128165910825,0.5102905045161831 -1.455,0.4410550357815836,0.024998373751134048,0.02380211195396398,0.5107501166115265 -1.46,0.43961942898042805,0.025451662950347582,0.02426840770727408,0.5112676645439648 -1.465,0.4381209919181553,0.02590567917661084,0.024738632444794496,0.511843417303212 -1.47,0.4365604690573544,0.0263598692162008,0.02521237750557419,0.5124775925578275 -1.475,0.43493870788756456,0.026813656934736883,0.025689208506491815,0.5131703535653459 -1.48,0.4332566609272709,0.027266444272239298,0.02616866542324132,0.5139218060925463 -1.485,0.4315153873929254,0.027717612413415645,0.026650262802904473,0.5147319953618884 -1.49,0.4297160545070865,0.028166523136190297,0.027133490115977828,0.5156009030411446 -1.495,0.4278599384188959,0.028612520340022735,0.02761781225512612,0.5165284442942042 -1.5,0.425948424711589,0.029054931753954287,0.02810267018720622,0.5175144649118776 -1.505,0.4239830084735722,0.029493070822589125,0.02858748176424359,0.5185587385422895 -1.51,0.42196529391180376,0.02992623876636948,0.029071642698045616,0.5196609640410914 -1.515,0.41989699348877596,0.030353726810565515,0.029554527702005125,0.5208207629622321 -1.52,0.41777992656731033,0.030774818575388434,0.03003549180238685,0.5220376772103837 -1.525,0.4156160175506302,0.031188792617576264,0.030513871820005985,0.5233111668763126 -1.53,0.41340729350873756,0.03159492511172326,0.030988988021710743,0.5246406082764954 -1.535,0.41115588128597363,0.031992492657556375,0.03146014593948197,0.526025292218096 -1.54,0.40886400408874346,0.032380775197338854,0.03192663835327724,0.5274644225100272 -1.545,0.40653397755669435,0.03275905902563594,0.032387747431991895,0.5289571147402097 -1.55,0.4041682053251082,0.033126639871846573,0.032842747025105944,0.5305023953383051 -1.555,0.4017691740908466,0.03348282603422407,0.033290905095755476,0.532099200942136 -1.56,0.39933944819881256,0.03382694154261278,0.03373148628413581,0.5337463780846993 -1.565,0.3968816637705088,0.034158329325852194,0.03416375458833742,0.5354426832171524 -1.57,0.3943985224008082,0.03447635435877552,0.03458697614796265,0.5371867830813891 -1.575,0.39189278445344444,0.03478040676298697,0.035000422114200805,0.53897725544384 -1.58,0.3893672619899148,0.03506990483516519,0.03540337158848043,0.5408125901999473 -1.585,0.3868248113703922,0.03534429797653066,0.03579511461039957,0.542691190856381 -1.59,0.3842683255688128,0.03560306949734788,0.036174955174386646,0.5446113763955112 -1.595,0.38170072624747275,0.03584573927091781,0.0365422142534918,0.5465713835239484 -1.6,0.3791249556391887,0.03607186621245527,0.036896232807877245,0.5485693693041357 -1.605,0.37654396828729075,0.03628105055953666,0.03723637475498615,0.5506034141650568 -1.61,0.3739607226953991,0.036472935932433254,0.03756202987804186,0.5526715252851401 -1.615,0.37137817294004194,0.03664721115459785,0.03787261664947704,0.5547716403374294 -1.62,0.36879926029969123,0.03680361181582225,0.0381675849461262,0.5569016315840887 -1.625,0.36622690495370586,0.03694192156309925,0.03844641863353917,0.5590593103043512 -1.63,0.36366399780398323,0.037061973106968384,0.038708637997588995,0.5612424315371535 -1.635,0.36111339247083596,0.037163648934058026,0.03895380200264899,0.5634486991169374 -1.64,0.3585778975127519,0.03724688171961102,0.0391815103569903,0.5656757709785138 -1.645,0.3560602689172935,0.03731165443694775,0.03939140536768805,0.5679212647044766 -1.65,0.3535632029074848,0.03735800016402806,0.03958317356919914,0.5701827632864795 -1.655,0.35108932910466817,0.037386001590469495,0.03975654711186387,0.5724578210697717 -1.66,0.34864120408504606,0.03739579023151189,0.03991130489885655,0.5747439698487427 -1.665,0.346221305363011,0.037387545358437316,0.04004727346253419,0.5770387250799006 -1.67,0.3438320258299823,0.03736149265781199,0.04016432757367144,0.5793395921776936 -1.675,0.34147566867287155,0.03731790263456912,0.04026239057968619,0.5816440728579098 -1.68,0.3391544427915682,0.03725708877635934,0.040341434470613786,0.5839496714930633 -1.685,0.3368704587300356,0.037179405498725324,0.040401479674239515,0.5862539014441923 -1.69,0.33462572513081085,0.037085245892480974,0.04044259458440885,0.5885542913338557 -1.695,0.3324221457179715,0.0369750392961731,0.04046489482906494,0.5908483912258233 -1.7,0.33026151680903354,0.03684924871766004,0.04046854228697683,0.5931337786779783 -1.705,0.328145525351832,0.03670836812965074,0.040453743864386014,0.5954080646362928 -1.71,0.32607574747826573,0.0365529196645088,0.04042075004488362,0.597668899139364 -1.715,0.32405364756289795,0.0363834507337451,0.040369853227708544,0.5999139768048889 -1.72,0.3220805777708388,0.03620053109741326,0.040301385871307646,0.602141042071582 -1.725,0.32015777807612195,0.036004749908101215,0.04021571846040414,0.6043478941723737 -1.73,0.31828637672894633,0.035796712753403494,0.04011325731596767,0.6065323918172258 -1.735,0.3164673911477044,0.0355770387196892,0.039994442268362025,0.6086924575665443 -1.74,0.3147017292096628,0.03534635749868056,0.03985974421456076,0.6108260818789067 -1.745,0.312990190912506,0.035105306556858715,0.0397096625806693,0.6129313268196329 -1.75,0.3113334703776873,0.0348545283860525,0.03954472271108145,0.6150063294195636 -1.755,0.30973215816564686,0.03459466785177591,0.039365473205438054,0.6170493046762489 -1.76,0.30818674387243516,0.03432636965399749,0.03917248322416095,0.6190585481925495 -1.765,0.3066976189771001,0.034050275913082476,0.03896633978272317,0.6210324384503874 -1.77,0.3052650799093342,0.033767023891680306,0.038747645054006505,0.622969438720026 -1.775,0.3038893313073074,0.03347724386136602,0.03851701369711231,0.6248680986077796 -1.78,0.3025704894362985,0.033181557120912454,0.03827507022985378,0.6267270552474363 -1.785,0.30130858573965996,0.03288057417119637,0.03802244646089339,0.6285450341428958 -1.79,0.3001035704947658,0.03257489304994819,0.03775977899612097,0.6303208496715701 -1.795,0.2989553165478806,0.032265097827860224,0.03748770683242315,0.6320534052599506 -1.8,0.2978636231033067,0.03195175726598848,0.037206869050495125,0.6337416932444008 -1.805,0.2968282195437,0.03163542363292992,0.03691790261681729,0.6353847944316904 -1.81,0.29584876926004805,0.031316631678939826,0.03662144030338138,0.636981877375031 -1.815,0.29492487347147056,0.03099589776297837,0.03631810873222634,0.6385321973824148 -1.82,0.294056075016687,0.030673719127644758,0.03600852655034979,0.6400350952748943 -1.825,0.29324186210069464,0.03035057331607166,0.03569330273911502,0.6414899959130749 -1.83,0.2924816719818814,0.030026917724109967,0.035373035060888916,0.642896406510541 -1.835,0.2917748945864497,0.029703189280530395,0.03504830864433688,0.6442539147531954 -1.84,0.29112087603863207,0.02937980424749808,0.03471969470857549,0.6455621867435817 -1.845,0.29051892209672947,0.029057158133231602,0.03438774942525122,0.6468209647891915 -1.85,0.28996830148647823,0.028735625708530988,0.03405301291657966,0.6480300650535373 -1.855,0.28946824912465685,0.02841556111874003,0.033716008386448115,0.6491893750884228 -1.86,0.28901796922716116,0.028097298082687655,0.03337724138085734,0.6502988512653687 -1.865,0.28861663829700784,0.02778115017022025,0.03303719917325624,0.651358516123579 -1.87,0.28826340798886746,0.02746741115008172,0.0326963502697049,0.6523684556511599 -1.875,0.2879574078477788,0.02715635540011024,0.03235514402828454,0.6533288165155621 -1.88,0.2876977479206532,0.026848238371990213,0.03201401038675353,0.6542398032584069 -1.885,0.287483521240047,0.026543297103114996,0.03167335969212294,0.6551016754689959 -1.89,0.2873138061804587,0.026241750768471652,0.03133358262558655,0.6559147449499079 -1.895,0.28718766868810425,0.02594380126584433,0.03099505021608411,0.6566793728871619 -1.9,0.28710416438573394,0.025649633828040398,0.030658113935695896,0.6573959670364848 -1.905,0.28706234055459257,0.02535941765626543,0.030323105870054195,0.6580649789362765 -1.91,0.2870612379960848,0.02507330656920356,0.029990338957007364,0.6586869011569227 -1.915,0.28709989277610176,0.024791439662792163,0.029660107286876822,0.6592622645951766 -1.92,0.2871773378552946,0.024513941976109878,0.029332686457800072,0.6597916358214115 -1.925,0.28729260460885125,0.02424092515921958,0.029008333979847385,0.660275614486668 -1.93,0.28744472423955003,0.023972488139219962,0.028687289721829018,0.6607148307955494 -1.935,0.2876327290880304,0.023708717781157226,0.02836977639496828,0.6611099430502047 -1.94,0.28785565384434486,0.0234496895408299,0.02805600006789711,0.6614616352698466 -1.945,0.2881125366649389,0.023195468106882892,0.02774615070773016,0.6617706148895076 -1.95,0.28840242019925266,0.022946108029930013,0.027440402742285416,0.6620376105410348 -1.955,0.2887243525301539,0.0227016543367665,0.027138915638839793,0.6622633699186657 -1.96,0.28907738803239996,0.022462143128033657,0.02684183449513278,0.6624486577309131 -1.965,0.2894605881532897,0.022227602157976766,0.02654929063865643,0.6625942537399191 -1.97,0.289873022119608,0.021998051395194246,0.02626140223059266,0.6627009508889173 -1.975,0.29031376757489347,0.02177350356351169,0.025978274871076134,0.6627695535179623 -1.98,0.29078191115096563,0.02155396466232871,0.02570000220277046,0.6628008756676513 -1.985,0.2912765489775496,0.021339434465980637,0.02542666651004531,0.6627957394701747 -1.99,0.2917967871337207,0.021129907001831386,0.02515833931133038,0.6627549736266761 -1.995,0.29234174204477226,0.02092537100696971,0.024895081942497926,0.6626794119695975 -2.0,0.2929105408279836,0.020725810363518917,0.024636946129387396,0.6625698921084066 -2.005,0.29350232159063283,0.020531204512691546,0.024383974547833403,0.662427254156869 -2.01,0.29411623368346623,0.020341528847826373,0.02413620136979071,0.6622523395398211 -2.015,0.29475143791270014,0.02015675508673628,0.023893652794367316,0.6620459898772275 -2.02,0.2954071067134945,0.019976851623773634,0.02365634756277869,0.6618090459431636 -2.025,0.29608242428770204,0.019801783862085302,0.023424297456423167,0.6615423466972447 -2.03,0.29677658670856233,0.019631514526583946,0.023197507777450152,0.6612467283859346 -2.035,0.29748880199487787,0.0194660039582063,0.02297597781135012,0.6609230237110952 -2.04,0.2982182901570792,0.01930521039006414,0.022759701271238296,0.6605720610630911 -2.045,0.29896428321745894,0.019149090206120118,0.02254866672363325,0.6601946638157334 -2.05,0.2997260252067325,0.018997598183039952,0.02234285799564789,0.6597916496803385 -2.055,0.30050277213896287,0.018850687715884825,0.022142254563614173,0.6593638301161739 -2.06,0.3012937919667715,0.01870831102831465,0.021946831923254834,0.6589120097945862 -2.065,0.3020983645186472,0.01857041936797441,0.02175656194159663,0.6584369861141307 -2.07,0.302915781420057,0.018436963187732837,0.02157141319089006,0.6579395487640637 -2.075,0.3037453459999617,0.018307892313436058,0.02139135126486168,0.6574204793336044 -2.08,0.30458637318424064,0.0181831560988287,0.021216339077677285,0.6568805509644299 -2.085,0.3054381893774366,0.018062703568282185,0.021046337146037947,0.6563205280439298 -2.09,0.30630013233414427,0.017946483547954792,0.020881303854867417,0.6557411659368129 -2.095,0.30717155102127996,0.01783444478599106,0.0207211957070787,0.655143210752731 -2.1,0.30805180547239097,0.01772653606234941,0.020565967557930817,0.6545273991476621 -2.105,0.308940266635087,0.017622706288827263,0.020415572834504223,0.65389445815687 -2.11,0.30983631621260493,0.017522904599832013,0.020269963740835735,0.6532451050573395 -2.115,0.3107393465004495,0.017427080434425132,0.020129091449261647,0.6525800472576686 -2.12,0.31164876021898996,0.017335183610144723,0.019992906278521374,0.6518999822134782 -2.125,0.3125639703428319,0.017247164389090044,0.019861357859174214,0.6512055973664826 -2.13,0.3134843999277271,0.017162973536729412,0.019734395286878727,0.6504975701054476 -2.135,0.3144094819357316,0.01708256237387114,0.019611967264078482,0.6497765677473405 -2.14,0.31533865905927244,0.01700588282221539,0.019494022230629834,0.6490432475370582 -2.145,0.3162713835447364,0.016932887443883687,0.019380508483897194,0.6482982566641968 -2.15,0.3172071170161509,0.01686352947530191,0.019271374288829347,0.6475422322954022 -2.155,0.3181453302994869,0.01679776285579228,0.019166567978517148,0.6467758016209152 -2.16,0.3190855032480746,0.016735542251210173,0.01906603804571841,0.6459995819139993 -2.165,0.3200271245695882,0.01667682307294245,0.018969733225820344,0.645214180602006 -2.17,0.32096969165502187,0.016621561492565592,0.01887760257169395,0.6444201953479016 -2.175,0.32191271041004976,0.016569714452444206,0.018789595520877885,0.643618214141147 -2.18,0.32285569508913253,0.016521239672533432,0.01870566195551254,0.6428088153968795 -2.185,0.32379816813270723,0.016476095653632592,0.01862575225542769,0.6419925680624117 -2.19,0.32473966000777255,0.016434241677321815,0.018549817344769858,0.6411700317301143 -2.195,0.3256797090521579,0.01639563780279863,0.018477808732538265,0.6403417567558117 -2.2,0.32661786132274395,0.016360244860817517,0.01840967854738107,0.6395082843818632 -2.205,0.3275536704478823,0.01632802444492204,0.01834537956698681,0.6386701468641617 -2.21,0.3284866974842429,0.016298938900146682,0.01828486524238927,0.6378278676023216 -2.215,0.32941651077830214,0.01627295130935357,0.018228089717487836,0.6369819612723788 -2.22,0.330342685832667,0.01625002547735821,0.01817500784406962,0.6361329339613644 -2.225,0.3312648051774174,0.016230125912987798,0.018125575192604212,0.6352812833031556 -2.23,0.3321824582466338,0.016213217809205933,0.018079748059067223,0.634427498615048 -2.235,0.3330952412602656,0.01619926702142835,0.01803748346803439,0.6335720610345246 -2.24,0.33400275711148314,0.01618824004414581,0.01799873917227431,0.6327154436557367 -2.245,0.3349046152596454,0.0161801039859624,0.017963473649054713,0.63185811166524 -2.25,0.33580043162900436,0.01617482654315002,0.017931646093364617,0.6310005224765604 -2.255,0.3366898285132587,0.016172375971813393,0.017903216408242682,0.6301431258631955 -2.26,0.337572434486058,0.016172721058753392,0.017878145192390796,0.62928636408968 -2.265,0.3384478843175522,0.016175831091111134,0.017856393725241018,0.6284306720403703 -2.27,0.33931581889707085,0.016181675824869946,0.017837923949633936,0.6275764773456308 -2.275,0.3401758851620101,0.01619022545228782,0.01782269845225686,0.62672420050512 -2.28,0.34102773603299597,0.016201450568328717,0.017810680441981256,0.6258742550079005 -2.285,0.34187103035538713,0.016215322136157454,0.01780183372623048,0.625027047449115 -2.29,0.34270543284717114,0.016231811451759687,0.017796122685500945,0.6241829776429885 -2.295,0.34353061405330204,0.016250890107745636,0.017793512246152606,0.6233424387319343 -2.3,0.3443462503065197,0.016272529956393837,0.01779396785157797,0.622505817291558 -2.305,0.34515202369468445,0.01629670307198927,0.0177974554318525,0.6216734934313684 -2.31,0.34594762203465285,0.016323381712508515,0.017803941371963776,0.6208458408910196 -2.315,0.34673273885271416,0.01635253828070341,0.017813392478711502,0.620023227131921 -2.32,0.3475070733715991,0.016384145284633868,0.017825775946365783,0.6192060134240654 -2.325,0.34827033050406486,0.016418175297699802,0.017841059321167013,0.6183945549279377 -2.33,0.34902222085305395,0.01645460091822214,0.017859210464746894,0.6175892007713774 -2.335,0.34976246071841455,0.016493394728622823,0.017880197516546913,0.6167902941212804 -2.34,0.35049077211016405,0.016534529254254197,0.017903988855307758,0.6159981722500355 -2.345,0.35120688276826756,0.0165779769219289,0.0179305530597008,0.6152131665966001 -2.35,0.3519105261888949,0.016623710018202297,0.017959858868170746,0.6144356028221316 -2.355,0.35260144165711055,0.01667170064746078,0.017991875138057015,0.6136658008600983 -2.36,0.3532793742859416,0.016721920689870693,0.018026570804060223,0.6129040749608038 -2.365,0.3539440750617585,0.01677434175924441,0.01806391483611925,0.6121507337302688 -2.37,0.35459530089589386,0.016828935160881988,0.018103876196763968,0.6114060801634201 -2.375,0.35523281468241275,0.016885671849448967,0.018146423798008522,0.6106704116715489 -2.38,0.35585638536193787,0.016944522386953167,0.0181915264578503,0.6099440201040065 -2.385,0.35646578799142054,0.0170054569008859,0.0182391528564401,0.6092271917641162 -2.39,0.35706080381973715,0.01706844504259558,0.018289271491989962,0.6085202074192864 -2.395,0.35764122036897694,0.017133455945964517,0.018341850636485996,0.607823342305321 -2.4,0.3582068315212756,0.01720045818646257,0.01839685829127503,0.6071368661249313 -2.405,0.35875743761103385,0.017269419740654306,0.018454262142595323,0.6064610430404616 -2.41,0.35929284552234836,0.01734030794623942,0.01851402951712346,0.6057961316608501 -2.415,0.35981286879146557,0.017413089462709176,0.018576127337611468,0.6051423850228588 -2.42,0.3603173277140563,0.017487730232704935,0.018640522078690425,0.6045000505666093 -2.425,0.36080604945709244,0.017564195444167797,0.018707179722919104,0.6038693701054794 -2.43,0.361278868175092,0.017642449493371723,0.018776065717158716,0.6032505797904174 -2.435,0.36173562513048296,0.0177224559489354,0.018847144929357455,0.602643910068747 -2.44,0.36217616881781906,0.01780417751691132,0.018920381605831153,0.6020495856375436 -2.445,0.36260035509156596,0.017887576007053305,0.01899573932912926,0.6014678253916742 -2.45,0.3630080472971574,0.01797261230036667,0.019073180976578136,0.6008988423666041 -2.455,0.3633991164050053,0.018059246318047745,0.01915266867959653,0.6003428436760855 -2.46,0.36377344114713,0.018147436991921992,0.01923416378388098,0.5998000304448547 -2.465,0.3641309081560605,0.01823714223649225,0.01931762681056179,0.599270597736477 -2.47,0.36447141210563516,0.018328318922710547,0.019403017418432936,0.5987547344764885 -2.475,0.3647948558533199,0.018420922853588727,0.019490294367362073,0.5982526233710027 -2.48,0.3651011505836391,0.01851490874176455,0.01957941548298939,0.5977644408209541 -2.485,0.3653902159523027,0.01861023018914091,0.019670337622826512,0.5972903568321727 -2.49,0.3656619802305915,0.01870683966871664,0.019763016643869005,0.5968305349214911 -2.495,0.36591638044955094,0.01880468850872755,0.019857407371838113,0.5963851320191029 -2.5,0.36615336254352465,0.018903726879216223,0.019953463572169237,0.595954298367403 -2.505,0.3663728814925455,0.01900390378114853,0.020051137922866263,0.5955381774165561 -2.51,0.3665749014630873,0.01910516703819352,0.02015038198934216,0.5951369057170532 -2.515,0.36675939594666646,0.01920746329128188,0.020251146201367226,0.5947506128095306 -2.52,0.36692634789576967,0.019310737996055757,0.020353379832247002,0.594379421112139 -2.525,0.3670757498565728,0.019414935423319984,0.020457030980352033,0.594023445805769 -2.53,0.3672076040979047,0.01951999866260132,0.020562046553121466,0.5936827947174466 -2.535,0.36732192273590003,0.019625869628918168,0.02066837225366179,0.5933575682022336 -2.54,0.36741872785377805,0.019732489072858562,0.020775952570060825,0.5930478590239788 -2.545,0.36749805161617577,0.01983979659405878,0.020884730767535362,0.592753752235278 -2.55,0.36755993637746054,0.01994773065816876,0.020994648883528654,0.5924753250570186 -2.555,0.3676044347834421,0.020056228617383806,0.021105647725871035,0.5922126467578945 -2.56,0.3676316098659029,0.020165226734614437,0.02121766687411358,0.5919657785342923 -2.565,0.3676415351293651,0.020274660211358035,0.021330644684140646,0.5917347733909585 -2.57,0.367634294629516,0.020384463219327048,0.021444518296162375,0.5915196760228739 -2.575,0.36760998304271486,0.020494568935878754,0.021559223646182915,0.5913205226987692 -2.58,0.3675687057260128,0.02060490958328134,0.021674695481034054,0.5911373411467256 -2.585,0.3675105787671254,0.020715416471839943,0.021790867377057214,0.5909701504423169 -2.59,0.3674357290238063,0.0208260200468947,0.021907671762509295,0.5908189608997554 -2.595,0.3673442941520854,0.020936649939690494,0.022025039943759782,0.5906837739665108 -2.6,0.3672364226228497,0.021047235022105166,0.022142902135337615,0.5905645821218818 -2.605,0.3671122737262616,0.021157703465209555,0.022261187493876903,0.5904613687799994 -2.61,0.3669720175635313,0.021267982801618728,0.02237982415600022,0.5903741081977517 -2.615,0.3668158350255824,0.02137799999157932,0.022498739280167507,0.5903027653881147 -2.62,0.3666439177581731,0.021487681492723086,0.02261785909250699,0.5902472960393824 -2.625,0.3664564681130661,0.0215969533334016,0.022737108936632368,0.5902076464407849 -2.63,0.36625369908486716,0.02170574118950156,0.022856413327437965,0.5901837534149805 -2.635,0.36603583423318803,0.02181397046462454,0.022975696008850074,0.5901755442579082 -2.64,0.36580310758982115,0.02192156637349922,0.023094880015499118,0.5901829366864779 -2.645,0.36555576355065283,0.02202845402847842,0.023213887738262915,0.590205838794571 -2.65,0.3652940567520798,0.022134558528957307,0.023332640993616784,0.590244149017813 -2.655,0.36501825193173604,0.022239805053533793,0.02345106109671121,0.5902977561075714 -2.66,0.3647286237733786,0.022344118954716552,0.023569068938082548,0.5903665391146186 -2.665,0.3644254567358288,0.022447425855971096,0.023686585063886822,0.590450367382883 -2.67,0.3641090448659087,0.02254965175087983,0.02380352975953103,0.5905491005536992 -2.675,0.36377969159536344,0.02265072310417774,0.023919823136560752,0.5906625885809452 -2.68,0.36343770952180826,0.022750566954412115,0.024035385222647282,0.5907906717574374 -2.685,0.3630834201737901,0.022849111017961842,0.0241501360545019,0.5909331807529306 -2.69,0.3627171537601044,0.022946283794139984,0.024263995773529726,0.5910899366640455 -2.695,0.36233924890356045,0.023042014671092435,0.024376884724020532,0.5912607510764213 -2.7,0.36195005235944083,0.023136234032195425,0.02448872355365927,0.5914454261393616 -2.705,0.361549918718953,0.023228873362645938,0.02459943331612503,0.591643754653214 -2.71,0.3611392100980239,0.02331986535593139,0.024708935575533497,0.5918555201696902 -2.715,0.3607182958118404,0.02340914401985868,0.024817152512465263,0.5920804971053025 -2.72,0.36028755203558954,0.023496644781817667,0.0249240070313101,0.5923184508680563 -2.725,0.3598473614519045,0.023582304592950607,0.02502942286864619,0.5925691379975035 -2.73,0.35939811288557,0.023666062030897002,0.025133324702363055,0.5928323063182246 -2.735,0.3589402009260907,0.023747857400782738,0.02523563826122759,0.5931076951067671 -2.74,0.35847402553877084,0.02382763283412343,0.02533629043458463,0.5933950352720317 -2.745,0.3579999916649993,0.02390533238531449,0.025435209381876534,0.5936940495490542 -2.75,0.3575185088124758,0.023980902125384614,0.0255323246416606,0.594004452706092 -2.755,0.3570299906361541,0.024054290232695355,0.025627567239798928,0.5943259517648829 -2.76,0.35653485451071426,0.024125447080276766,0.02572086979649235,0.594658246233901 -2.765,0.3560335210954128,0.024194325319498233,0.025812166631828736,0.595001028354393 -2.77,0.3555264138921874,0.024260879959784317,0.025901393869515826,0.5953539833589366 -2.775,0.35501395879792375,0.024325068444097504,0.025988489538470494,0.5957167897422212 -2.78,0.35449658365181475,0.024386850719923473,0.0260733936719393,0.5960891195437075 -2.785,0.35397471777876444,0.024446189305509625,0.026156048403829856,0.5964706386417866 -2.79,0.35344879152980513,0.024503049351123952,0.02623639806193878,0.5968610070590143 -2.795,0.35291923582051055,0.024557398695119144,0.026314389257769653,0.5972598792779605 -2.8,0.35238648166839676,0.02460920791460561,0.026389970972643687,0.5976669045671748 -2.805,0.35185095973030855,0.024658450370557083,0.02646309463981659,0.5980817273167339 -2.81,0.35131309984079,0.024705102247193376,0.026533714222327243,0.5985039873828017 -2.815,0.35077333055243637,0.024749142585506558,0.02660178628631736,0.5989333204405974 -2.82,0.350232078679217,0.02479055331081928,0.026667270069576365,0.5993693583451413 -2.825,0.3496897688437496,0.02482931925428701,0.0267301275450817,0.5998117294991135 -2.83,0.34914682302949107,0.024865428168279344,0.026790323479322312,0.6002600592271393 -2.835,0.3486036601387933,0.02489887073559938,0.026847825485211335,0.6007139701557843 -2.84,0.34806069555774877,0.02492964057252403,0.02690260406941359,0.6011730825985289 -2.845,0.347518340728728,0.02495773422567203,0.026954632673933696,0.6016370149449651 -2.85,0.34697700273148013,0.024983151162730265,0.027003887711831744,0.6021053840534475 -2.855,0.3464370838736373,0.025005893757092574,0.027050348596955157,0.6025778056464133 -2.86,0.34589898129142843,0.025025967266488185,0.027093997767597713,0.6030538947075789 -2.865,0.34536308656137016,0.025043379805699702,0.027134820704019215,0.6035332658802103 -2.87,0.3448297853236628,0.025058142313492272,0.027172805939782378,0.6040155338656614 -2.875,0.3442994569179762,0.025070268513896814,0.02720794506688645,0.6045003138213721 -2.88,0.3437724740322661,0.025079774872010286,0.02724023273470018,0.60498722175752 -2.885,0.3432492023652146,0.025086680544495157,0.027269666642719778,0.6054758749315234 -2.89,0.34273000030284123,0.025091007324978293,0.027296247527200015,0.6059658922396018 -2.895,0.34221521860977955,0.0250927795845663,0.027319979141729126,0.6064568946046077 -2.9,0.34170520013566685,0.025092024207709857,0.027340868231839826,0.606948505359361 -2.905,0.34120027953703985,0.025088770523663772,0.027358924503769984,0.6074403506247287 -2.91,0.3407007830150804,0.025083050233802202,0.027374160587506954,0.607932059681715 -2.915,0.3402070280695008,0.025074897335059777,0.027386591994269086,0.6084232653368453 -2.92,0.33971932326880844,0.025064348039779076,0.027396237068596632,0.6089136042801526 -2.925,0.33923796803713546,0.025051440692253176,0.027403116935241886,0.6094027174351018 -2.93,0.3387632524577702,0.02503621568225865,0.027407255441064805,0.609890250299812 -2.935,0.33829545709347447,0.025018715355879472,0.027408679092155712,0.6103758532789724 -2.94,0.3378348528236225,0.024998983923925976,0.02740741698642068,0.6108591820058729 -2.945,0.33738170069814893,0.02497706736825498,0.02740350074187791,0.6113398976540106 -2.95,0.33693625180824516,0.024953013346297803,0.02739696442092473,0.6118176672377642 -2.955,0.3364987471736992,0.024926871094102014,0.02738784445084486,0.6122921639016652 -2.96,0.3360694176467297,0.02489869132819051,0.027376179540834045,0.6127630671978354 -2.965,0.33564848383212237,0.024868526146537773,0.027362010595829246,0.6132300633511941 -2.97,0.33523615602343876,0.024836428928958352,0.027345380627432275,0.6136928455120825 -2.975,0.3348326341550277,0.024802454237196424,0.02732633466222288,0.6141511139959869 -2.98,0.33443810776953564,0.024766657714998003,0.02730491964775919,0.6146045765100892 -2.985,0.33405275600057777,0.024729095988439025,0.027281184356564604,0.6150529483664062 -2.99,0.33367674757020155,0.024689826566773234,0.027255179288400457,0.6154959526813258 -2.995,0.3333102408007459,0.024648907744053625,0.02722695657112225,0.6159333205613834 -3.0,0.3329533836406725,0.0246063985017701,0.027196569860414768,0.6163647912751644 -3.005,0.3326063137039233,0.024562358412734395,0.02716407423869746,0.6167901124112576 -3.01,0.33226915832233583,0.024516847546430992,0.027129526113486572,0.6172090400222193 -3.015,0.33194203461063104,0.02446992637603983,0.027092983115494223,0.6176213387545516 -3.02,0.3316250495434706,0.024421655687323487,0.027054503996737676,0.6180267819647283 -3.025,0.3313183000440681,0.02437209648955779,0.027014148528923733,0.6184251518213423 -3.03,0.3310218730838264,0.024321309928671094,0.026971977402364348,0.6188162393934804 -3.035,0.3307358457924651,0.024269357202743345,0.026928052125669656,0.6191998447254637 -3.04,0.33046028557809437,0.024216299480002063,0.02688243492645412,0.6195757768981255 -3.045,0.33019525025668794,0.024162197819438243,0.026835188653280353,0.6199438540768251 -3.05,0.32994078819040423,0.02410711309415125,0.02678637667905344,0.6203039035464284 -3.055,0.32969693843420506,0.024051105917517825,0.026736062806066378,0.6206557617335092 -3.06,0.32946373089022196,0.023994236572266826,0.02668431117288473,0.620999274216051 -3.065,0.3292411864693242,0.02393656494252782,0.02663118616324565,0.6213342957209532 -3.07,0.3290293172593459,0.023878150448908772,0.026576752317133384,0.6216606901096673 -3.075,0.32882812669943806,0.023819051986645332,0.026521074244180005,0.621978330352304 -3.08,0.3286376097600172,0.02375932786685205,0.02646421653952693,0.6222870984905766 -3.085,0.32845775312779324,0.023699035760894115,0.026406243702269287,0.6225868855899558 -3.09,0.32828853539536845,0.023638232647886982,0.02634722005659207,0.6228775916814282 -3.095,0.32812992725491175,0.023576974765320523,0.02628720967569369,0.6231591256932626 -3.1,0.3279818916954249,0.023515317562794246,0.026226276308579793,0.623431405373198 -3.105,0.32784438420313106,0.023453315658840557,0.026164483309797266,0.6236943572014759 -3.11,0.32771735296453014,0.023391022800804035,0.026101893572166114,0.6239479162951482 -3.115,0.32760073907168086,0.023328491827736383,0.026038569462554666,0.6241920263040937 -3.12,0.32749447672928506,0.023265774636258965,0.025974572760731972,0.6244266392991841 -3.125,0.32739849346316563,0.023202922149337692,0.02590996460131991,0.6246517156530405 -3.13,0.327312710329747,0.023139984287908515,0.02584480541885669,0.6248672239138208 -3.135,0.3272370421261631,0.023077009945285852,0.02577915489597312,0.6250731406724812 -3.14,0.3271713976006352,0.023014046964281012,0.025713071914673178,0.6252694504239492 -3.145,0.32711567966278016,0.02295114211695291,0.025646614510701046,0.6254561454226447 -3.15,0.32706978559352595,0.022888341086909243,0.025579839830968048,0.6256332255327807 -3.155,0.3270336072543292,0.0228256884540727,0.025512804094004696,0.6258006980738685 -3.16,0.3270070312954074,0.022763227681823716,0.025445562553395362,0.6259585776618471 -3.165,0.3269899393627153,0.0227010011064288,0.025378169464146016,0.6261068860462468 -3.17,0.32698220830341135,0.022639049928661358,0.02531067805192894,0.6262456519437908 -3.175,0.3269837103695788,0.022577414207520418,0.025243140485142333,0.6263749108688288 -3.18,0.326994313419981,0.02251613285595158,0.02517560784971731,0.6264947049609833 -3.185,0.3270138811196472,0.022455243638473787,0.025108130126599945,0.6266050828103834 -3.19,0.32704227313710177,0.022394783170615218,0.02504075617183169,0.6267060992808472 -3.195,0.3270793453390641,0.0223347869200618,0.024973533699147604,0.62679781533136 -3.2,0.3271249499824625,0.022275289209422146,0.024906509265008696,0.6268802978361881 -3.205,0.32717893590362,0.02221632322051362,0.024839728255981706,0.6269536194039511 -3.21,0.3272411487044835,0.02215792100007518,0.024773234878377466,0.627017858195964 -3.215,0.32731143093578197,0.022100113466814113,0.024707072150057,0.6270730977441483 -3.22,0.3273896222770126,0.022042930419695256,0.024641281894313187,0.6271194267687971 -3.225,0.3274755597131664,0.021986400547383194,0.02457590473573469,0.6271569389964637 -3.23,0.32756907770811616,0.02193055143874987,0.024510980097958327,0.6271857329782357 -3.235,0.3276700083746033,0.021875409594362315,0.024446546203215708,0.6272059119086336 -3.24,0.3277781816407683,0.021821000438867488,0.024382640073580132,0.6272175834453703 -3.245,0.32789342541318256,0.021767348334193717,0.02431929753382008,0.6272208595301841 -3.25,0.32801556573634855,0.0217144765934909,0.0242565532157664,0.6272158562109538 -3.255,0.3281444269486434,0.021662407495734202,0.024194440564101288,0.627202693465282 -3.26,0.32827983183469234,0.021611162300918897,0.024132991843478318,0.62718149502573 -3.265,0.3284216017741651,0.021560761265776728,0.024072238146884424,0.6271523882068643 -3.27,0.32856955688699624,0.021511223659947145,0.024012209405156266,0.6271155037342719 -3.275,0.32872351617503914,0.021462567782539625,0.023952934397565386,0.6270709755756826 -3.28,0.32888329766016866,0.02141481097902626,0.023894440763388633,0.6270189407743265 -3.285,0.3290487185188546,0.02136796965840674,0.023836755014382493,0.6269595392846469 -3.29,0.3292195952132346,0.02132205931059077,0.02377990254808231,0.6268929138104711 -3.295,0.32939574361871893,0.02127709452394591,0.023723907661849897,0.6268192096457367 -3.3,0.32957697914816697,0.02123308900296172,0.0236687935675955,0.6267385745178569 -3.305,0.32976311687267695,0.02119005558598394,0.023614582407102798,0.6266511584337997 -3.31,0.3299539716390373,0.02114800626297527,0.023561295267888256,0.6265571135289459 -3.315,0.3301493581838902,0.02110695219326205,0.02350895219952894,0.626456593918782 -3.32,0.3303490912446617,0.021066903723228926,0.02345757223039568,0.626349755553473 -3.325,0.33055298566731595,0.02102787040392615,0.023407173384731233,0.626236756075357 -3.33,0.33076085651099274,0.020989861008556827,0.02335777270001601,0.6261177546793867 -3.335,0.3309725191495922,0.020952883549813887,0.02330938624456668,0.6259929119765454 -3.34,0.33118778937036947,0.020916945297039018,0.023262029135315814,0.6258623898602493 -3.345,0.3314064834696061,0.02088205279317821,0.023215715555723493,0.625726351375747 -3.35,0.33162841834542534,0.020848211871510768,0.023170458773774664,0.6255849605925151 -3.355,0.3318534115878196,0.020815427672130942,0.02312627116001863,0.6254383824796508 -3.36,0.33208128156595973,0.0207837046581634,0.023083164205609907,0.6252867827842461 -3.365,0.33231184751285553,0.020753046631695846,0.02304114854031217,0.6251303279127335 -3.37,0.3325449296074379,0.02072345674941408,0.023000233950429785,0.6249691848151799 -3.375,0.33278034905413295,0.020694937537926606,0.02296042939663377,0.6248035208725071 -3.38,0.33301792815999803,0.02066749090876778,0.022921743031651683,0.6246335037866076 -3.385,0.33325749040949004,0.02064111817307019,0.02288418221779323,0.624459301473326 -3.39,0.33349886053693484,0.02061582005589858,0.022847753544285768,0.6242810819582671 -3.395,0.333741864596767,0.020591596710239257,0.022812462844396145,0.6240990132753951 -3.4,0.3339863300316077,0.02056844773064032,0.022778315212317577,0.6239132633683777 -3.405,0.3342320857382476,0.020546372166499596,0.022745315019802266,0.6237239999946352 -3.41,0.3344789621316005,0.02052536853499839,0.022713465932522645,0.6235313906320434 -3.415,0.3347267912066929,0.02050543483368047,0.022682770926146022,0.6233356023882444 -3.42,0.3349754065987521,0.020486568552676943,0.022653232302109364,0.623136801912513 -3.425,0.33522464364145466,0.020468766686578748,0.022624851703082698,0.6229351553101284 -3.43,0.3354743394233961,0.02045202574595964,0.022597630128111463,0.6227308280591959 -3.435,0.3357243328428392,0.020436341768553405,0.02257156794742973,0.6225239849298652 -3.44,0.33597446466079867,0.02042171033009017,0.02254666491693782,0.6223147899058911 -3.445,0.33622457755251656,0.02040812655479737,0.022522920192339438,0.622103406108479 -3.45,0.3364745161573815,0.020395585125571894,0.022500332342934783,0.6218899957223616 -3.455,0.33672412712734295,0.0203840802938306,0.022478899365067577,0.6216747199240478 -3.46,0.33697325917386906,0.02037360588904719,0.022458618695225186,0.6214577388121906 -3.465,0.3372217631134955,0.020364155327983965,0.022439487222792286,0.6212392113400158 -3.47,0.33746949191201,0.020355721623627785,0.02242150130245968,0.6210192952497572 -3.475,0.33771630072731457,0.020348297393839896,0.022404656766291005,0.6207981470090417 -3.48,0.3379620469510072,0.02034187486972998,0.022388948935451066,0.620575921749172 -3.485,0.33820659024871935,0.020336445903765137,0.022374372631600525,0.6203527732052508 -3.49,0.33844979259924757,0.02033200197762505,0.022360922187962654,0.6201288536580954 -3.495,0.33869151833251054,0.02032853420981479,0.022348591460068602,0.6199043138778898 -3.5,0.338931634166365,0.02032603336304729,0.02233737383618855,0.6196793030695237 -3.505,0.33917000924230883,0.02032448985140763,0.02232726224745678,0.6194539688195698 -3.51,0.33940651516009807,0.020323893747311632,0.022318249177699447,0.6192284570448502 -3.515,0.33964102601130336,0.02032423478827151,0.02231032667297442,0.6190029119425448 -3.52,0.3398734184118275,0.020325502383481485,0.022303486350833242,0.6187774759417978 -3.525,0.3401035715334048,0.02032768562023642,0.02229771940931565,0.6185522896567768 -3.53,0.3403313671340999,0.02033077327019673,0.022293016635687803,0.6183274918411432 -3.535,0.340556689587822,0.02033475379551287,0.022289368414935562,0.6181032193438937 -3.54,0.34077942591286803,0.02033961535482279,0.022286764738024822,0.6178796070665322 -3.545,0.34099946579950635,0.020345345809135756,0.02228519520994109,0.6176567879215374 -3.55,0.34121670163661005,0.02035193272761604,0.022284649057520846,0.6174348927920889 -3.555,0.34143102853734736,0.02035936339327984,0.022285115137087606,0.6172140504930186 -3.56,0.34164234436393426,0.02036762480861885,0.02228658194190571,0.6169943877329572 -3.565,0.3418505497514525,0.020376703701163748,0.022289037609465167,0.6167760290776435 -3.57,0.3420555481307343,0.020386586529000862,0.022292469928611006,0.6165590969143702 -3.575,0.34225724575031297,0.020397259486255048,0.022296866346530712,0.6163437114175404 -3.58,0.3424555516974373,0.020408708508551747,0.022302213975613452,0.6161299905153094 -3.585,0.34265037791814507,0.020420919278470985,0.02230849960019484,0.6159180498572904 -3.59,0.3428416392363897,0.020433877231005856,0.022315709683200992,0.6157080027833037 -3.595,0.3430292533722126,0.020447567559037837,0.0223238303727057,0.6154999602931513 -3.6,0.34321314095895133,0.020461975218841043,0.022332847508414404,0.6152940310173991 -3.605,0.3433932255594737,0.020477084935627207,0.02234274662808871,0.6150903211891534 -3.61,0.3435694336814244,0.020492881209142964,0.022353512973924954,0.6148889346168188 -3.615,0.3437416947914712,0.02050934831933058,0.022365131498900345,0.6146899726578257 -3.62,0.34390994132853536,0.020526470332063063,0.022377586873099944,0.6144935341933183 -3.625,0.34407410871599015,0.02054423110496411,0.02239086349003761,0.6142997156037976 -3.63,0.34423413537280995,0.020562614293323057,0.022404945472983828,0.6141086107457104 -3.635,0.3443899627236514,0.020581603356114513,0.02241981668131307,0.6139203109289844 -3.64,0.34454153520784747,0.020601181562131976,0.022435460716883144,0.6137349048955028 -3.645,0.34468880028729354,0.020621331996244305,0.02245186093045858,0.6135524787985225 -3.65,0.3448317084532048,0.020642037565783377,0.02246900042818991,0.6133731161830328 -3.655,0.3449702132317231,0.020663281007070836,0.022486862078160263,0.6131968979670592 -3.66,0.3451042711883504,0.020685044892091328,0.02250542851701037,0.6130239024239161 -3.665,0.34523384193118634,0.020707311635319036,0.022524682156652688,0.6128542051654138 -3.67,0.3453588881129461,0.020730063500703864,0.02254460519108491,0.6126878791260256 -3.675,0.3454793754317354,0.02075328260882298,0.02256517960331269,0.612524994548025 -3.68,0.34559527263055806,0.020776950944202906,0.022586387172390986,0.6123656189676001 -3.685,0.34570655149553314,0.02080105036281671,0.0226082094805929,0.6122098172019579 -3.69,0.34581318685279655,0.02082556259976027,0.022630627920714373,0.6120576513374282 -3.695,0.3459151565640642,0.020850469277110956,0.022653623703522655,0.6119091807185812 -3.7,0.34601244152083266,0.020875751911971357,0.022677177865355773,0.611764461938372 -3.705,0.3461050256371942,0.020901391924700214,0.022701271275879824,0.6116235488293252 -3.71,0.34619289584124324,0.020927370647331835,0.022725884646010174,0.6114864924557779 -3.715,0.3462760420650521,0.020953669332184736,0.022750998536002143,0.6113533411071936 -3.72,0.34635445723319414,0.02098026916065956,0.02277659336371611,0.6112241402925664 -3.725,0.34642813724979415,0.021007151252225572,0.022802649413061295,0.6110989327359312 -3.73,0.3464970809840849,0.021034296673594376,0.022829146842621863,0.6109777583729981 -3.735,0.3465612902544519,0.02106168644807882,0.022856065694468332,0.6108606543489297 -3.74,0.3466207698109483,0.0210893015651343,0.022883385903156535,0.6107476550172783 -3.745,0.3466755273162623,0.021117122990078976,0.022911087304915746,0.6106387919401031 -3.75,0.34672557332512305,0.021145131673988772,0.022939149647026858,0.6105340938892841 -3.755,0.3467709212621304,0.021173308563762205,0.022967552597390768,0.6104335868490547 -3.76,0.34681158739799545,0.021201634612349512,0.02299627575428645,0.6103372940197676 -3.765,0.346847590824182,0.02123009078913977,0.023025298656317406,0.6102452358229157 -3.77,0.34687895342593905,0.021258658090499014,0.02305460079254454,0.6101574299074252 -3.775,0.34690569985371705,0.02128731755045172,0.02308416161280265,0.6100738911572374 -3.78,0.3469278574929624,0.0213160502514973,0.02311396053819712,0.6099946317001993 -3.785,0.34694545643228614,0.02134483733555264,0.02314397697177656,0.6099196609182773 -3.79,0.3469585294300059,0.021373660015010985,0.02317419030937644,0.6098489854591121 -3.795,0.34696711187906065,0.02140249958390699,0.0232045799506281,0.6097826092489291 -3.8,0.346971241770302,0.021431337429176973,0.023235125310126628,0.6097205335068199 -3.805,0.3469709596541653,0.02146015504200293,0.02326580582875057,0.6096627567604075 -3.81,0.34696630860072963,0.021488934029228277,0.02329660098512558,0.6096092748629102 -3.815,0.346957334158174,0.021517656124832692,0.023327490307223503,0.6095600810116126 -3.82,0.34694408430964335,0.02154630320145299,0.02335845338408768,0.6095151657677579 -3.825,0.34692660942853765,0.021574857281936387,0.023389469877674526,0.6094745170778672 -3.83,0.3469049622322407,0.021603300550912093,0.02342051953480093,0.609438120296497 -3.835,0.34687919773430853,0.02163161536636674,0.023451582199186215,0.6094059582104393 -3.84,0.3468493731951383,0.021659784271208734,0.023482637823576905,0.6093780110643695 -3.845,0.34681554807114234,0.021687790004806265,0.023513666481941916,0.609354256587947 -3.85,0.346777783962454,0.02171561551448335,0.02354464838172521,0.6093346700243681 -3.855,0.3467361445591943,0.021743243966958068,0.023575563876142423,0.609319224160374 -3.86,0.34669069558633164,0.021770658759706792,0.023606393476507496,0.6093078893577093 -3.865,0.34664150474716815,0.021797843532238077,0.023637117864574765,0.6093006335860306 -3.87,0.34658864166549047,0.02182478217725968,0.023667717904881657,0.609297422457257 -3.875,0.346532177826423,0.021851458851722044,0.023698174657076604,0.609298219261358 -3.88,0.3464721865160262,0.021877857987721475,0.023728469388216458,0.6093029850035668 -3.885,0.34640874275968375,0.02190396430324626,0.02375858358501736,0.6093116784430107 -3.89,0.3463419232593249,0.021929762812748894,0.023788498966042685,0.6093242561327425 -3.895,0.3462718063295304,0.02195523883752771,0.02381819749381142,0.6093406724611602 -3.9,0.3461984718325737,0.021980378015901216,0.02384766138681016,0.6093608796947955 -3.905,0.3461220011124496,0.022005166313158662,0.023876873131391613,0.6093848280224528 -3.91,0.3460424769279464,0.022029590031270488,0.02390581549354257,0.6094124656006769 -3.915,0.3459599833848173,0.02205363581834254,0.023934471530503914,0.6094437386005251 -3.92,0.3458746058671121,0.022077290677798247,0.023962824602225506,0.6094785912556187 -3.925,0.34578643096772776,0.02210054197727322,0.02399085838263852,0.6095169659114439 -3.93,0.34569554641824235,0.022123377457207154,0.024018556870728007,0.6095588030758758 -3.935,0.3456020410180952,0.022145785239118275,0.024045904401388526,0.6096040414708888 -3.94,0.3455060045631798,0.02216775383354603,0.024072885656045723,0.6096526180854213 -3.945,0.34540752777391565,0.02218927214764823,0.024099485673027048,0.6097044682293596 -3.95,0.3453067022228681,0.02221032949243939,0.024125689857664962,0.6097595255885998 -3.955,0.34520362026198503,0.022230915589657507,0.02415148399211626,0.6098177222811487 -3.96,0.3450983749495214,0.02225102057824725,0.02417685424488145,0.6098789889142224 -3.965,0.3449910599767221,0.02227063502044803,0.024201787180008573,0.6099432546422964 -3.97,0.34488176959433586,0.022289749907476248,0.0242262697659661,0.6100104472260627 -3.975,0.34477059853903286,0.022308356664791588,0.024250289384170166,0.6100804930922458 -3.98,0.3446576419597982,0.022326447156938024,0.024273833837151766,0.6101533173942276 -3.985,0.34454299534437594,0.022344013691951,0.02429689135635017,0.6102288440734311 -3.99,0.34442675444583626,0.02236104902532297,0.024319450609519275,0.6103069959214094 -3.995,0.3443090152093399,0.022377546363520334,0.024341500707734373,0.6103876946425859 -4.0,0.34418987369917303,0.02239349936704562,0.024363031211987286,0.610470860917592 -4.005,0.3440694260261264,0.022408902153039634,0.024384032139358677,0.6105564144671427 -4.01,0.3439477682752907,0.022423749297419145,0.024404493968756925,0.610644274116395 -4.015,0.34382499643434133,0.02243803583654654,0.02442440764621378,0.610734357859728 -4.02,0.3437012063223836,0.022451757268428803,0.024443764589727718,0.6108265829258861 -4.025,0.3435764935194296,0.022464909553444046,0.024462556693646813,0.6109208658434244 -4.03,0.3434509532965763,0.022477489114594688,0.02448077633258364,0.6110171225063931 -4.035,0.34332468054695403,0.022489492837287337,0.024498416364855675,0.6111152682402009 -4.04,0.3431977697175121,0.02250091806864028,0.02451547013544546,0.6112152178675933 -4.045,0.34307031474170907,0.0225117626163204,0.024531931478475696,0.6113168857746824 -4.05,0.34294240897317135,0.02252202474691219,0.02454779471919531,0.6114201859769657 -4.055,0.3428141451203836,0.022531703183822475,0.02456305467547345,0.6115250321852691 -4.06,0.3426856151824727,0.022540797104725237,0.024577706658799273,0.6116313378715508 -4.065,0.3425569103861445,0.022549306138551866,0.024591746474786295,0.6117390163345022 -4.07,0.34242812112383164,0.022557230362032908,0.024605170423180955,0.6118479807648829 -4.075,0.3422993368931078,0.022564570295798253,0.02461797529737607,0.6119581443105245 -4.08,0.3421706462374222,0.022571326900043476,0.024630158383430602,0.6120694201409433 -4.085,0.34204213668820577,0.022577501569770817,0.024641717458598233,0.6121817215114965 -4.09,0.3419138947083983,0.022583096129613962,0.02465265078936799,0.612294961827022 -4.095,0.3417860056374434,0.022588112828256613,0.02466295712902118,0.6124090547049005 -4.1,0.3416585536377958,0.022592554332455383,0.024672635714709627,0.6125239140374785 -4.105,0.34153162164298284,0.022596423720678327,0.02468168626406122,0.6126394540537954 -4.11,0.3414052913072599,0.022599724476370875,0.024690108971319423,0.6127555893805533 -4.115,0.3412796429568962,0.022602460480861713,0.0246979045030244,0.6128722351022762 -4.12,0.3411547555431264,0.02260463600592148,0.02470507399324405,0.6129893068205995 -4.125,0.34103070659679796,0.022606255705987822,0.02471161903836412,0.6131067207126383 -4.13,0.34090757218474504,0.022607324610070735,0.024717541691447204,0.6132243935883794 -4.135,0.3407854268679142,0.022607848113352546,0.024722844456171206,0.6133422429470478 -4.14,0.3406643436612657,0.022607831968497295,0.024727530280358522,0.6134601870323952 -4.145,0.3405443939954719,0.02260728227668461,0.024731602549107796,0.6135781448868668 -4.15,0.34042564768043,0.022606205478383476,0.02473506507754073,0.6136960364045954 -4.155,0.3403081728706058,0.022604608343881578,0.024737922103177032,0.6138137823831823 -4.16,0.3401920360322204,0.022602497963586023,0.02474017827795104,0.613931304574221 -4.165,0.34007730191229074,0.022599881738111616,0.024741838659884177,0.6140485257325228 -4.17,0.3399640335095308,0.022596767368172798,0.024742908704427732,0.614165369664008 -4.175,0.3398522920471193,0.022593162844295574,0.024743394255490908,0.6142817612722242 -4.18,0.3397421369473356,0.022589076436365797,0.02474330153616954,0.6143976266034588 -4.185,0.33963362580806405,0.022584516683030156,0.02474263713919111,0.6145128928904137 -4.19,0.3395268143811637,0.022579492380966237,0.024741408017092008,0.6146274885944124 -4.195,0.3394217565526992,0.02257401257403796,0.024739621472143307,0.6147413434461121 -4.2,0.3393185043250243,0.02256808654235256,0.024737285146041465,0.6148543884846944 -4.205,0.33921710780070957,0.02256172379123522,0.024734407009380528,0.6149665560955143 -4.21,0.3391176151683009,0.022554934040137226,0.024730995350922616,0.6150777800461836 -4.215,0.3390200726898961,0.0225477272114934,0.024727058766683473,0.6151879955210731 -4.22,0.338924524690522,0.022540113419544223,0.024722606148849982,0.6152971391542152 -4.225,0.3388310135492948,0.02253210295913793,0.024717646674546494,0.6154051490605953 -4.23,0.33873957969234303,0.022523706294527466,0.024712189794466873,0.615511964865818 -4.235,0.33865026158747075,0.022514934048176935,0.024706245221389003,0.6156175277341416 -4.24,0.3385630957405373,0.022505796989591816,0.024699822918588445,0.6157217803948706 -4.245,0.3384781166935284,0.02249630602418685,0.024692933088167834,0.6158246671671047 -4.25,0.3383953570242905,0.022486472182205133,0.02468558615931835,0.6159261339828392 -4.255,0.3383148473479004,0.02247630660770149,0.024677792776529428,0.6160261284084173 -4.26,0.3382366163196393,0.022465820547602888,0.02466956378776272,0.6161245996643355 -4.265,0.3381606906395401,0.022455025340858057,0.024660910232605873,0.6162214986434067 -4.27,0.3380870950584749,0.022443932407688175,0.02465184333042156,0.616316777927285 -4.275,0.3380158523857488,0.022432553238949878,0.024642374468506846,0.6164103918013619 -4.28,0.33794698349816477,0.022420899385621477,0.024632515190277496,0.6165022962680415 -4.285,0.337880507350523,0.02240898244842268,0.024622277183491685,0.6165924490584079 -4.29,0.3378164409875189,0.022396814067577684,0.024611672268526945,0.616680809642297 -4.295,0.33775479955700033,0.02238440591273098,0.02460071238672395,0.6167673392367878 -4.3,0.3376955963245466,0.02237176967302466,0.024589409588810188,0.616852000813131 -4.305,0.33763884268932937,0.02235891704734553,0.024577776023416237,0.6169347591021311 -4.31,0.3375845482012157,0.022345859734749875,0.02456582392569675,0.6170155805980048 -4.315,0.33753272057907285,0.02233260942507306,0.024553565606067897,0.6170944335607339 -4.32,0.3374833657302344,0.022319177789730787,0.02454101343907251,0.6171712880169387 -4.325,0.3374364877710859,0.022305576472718202,0.024528179852383612,0.6172461157592928 -4.33,0.33739208904872947,0.02229181708181261,0.024515077315956528,0.617318890344508 -4.335,0.337350170163685,0.02227791117998501,0.024501718331339357,0.6173895870899134 -4.34,0.33731072999358713,0.022263870277025175,0.024488115421150893,0.6174581830686574 -4.345,0.3372737657178354,0.022249705821384507,0.024474281118734717,0.6175246571035621 -4.35,0.3372392728431569,0.022235429192240426,0.024460227957997554,0.6175889897596585 -4.355,0.3372072452300388,0.022221051691785565,0.024445968463439542,0.6176511633354346 -4.36,0.3371776751199901,0.0222065845377446,0.024431515140383445,0.6177111618528266 -4.365,0.3371505531635909,0.022192038856121064,0.024416880465409442,0.6177689710459872 -4.37,0.3371258684492886,0.022177425674176066,0.024402076877001452,0.6178245783488618 -4.375,0.33710360853289995,0.02216275591364044,0.024387116766410612,0.6178779728816091 -4.38,0.33708375946777897,0.02214804038416139,0.024372012468740864,0.6179291454358967 -4.385,0.3370663058356109,0.02213328977698431,0.024356776254261206,0.6179780884591104 -4.39,0.33705123077779275,0.022118514658870107,0.02434142031994864,0.6180247960375085 -4.395,0.33703851602736107,0.022103725466247934,0.024325956781265354,0.6180692638783591 -4.4,0.3370281419414296,0.022088932499602934,0.02431039766417321,0.6181114892910954 -4.405,0.33702008753409796,0.022074145918098212,0.02429475489738818,0.6181514711675239 -4.41,0.337014330509795,0.02205937573442996,0.02427904030487684,0.6181892099611236 -4.415,0.33701084729701997,0.022044631809914342,0.02426326559859674,0.6182247076654703 -4.42,0.3370096130824455,0.022029923849804466,0.02424744237148184,0.6182579677918241 -4.425,0.3370106018453477,0.022015261398835476,0.024231582090673998,0.6182889953459142 -4.43,0.3370137863923288,0.022000653836995534,0.024215696091000966,0.6183177968039599 -4.435,0.3370191383922982,0.02198611037552026,0.024199795568701006,0.618344380087961 -4.44,0.33702662841167963,0.02197164005310793,0.024183891575393884,0.6183687545402954 -4.445,0.3370362259498123,0.021957251732352516,0.024167995012297654,0.6183909308976587 -4.45,0.3370478994745141,0.021942954096391524,0.024152116624690256,0.6184109212643819 -4.455,0.3370616164577766,0.0219287556457653,0.024136266996614718,0.6184287390851609 -4.46,0.33707734341156265,0.0219146646954844,0.024120456545826358,0.6184443991172344 -4.465,0.33709504592367656,0.02190068937230144,0.024104695518980174,0.6184579174020427 -4.47,0.33711468869367994,0.021886837612183695,0.02408899398705627,0.6184693112364035 -4.475,0.337136235568825,0.021873117157982593,0.024073361841020977,0.6184785991432354 -4.48,0.33715964957997924,0.021859535557296184,0.02405780878772102,0.6184858008418656 -4.485,0.3371848929775163,0.021846100160520507,0.024042344346007938,0.6184909372179502 -4.49,0.3372119272671472,0.021832818119085776,0.02402697784308965,0.6184940302930436 -4.495,0.33724071324566895,0.021819696383873148,0.024011718411106015,0.6184951031938445 -4.5,0.33727121103660684,0.02180674170380786,0.02399657498392487,0.6184941801211514 -4.505,0.33730338012572814,0.021793960624624433,0.023981556294155076,0.6184912863185582 -4.51,0.3373371793964057,0.021781359487799634,0.0239666708703728,0.6184864480409175 -4.515,0.33737256716481046,0.021768944429648836,0.023951927034557154,0.6184796925226025 -4.52,0.3374095012149136,0.02175672138058143,0.023937332899731274,0.6184710479455955 -4.525,0.3374479388332778,0.02174469606451095,0.023922896367804748,0.6184605434074295 -4.53,0.3374878368436204,0.02173287399841553,0.02390862512761321,0.6184482088890116 -4.535,0.33752915164113007,0.0217212604920444,0.023894526653150883,0.618434075222353 -4.54,0.33757183922652007,0.02170986064776608,0.02388060820199174,0.6184181740582324 -4.545,0.3376158552398018,0.021698679360554037,0.023866876813894936,0.6184005378338165 -4.55,0.33766115499376315,0.021687721318105525,0.02385333930959011,0.6183811997402642 -4.555,0.33770769350713664,0.02167699100108948,0.023840002289738118,0.6183601936903342 -4.56,0.33775542553744314,0.021666492683519285,0.02382687213406274,0.6183375542860234 -4.565,0.33780430561349734,0.021656230433246354,0.023813955000648916,0.6183133167862542 -4.57,0.3378542880675624,0.021646208112570522,0.02380125682540303,0.618287517074635 -4.575,0.33790532706714116,0.021636429378963318,0.0237887833216708,0.6182601916273132 -4.58,0.3379573766463919,0.02162689768590021,0.023776539980008324,0.618231377480941 -4.585,0.33801039073715805,0.021617616283798078,0.02376453206810191,0.6182011122007747 -4.59,0.3380643231996006,0.021608588221054176,0.02375276463083227,0.6181694338489232 -4.595,0.3381191278524235,0.021599816345182984,0.023741242490478764,0.6181363809527678 -4.6,0.3381747585026823,0.021591303304047373,0.023729970247059418,0.6181019924735672 -4.605,0.33823116897516714,0.02158305154718069,0.02371895227880245,0.6180663077752666 -4.61,0.3382883131413511,0.021575063327196334,0.023708192742745195,0.6180293665935257 -4.615,0.3383461449478964,0.021567340701281634,0.02369769557545621,0.6179912090049827 -4.62,0.33840461844471,0.021559885532772792,0.023687464493876667,0.6179518753967671 -4.625,0.3384636878125423,0.021552699492807855,0.023677502996276904,0.6179114064362775 -4.63,0.33852330739012143,0.021545784062054714,0.023667814363324404,0.6178698430412368 -4.635,0.3385834317008166,0.021539140532511245,0.023658401659259278,0.6178272263500388 -4.64,0.3386440154788254,0.02153277000937482,0.02364926773317358,0.617783597692398 -4.645,0.33870501369487815,0.021526673412978443,0.02364041522039082,0.6177389985603151 -4.65,0.3387663815814553,0.021520851480790967,0.02363184654394212,0.6176934705793696 -4.655,0.33882807465751147,0.02151530476947883,0.023623563916135522,0.6176470554803505 -4.66,0.33889004875270284,0.021510033657026938,0.023615569340215175,0.6175997950712349 -4.665,0.33895226003111256,0.0215050383449163,0.023607864612107024,0.6175517312095254 -4.67,0.3390146650144706,0.02150031886035627,0.023600451322247893,0.6175029057749559 -4.675,0.3390772206048643,0.021495875058569147,0.023593330857494845,0.6174533606425728 -4.68,0.3391398841069357,0.021491706625125128,0.023586504403111868,0.617403137656203 -4.685,0.33920261324956297,0.021487813078325615,0.023579972944830954,0.6173522786023149 -4.69,0.3392653662070224,0.021484193771632954,0.02357373727098479,0.6173008251842804 -4.695,0.3393281016196287,0.0214808478961448,0.023567797974708357,0.6172488189970464 -4.7,0.33939077861385025,0.02147777448311136,0.02356215545620682,0.6171963015022208 -4.705,0.33945335682189837,0.0214749724064938,0.02355680992508718,0.617143314003581 -4.71,0.33951579640078666,0.02147244038556225,0.02355176140275126,0.6170898976230107 -4.715,0.3395780580508602,0.021470176987531855,0.02354700972484769,0.6170360932768705 -4.72,0.3396401030337915,0.02146818063023537,0.02354255454378059,0.6169819416528084 -4.725,0.33970189319004246,0.021466449584830908,0.023538395331272836,0.6169274831870146 -4.73,0.3397633909557908,0.021464981978543466,0.02353453138098175,0.6168727580419263 -4.735,0.3398245593793192,0.021463775797438935,0.02353096181116525,0.6168178060843863 -4.74,0.33988536213686704,0.021462828889229332,0.023527685567396487,0.6167626668642602 -4.745,0.3399457635479425,0.021462138966108033,0.023524701425325117,0.6167073795935162 -4.75,0.34000572859009554,0.02146170360761388,0.023522007993483408,0.6166519831257709 -4.755,0.34006522291315067,0.021461520263523003,0.023519603716135457,0.6165965159363044 -4.76,0.3401242128528982,0.021461586256767282,0.023517486876167858,0.6165410161025491 -4.765,0.34018266544424497,0.021461898786378428,0.023515655598020217,0.6164855212850537 -4.77,0.34024054843382356,0.02146245493045662,0.023514107850653963,0.6164300687089267 -4.775,0.34029783029205973,0.021463251649162726,0.023512841450557993,0.6163746951457598 -4.78,0.3403544802246987,0.021464285787733156,0.0235118540647897,0.6163194368960366 -4.785,0.3404104681837901,0.021465554079516374,0.023511143214049995,0.6162643297720262 -4.79,0.34046576487813185,0.02146705314903016,0.02351070627579099,0.6162094090811642 -4.795,0.3405203417831734,0.0214687795150387,0.023510540487355062,0.6161547096099245 -4.8,0.34057417115037936,0.021470729593648607,0.023510642949144005,0.616100265608181 -4.805,0.34062722601605316,0.021472899701422982,0.023511010627817075,0.6160461107740629 -4.81,0.3406794802096228,0.021475286058512625,0.02351164035951672,0.6159922782393032 -4.815,0.3407309083613887,0.021477884791803507,0.02351252885312085,0.6159388005550827 -4.82,0.3407814859097349,0.021480691938079638,0.023513672693520497,0.6158857096783693 -4.825,0.34083118910780535,0.02148370344720043,0.023515068344921744,0.6158330369587554 -4.83,0.3408799950296457,0.021486915185291677,0.023516712154170852,0.6157808131257908 -4.835,0.34092788157581316,0.02149032293794924,0.02351860035410148,0.6157290682768154 -4.84,0.34097482747845487,0.02149392241345454,0.023520729066902956,0.6156778318652886 -4.845,0.3410208123058575,0.02149770924600096,0.023523094307508496,0.6156271326896183 -4.85,0.34106581646646966,0.021501678998930164,0.02352569198700239,0.6155769988824883 -4.855,0.34110982121239874,0.02150582716797747,0.023528517916045048,0.6155274579006832 -4.86,0.34115280864238523,0.021510149184525224,0.02353156780831488,0.6154785365154133 -4.865,0.3411947617042561,0.021514640418863265,0.02353483728396598,0.615430260803136 -4.87,0.34123566419686024,0.02151929618345542,0.023538321873100527,0.6153826561368758 -4.875,0.3412755007714884,0.02152411173621103,0.023542017019254884,0.6153357471780405 -4.88,0.34131425693278067,0.021529082283760437,0.023545918082898302,0.615289557868734 -4.885,0.3413519190391244,0.021534202984733374,0.02355002034494315,0.6152441114245643 -4.89,0.34138847430254565,0.02153946895303913,0.023554319010265598,0.6151994303279458 -4.895,0.341423910788098,0.021544875261147376,0.023558809211235647,0.6151555363218952 -4.9,0.3414582174127515,0.021550416943368497,0.023563486011255335,0.6151124504043186 -4.905,0.3414913839437867,0.02155608899913222,0.023568344408304045,0.6150701928227894 -4.91,0.34152340099669615,0.02156188639626333,0.0235733793384897,0.6150287830698155 -4.915,0.341554260032599,0.02156780407425327,0.023578585679604688,0.6149882398785931 -4.92,0.34158395335517194,0.021573836947526275,0.023583958254685292,0.6149485812192463 -4.925,0.34161247410710205,0.021579979908698803,0.023589491835573403,0.6149098242955502 -4.93,0.3416398162660649,0.021586227831830892,0.023595181146479238,0.6148719855421342 -4.935,0.34166597464023424,0.021592575575668092,0.023601020867543815,0.6148350806221656 -4.94,0.3416909448633279,0.021599017986872596,0.023607005638399837,0.6147991244255089 -4.945,0.34171472338919484,0.02160554990324211,0.023613130061729656,0.6147641310673587 -4.95,0.34173730748594955,0.021612166156915084,0.023619388706818973,0.6147301138873443 -4.955,0.3417586952296597,0.021618861577560742,0.023625776113104832,0.614697085449102 -4.96,0.3417788854975923,0.021625630995552498,0.023632286793716532,0.6146650575403122 -4.965,0.3417978779610253,0.021632469245123187,0.023638915239007973,0.6146340411731991 -4.97,0.3418156730776312,0.021639371167500566,0.02364565592007998,0.6146040465854872 -4.975,0.34183227208343875,0.02164633161402155,0.023652503292291054,0.614575083241814 -4.98,0.34184767698437996,0.02165334544922354,0.023659451798755095,0.6145471598355923 -4.985,0.34186189054743,0.021660407553911312,0.023666495873824422,0.6145202842913201 -4.99,0.34187491629134675,0.021667512828197746,0.02367362994655662,0.6144944637673325 -4.995,0.34188675847701805,0.021674656194516854,0.02368084844416351,0.6144697046589926 -5.0,0.341897422097424,0.021681832600607378,0.02368814579544066,0.6144460126023157 +0.005,0.9990000657894736,0.0007390413533834586,0.00026089285714285716,0.0 +0.01,0.9989001759518333,0.0006461377447965892,0.0004196537619159506,3.403254145408163e-05 +0.015,0.9987396530164107,0.0006382879683618162,0.0005334565409851487,8.860247424232117e-05 +0.02,0.9985358495455975,0.0006760506047355328,0.0006303587163363272,0.0001577411333305426 +0.025,0.9982953380887801,0.0007410258420512711,0.0007244659759458126,0.00023917009322269386 +0.03,0.9980192779567177,0.00082501687254008,0.000823242663676355,0.000332462507065672 +0.035,0.997705972089054,0.0009248200769060355,0.0009310404467186331,0.0004381673873211943 +0.04,0.9973520673181229,0.0010397268120294254,0.001050807245134764,0.0005573986247127841 +0.045,0.9969530979145608,0.0011703317130944792,0.0011849213594727426,0.0006916490128718797 +0.05,0.9965037090711092,0.001317971075753431,0.0013356058290730378,0.0008427140240642104 +0.055,0.995997722005338,0.0014844657825766941,0.0015051421894716915,0.0010126700226135395 +0.06,0.9954281180976015,0.001672012166619357,0.0016959892631977047,0.0012038804725814309 +0.065,0.994786978902604,0.0018831455135563898,0.0019108579740040187,0.001419017609835483 +0.07,0.9940653993333437,0.002120740028180476,0.002152766874895043,0.0016610937635806657 +0.075,0.9932533819138043,0.0023880279032127086,0.002425090420327673,0.0019334997626552501 +0.08,0.9923397154881937,0.002688629154384729,0.0027316059132167832,0.00224004944420475 +0.085,0.9913118396411624,0.0030265881893412807,0.003076542108542731,0.0025850300609534904 +0.09,0.9901556951195519,0.003406415092997762,0.0034646310141597044,0.0029732587732905665 +0.095,0.988855560179588,0.0038331305059821495,0.0039011637020205706,0.0034101456124092317 +0.1,0.9873938727486177,0.004312313302699146,0.004392050543819911,0.003901763404863235 +0.105,0.9857510384718938,0.004850150303665517,0.0049438860240160615,0.004454925200424581 +0.11,0.9839052250715687,0.005453487102540842,0.005564018063555084,0.005077269762335314 +0.115,0.9818321439746163,0.006129878801456807,0.006260621556411039,0.005777355667515898 +0.12,0.9795048208880165,0.00688763904412849,0.0070427755451942875,0.006564764522660785 +0.125,0.9768933579455719,0.007735885212894296,0.007920543116788482,0.007450213724745465 +0.13,0.9739646912624704,0.008684577002901036,0.008905052662215638,0.008445679072413021 +0.135,0.9706823492585761,0.009744544790302324,0.01000857859482534,0.009564527356296398 +0.14,0.9670062190001438,0.010927503257956505,0.011244618934834364,0.01082165880706552 +0.145,0.9628923301126163,0.012246044621911992,0.01262796632298321,0.01223365894248869 +0.15,0.9582926685789588,0.013713604513413613,0.014174767998881224,0.013818958908746622 +0.155,0.9531550359894884,0.015344392126755825,0.01590256905030401,0.01559800283345205 +0.16,0.9474229735561185,0.01715327467726822,0.01783033179400296,0.017593419972610547 +0.165,0.9410357744114162,0.019155604591909556,0.019978422482996062,0.019830198513678468 +0.17,0.9339286122846032,0.021366976287232223,0.022368554663980016,0.022335856764184776 +0.175,0.9260328193989414,0.023802898044334466,0.025023676472400325,0.025140606084324016 +0.18,0.9172763510653834,0.026478363610994746,0.0279677870314106,0.028277498292211514 +0.185,0.9075844784995668,0.02940730808105124,0.031225665047067742,0.031782548372314534 +0.19,0.896880754217123,0.032601933756409573,0.03482249086798687,0.03569482115848088 +0.195,0.8850882951001002,0.0360718946299767,0.03878334199304207,0.04005646827688128 +0.2,0.8721314257750903,0.03982333347342337,0.043132541658898696,0.04491269909258794 +0.205,0.8579377179828731,0.043857773960318695,0.0478928412279068,0.050311666828901654 +0.21,0.8424404486780589,0.04817088246574272,0.05308442024720341,0.05630424860899521 +0.215,0.825581479187306,0.052751130664911286,0.05872369397468238,0.06294369617310058 +0.22,0.8073145286051723,0.05757841096478791,0.06482192761892905,0.07028513281111094 +0.225,0.7876087760083392,0.06262268170172404,0.071383670213772,0.07838487207616486 +0.23,0.7664526783304236,0.06784274658248164,0.07840503943308226,0.08729953565401256 +0.235,0.7438578357206489,0.07318530049498599,0.0858719118230786,0.09708495196128655 +0.24,0.7198626778501723,0.07858439761404888,0.09375810029026972,0.10779482424550917 +0.245,0.6945356893312739,0.08396151229462014,0.10202363068207003,0.11947916769203613 +0.25,0.6679778490712172,0.08922636211308305,0.11061325918131622,0.13218252963438373 +0.255,0.6403239378278067,0.09427863886767891,0.11945539792450911,0.1459420253800054 +0.26,0.6117423818972231,0.09901074182023055,0.12846163244564823,0.16078524383689827 +0.265,0.5824333585698038,0.103311525445276,0.13752701518278437,0.1767281008021359 +0.27,0.552624996072795,0.1070709640757737,0.14653129843936033,0.1937727414120711 +0.275,0.522567655006044,0.11018550753849071,0.15534122340177786,0.2119056140536876 +0.28,0.4925264677905799,0.11256377192291894,0.16381390765922313,0.2310958526272782 +0.285,0.46277251511868195,0.11413210069548806,0.17180127529172787,0.2512941088941023 +0.29,0.4335732034447494,0.11483946829437272,0.17915535963258758,0.27243196862829044 +0.295,0.4051825418632364,0.11466120241559048,0.18573419326835416,0.2944220624528191 +0.3,0.3778320713509969,0.11360108376580524,0.19140790043972047,0.3171589444434775 +0.305,0.351723157492491,0.11169153937340065,0.19606454212016042,0.340520761013948 +0.31,0.32702122041074677,0.10899185709908407,0.19961524867386926,0.3643716738163 +0.315,0.3038522627925505,0.10558458048527117,0.20199821681770186,0.3885649399044765 +0.32,0.28230180401286387,0.10157045393070588,0.20318124437269833,0.41294649768373193 +0.325,0.2624160779014281,0.09706244132315361,0.20316261543173017,0.43735886534368806 +0.33,0.24420514314069763,0.09217941234364772,0.20197030950594727,0.46164513500970733 +0.335,0.2276474164046702,0.08704007340946326,0.19965966668915197,0.4856528434967145 +0.34,0.21269508034938797,0.08175762659386451,0.19630977417312173,0.5092375188836258 +0.345,0.1992798361497636,0.07643549517768439,0.19201893091714456,0.5322657377554074 +0.35,0.18731854580959506,0.07116428978974432,0.1868995890605319,0.5546175753401287 +0.355,0.17671841928273876,0.06602003332748634,0.18107316403031043,0.5761883833594644 +0.36,0.16738152204041198,0.061063537201779934,0.17466505888774264,0.5968898818700654 +0.365,0.15920849127951553,0.056340736877676094,0.16780017532514463,0.6166505965176637 +0.37,0.1521014414631738,0.05188375246246599,0.16059909807265205,0.6354157080017081 +0.375,0.1459661070815326,0.0477124343600267,0.15317505398637113,0.6531464045720695 +0.38,0.1407133125766642,0.043836175030705894,0.14563167126285834,0.6698188411297715 +0.385,0.13625987989100874,0.04025580503206079,0.13806150377870122,0.6854228112982292 +0.39,0.13252908825809018,0.03696543532974648,0.13054524268529935,0.699960233726864 +0.395,0.12945079401544093,0.03395415122050798,0.12315151154591047,0.7134435432181406 +0.4,0.12696130505405773,0.031207501522542667,0.11593713014222434,0.7258940632811752 +0.405,0.12500308862798842,0.02870875765965789,0.10894773237008397,0.7373404213422696 +0.41,0.12352437511807285,0.0264399403176527,0.102218631978329,0.7478170525859453 +0.415,0.12247870549225268,0.02438262703454384,0.09577584316545923,0.7573628243077442 +0.42,0.12182445740256138,0.02251856355799576,0.0896371786704851,0.7660198003689577 +0.425,0.12152437436009787,0.020830106439210752,0.08381336404829255,0.7738321551523988 +0.43,0.12154511416561695,0.019300525473253987,0.07830912198804289,0.7808452383730862 +0.435,0.12185682650138079,0.0179141934074615,0.07312419401929383,0.7871047860718638 +0.44,0.12243276499264164,0.016656687756925706,0.068254278366557,0.7926562688838756 +0.445,0.12324893579775578,0.015514826288582936,0.06369187196530988,0.7975443659483514 +0.45,0.12428378258338235,0.014476654253004715,0.05942701184217547,0.8018125513214375 +0.455,0.12551790632662782,0.013531398074007304,0.05544791640479566,0.8055027791945693 +0.46,0.12693381754726396,0.01266939713781042,0.051741530953490905,0.8086552543614347 +0.465,0.12851571814278345,0.011882022648202662,0.048293984201261846,0.811308275007752 +0.47,0.13024930984872476,0.011161590260185511,0.04509096404224526,0.8134981358488445 +0.475,0.13212162638063135,0.010501271359278294,0.04211802148453709,0.8152590807755532 +0.48,0.13412088646249892,0.0098950063810405,0.03936081176947301,0.8166232953869875 +0.485,0.13623636516013413,0.009337422418035637,0.03680528140757937,0.8176209310142508 +0.49,0.13845828118234277,0.008823756488724403,0.03443780930829272,0.81828015302064 +0.495,0.14077769806547527,0.008349785195561673,0.03224530947192894,0.8186272072670341 +0.5,0.14318643740300444,0.00791176103321708,0.030215301927395626,0.8186864996363828 +0.505,0.1456770025127588,0.007506355283391544,0.02833595779493598,0.8184806844089136 +0.51,0.14824251114550496,0.007130607217274168,0.026596123569299582,0.8180307580679212 +0.515,0.15087663602781815,0.006781879193224905,0.024985328980946526,0.8173561557980104 +0.52,0.15357355219944008,0.006457817164020869,0.023493782116574498,0.8164748485199644 +0.525,0.1563278902515366,0.006156316077817406,0.022112354873099344,0.8154034387975465 +0.53,0.15913469469900823,0.005875489656585025,0.02083256128342678,0.8141572543609799 +0.535,0.16198938682915662,0.005613644055124703,0.019646530786385782,0.8127504383293328 +0.54,0.16488773146254862,0.0053692549353493105,0.01854697811308748,0.8111960354890145 +0.545,0.16782580714179077,0.005140947528898598,0.01752717112232594,0.8095060742069846 +0.55,0.1707999793319538,0.004927479302464205,0.0165808976323308,0.8076916437332511 +0.555,0.1738068762742366,0.004727724881784254,0.01570243205888853,0.8057629667850905 +0.56,0.17684336718361468,0.004540662930377298,0.014886502474374369,0.8037294674116335 +0.565,0.17990654252298505,0.004365364716644592,0.014128258542738501,0.8015998342176317 +0.57,0.18299369612183156,0.004200984137382345,0.013423240656606912,0.799382079084179 +0.575,0.18610230893765967,0.004046748996755088,0.01276735049957331,0.7970835915660117 +0.58,0.18923003428422042,0.0039019533673621265,0.012156823175218044,0.7947111891731992 +0.585,0.19237468437255836,0.0037659508843059077,0.011588200980687404,0.7922711637624481 +0.59,0.195534218029772,0.0036381488443608606,0.011058308853611578,0.7897693242722553 +0.595,0.1987067294765628,0.003518003000710181,0.010564231484015111,0.7872110360387117 +0.6,0.20189043805858917,0.003405012959553545,0.010103292055386709,0.7846012569264703 +0.605,0.20508367883868167,0.0032987180984789762,0.009673032559307003,0.781944570503532 +0.61,0.20828489396740815,0.003198693938113789,0.009271195614390285,0.7792452164800875 +0.615,0.21149262475854527,0.0031045489084801183,0.00889570771146613,0.7765071186215082 +0.62,0.21470550440392,0.0030159214599143535,0.008544663801834787,0.7737339103343306 +0.625,0.21792225126900103,0.002932477475576331,0.008216313143203056,0.7709289581122193 +0.63,0.2211416627166893,0.002853907948658398,0.007909046317840595,0.7680953830168114 +0.635,0.2243626094120982,0.0027799268925679053,0.007621383339025887,0.7652360803563076 +0.64,0.22758403006582767,0.002710269456739102,0.007351962764527856,0.762353737712905 +0.645,0.2308049265774099,0.002644690224451869,0.00709953173933993,0.759450851458798 +0.65,0.23402435954430587,0.002582961672197889,0.00686293689387203,0.7565297418896239 +0.655,0.2372414441051263,0.0025248727728269323,0.006641116028099354,0.7535925670939471 +0.66,0.2404553460886867,0.002470227727000817,0.0064330905166021845,0.75064133566771 +0.665,0.24366527844313113,0.0024188448094426564,0.0062379583738862016,0.7476779183735397 +0.67,0.24687049792170745,0.002370555318146734,0.006054887923757893,0.7447040588363876 +0.675,0.2500703020038868,0.0023252026161539024,0.005883112020780179,0.7417213833591788 +0.68,0.2532640260324114,0.0022826412567357878,0.00572192277590473,0.7387314099349478 +0.685,0.25645104054856205,0.002242736183899404,0.005570666742240517,0.7357355565252978 +0.69,0.25963074880947234,0.002205362001047993,0.005428740520555748,0.7327351486689236 +0.695,0.2628025844727038,0.002170402301435898,0.0052955867475143375,0.7297314264783457 +0.7,0.26596600943455095,0.002137749054753259,0.0051706904328169805,0.7267255510778785 +0.705,0.26912051180967933,0.0021073020447856883,0.005053575614354412,0.7237186105311803 +0.71,0.27226560404072836,0.0020789683536276667,0.0049438023031934475,0.7207116253024503 +0.715,0.27540082112744196,0.00205266188839708,0.004840963692714638,0.717705553291446 +0.72,0.2785257189657377,0.002028302946811164,0.004744683608514757,0.714701294478936 +0.725,0.28163987278789243,0.0020058178183488683,0.004654614177790048,0.7116996952159683 +0.73,0.28474287569572265,0.0019851384180478125,0.004570433698839528,0.7087015521873896 +0.735,0.287834337279273,0.001966201950271029,0.004491844693084398,0.7057076160773712 +0.74,0.2909138823141053,0.0019489506000343753,0.004418572123601851,0.7027185949622581 +0.745,0.2939811495308091,0.00193333124971373,0.004350361765631523,0.6997351574538453 +0.75,0.29703579045083345,0.0019192952191553407,0.004286978715841686,0.6967579356141692 +0.755,0.30007746828318044,0.0019067980273958845,0.004228206028351061,0.6937875276610723 +0.76,0.30310585687689934,0.0018957991743634157,0.004173843466600924,0.6908245004821361 +0.765,0.3061206397246859,0.0018862619410786028,0.004123706361170476,0.6878693919730647 +0.77,0.30912150901322516,0.0018781532070093606,0.004077624564535204,0.68492271321523 +0.775,0.31210816471622,0.0018714432833527748,0.00403544149459117,0.6819849505058359 +0.78,0.31508031372632606,0.001866105761127521,0.003997013259515506,0.6790565672530307 +0.785,0.31803766902246844,0.0018621173730590107,0.003962207857211716,0.6761380057472606 +0.79,0.32097994886924724,0.0018594578683293333,0.003930904443203959,0.6732296888192192 +0.795,0.32390687604535223,0.001858109899345646,0.0039029926614032274,0.6703320213938986 +0.8,0.326818177098101,0.0018580589197548123,0.003878372032675407,0.6674453919494685 +0.805,0.32971358162139314,0.0018592930929995206,0.0038569513966014105,0.6645701738890056 +0.81,0.33259282155453535,0.0018618032107724897,0.0038386484022373897,0.6617067268324545 +0.815,0.33545563049954236,0.0018655826207812118,0.0038233890440622395,0.6588553978356139 +0.82,0.33830174305465394,0.0018706271632865177,0.003811107239643963,0.6560165225424153 +0.825,0.3411308941619348,0.0018769351159245043,0.0038017444458690996,0.6531904262762712 +0.83,0.3439428184669384,0.0018845071463634011,0.003795249310863339,0.6503774250758345 +0.835,0.34673724968852143,0.0018933462723851441,0.0037915773589892593,0.6475778266801038 +0.84,0.34951391999699344,0.0019034578290160291,0.003790690706541279,0.6447919314674488 +0.845,0.3522725593988752,0.0019148494423621163,0.0037925578059705128,0.6420200333527918 +0.85,0.3550128951266227,0.0019275310098332606,0.003797153216665254,0.6392624206468783 +0.855,0.3577346510317506,0.0019415146864649494,0.0038044574004879933,0.636519376881296 +0.86,0.3604375469798605,0.0019568148770696936,0.0038144565404288205,0.6337911816026405 +0.865,0.36312129824614686,0.0019734482339696918,0.003827142380879129,0.6310781111390038 +0.87,0.36578561491001615,0.0019914336600799615,0.0038425120881600185,0.6283804393417434 +0.875,0.3684302012475155,0.0020107923171262176,0.003860568130057815,0.6256984383052999 +0.88,0.37105475512032426,0.002031547638794528,0.003881318173225661,0.623032379067655 +0.885,0.3736589673601168,0.0020537253486202366,0.0039047749974061045,0.6203825322938563 +0.89,0.3762425211471606,0.0020773534824318567,0.003930956425515778,0.6177491689448912 +0.895,0.3788050913820661,0.002102462415171587,0.003959885268710337,0.6151325609340514 +0.9,0.3813463440496581,0.002129084891917796,0.00399158928561637,0.6125329817728072 +0.905,0.38386593557399495,0.002157256062936211,0.004026101154977596,0.6099507072080907 +0.91,0.38636351216361436,0.002187013522585616,0.004063458461015659,0.6073860158527838 +0.915,0.3888387091461456,0.002218397351900489,0.00410370369085175,0.6048391898111016 +0.92,0.3912911502914862,0.0022514501646671795,0.004146884243374239,0.6023105153004719 +0.925,0.39372044712280707,0.0022862171568017765,0.004193052448969914,0.5998002832714208 +0.93,0.39612619821471806,0.0023227461588266633,0.004242265599562394,0.5973087900268924 +0.935,0.3985079884780004,0.002361087691228744,0.00429458598842091,0.5948363378423495 +0.94,0.4008653884303928,0.002401295022465322,0.004350080959216134,0.5923832355879253 +0.945,0.4031979534530059,0.0024434242293634076,0.004408822963806924,0.5899497993538233 +0.95,0.405505223032035,0.0024875342596346775,0.004470889628242957,0.5875363530800869 +0.955,0.40778671998554716,0.002533686996201177,0.004536363826462912,0.5851432291917883 +0.96,0.4100419496752337,0.0025819473229959176,0.0046053337611562505,0.5827707692406137 +0.965,0.41227039920314756,0.002632383191867565,0.004677893051238463,0.580419324553746 +0.97,0.4144715365935839,0.0026850656901791533,0.004754140825364674,0.5780892568908719 +0.975,0.4166448099604194,0.002740069108646955,0.004834181820874604,0.5757809391100586 +0.98,0.41878964666039503,0.0027974710089169997,0.004918126487522684,0.5734947558431649 +0.985,0.4209054524330149,0.002857352290322963,0.005006091095300346,0.5712311041813614 +0.99,0.42299161052794315,0.0029197972552099803,0.005098197845602854,0.5689903943712435 +0.995,0.42504748082100574,0.00298489367214404,0.005194574984930014,0.5667730505219197 +1.0,0.4270723989201569,0.003052732836255695,0.0052953569202384325,0.5645795113233485 +1.005,0.4290656752630428,0.003123409625889627,0.005400684334982144,0.562410230776085 +1.01,0.4310265942080965,0.003197022554647759,0.005510704304787977,0.5602656789324673 +1.015,0.4329544131214276,0.0032736738178229573,0.005625570411611557,0.5581463426491374 +1.02,0.4348483614621263,0.003353469332122556,0.005745442855108771,0.556052726350642 +1.025,0.43670763986899663,0.0034365187674758498,0.005870488559835483,0.5539853528036917 +1.03,0.43853141925215433,0.003522935569607114,0.0060008812767547185,0.5519447639014835 +1.035,0.440318839893389,0.0036128369719355545,0.006136801677385071,0.5499315214572901 +1.04,0.44206901055968706,0.003706343995235796,0.006278437438766191,0.5479462080063107 +1.045,0.4437810076348525,0.003803581433357186,0.006425983317246677,0.5459894276145433 +1.05,0.44545387427474115,0.0039046778231574325,0.006579641208916002,0.544061806693185 +1.055,0.44708661959224855,0.00400976539665623,0.006739620194305242,0.5421639948167896 +1.06,0.4486782178788594,0.004118980013258015,0.006906136564771037,0.5402966655431111 +1.065,0.4502276078702786,0.004232461069730391,0.00707941382775352,0.538460517232237 +1.07,0.4517336920644235,0.004350351385456967,0.007259682687862042,0.536656273862257 +1.075,0.453195336100863,0.004472797060311391,0.007447181000492716,0.5348846858383324 +1.08,0.45461136821163817,0.004599947302324579,0.007642153694419801,0.5331465307916169 +1.085,0.4559805787542963,0.004731954222141197,0.007844852659529456,0.5314426143640325 +1.09,0.45730171983890766,0.004868972591086353,0.008055536595580788,0.5297737709744247 +1.095,0.45857350506181277,0.005011159559491565,0.008274470817586742,0.5281408645611084 +1.1,0.45979460935986277,0.005158674331763329,0.008501927013108434,0.5265447892952649 +1.105,0.46096366899996044,0.0053116777945211345,0.008738182946453246,0.5249864702590646 +1.11,0.46207928171977997,0.005470332093988711,0.008983522104462544,0.5234668640817682 +1.115,0.46314000703662994,0.0056348001586967586,0.009238233278272822,0.5219869595264 +1.12,0.464144366742517,0.005805245163452683,0.009502610075138685,0.5205477780188911 +1.125,0.4650908456045565,0.0059818299304585845,0.009776950354122422,0.519150374110862 +1.13,0.4659778922909439,0.006164716263419227,0.010061555579188952,0.5177958358664474 +1.135,0.4668039205437361,0.006354064210484283,0.010356730083003304,0.5164852851627758 +1.14,0.46756731062066814,0.006550031251921439,0.010662780234518415,0.5152198778928915 +1.145,0.46826641102913535,0.006752771408527759,0.010980013503272618,0.5140008040590638 +1.15,0.46889954057627153,0.006962434266965221,0.011308737413198622,0.5128292877435642 +1.155,0.469464990759727,0.007179163918462659,0.01164925837869021,0.5117065869431198 +1.16,0.46996102852426286,0.007403097807671034,0.01200188041569137,0.5106339932523744 +1.165,0.47038589940959835,0.007634365488903203,0.012366903720678607,0.5096128313808195 +1.17,0.47073783111503437,0.007873087287544645,0.012744623110615267,0.5086444584868054 +1.175,0.4710150375061937,0.008119372865099698,0.013135326317282493,0.5077302633114238 +1.18,0.47121572308871795,0.00837331968715045,0.013539292129851659,0.5068716650942796 +1.185,0.4713380879729,0.008635011394463864,0.013956788380175195,0.5060701122524606 +1.19,0.4713803333519598,0.00890451607859785,0.014388069766055077,0.505327080803387 +1.195,0.47134066751493797,0.00918188446463834,0.014833375508719306,0.5046440725117041 +1.2,0.47121731241294057,0.009467148005155229,0.015292926841915406,0.5040226127399885 +1.205,0.4710085107946603,0.009760316891101349,0.01576692433143463,0.5034642479828034 +1.21,0.4707125339236849,0.010061377987198626,0.01625554502552876,0.5029705430635875 +1.215,0.47032768988602597,0.010370292701359482,0.0167589394385893,0.502543077974025 +1.22,0.4698523324915241,0.010686994799874802,0.017277228372640688,0.5021834443359602 +1.225,0.4692848707672719,0.011011388182453749,0.017810499583665592,0.5018932414666085 +1.23,0.4686237790349145,0.01134334463371016,0.018358804302539288,0.5016740720288358 +1.235,0.46786760755662227,0.011682701570334146,0.018922153623403465,0.5015275372496399 +1.24,0.4670149937266775,0.012029259805936976,0.01950051477565453,0.5014552316917309 +1.245,0.4660646737769856,0.012382781358375719,0.02009380729934699,0.5014587375652916 +1.25,0.46501549495544525,0.012742987327205881,0.020701899147700088,0.5015396185696487 +1.255,0.46386642812603524,0.013109555871720857,0.02132460274451748,0.5016994132577264 +1.26,0.4626165807287822,0.013482120322752318,0.021961671028646778,0.5019396279198186 +1.265,0.46126521002655513,0.013860267463952169,0.022612793522067624,0.502261728987425 +1.27,0.45981173655402413,0.014243536020571783,0.023277592462741085,0.502667134962663 +1.275,0.4582557576722823,0.014631415395707031,0.02395561904790272,0.5031572078841079 +1.28,0.45659706112074605,0.015023344695489915,0.02464634983794718,0.5037332443458168 +1.285,0.4548356384462474,0.015418712085676098,0.025349183375329237,0.5043964660927471 +1.29,0.4529716981779616,0.015816854522395514,0.02606343707687786,0.5051480102227649 +1.295,0.4510056786062493,0.01621705789939388,0.026788344461455987,0.5059889190329008 +1.3,0.44893826001394727,0.016618557652792618,0.027523052777858863,0.5069201295554012 +1.305,0.4467703762004291,0.017020539862137286,0.02826662110007816,0.5079424628373554 +1.31,0.44450322513221774,0.017422142883205444,0.02901801895841306,0.5090566130261637 +1.315,0.4421382785494081,0.017822459543636416,0.029776125575226003,0.5102631363317294 +1.32,0.43967729035497877,0.01822053992688179,0.030539729773265734,0.5115624399448736 +1.325,0.437122303614566,0.018615394763238036,0.03130753062226815,0.5129547709999277 +1.33,0.4344756559977253,0.019005999438824906,0.03207813888586399,0.5144402056775856 +1.335,0.4317399834983693,0.01939129862436586,0.03285007932556127,0.5160186385517034 +1.34,0.4289182222821432,0.01977021151560017,0.03362179391164553,0.5176897722906109 +1.345,0.4260136085221038,0.02014163766624558,0.034391645982204545,0.5194531078294459 +1.35,0.4230296761012559,0.020504463382813705,0.03515792538112774,0.5213079351348024 +1.355,0.4199702520812252,0.020857568638481663,0.03591885459389555,0.5232533246863974 +1.36,0.41683944986045823,0.021199834450907565,0.03667259588635309,0.525288119802281 +1.365,0.4136416599725938,0.02153015065664694,0.03741725943660592,0.5274109299341532 +1.37,0.41038153850566805,0.02184742400301536,0.03815091243389383,0.5296201250574226 +1.375,0.40706399315513836,0.022150586467203758,0.03887158910105959,0.5319138312765982 +1.38,0.40369416695774746,0.022438603702552226,0.03957730157936076,0.5342899277603395 +1.385,0.4002774197883412,0.022710483503487904,0.04026605159625319,0.5367460451119176 +1.39,0.3968193077371412,0.02296528417407866,0.040935842818827915,0.5392795652699521 +1.395,0.39332556051985834,0.023202122680759853,0.04158469377826961,0.541887623021112 +1.4,0.3898020571065686,0.023420182467824152,0.04221065123450336,0.5445671091911037 +1.405,0.3862547997866096,0.023618720814929,0.042811803835597344,0.547314675562864 +1.41,0.3826898869150681,0.023797075619305216,0.04338629591396757,0.550126741551659 +1.415,0.3791134846109359,0.0239546714915901,0.04393234125143921,0.5529995026460346 +1.42,0.3755317976970166,0.024091025063215418,0.04444823663815856,0.5559289406016092 +1.425,0.3719510401865847,0.024205749414915555,0.04493237504656089,0.5589108353519388 +1.43,0.36837740563116844,0.024298557549950073,0.045383258241340714,0.5619407785775407 +1.435,0.3648170376473519,0.02436926485173579,0.04579950864980581,0.5650141888511064 +1.44,0.3612760009380267,0.024417790483353845,0.04617988032418368,0.5681263282544357 +1.445,0.3577602531151092,0.024444157705369007,0.04652326883833446,0.5712723203411872 +1.45,0.35427561761658155,0.024448493108054786,0.046828719975738654,0.5744471692996249 +1.455,0.3508277579911925,0.02443102477391224,0.047095437083289386,0.5776457801516058 +1.46,0.34742215379979036,0.02439207940574922,0.04732278698593912,0.5808629798085212 +1.465,0.3440640783537244,0.024332078474009738,0.047510304380149165,0.5840935387921166 +1.47,0.34075857847879887,0.02425153345400646,0.04765769464880607,0.5873321934183885 +1.475,0.33751045645875316,0.024151040238763497,0.047764835066185014,0.5905736682362982 +1.48,0.33432425427605517,0.024031272825944507,0.04783177438800135,0.5938126985099988 +1.485,0.33120424023084327,0.023892976387530584,0.04785873084793004,0.597044052533696 +1.49,0.3281543979820233,0.023736959838325553,0.047846088607532304,0.6002625535721188 +1.495,0.3251784180186591,0.023564088023903487,0.047794392730686266,0.6034631012267511 +1.5,0.322279691535661,0.02337527365027374,0.04770434277580715,0.606640692038258 +1.505,0.31946130665604344,0.02317146907641484,0.047576785118868266,0.6097904391486734 +1.51,0.3167260469132618,0.022953658087098462,0.04741270413709228,0.6129075908625474 +1.515,0.31407639188178144,0.022722847757339217,0.04721321239686704,0.6159875479640122 +1.52,0.3115145198224017,0.022480060511675747,0.046979539999751296,0.6190258796661712 +1.525,0.3090423121911364,0.022226326471667134,0.046713023247280064,0.6220183380899164 +1.53,0.30666135984671233,0.021962676173856156,0.04641509278866778,0.6249608711907637 +1.535,0.3043729707819374,0.021690133728398633,0.04608726141554972,0.6278496340741142 +1.54,0.3021781791981727,0.021409710475971983,0.045731111664793954,0.6306809986610613 +1.545,0.30007775573967993,0.021122399187824343,0.04534828338443066,0.633451561688065 +1.55,0.2980722187054191,0.02082916884124629,0.04494046140921373,0.6361581510441209 +1.555,0.29616184605958273,0.020530959990639912,0.044509363481630176,0.6387978304681472 +1.56,0.2943466880683951,0.02022868074297915,0.044056728541710215,0.6413679026469156 +1.565,0.29262658039907197,0.019923203336006397,0.043584305495186715,0.6438659107697349 +1.57,0.291001157526922,0.019615361308148383,0.04309384255482291,0.6462896386101067 +1.575,0.28946986630797583,0.01930594724096524,0.04258707723447838,0.6486371092165806 +1.58,0.2880319795868749,0.018995711048028833,0.04206572706009276,0.6509065823050035 +1.585,0.286686609722683,0.01868535877847618,0.04153148104658011,0.6530965504522607 +1.59,0.28543272192848357,0.01837555189907952,0.04098599197494839,0.6552057341974885 +1.595,0.28426914733380804,0.018066907015462992,0.040430869490046394,0.6572330761606826 +1.6,0.28319459569187033,0.017759995990998458,0.03986767402640643,0.6591777342907248 +1.605,0.28220766766604805,0.01745534642083164,0.03929791155785787,0.6610390743552624 +1.61,0.2813068666418984,0.017153442418313288,0.038723029156050276,0.662816661783738 +1.615,0.28049061002209735,0.01685472567171929,0.03814441133381782,0.6645102529723654 +1.62,0.27975723997195434,0.016559596730416664,0.03756337714147002,0.6661197861561589 +1.625,0.2791050335925256,0.01626841648144811,0.0369811779776036,0.6676453719484227 +1.63,0.27853221250679416,0.015981507779750236,0.03639899607086042,0.6690872836425951 +1.635,0.2780369518519005,0.015699157197780783,0.035817943585146915,0.6704459473651716 +1.64,0.27761738867700253,0.01542161686310852,0.035239062298098554,0.6717219321617902 +1.645,0.27727162975205494,0.015149106355427003,0.03466332380092265,0.6729159400915953 +1.65,0.2769977587976606,0.014881814637412338,0.03409163016707665,0.6740287963978503 +1.655,0.2767938431502167,0.014619901996789291,0.033524815037422696,0.6750614398155711 +1.66,0.2766579398799149,0.0143635019798447,0.03296364507042743,0.6760149130698128 +1.665,0.2765881013818153,0.014112723299388048,0.03240882170753286,0.6768903536112636 +1.67,0.27658238046227224,0.013867651702772339,0.031860983205898065,0.6776889846290571 +1.675,0.27663883494449903,0.013628351788029066,0.03132070689319651,0.6784121063742752 +1.68,0.2767555318180913,0.013394868758422558,0.030788511601951448,0.6790610878215344 +1.685,0.2769305509579429,0.013167230107781203,0.03026486024391153,0.6796373586903641 +1.69,0.2771619884382376,0.012945447230812753,0.029750162488129773,0.6801424018428196 +1.695,0.2774479594671465,0.012729516954258767,0.02924477750964027,0.6805777460689542 +1.7,0.27778660096754565,0.012519422986194817,0.0287490167788663,0.680944959267393 +1.705,0.27817607382854354,0.01231513728204649,0.02826314686508862,0.681245642024321 +1.71,0.27861456485191033,0.012116621326977032,0.027787392230410757,0.6814814215907016 +1.715,0.2791002884166668,0.01192382733522287,0.027321937993643432,0.6816539462544666 +1.72,0.2796314878841555,0.011736699367721619,0.026866932646366384,0.6817648801017563 +1.725,0.2802064367649039,0.0115551743700069,0.02642249070609211,0.6818158981589969 +1.73,0.2808234396675276,0.011379183132849609,0.025988695293938668,0.681808681905684 +1.735,0.2814808330488263,0.01120865117851942,0.025565600626509092,0.6817449151461451 +1.74,0.28217698578312217,0.011043499575836696,0.02515323441376945,0.6816262802272716 +1.745,0.28291029956778235,0.01088364568739591,0.0247516001566157,0.6814544545882059 +1.75,0.28367920918077943,0.010729003852478864,0.02436067933952528,0.6812311076272163 +1.755,0.2844821826050746,0.010579486009250322,0.023980433515208014,0.6809578978704669 +1.76,0.28531772103357295,0.010435002259849788,0.023610806279511055,0.680636470427066 +1.765,0.2861843587674015,0.010295461381970255,0.023251725136002974,0.680268454714625 +1.77,0.2870806630193018,0.01016077129045552,0.022903103250674094,0.6798554624395684 +1.775,0.2880052336330175,0.010030839452359438,0.02256484109805444,0.6793990858165685 +1.78,0.2889567027286901,0.009905573258799337,0.022236828000779186,0.6789008960117312 +1.785,0.28993373428345776,0.009784880356807225,0.021918943565235865,0.678362441794499 +1.79,0.2909350236556817,0.00966866894424102,0.021611059016419736,0.6777852483836574 +1.795,0.29195929706050217,0.009556848030667895,0.021313038435514416,0.6771708164733153 +1.8,0.29300531100375077,0.009449327666976214,0.021024739904015724,0.6765206214252572 +1.805,0.2940718516806151,0.00934601914631442,0.020746016558437514,0.6758361126146328 +1.81,0.29515773434486825,0.009246835178796748,0.020476717559789012,0.6751187129165459 +1.815,0.2962618026539316,0.009151690042258931,0.020216688982103007,0.6743698183217064 +1.82,0.2973829279945386,0.009060499711193394,0.019965774624331318,0.6735907976699367 +1.825,0.29852000879330365,0.008973181965844217,0.019723816749916287,0.6727829924909359 +1.83,0.2996719698160752,0.008889656483298161,0.019490656758301222,0.6719477169423255 +1.835,0.30083776145955965,0.008809844912269967,0.019266135792565545,0.6710862578356048 +1.84,0.30201635903834495,0.00873367093314856,0.019050095287267053,0.6701998747412394 +1.845,0.3032067620701243,0.008661060304745784,0.01884237746044973,0.6692898001646802 +1.85,0.3044079935616217,0.008591940899071221,0.01864282575363491,0.6683572397856722 +1.855,0.30561909929744735,0.008526242725345514,0.018451285223460727,0.6674033727537464 +1.86,0.30683914713386473,0.008463897944360173,0.018267602888472744,0.6664293520333023 +1.865,0.30806722629922495,0.008404840874194281,0.018091628034400536,0.6654363047921802 +1.87,0.30930244670262225,0.00834900798820741,0.017923212481083393,0.6644253328280869 +1.875,0.31054393825213994,0.008296337906143248,0.01776221081403532,0.6633975130276815 +1.88,0.311790850183892,0.008246771379099722,0.017608480583466982,0.6623538978535413 +1.885,0.31304235040291617,0.00820025126904843,0.017461882473411672,0.6612955158546237 +1.89,0.3142976248368429,0.008156722523518687,0.01732228044343502,0.6602233721962033 +1.895,0.31555587680314534,0.008116132145999187,0.017189541845245123,0.6591384492056103 +1.9,0.3168163263906702,0.008078429162552825,0.017063537516361617,0.6580417069304153 +1.905,0.3180782098560567,0.008043564585087367,0.016944141852849853,0.6569340837060059 +1.91,0.3193407790355683,0.00801149137167603,0.016831232862979936,0.6558164967297756 +1.915,0.3206033007727886,0.00798216438427748,0.016724692203530536,0.6546898426394032 +1.92,0.3218650563625724,0.007955540344163852,0.016624405200324068,0.6535549980929395 +1.925,0.32312534101158547,0.007931577785327996,0.016530260854453242,0.6524128203486331 +1.93,0.3243834633157217,0.007910237006106945,0.016442151835539286,0.6512641478426319 +1.935,0.32563874475464544,0.007891480019227438,0.01635997446324893,0.650109800762878 +1.94,0.326890519203673,0.007875270500450796,0.016283628678190925,0.6489505816176852 +1.945,0.3281381324631802,0.007861573735968654,0.016213018003212686,0.6477872757976383 +1.95,0.32938094180569877,0.007850356568677453,0.01614804949602416,0.6466206521295994 +1.955,0.33061831554084775,0.007841587343438322,0.01608863369398824,0.6454514634217254 +1.96,0.3318496325982304,0.007835235851409654,0.01603468455183539,0.6442804469985243 +1.965,0.33307428212841844,0.007831273273522283,0.01598611937298406,0.643108325225075 +1.97,0.3342916631221372,0.00782967212315149,0.015942858735077687,0.6419358060196334 +1.975,0.33550118404776236,0.007830406188026037,0.015904826410283568,0.6407635833539278 +1.98,0.33670226250723634,0.007833450471401885,0.015871949280838193,0.6395923377405234 +1.985,0.3378943249105146,0.007838781132517124,0.015844157250267568,0.6384227367067006 +1.99,0.3390768061686529,0.007846375426334866,0.015821383150659507,0.6372554352543526 +1.995,0.3402491494056535,0.00785621164257226,0.015803562646317368,0.6360910763054567 +2.0,0.3414108056891912,0.007868269044006405,0.01579063413408125,0.634930291132721 +2.005,0.3425612337803486,0.007882527804041672,0.015782538640562966,0.6337736997750466 +2.01,0.34369989990249705,0.007898968943517666,0.01577921971650484,0.6326219114374803 +2.015,0.3448262775294671,0.00791757426673287,0.015780623328439637,0.6314755248753602 +2.02,0.3459398471931615,0.007938326296655734,0.01578669774779923,0.6303351287623833 +2.025,0.3470400963107717,0.00796120820929264,0.015797393437592958,0.6292013020423425 +2.03,0.3481265190317664,0.007986203767180766,0.01581266293675292,0.6280746142642997 +2.035,0.3491986161048295,0.00801329725197332,0.015832460742222387,0.6269556259009745 +2.04,0.35025589476493113,0.008042473396084963,0.015856743188845095,0.6258448886501385 +2.045,0.3512978686407213,0.00807371731336643,0.01588546832709721,0.6247429457188147 +2.05,0.35232405768244174,0.008107014428779395,0.015918595798690288,0.6236503320900882 +2.055,0.353333988110554,0.008142350407045529,0.01595608671006223,0.6225675747723379 +2.06,0.35432719238528526,0.008179711080247403,0.015997903503764274,0.6214951930307028 +2.065,0.35530320919729214,0.008219082374363524,0.016044009827745148,0.6204336986005989 +2.07,0.35626158347964254,0.008260450234725153,0.01609437040252874,0.6193835958831033 +2.075,0.3572018664413103,0.008303800550388896,0.01614895088627893,0.6183453821220216 +2.08,0.358123615622372,0.008349119077426154,0.016207717737744466,0.6173195475624571 +2.085,0.35902639497108496,0.008396391361138544,0.016270638077077963,0.6163065755906982 +2.09,0.3599097749430145,0.008445602657217268,0.016337679544526286,0.6153069428552417 +2.095,0.3607733326223623,0.008496737851874138,0.01640881015699461,0.6143211193687688 +2.1,0.36161665186562875,0.00854978138098257,0.016483998162493376,0.6133495685908951 +2.105,0.36243932346772145,0.008604717148278358,0.01656321189248615,0.6123927474915138 +2.11,0.363240945350593,0.008661528442682356,0.01664641961216707,0.6114511065945574 +2.115,0.3640211227744637,0.008720197854820401,0.016733589368709,0.6105250900020067 +2.12,0.36477946857164883,0.008780707192829858,0.01682468883753778,0.6096151353979834 +2.125,0.3655156034029707,0.008843037397557,0.016919685166704092,0.6087216740327681 +2.13,0.3662291560366934,0.008907168457265096,0.01701854481944233,0.607845130686599 +2.135,0.3669197636498693,0.008973079321989529,0.017121233415025375,0.6069859236131157 +2.14,0.36758707215193115,0.009040747817693304,0.017227715568045653,0.6061444644623297 +2.145,0.3682307365303094,0.009110150560394189,0.01733795472627575,0.6053211581830205 +2.15,0.3688504212177858,0.009181262870453089,0.017451913007286598,0.6045164029044744 +2.155,0.369445800481229,0.009254058687232175,0.017569551034027405,0.6037305897975113 +2.16,0.3700165588312836,0.009328510484350691,0.017690827769599363,0.6029641029147662 +2.165,0.3705623914525019,0.009404589185786086,0.017815700351484224,0.6022173190102277 +2.17,0.37108300465332716,0.009482264083088075,0.01794412392551947,0.6014906073380653 +2.175,0.3715781163352438,0.009561502753993385,0.01807605147994349,0.6007843294308193 +2.18,0.3720474564803178,0.009642270982748963,0.018211433679867054,0.6000988388570662 +2.185,0.3724907676562494,0.009724532682471402,0.018350218702561177,0.599434480958718 +2.19,0.3729078055379563,0.009808249819889888,0.018492352073986064,0.5987915925681677 +2.195,0.3732983394445976,0.009893382342839145,0.01863777650702099,0.5981705017055422 +2.2,0.373662152890835,0.009979888110887132,0.018786431741890583,0.5975715272563872 +2.205,0.37399904415101237,0.01006772282949987,0.018938254389318707,0.5969949786301689 +2.21,0.3743088268348154,0.010156839988162036,0.019093177776976722,0.5964411554000457 +2.215,0.3745913304728505,0.010247190802887067,0.01925113179982825,0.5959103469244341 +2.22,0.3748464011104587,0.010338724163563863,0.019412042775007077,0.5954028319509703 +2.225,0.375073901907956,0.010431386586598807,0.019575833301898368,0.5949188782035468 +2.23,0.3752737137453635,0.01052512217332127,0.019742422128125665,0.5944587419531896 +2.235,0.3754457358295686,0.010619872574627844,0.019911724022176492,0.5940226675736271 +2.24,0.37558988630173157,0.010715576962345008,0.020083649653427814,0.5936108870824957 +2.245,0.37570610284263195,0.01081217200779149,0.020258105480358356,0.5932236196692182 +2.25,0.3757943432735294,0.010909591868019887,0.020434993647757676,0.5928610712106931 +2.255,0.3758545861500001,0.011007768180212095,0.020614211893761218,0.5925234337760267 +2.26,0.3758868313461009,0.011106630064694254,0.02079565346755626,0.5922108851216487 +2.265,0.3758911006261111,0.011206104137024253,0.02097920705861479,0.59192358817825 +2.27,0.37586743820100826,0.011306114529587914,0.021164756738315936,0.591661690531088 +2.275,0.37581591126674985,0.011406582923118823,0.021352181914821636,0.5914253238953098 +2.28,0.37573661052135765,0.011507428588530965,0.021541357302064915,0.5912146035880466 +2.285,0.3756296506577405,0.011608568439422937,0.021732152903699377,0.5910296279991373 +2.29,0.3754951708291418,0.011709917095577308,0.02192443401284148,0.5908704780624395 +2.295,0.3753333350840633,0.011811386957738665,0.022118061228412977,0.5907372167297852 +2.3,0.37514433276749903,0.011912888293909012,0.022312890488859507,0.5906298884497326 +2.305,0.37492837888531055,0.01201432933734945,0.022508773123982372,0.5905485186533578 +2.31,0.3746857144285921,0.01211561639642265,0.022705555925573558,0.5904931132494119 +2.315,0.3744166066549096,0.012216653976351527,0.022903081237489152,0.5904636581312499 +2.32,0.3741213493233537,0.012317344912906135,0.023101187065733032,0.5904601186980073 +2.325,0.3738002628804238,0.012417590517963204,0.023299707209051262,0.590482439392562 +2.33,0.37345369459385863,0.012517290736811359,0.023498471410457748,0.5905305432588724 +2.335,0.3730820186316514,0.012616344317000337,0.023697305530023773,0.5906043315213246 +2.34,0.3726856360836282,0.01271464898845484,0.02389603173916792,0.5907036831887492 +2.345,0.3722649749231383,0.012812101654493516,0.024094468736579222,0.5908284546857892 +2.35,0.3718204899065918,0.01290859859331179,0.02429243198579518,0.5909784795143015 +2.355,0.37135266240879233,0.013004035669404165,0.024489733974338387,0.5911535679474653 +2.36,0.3708620001922478,0.013098308554318198,0.02468618449419121,0.591353506759243 +2.365,0.3703490371088943,0.013191312956049273,0.024881590943258244,0.5915780589917984 +2.37,0.3698143327329468,0.013282944856303274,0.025075758647331706,0.5918269637634185 +2.375,0.36925847192388256,0.013373100754774344,0.025268491201936506,0.5920999361194068 +2.38,0.3686820643188765,0.013461677919507743,0.025459590833290732,0.5923966669283252 +2.385,0.3680857437543347,0.013548574642344494,0.025648858777474224,0.5927168228258467 +2.39,0.36747016761651524,0.013633690498375744,0.02583609567675472,0.5930600462083544 +2.395,0.36683601612157835,0.013716926608271535,0.026021101991878386,0.5934259552782718 +2.4,0.3661839915257715,0.013798185902291916,0.026203678428991076,0.5938141441429455 +2.405,0.36551481726682405,0.013877373384738694,0.026383626379719805,0.5942241829687175 +2.41,0.36482923703800046,0.013954396397564517,0.026560748372811742,0.5946556181916234 +2.415,0.3641280137966356,0.014029164881823193,0.02673484853560256,0.5951079727859387 +2.42,0.3634119287093488,0.014101591635621672,0.026905733063468024,0.5955807465915616 +2.425,0.36268178003650053,0.01417159256722064,0.027073210695304238,0.5960734167009747 +2.43,0.36193838195881617,0.014239086941927694,0.027237093192984084,0.5965854379062722 +2.435,0.36118256334944876,0.014303997621434781,0.027397195822651352,0.5971162432064653 +2.44,0.36041516649508704,0.014366251294270542,0.027553337835641577,0.597665244375001 +2.445,0.35963704577003114,0.014425778696068151,0.027705342946760178,0.5982318325871407 +2.45,0.35884906626745444,0.014482514818390545,0.027853039807605767,0.5988153791065495 +2.455,0.3580521023923417,0.014536399104907219,0.02799626247259999,0.5994152360301513 +2.46,0.35724703642084166,0.014587375633779796,0.02813485085537593,0.6000307370900029 +2.465,0.356434757030989,0.014635393285187063,0.028268651173185284,0.6006611985106389 +2.47,0.35561615780993905,0.014680405893003333,0.028397516377011132,0.6013059199200468 +2.475,0.3547921357430148,0.01472237237973644,0.02852130656511747,0.6019641853121316 +2.48,0.3539635896899852,0.014761256873932349,0.028639889377829877,0.602635264058253 +2.485,0.3531314188540819,0.014797028809361533,0.028753140371422483,0.6033184119651345 +2.49,0.35229652124931177,0.014829663005416802,0.02886094336908516,0.6040128723761866 +2.495,0.3514597921716348,0.014859139728272155,0.028963190787060382,0.604717877313033 +2.5,0.350622122679556,0.014885444732476227,0.029059783934171215,0.6054326486537969 +2.505,0.34978439808961914,0.014908569282780811,0.02915063328310861,0.6061563993444917 +2.51,0.3489474964921965,0.014928510156133449,0.02923565871200734,0.606888334639663 +2.515,0.34811228729283694,0.014945269623892001,0.029314789715013154,0.6076276533682582 +2.52,0.34727962978427335,0.014958855414446954,0.029387965580728266,0.6083735492205518 +2.525,0.34645037175399296,0.014969280656562946,0.029455135537615952,0.6091252120518285 +2.53,0.34562534813205087,0.01497656380387316,0.02951625886564628,0.60988182919843 +2.535,0.3448053796835521,0.01498072854107769,0.029571304973671827,0.6106425868016987 +2.54,0.34399127174995153,0.014981803672508707,0.029620253442232746,0.6114066711353073 +2.545,0.3431838130430179,0.014979822993830084,0.02966309403170271,0.6121732699314496 +2.55,0.342383774494991,0.014974825147736142,0.029699826655899042,0.6129415737013741 +2.555,0.341591908168121,0.01496685346460259,0.029730461321489883,0.6137107770457868 +2.56,0.340808946226431,0.014955955789121789,0.029755018033736442,0.6144800799507111 +2.565,0.34003559997218186,0.014942184294023537,0.029773526669307406,0.6152486890644875 +2.57,0.3392725589491513,0.014925595282041333,0.029786026817093705,0.616015818951714 +2.575,0.33852049011446694,0.014906248977332004,0.02979256758813331,0.6167806933200681 +2.58,0.3377800370803601,0.014884209307593715,0.029793207395926034,0.6175425462161206 +2.585,0.3370518194268376,0.014859543678153477,0.0297880137085761,0.6183006231864332 +2.59,0.3363364320859022,0.014832322739310554,0.029777062774344148,0.6190541824004435 +2.595,0.33563444479759447,0.014802620148226706,0.029760439322319632,0.6198024957318596 +2.6,0.33494640163778266,0.014770512326648519,0.029738236240037994,0.6205448497955313 +2.605,0.3342728206172904,0.014736078215731328,0.029710554229964204,0.6212805469370145 +2.61,0.33361419335163367,0.014699399029209253,0.02967750144684473,0.6220089061723127 +2.615,0.33297098480033355,0.014660558006122006,0.029639193117993325,0.6227292640755515 +2.62,0.3323436330744872,0.014619640164267261,0.029595751148622333,0.6234409756126236 +2.625,0.33173254931101337,0.014576732055498151,0.029547303714360592,0.6241434149191283 +2.63,0.3311381176117438,0.014531921523929752,0.029493984843111578,0.6248359760212153 +2.635,0.33056069504530994,0.01448529746805695,0.029435933988401965,0.6255180734982316 +2.64,0.3300006117095725,0.0144369496077199,0.029373295596351674,0.6261891430863564 +2.645,0.3294581708521638,0.014386968256782982,0.02930621866836257,0.6268486422226912 +2.65,0.3289336490465579,0.01433544410231993,0.02923485632157518,0.6274960505295475 +2.655,0.32842729642095136,0.014282467991022152,0.029159365349082183,0.6281308702389449 +2.66,0.3279393369371259,0.014228130723470284,0.029079905781814835,0.6287526265575896 +2.665,0.32746996871637957,0.014172522856831318,0.02899664045393551,0.6293608679728542 +2.67,0.3270193644095433,0.014115734516466092,0.02890973457347691,0.6299551665005142 +2.675,0.32658767160805663,0.01405785521685512,0.028819355299867844,0.6305351178752209 +2.68,0.326175013293048,0.013998973692175405,0.028725671329877866,0.6311003416848991 +2.685,0.32578148831936043,0.013939177736787515,0.028628852493399935,0.6316504814504526 +2.69,0.32540717193147095,0.01387855405582141,0.028529069360372552,0.6321852046523355 +2.695,0.32505211630828046,0.013817188125981688,0.028426492860022298,0.632704202705716 +2.7,0.32471635113379227,0.013755164066628495,0.028321293913484948,0.6332071908860948 +2.705,0.3243998841907522,0.013692564521129602,0.028213643080739946,0.6336939082073787 +2.71,0.3241027019743927,0.013629470548422444,0.028103710222669845,0.6341641172545155 +2.715,0.32382477032350077,0.013565961524672309,0.02799166417893445,0.6346176039728929 +2.72,0.3235660350661211,0.013502115054864636,0.027877672462229615,0.6350541774167852 +2.725,0.32332642267730094,0.013438006894125552,0.027761900969384086,0.6354736694591899 +2.73,0.3231058409463904,0.013373710878525348,0.02764451370963483,0.6358759344654499 +2.735,0.32290417965152146,0.013309298865084666,0.02752567255031285,0.6362608489330814 +2.74,0.32272131123900594,0.013244840680672547,0.027405536980068167,0.6366283111002538 +2.745,0.32255709150551165,0.013180404079459185,0.027284263889664713,0.6369782405253649 +2.75,0.3224113602809997,0.013116054708564103,0.02716200737028387,0.6373105776401528 +2.755,0.3222839421105284,0.013051856081522246,0.027038918529189736,0.63762528327876 +2.76,0.32217464693315623,0.012987869559176192,0.0269151453225298,0.6379223381851382 +2.765,0.3220832707562995,0.012924154337591896,0.02679083240497211,0.6382017425011369 +2.77,0.3220095963240264,0.012860767442588036,0.026666120995813915,0.638463515237572 +2.775,0.3219533937778904,0.012797763730464845,0.026541148761137518,0.6387076937305076 +2.78,0.32191442130902714,0.01273519589451699,0.02641604971153637,0.6389343330849199 +2.785,0.3218924258003575,0.012673114476916507,0.026290954114888316,0.6391435056078381 +2.79,0.32188714345785285,0.01261156788555557,0.026165988423613208,0.6393353002329787 +2.795,0.3218983004299316,0.012550602415444896,0.026041275215818397,0.6395098219388055 +2.8,0.3219256134141613,0.01249026227427153,0.02591693314970818,0.6396671911618593 +2.805,0.3219687902505454,0.012430589611729404,0.025793076930611194,0.6398075432071143 +2.81,0.32202753050077154,0.012371624552247213,0.0256698172899633,0.6399310276570183 +2.815,0.32210152601289166,0.012313405230750507,0.0255472609755719,0.6400378077807862 +2.82,0.32219046147099495,0.012255967831108413,0.02542551075248096,0.640128059945416 +2.825,0.3222940149295168,0.012199346626929676,0.025304665413753626,0.6402019730298002 +2.83,0.32241185833190855,0.01214357402438772,0.02518481980049095,0.640259747843213 +2.835,0.3225436580134654,0.012088680606769943,0.025066064830410698,0.6403015965493543 +2.84,0.3226890751881808,0.012034695180462338,0.024948487534318862,0.6403277420970384 +2.845,0.3228477664195596,0.01198164482209659,0.02483217109981825,0.640338417658526 +2.85,0.3230193840753828,0.011929554926602966,0.024717194921612923,0.6403338660764017 +2.855,0.3232035767664714,0.011878449255928457,0.024603634657783917,0.6403143393198166 +2.86,0.32339998976954887,0.011828349988195604,0.024491562291430548,0.6402800979508254 +2.865,0.32360826543434684,0.011779277767093222,0.024381046197091933,0.6402314106014684 +2.87,0.3238280435751422,0.011731251751305656,0.024272151211385387,0.6401685534621672 +2.875,0.32405896184695093,0.011684289663802323,0.02416493870732139,0.6400918097819258 +2.88,0.32430065610663916,0.011638407840823883,0.024059466671778815,0.6400014693807586 +2.885,0.324552760759242,0.011593621280415597,0.023955789785648867,0.639897828174694 +2.89,0.3248149090898082,0.011549943690371996,0.02385395950618123,0.639781187713639 +2.895,0.32508673358111195,0.011507387535470119,0.023754024151091478,0.6396518547323269 +2.9,0.3253678662175945,0.01146596408388105,0.02365602898401425,0.6395101407145106 +2.905,0.32565793877591526,0.011425683452661395,0.023560016300912184,0.6393563614705116 +2.91,0.3259565831025071,0.011386554652237648,0.023466025517075818,0.6391908367281799 +2.915,0.3262634313785433,0.011348585629807097,0.02337409325437461,0.6390138897372755 +2.92,0.3265781163727328,0.011311783311589,0.023284253428443615,0.6388258468872351 +2.925,0.3269002716823682,0.011276153643869255,0.023196537335514262,0.6386270373382489 +2.93,0.3272295319630567,0.011241701632790688,0.023110973738620914,0.6384177926655323 +2.935,0.3275655331475681,0.011208431382849387,0.023027588952937432,0.6381984465166457 +2.94,0.32790791265423397,0.011176346134065308,0.022946406930019675,0.6379693342816817 +2.945,0.3282563095853353,0.011145448297802493,0.022867449340750884,0.637730792776112 +2.95,0.3286103649159112,0.011115739491221039,0.02279073565680692,0.6374831599360615 +2.955,0.3289697216734217,0.011087220570349011,0.022716283230477554,0.6372267745257525 +2.96,0.32933402510869114,0.011059891661768278,0.02264410737269834,0.636961975856843 +2.965,0.3297029228585556,0.011033752192913405,0.022574221429164976,0.6366891035193668 +2.97,0.33007606510063053,0.011008800920987572,0.022506636854418584,0.6364084971239642 +2.975,0.33045310470060774,0.010985035960503828,0.0224413632838059,0.6361204960550835 +2.98,0.3308336973524845,0.010962454809464008,0.02237840860323311,0.6358254392348193 +2.985,0.33121750171211706,0.010941054374191232,0.022317779016645844,0.6355236648970468 +2.99,0.33160417952448296,0.0109208309928352,0.022259479111180824,0.6352155103715019 +2.995,0.3319933957450268,0.010901780457572438,0.022203511919946798,0.6349013118774549 +3.0,0.33238481865545294,0.01088389803552632,0.022149878982403677,0.634581404326618 +3.005,0.33277811997431916,0.010867178488434078,0.02209858040231934,0.6342561211349285 +3.01,0.3331729749627731,0.01085161609109014,0.022049614903293345,0.6339257940428444 +3.015,0.3335690625257629,0.010837204648597018,0.022002979881845866,0.6335907529437953 +3.02,0.33396606530904116,0.010823937512456664,0.021958671458078498,0.6332513257204248 +3.025,0.33436366979226967,0.010811807595536724,0.021916684523921332,0.6329078380882733 +3.03,0.33476156637852017,0.010800807385947351,0.021877012788987783,0.6325606134465458 +3.035,0.33515944948045445,0.010790928959865479,0.021839648824065166,0.632209972735616 +3.04,0.3355570176034545,0.01078216399334437,0.021804584102274985,0.6318562343009272 +3.045,0.3359539734259606,0.010774503773147185,0.021771809037942323,0.6314997137629509 +3.05,0.3363500238772636,0.010767939206644025,0.0217413130232187,0.6311407238928747 +3.055,0.3367448802129841,0.010762460830812538,0.02171308446250728,0.630779574493697 +3.06,0.33713825808845915,0.010758058820382763,0.02168711080474335,0.6304165722864157 +3.065,0.3375298776302442,0.010754722995167292,0.02166337857358674,0.6300520208010026 +3.07,0.33791946350592583,0.010752442826618273,0.021641873395586146,0.6296862202718707 +3.075,0.3383067449924269,0.010751207443653028,0.021622580026378343,0.6293194675375428 +3.08,0.33869145604297524,0.010751005637790384,0.021605482374987946,0.6289520559442475 +3.085,0.3390733353528921,0.010751825867639973,0.021590563526295774,0.6285842752531733 +3.09,0.3394521264243459,0.010753656262786944,0.021577805761746074,0.6282164115511222 +3.095,0.3398275776302032,0.01075648462711463,0.021567190578364644,0.6278487471643186 +3.1,0.3401994422770967,0.01076029844160781,0.021558698706161773,0.6274815605751348 +3.105,0.340567478667818,0.010765084866679257,0.02155231012399519,0.6271151263415087 +3.11,0.3409314501631304,0.010770830744062244,0.021548004073969725,0.6267497150188387 +3.115,0.3412911252430844,0.01077752259831172,0.021545759074451335,0.6263855930841536 +3.12,0.3416462775679069,0.010785146637956801,0.02154555293177433,0.6260230228623631 +3.125,0.34199668603852307,0.010793688756347147,0.02154736275072131,0.6256622624544096 +3.13,0.34234213485675796,0.010803134532235751,0.021551164943856168,0.6253035656671512 +3.135,0.34268241358525237,0.010813469230140472,0.021556935239791068,0.6249471819448171 +3.14,0.34301731720711687,0.010824677800526601,0.0215646486904688,0.6245933563018888 +3.145,0.34334664618533545,0.010836744879852483,0.021574279677542323,0.6242423292572709 +3.15,0.3436702065219196,0.010849654790520068,0.021585801917933616,0.6238943367696278 +3.155,0.34398780981680116,0.010863391540772031,0.021599188468654117,0.6235496101737737 +3.16,0.3442992733264424,0.0108779388245768,0.021614411730969205,0.6232083761180127 +3.165,0.3446044200221298,0.010893280021542554,0.021631443453989162,0.6228708565023395 +3.17,0.34490307864790815,0.010909398196900885,0.02165025473776904,0.622537268417423 +3.175,0.34519508377809943,0.010926276101600426,0.0216708160359997,0.6222078240843015 +3.18,0.3454802758743428,0.010943896172550328,0.021693097158372032,0.6218827307947359 +3.185,0.34575850134207936,0.010962240533052931,0.0217170672726962,0.6215621908521726 +3.19,0.34602961258639725,0.01098129099346447,0.021742694906857107,0.6212464015132823 +3.195,0.34629346806714223,0.011001029052121986,0.02176994795068708,0.6209355549300498 +3.2,0.34654993235318926,0.011021435896574016,0.021798793657835932,0.6206298380924019 +3.205,0.346798876175762,0.011042492405151785,0.02182919864771807,0.6203294327713693 +3.21,0.3470401764806782,0.011064179148916897,0.02186112890761536,0.6200345154627906 +3.215,0.3472737164793905,0.011086476394020554,0.0218945497950137,0.6197452573315764 +3.22,0.3474993856986834,0.011109364104508383,0.021929426040250156,0.6194618241565591 +3.225,0.3477170800288813,0.011132821945603872,0.021965721749546346,0.6191843762759696 +3.23,0.3479267017704131,0.011156829287502248,0.02200340040850257,0.6189130685335831 +3.235,0.3481281596785736,0.011181365209705382,0.02204242488612573,0.6186480502255963 +3.24,0.3483213690063143,0.011206408505926977,0.022082757439462447,0.6183894650482973 +3.245,0.34850625154489245,0.011231937689595788,0.022124359718907294,0.6181374510466054 +3.25,0.3486827356621993,0.011257930999983132,0.02216719277425394,0.6178921405635646 +3.255,0.34885075633858526,0.011284366408979247,0.022211217061555204,0.6176536601908813 +3.26,0.34901025519999557,0.01131122162854131,0.02225639245085566,0.6174221307206085 +3.265,0.3491611805482262,0.011338474118834064,0.02230267823485821,0.6171976670980825 +3.27,0.34930348738810607,0.011366101097081985,0.022350033138583362,0.6169803783762297 +3.275,0.3494371374514109,0.011394079547149901,0.022398415330077356,0.616770367671363 +3.28,0.349562099217311,0.011422386229866728,0.022447782432222233,0.6165677321206011 +3.285,0.34967834792915536,0.0114509976941047,0.022498091535697953,0.616372562841043 +3.29,0.3497858656073936,0.011479890288624136,0.02254929921314328,0.61618494489084 +3.295,0.34988464105843875,0.011509040174691175,0.022601361534558724,0.6160049572323123 +3.3,0.349974669879274,0.01153842333947345,0.02265423408399108,0.6158326726972624 +3.305,0.35005595445761023,0.011568015610215901,0.022707871977535266,0.6156681579546396 +3.31,0.3501285039674026,0.011597792669196194,0.022762229882685076,0.6155114734807171 +3.315,0.35019233435953967,0.011627730069456377,0.022817262039060177,0.6153626735319447 +3.32,0.3502474683475219,0.011657803251304503,0.022872922280532268,0.6152218061206423 +3.325,0.3502939353879528,0.011687987559576925,0.022929164058768645,0.6150889129937026 +3.33,0.3503317716556713,0.011718258261649017,0.02298594046820666,0.6149640296144739 +3.335,0.35036102001336283,0.011748590566178949,0.023043204272467595,0.6148471851479915 +3.34,0.35038172997549183,0.011778959642566061,0.023100907932213272,0.6147384024497298 +3.345,0.35039395766640996,0.011809340641102263,0.023159003634443644,0.6146376980580451 +3.35,0.35039776577250215,0.011839708713791749,0.023217443323228004,0.6145450821904791 +3.355,0.35039322348824387,0.011870039035811193,0.023276178731857135,0.6144605587440888 +3.36,0.3503804064560536,0.011900306827579487,0.023335161416398006,0.6143841252999699 +3.365,0.35035939669983746,0.011930487377402968,0.02339434279062703,0.6143157731321335 +3.37,0.35033028255213416,0.011960556064659128,0.023453674162312057,0.6142554872208956 +3.375,0.3502931585747838,0.011990488383478725,0.023513106770807604,0.6142032462709308 +3.38,0.3502481254730562,0.012020259966883405,0.023572591825921946,0.6141590227341394 +3.385,0.3501952900031908,0.012049846611333105,0.023632080548008895,0.6141227828374681 +3.39,0.35013476487331424,0.01207922430163479,0.02369152420923136,0.6140944866158206 +3.395,0.35006666863771896,0.012108369236161548,0.023750874175938023,0.6140740879501824 +3.4,0.3499911255845009,0.012137257852328593,0.02381008195208882,0.6140615346110826 +3.405,0.3499082656165727,0.012165866852270458,0.023869099223659384,0.6140567683074984 +3.41,0.3498182241260851,0.01219417322866154,0.023927877903949134,0.6140597247413052 +3.415,0.34972114186230757,0.012222154290620239,0.023986370179712536,0.6140703336673606 +3.42,0.3496171647930355,0.01224978768963517,0.024044528558027845,0.6140885189593025 +3.425,0.3495064439596111,0.012277051445450434,0.02410230591381289,0.6141141986811266 +3.43,0.34938913532566207,0.012303923971845605,0.02415965553789274,0.6141472851646006 +3.435,0.3492653996196802,0.012330384102245026,0.024216531185519755,0.6141876850925561 +3.44,0.3491354021715809,0.012356411115090204,0.024272887125242497,0.6142352995880874 +3.445,0.34899931274340235,0.012381984758908489,0.024328678188016078,0.6142900243096742 +3.45,0.3488573053543195,0.01240708527701093,0.024383859816443292,0.6143517495522273 +3.455,0.3487095581001687,0.01243169343175218,0.02443838811403264,0.6144203603540476 +3.46,0.34855625296769194,0.012455790528285516,0.024492219894356834,0.6144957366096668 +3.465,0.3483975756437308,0.012479358437746592,0.02454531272999303,0.6145777531885307 +3.47,0.34823371531961245,0.012502379619800318,0.024597625001124227,0.6146662800594641 +3.475,0.34806486449098867,0.012524837144486331,0.024649115943679918,0.6147611824208462 +3.48,0.34789121875340295,0.012546714713299911,0.02469974569689312,0.6148623208364051 +3.485,0.34771297659387457,0.012567996679446785,0.02474947535015051,0.6149695513765292 +3.49,0.3475303391788031,0.012588668067212205,0.024798266989012337,0.6150827257649735 +3.495,0.34734351013850906,0.012608714590386868,0.024846083740279478,0.6152016915308257 +3.5,0.3471526953487384,0.01262812266969464,0.02489288981598585,0.6153262921655822 +3.505,0.3469581027094691,0.012646879449169812,0.024938650556196058,0.6154563672851661 +3.51,0.34675994192136883,0.01266497281143446,0.02498333247049012,0.6155917527967076 +3.515,0.34655842426026034,0.012682391391829698,0.025026903278019708,0.6157322810698913 +3.52,0.3463537623499597,0.012699124591357991,0.025069331946023277,0.6158777811126601 +3.525,0.3461461699338588,0.0127151625883972,0.025110588726691082,0.6160280787510539 +3.53,0.3459358616456295,0.012730496349150851,0.02515064519227494,0.6161829968129457 +3.535,0.3457230527794289,0.012745117636803024,0.02518947426834216,0.616342355315427 +3.54,0.3455079590599914,0.012759019019350271,0.02522705026507789,0.6165059716555815 +3.545,0.34529079641299193,0.012772193876087239,0.02526334890654537,0.6166736608043766 +3.55,0.3450717807360666,0.012784636402726863,0.025298347357819464,0.6168452355033882 +3.555,0.34485112767087606,0.012796341615140476,0.02533202424991472,0.6170205064640699 +3.56,0.3446290523765947,0.012807305351707534,0.025364359702435807,0.6171992825692632 +3.565,0.3444057693052051,0.012817524274269137,0.025395335343884818,0.6173813710766421 +3.57,0.34418149197897324,0.012826995867684066,0.025424934329566964,0.6175665778237769 +3.575,0.343956432770474,0.012835718437990463,0.025453141357043563,0.6177547074344931 +3.58,0.3437308026855291,0.012843691109180783,0.0254799426790886,0.6179455635262027 +3.585,0.3435048111494126,0.01285091381860202,0.0255053261141129,0.6181389489178736 +3.59,0.343278665796669,0.012857387310997526,0.025529281054027794,0.6183346658383068 +3.595,0.3430525722648789,0.012863113131211005,0.025551798469528014,0.6185325161343832 +3.6,0.3428267339926971,0.012868093615577326,0.025572870912781636,0.6187323014789451 +3.605,0.34260135202247427,0.012872331882028833,0.025592492517522884,0.6189338235779752 +3.61,0.3423766248077613,0.012875831818949593,0.025610658996551613,0.6191368843767386 +3.615,0.3421527480259819,0.01287859807281374,0.02562736763665131,0.6193412862645542 +3.62,0.341929914396543,0.012880636034647463,0.025642617290945278,0.6195468322778653 +3.625,0.3417083135046396,0.012881951825357549,0.025656408368718468,0.6197533263012855 +3.63,0.3414881316309917,0.012882552279972318,0.025668742822740002,0.6199605732662972 +3.635,0.34126955158773814,0.012882444930843721,0.02567962413412884,0.6201683793472904 +3.64,0.3410527525606921,0.012881637989861873,0.025689057294812214,0.6203765521546348 +3.645,0.3408379099581476,0.012880140329735664,0.025697048787633323,0.6205849009244845 +3.65,0.340625195266408,0.01287796146439517,0.0257036065641715,0.6207932367050264 +3.655,0.34041477591219044,0.012875111528573393,0.025708740020344227,0.621001372538893 +3.66,0.34020681513204093,0.012871601256626439,0.025712459969866396,0.6212091236414673 +3.665,0.3400014718488781,0.012867441960652494,0.02571477861564782,0.6214163075748227 +3.67,0.3397989005557643,0.012862645507971058,0.025715709519215105,0.6216227444170507 +3.675,0.33959925120698575,0.012857224298024569,0.025715267568248826,0.621828256926742 +3.68,0.33940266911650485,0.012851191238765117,0.025713468942331313,0.6220326707023999 +3.685,0.33920929486383034,0.012844559722589164,0.02571033107700422,0.6222358143365775 +3.69,0.33901926420733336,0.012837343601883171,0.025705872626238555,0.6224375195645462 +3.695,0.33883270800502074,0.012829557164242788,0.02570011342342289,0.6226376214073148 +3.7,0.3386497521427596,0.012821215107427739,0.025693074440977907,0.622835958308836 +3.705,0.33847051746993123,0.01281233251411386,0.02568477774870767,0.6230323722672485 +3.71,0.33829511974247656,0.012802924826502757,0.025675246470999565,0.6232267089600224 +3.715,0.33812366957327994,0.012793007820848423,0.02566450474298598,0.623418817862887 +3.72,0.3379562723898234,0.012782597581958802,0.025652577665781624,0.6236085523624375 +3.725,0.3377930283990292,0.012771710477728768,0.02563949126091055,0.6237957698623329 +3.73,0.3376340325591956,0.012760363133759275,0.025625272424036852,0.6239803318830096 +3.735,0.3374793745589172,0.012748572408115581,0.02560994887811238,0.6241621041548562 +3.74,0.33732913880286947,0.012736355366275485,0.02559354912605385,0.6243409567048025 +3.745,0.3371834044043261,0.012723729256316336,0.025576102403060377,0.6245167639362985 +3.75,0.33704224518426634,0.0127107114843874,0.025557638628680556,0.6246894047026671 +3.755,0.3369057296769204,0.012697319590511786,0.025538188358736356,0.6248587623738329 +3.76,0.3367739211415915,0.012683571224759766,0.025517782737208387,0.6250247248964418 +3.765,0.3366468775805846,0.012669484123832783,0.025496453448184533,0.6251871848473995 +3.77,0.336524651763065,0.012655076088094956,0.02547423266797081,0.6253460394808706 +3.775,0.33640729125466234,0.01264036495908629,0.025451153017460013,0.6255011907687927 +3.78,0.33629483845263014,0.012625368597549166,0.025427247514850218,0.6256525454349718 +3.785,0.33618733062636535,0.012610104861997103,0.025402549528801343,0.6258000149828375 +3.79,0.33608479996308804,0.01259459158785217,0.025377092732114102,0.6259435157169471 +3.795,0.3359872736184776,0.012578846567174755,0.025350911056011526,0.6260829687583375 +3.8,0.33589477377205834,0.012562887529006863,0.02532403864509893,0.6262183000538372 +3.805,0.33580731768712585,0.012546732120347555,0.025296509813073884,0.6263494403794541 +3.81,0.3357249177750022,0.012530397887776585,0.02526835899925318,0.6264763253379694 +3.815,0.3356475816634089,0.012513902259739878,0.02523962072597932,0.6265988953508732 +3.82,0.33557531226874493,0.01249726252950804,0.025210329556964353,0.6267170956447841 +3.825,0.33550810787205665,0.012480495838816826,0.02518052005662439,0.6268308762325036 +3.83,0.3354459621984894,0.012463619162196134,0.025150226750453353,0.6269401918888625 +3.835,0.33538886450000877,0.012446649291992023,0.02511948408647997,0.6270450021215206 +3.84,0.33533679964118457,0.012429602824084084,0.025088326397847475,0.6271452711368852 +3.845,0.3352897481878293,0.012412496144298511,0.02505678786655087,0.6272409678013227 +3.85,0.3352476864982891,0.012395345415515352,0.025024902488362182,0.6273320655978347 +3.855,0.3352105868171853,0.012378166565466558,0.024992704038969787,0.6274185425783797 +3.86,0.3351784173714098,0.01236097527521979,0.024960226041353548,0.6275003813120181 +3.865,0.3351511424681815,0.01234378696834132,0.024927501734413417,0.627577568829065 +3.87,0.3351287225949736,0.012326616800729879,0.02489456404286506,0.6276500965614328 +3.875,0.3351111145211278,0.012309479651111899,0.024861445548412194,0.6277179602793495 +3.88,0.33509827140097526,0.012292390112187329,0.024828178462201568,0.6277811600246372 +3.885,0.33509014287828903,0.012275362482414032,0.024794794598562903,0.6278397000407354 +3.89,0.33508667519189833,0.012258410758417652,0.02476132535003271,0.6278935886996527 +3.895,0.33508781128229975,0.01224154862801293,0.02472780166365758,0.6279428384260312 +3.9,0.33509349089910645,0.012224789463821526,0.024694254018569516,0.6279874656185039 +3.905,0.33510365070918174,0.01220814631747068,0.024660712404822864,0.6280274905685261 +3.91,0.3351182244053093,0.012191631914356302,0.02462720630347978,0.628062937376856 +3.915,0.3351371428152574,0.012175258648953595,0.024593764667928508,0.6280938338678619 +3.92,0.3351603340111017,0.012159038580657722,0.024560415906416416,0.6281202115018256 +3.925,0.33518772341867487,0.01214298343013673,0.024527187865777563,0.6281421052854123 +3.93,0.33521923392701963,0.01212710457617852,0.0244941078163325,0.6281595536804707 +3.935,0.3352547859977255,0.012111413053013522,0.02446120243793624,0.6281725985113261 +3.94,0.3352942977740362,0.01209591954809447,0.024428497807148654,0.6281812848707221 +3.945,0.33533768518962065,0.012080634400314665,0.024396019385500012,0.6281856610245661 +3.95,0.3353848620769058,0.01206556759864606,0.024363792008823215,0.6281857783156263 +3.955,0.33543574027487494,0.012050728781178539,0.024331839877622954,0.6281816910663249 +3.96,0.33549022973624054,0.01203612723454187,0.024300186548451185,0.6281734564807677 +3.965,0.33554823863390737,0.012021771893692017,0.024268854926257393,0.6281611345461445 +3.97,0.3356096734666446,0.012007671342043653,0.024237867257681487,0.6281447879336315 +3.975,0.335674439163893,0.011993833811931007,0.024207245125256634,0.6281244818989206 +3.98,0.33574243918963625,0.011980267185379487,0.024177009442488934,0.6281002841824965 +3.985,0.33581357564527264,0.011966978995170883,0.024147180449780536,0.6280722649097772 +3.99,0.33588774937142524,0.011953976426185309,0.024117777711162785,0.628040496491228 +3.995,0.3359648600486359,0.011941266317003497,0.02408882011180579,0.6280050535225561 +4.0,0.336044806296891,0.011928855161753484,0.0240603258562711,0.6279660126850857 +4.005,0.33612748577393137,0.011916749112186223,0.024032312467474167,0.6279234526464095 +4.01,0.33621279527230385,0.011904953979965134,0.024004796786323765,0.6278774539614085 +4.015,0.3363006308151143,0.011893475239155162,0.02397779497200579,0.6278280989737259 +4.02,0.3363908877504466,0.011882318028897396,0.023951322502879378,0.6277754717177778 +4.025,0.33648346084441555,0.011871487156255906,0.023925394177953894,0.6277196578213758 +4.03,0.33657824437282396,0.01186098709922398,0.023900024118915838,0.6276607444090374 +4.035,0.3366751322113992,0.011850822009877533,0.023875225772675552,0.6275988200060489 +4.04,0.3367740179245853,0.011840995717664029,0.02385101191440423,0.6275339744433477 +4.045,0.3368747948528708,0.011831511732815823,0.02382739465103263,0.627466298763282 +4.05,0.3369773561986356,0.011822373249877444,0.02380438542518366,0.6273958851263045 +4.055,0.33708159511050045,0.011813583151336899,0.023781995019511996,0.6273228267186519 +4.06,0.3371874047661674,0.011805144011351638,0.023760233561424662,0.6272472176610576 +4.065,0.33729467845373984,0.011797058099560448,0.02373911052815762,0.6271691529185434 +4.07,0.3374033096515142,0.011789327384973031,0.02371863475218429,0.6270887282113298 +4.075,0.33751319210623526,0.01178195353992968,0.023698814426932967,0.6270060399269034 +4.08,0.3376242199098106,0.011774937944123903,0.023679657112791082,0.6269211850332758 +4.085,0.3377362875744804,0.011768281688681501,0.023661169743375312,0.6268342609934642 +4.09,0.3378492901064392,0.011761985580290032,0.023643358632047574,0.6267453656812245 +4.095,0.33796312307790993,0.011756050145373185,0.023626229478657935,0.6266545972980603 +4.1,0.33807768269766786,0.011750475634305027,0.02360978737649657,0.6265620542915319 +4.105,0.3381928658800172,0.011745262025659642,0.023594036819437864,0.6264678352748867 +4.11,0.3383085703122206,0.011740409030492064,0.023578981709260816,0.626372038948028 +4.115,0.33842469452038454,0.011735916096646946,0.023564625363130916,0.6262747640198391 +4.12,0.3385411379338026,0.011731782413091797,0.023550970521229647,0.6261761091318774 +4.125,0.33865780094776066,0.01172800691427203,0.02353801935451874,0.62607617278345 +4.13,0.33877458498480734,0.011724588284485525,0.02352577347262732,0.6259750532580812 +4.135,0.3388913925544935,0.011721524962274701,0.02351423393185095,0.6258728485513823 +4.14,0.3390081273115853,0.011718815144834565,0.023503401243252595,0.625769656300329 +4.145,0.3391246941127543,0.011716456792435445,0.023493275380856313,0.6256655737139554 +4.15,0.3392409990717501,0.011714447632859532,0.023483855789925432,0.6255606975054664 +4.155,0.3393569496130582,0.011712785165850578,0.023475141395317804,0.6254551238257748 +4.16,0.33947245452404856,0.011711466667576484,0.023467130609911464,0.6253489481984649 +4.165,0.33958742400561803,0.011710489195104654,0.023459821343094923,0.6252422654561838 +4.17,0.3397017697213302,0.011709849590890373,0.023453211009316938,0.6251351696784638 +4.175,0.33981540484505696,0.011709544487278565,0.02344729653669143,0.6250277541309743 +4.18,0.3399282441071241,0.011709570311019614,0.023442074375653838,0.6249201112062038 +4.185,0.3400402038389638,0.011709923287800017,0.023437540507665836,0.6248123323655718 +4.19,0.34015120201627713,0.011710599446788886,0.023433690453966014,0.6247045080829694 +4.195,0.3402611583007075,0.011711594625201391,0.02343051928436464,0.6245967277897279 +4.2,0.34036999408002744,0.011712904472880451,0.023428021626081142,0.6244890798210124 +4.205,0.34047763250683905,0.011714524456898003,0.023426191672623553,0.6243816513636409 +4.21,0.3405839985357898,0.011716449866177316,0.0234250231927095,0.6242745284053248 +4.215,0.3406890189593029,0.01171867581613793,0.02342450953922882,0.6241677956853318 +4.22,0.34079262244182235,0.011721197253364714,0.02342464365824829,0.624061536646566 +4.225,0.3408947395525718,0.01172400896030278,0.02342541809805925,0.6239558333890676 +4.23,0.34099530279682666,0.011727105559979788,0.023426825018269263,0.6238507666249257 +4.235,0.3410942466456965,0.01173048152075737,0.023428856198939214,0.6237464156346083 +4.24,0.34119150756441713,0.011734131161113237,0.023431503049767544,0.6236428582247034 +4.245,0.34128702403914923,0.011738048654455602,0.02343475661932342,0.6235401706870731 +4.25,0.34138073660228035,0.011742228033971432,0.023438607604330922,0.6234384277594187 +4.255,0.3414725878562281,0.01174666319751004,0.023443046359006407,0.623337702587257 +4.26,0.34156252249574004,0.011751347912503384,0.023448062904451318,0.6232380666873067 +4.265,0.3416504873286875,0.011756275820924394,0.023453646938102805,0.6231395899122868 +4.27,0.34173643129534853,0.011761440444284513,0.023459787843244494,0.6230423404171239 +4.275,0.34182030548617615,0.011766835188671537,0.023466474698579824,0.6229463846265739 +4.28,0.341902063158048,0.01177245334982865,0.02347369628787028,0.6228517872042545 +4.285,0.34198165974899225,0.011778288118275505,0.023481441109640795,0.6227586110230928 +4.29,0.3420590528913861,0.0117843325844719,0.023489697386954545,0.6226669171371888 +4.295,0.34213420242362197,0.011790579744024551,0.02349845307725916,0.6225767647550957 +4.3,0.3422070704002371,0.011797022502937233,0.023507695882306324,0.6224882112145207 +4.305,0.3422776211005028,0.011803653682904326,0.023517413258146436,0.6224013119584478 +4.31,0.34234582103546873,0.011810466026647684,0.02352759242519992,0.622316120512685 +4.315,0.34241163895345905,0.011817452203296476,0.023538220378406447,0.6222326884648394 +4.32,0.3424750458440165,0.01182460481380943,0.02354928389745312,0.6221510654447223 +4.325,0.3425360149402918,0.01183191639643874,0.02356076955708238,0.6220712991061884 +4.33,0.3425945217198756,0.011839379432234589,0.02357266373748011,0.621993435110411 +4.335,0.3426505439040707,0.011846986350589056,0.02358495263474404,0.6219175171105975 +4.34,0.34270406145560356,0.01185472953481794,0.023597622271432278,0.6218435867381474 +4.345,0.3427550565747739,0.011862601327778739,0.023610658507191365,0.6217716835902573 +4.35,0.34280351369404194,0.01187059403752283,0.023624047049462953,0.6217018452189735 +4.355,0.34284941947105485,0.011878699942979609,0.023637773464267736,0.6216341071216991 +4.36,0.34289276278011316,0.011886911299670124,0.02365182318706489,0.6215685027331531 +4.365,0.34293353470207955,0.011895220345447476,0.023666181533684875,0.6215050634187894 +4.37,0.34297172851273394,0.011903619306260998,0.023680833711333008,0.6214438184696733 +4.375,0.3430073396695787,0.011912100401941,0.023695764829660765,0.6213847950988208 +4.38,0.34304036579709984,0.011920655852000616,0.02371095991190133,0.6213280184389995 +4.385,0.3430708066704908,0.011929277881451044,0.023726403906065497,0.6212735115419941 +4.39,0.3430986641978464,0.011937958726626214,0.023742081696193514,0.6212212953793352 +4.395,0.34312394240083693,0.011946690641012735,0.023757978113658044,0.6211713888444936 +4.4,0.34314664739387146,0.011955465901080714,0.023774077948512932,0.6211238087565363 +4.405,0.3431667873617635,0.011964276812110815,0.023790365960882055,0.621078569865245 +4.41,0.34318437253591144,0.011973115714012753,0.02380682689238201,0.6210356848576951 +4.415,0.3431994151690089,0.011981974987130176,0.023823445477572022,0.6209951643662902 +4.42,0.3432119295083006,0.011990847058026742,0.023840206455423927,0.6209570169782501 +4.425,0.34322193176740173,0.011999724405247979,0.023857094580804754,0.6209212492465469 +4.43,0.3432294400967004,0.012008599565053358,0.0238740946359639,0.6208878657022836 +4.435,0.34323447455236333,0.012017465137112899,0.023891191442016565,0.6208568688685085 +4.44,0.34323705706396707,0.012026313790162394,0.023908369870414628,0.6208282592754573 +4.445,0.34323721140077984,0.01203513826761131,0.023925614854395878,0.6208020354772142 +4.45,0.34323496313671853,0.012043931393097238,0.023942911400402025,0.6207781940697835 +4.455,0.3432303396140083,0.012052686075980689,0.02396024459945563,0.6207567297105567 +4.46,0.3432233699055744,0.012061395316773969,0.023977599638485773,0.6207376351391672 +4.465,0.343214084776196,0.012070052212497755,0.023994961811591938,0.6207209011997157 +4.47,0.3432025166424547,0.012078649961958995,0.0240123165312353,0.6207065168643524 +4.475,0.34318869953151127,0.012087181870943672,0.0240296493393464,0.6206944692582002 +4.48,0.34317266903874616,0.012095641357317981,0.02404694591833786,0.6206847436855994 +4.485,0.34315446228430124,0.012104021956031493,0.02406419210201071,0.620677323657658 +4.49,0.34313411786856046,0.012112317324015836,0.024081373886342537,0.6206721909210826 +4.495,0.34311167582661045,0.012120521244972517,0.024098477440145732,0.6206693254882727 +4.5,0.3430871775817224,0.012128627634043546,0.024115489115583782,0.6206687056686516 +4.505,0.34306066589789797,0.01213663054235859,0.0241323954585336,0.6206703081012113 +4.51,0.3430321848315243,0.012144524161452468,0.02414918321878177,0.6206741077882428 +4.515,0.3430017796821839,0.01215230282754697,0.024165839360042542,0.620680078130228 +4.52,0.3429694969426662,0.012159961025690997,0.024182351069785453,0.6206881909618588 +4.525,0.3429353842482296,0.012167493393753278,0.02419870576886046,0.620698416589158 +4.53,0.3428994903251639,0.012174894726262039,0.024214891120908546,0.6207107238276669 +4.535,0.3428618649387031,0.012182159978086131,0.02423089504154587,0.6207250800416663 +4.54,0.3428225588403411,0.012189284267952426,0.02424670570730965,0.6207414511843982 +4.545,0.34278162371460297,0.012196262881794399,0.02426231156435416,0.6207598018392498 +4.55,0.34273911212532526,0.012203091275927114,0.024277701336885425,0.6207800952618635 +4.555,0.3426950774615001,0.012209765080044037,0.024292864035323408,0.6208022934231338 +4.56,0.34264957388273803,0.012216280100031379,0.024307788964180777,0.6208263570530511 +4.565,0.34260265626440634,0.012222632320595925,0.024322465729647646,0.6208522456853515 +4.57,0.34255438014249784,0.01222881790770262,0.02433688424687199,0.6208799177029289 +4.575,0.3425048016582889,0.012234833210818434,0.024351034746925838,0.6209093303839682 +4.58,0.3424539775028423,0.012240674764959386,0.024364907783447673,0.620940439948752 +4.585,0.3424019648614137,0.012246339292537878,0.02437849423895201,0.6209732016070978 +4.59,0.3423488213578191,0.012251823705007875,0.024391785330797423,0.621007569606377 +4.595,0.3422946049988205,0.012257125104305728,0.024404772616804897,0.6210434972800704 +4.6,0.34223937411858885,0.012262240784084848,0.02441744800051882,0.6210809370968089 +4.605,0.342183187323301,0.012267168230742753,0.02442980373610347,0.6211198407098542 +4.61,0.3421261034359282,0.012271905124239375,0.024441832432868387,0.6211601590069654 +4.615,0.342068181441274,0.01227644933870586,0.024453527059416637,0.6212018421606049 +4.62,0.34200948043131724,0.012280798942843478,0.0244648809474105,0.6212448396784301 +4.625,0.3419500595509176,0.012284952200112591,0.02447588779494975,0.6212891004540214 +4.63,0.34188997794393805,0.012288907568712037,0.024486541669558357,0.6213345728177929 +4.635,0.34182929469983997,0.012292663701349588,0.02449683701077598,0.6213812045880358 +4.64,0.34176806880080474,0.012296219444804567,0.02450676863235138,0.6214289431220407 +4.645,0.34170635906943503,0.012299573839284018,0.024516331724035428,0.6214777353672469 +4.65,0.3416442241170878,0.012302726117574214,0.02452552185297215,0.6215275279123673 +4.655,0.3415817222928904,0.012305675703989596,0.024534334964686856,0.6215782670384347 +4.66,0.3415189116334898,0.012308422213121636,0.024542767383671095,0.621629898769719 +4.665,0.34145584981358307,0.01231096544839041,0.024550815813564844,0.6216823689244632 +4.67,0.3413925940972774,0.012313305400402002,0.024558477336937036,0.621735623165385 +4.675,0.3413292012903249,0.012315442245115212,0.0245657494146662,0.621789607049895 +4.68,0.3412657276932771,0.012317376341821305,0.024572629884923633,0.6218442660799793 +4.685,0.34120222905560194,0.012319108230940894,0.02457911696176222,0.6218995457516964 +4.69,0.3411387605308048,0.01232063863164227,0.02458520923331464,0.6219553916042397 +4.695,0.34107537663259313,0.012321968439285853,0.024590905659605374,0.622011749268517 +4.7,0.3410121311921231,0.012323098722699606,0.024596205569981558,0.6220685645151971 +4.705,0.3409490773163635,0.01232403072129061,0.024601108660168302,0.6221257833021789 +4.71,0.3408862673476126,0.01232476584199813,0.02460561498895476,0.6221833518214358 +4.715,0.34082375282419974,0.012325305656093811,0.024609724974517785,0.6222412165451899 +4.72,0.3407615844424021,0.012325651895834792,0.024613439390390596,0.6222993242713738 +4.725,0.3406998120196063,0.012325806450975745,0.024616759361084383,0.6223576221683349 +4.73,0.3406384844587408,0.012325771365146013,0.024619686357371388,0.6224160578187432 +4.735,0.34057764971400395,0.0123255488320982,0.024622222191238403,0.6224745792626608 +4.74,0.3405173547579113,0.012325141191834641,0.024624369010520186,0.6225331350397353 +4.745,0.34045764554968155,0.012324550926618423,0.024626129293222717,0.6225916742304787 +4.75,0.3403985670049815,0.012323780656875623,0.02462750584154662,0.6226501464965977 +4.755,0.3403401629670452,0.012322833136995582,0.024628501775621557,0.622708502120339 +4.76,0.34028247617918356,0.01232171125103611,0.024629120526962645,0.6227666920428191 +4.765,0.34022554825869544,0.01232041800834056,0.024629365831660432,0.622824667901305 +4.77,0.3401694196721925,0.012318956539073746,0.024629241723316195,0.6228823820654189 +4.775,0.34011412971234545,0.012317330089683734,0.024628752525734595,0.6229397876722376 +4.78,0.34005971647605865,0.01231554201829653,0.024627902845386074,0.6229968386602601 +4.785,0.34000621684407806,0.012313595790050683,0.024626697563651483,0.6230534898022212 +4.79,0.33995366646203495,0.0123114949723788,0.024625141828861732,0.6231096967367259 +4.795,0.3399020997229268,0.012309243230242945,0.02462324104814533,0.6231654159986864 +4.8,0.3398515497510336,0.012306844321330841,0.02462100087909687,0.6232206050485402 +4.805,0.3398020483872678,0.012304302091219726,0.024618427221279614,0.6232752223002344 +4.81,0.3397536261759523,0.01230162046851464,0.024615526207575376,0.6233292271479592 +4.815,0.3397063123530208,0.012298803459967821,0.024612304195394948,0.6233825799916181 +4.82,0.3396601348356321,0.012295855145585828,0.02460876775776238,0.6234352422610213 +4.825,0.339615120213189,0.012292779673730807,0.024604923674286343,0.6234871764387955 +4.83,0.33957129373974954,0.012289581256222308,0.024600778922031795,0.623538346081998 +4.835,0.33952867932781905,0.012286264163445805,0.02459634066630511,0.6235887158424317 +4.84,0.33948729954350737,0.012282832719474028,0.024591616251365696,0.6236382514856545 +4.845,0.3394471756030361,0.01227929129720699,0.024586613191077068,0.6236869199086814 +4.85,0.33940832737057836,0.012275644313536461,0.024581339159510125,0.6237346891563766 +4.855,0.33937077335741217,0.012271896224540479,0.024575801981511262,0.6237815284365377 +4.86,0.3393345307223686,0.012268051520713264,0.024570009623247756,0.623827408133672 +4.865,0.3392996152735522,0.012264114722235778,0.024563970182742582,0.6238722998214711 +4.87,0.33926604147131284,0.01226009037429193,0.024557691880410702,0.6239161762739861 +4.875,0.3392338224324446,0.012255983042435277,0.024551183049608506,0.6239590114755131 +4.88,0.33920296993558796,0.01225179730801081,0.02454445212720787,0.624000780629195 +4.885,0.3391734944278098,0.01224753776363629,0.02453750764420599,0.6240414601643495 +4.89,0.33914540503233515,0.01224320900874734,0.02453035821638187,0.6240810277425372 +4.895,0.3391187095574035,0.012238815645210262,0.024523012535009978,0.6241194622623778 +4.9,0.3390934145062217,0.012234362273006458,0.024515479357641326,0.624156743863132 +4.905,0.3390695250879857,0.012229853485991968,0.024507767498961816,0.624192853927062 +4.91,0.3390470452299407,0.01222529386773554,0.024499885821737358,0.6242277750805879 +4.915,0.3390259775904514,0.012220687987438396,0.02449184322785498,0.6242614911942568 +4.92,0.3390063235730507,0.012216040395938646,0.02448364864946865,0.6242939873815435 +4.925,0.3389880833414376,0.012211355621803083,0.024475311040258258,0.6243252499965026 +4.93,0.33897125583539117,0.012206638167508931,0.024466839366809812,0.6243552666302916 +4.935,0.3389558387875715,0.012201892505717842,0.024458242600124434,0.6243840261065877 +4.94,0.3389418287411735,0.012197123075644306,0.02444952970726347,0.6244115184759202 +4.945,0.3389292210684033,0.012192334279520389,0.024440709643136556,0.6244377350089413 +4.95,0.33891800998974364,0.012187530479158545,0.0244317913424391,0.6244626681886603 +4.955,0.33890818859397726,0.012182715992614042,0.024422783711745315,0.6244863117016649 +4.96,0.33889974885893437,0.012177895090948366,0.02441369562176244,0.6245086604283564 +4.965,0.3388926816729327,0.012173071995094785,0.02440453589975146,0.6245297104322226 +4.97,0.3388869768568774,0.012168250872827049,0.02439531332211929,0.6245494589481778 +4.975,0.33888262318698814,0.012163435835832086,0.02438603660718693,0.6245679043699944 +4.98,0.338879608418121,0.012158630936887327,0.024376714408137694,0.6245850462368555 +4.985,0.3388779193076534,0.01215384016714316,0.024367355306149453,0.6246008852190555 +4.99,0.33887754163989925,0.012149067453510885,0.024357967803714138,0.6246154231028772 +4.995,0.33887846025102325,0.012144316656156305,0.02434856031814771,0.6246286627746742 +5.0,0.33888065905442194,0.012139591566099069,0.024339141175293243,0.6246406082041872 diff --git a/doc/simpleModel/index.rst b/doc/simpleModel/index.rst index a14bba57..146842b5 100644 --- a/doc/simpleModel/index.rst +++ b/doc/simpleModel/index.rst @@ -1,5 +1,5 @@ -org.fairdatapipeline.simpleModel +simpleModel ================================ -.. automodule:: org.fairdatapipeline.simpleModel +.. automodule:: simpleModel :members: diff --git a/src/org/fairdatapipeline/api/__init__.py b/fairdatapipeline/__init__.py similarity index 66% rename from src/org/fairdatapipeline/api/__init__.py rename to fairdatapipeline/__init__.py index 6c0b22fb..9a5e5d34 100644 --- a/src/org/fairdatapipeline/api/__init__.py +++ b/fairdatapipeline/__init__.py @@ -12,12 +12,10 @@ "get_handle_index_from_path", ] -from .common.fdp_utils import get_handle_index_from_path -from .common.finalise_pipeline import finalise -from .common.initialise_pipeline import initialise -from .common.link_read import link_read -from .common.link_write import link_write -from .common.raise_issue import ( +from .fdp_utils import get_handle_index_from_path +from .link import link_read, link_write +from .pipeline import finalise, initialise +from .raise_issue import ( raise_issue_by_data_product, raise_issue_by_existing_data_product, raise_issue_by_index, diff --git a/src/org/fairdatapipeline/api/common/fdp_utils.py b/fairdatapipeline/fdp_utils.py similarity index 88% rename from src/org/fairdatapipeline/api/common/fdp_utils.py rename to fairdatapipeline/fdp_utils.py index 386740f1..614f6c2b 100644 --- a/src/org/fairdatapipeline/api/common/fdp_utils.py +++ b/fairdatapipeline/fdp_utils.py @@ -3,9 +3,12 @@ import logging import os import random -import urllib import uuid from datetime import datetime +from typing import Any, Optional + +# from typing import BinaryIO, Union +from urllib.parse import urlsplit import requests import yaml @@ -16,13 +19,13 @@ def get_entry( endpoint: str, query: dict, token: str = None, - api_version="1.0.0", + api_version: str = "1.0.0", ) -> list: """ - Internal function to retreive and item from the registy using a query + Internal function to retreive and item from the registry using a query Args: | url: str of the registry url - | enpoint: enpoint (table) + | endpoint: endpoint (table) | query: dict forming a query | token: (optional) str of the registry token Returns: @@ -62,8 +65,12 @@ def get_entry( def get_entity( - url: str, endpoint: str, id: int, token: str = None, api_version="1.0.0" -) -> list: + url: str, + endpoint: str, + id: int, + token: str = None, + api_version: str = "1.0.0", +) -> dict: """ Internal function to get an item from the registry using it's id Args: @@ -78,7 +85,7 @@ def get_entity( if url[-1] != "/": url += "/" - url += endpoint + "/" + id + url += endpoint + "/" + str(id) response = requests.get(url, headers=headers) if response.status_code != 200: raise ValueError( @@ -98,14 +105,11 @@ def extract_id(url: str) -> str: Returns: | str: id derrived from the url """ - parse = urllib.parse.urlsplit(url).path - extract = list(filter(None, parse.split("/")))[-1] - - return extract + return list(filter(None, urlsplit(url).path.split("/")))[-1] def post_entry( - url: str, endpoint: str, data: dict, token: str, api_version="1.0.0" + url: str, endpoint: str, data: dict, token: str, api_version: str = "1.0.0" ) -> dict: """ Internal function to post and entry on the registry @@ -131,7 +135,11 @@ def post_entry( # print(response.request.headers) if response.status_code == 409: - return get_entry(url, endpoint, data)[0] + logging.info("Entry Exists: Attempting to return Existing Entry") + existing_entry = get_entry(url, endpoint, data) + if not existing_entry: + raise ValueError("Could not return existing Entry") + return existing_entry[0] if response.status_code != 201: raise ValueError("Server responded with: " + str(response.status_code)) @@ -139,7 +147,9 @@ def post_entry( return response.json() -def patch_entry(url: str, data: dict, token: str, api_version="1.0.0") -> dict: +def patch_entry( + url: str, data: dict, token: str, api_version: str = "1.0.0" +) -> dict: """ Internal function to patch and entry on the registry Args: @@ -153,9 +163,9 @@ def patch_entry(url: str, data: dict, token: str, api_version="1.0.0") -> dict: request_type="post", token=token, api_version=api_version ) - data = json.dumps(data) + data_json = json.dumps(data) - response = requests.patch(url, data, headers=headers) + response = requests.patch(url, data_json, headers=headers) if response.status_code != 200: raise ValueError("Server responded with: " + str(response.status_code)) @@ -164,7 +174,7 @@ def patch_entry(url: str, data: dict, token: str, api_version="1.0.0") -> dict: def get_headers( request_type: str = "get", token: str = None, api_version: str = "1.0.0" -): +) -> dict: """ Internal function to return headers to be added to a request Args: @@ -182,7 +192,9 @@ def get_headers( return headers -def post_storage_root(url, data, token, api_version="1.0.0"): +def post_storage_root( + url: str, data: dict, token: str, api_version: str = "1.0.0" +) -> dict: """ Internal function to post a storage root to the registry the function first adds file:// if the root is local @@ -199,7 +211,7 @@ def post_storage_root(url, data, token, api_version="1.0.0"): return post_entry(url, "storage_root", data, token, api_version) -def remove_local_from_root(root: str): +def remove_local_from_root(root: str) -> str: """ Internal function to remove prepending file:// from a given root Args: @@ -221,13 +233,15 @@ def random_hash() -> str: | str: 40 character randomly generated hash. """ seed = datetime.now().timestamp() * random.uniform(1, 1000000) - seed = str(seed).encode("utf-8") - hashed = hashlib.sha1(seed) + seed_encoded = str(seed).encode("utf-8") + hashed = hashlib.sha1(seed_encoded) return hashed.hexdigest() -def get_file_hash(path: str) -> str: +def get_file_hash( + path: str, +) -> str: """ Internal function to return a files sha1 hash Args: @@ -236,14 +250,14 @@ def get_file_hash(path: str) -> str: | str: sha1 hash """ with open(path, "rb") as data: - data = data.read() + _data = data.read() # data = data.encode('utf-8') - hashed = hashlib.sha1(data) + hashed = hashlib.sha1(_data) return hashed.hexdigest() -def read_token(token_path: str): +def read_token(token_path: str) -> str: """ Internal function read a token from a given file Args: @@ -252,11 +266,11 @@ def read_token(token_path: str): | str: token """ with open(token_path) as token: - token = token.readline().strip() - return token + _token = token.readline().strip() + return _token -def get_token(token_path: str): +def get_token(token_path: str) -> str: """ Internal function alias for read_token() Args: @@ -267,7 +281,7 @@ def get_token(token_path: str): return read_token(token_path) -def is_file(filename: str): +def is_file(filename: str) -> bool: """ Internal function to check whether a file exists Args: @@ -278,7 +292,7 @@ def is_file(filename: str): return os.path.isfile(filename) -def is_yaml(filename: str): +def is_yaml(filename: str) -> bool: """ Internal function to check whether a file can be opened as a YAML file ! warning returns True if the file can be coerced into yaml format @@ -296,7 +310,7 @@ def is_yaml(filename: str): return True -def is_valid_yaml(filename: str): +def is_valid_yaml(filename: str) -> bool: """ Internal function validate whether a file exists and can be coerced into a yaml format Args: @@ -307,7 +321,7 @@ def is_valid_yaml(filename: str): return is_file(filename) & is_yaml(filename) -def generate_uuid(): +def generate_uuid() -> str: """ Internal function similar to random hash Returns: @@ -316,7 +330,7 @@ def generate_uuid(): return datetime.now().strftime("%Y%m-%d%H-%M%S-") + str(uuid.uuid4()) -def get_handle_index_from_path(handle: dict, path: str): +def get_handle_index_from_path(handle: dict, path: str) -> Optional[Any]: """ Get an input or output handle index from a path usually generated by link_read or link_write @@ -338,7 +352,7 @@ def get_handle_index_from_path(handle: dict, path: str): # flake8: noqa C901 -def register_issues(token: str, handle: dict): +def register_issues(token: str, handle: dict) -> dict: """ Internal function, should only be called from finalise. """ @@ -460,4 +474,4 @@ def register_issues(token: str, handle: dict): token=token, api_version=api_version, ) - return current_issue + return current_issue diff --git a/src/org/fairdatapipeline/api/common/link_read.py b/fairdatapipeline/link.py similarity index 59% rename from src/org/fairdatapipeline/api/common/link_read.py rename to fairdatapipeline/link.py index 7a857412..8c01f1ff 100644 --- a/src/org/fairdatapipeline/api/common/link_read.py +++ b/fairdatapipeline/link.py @@ -1,7 +1,81 @@ import logging import os -from org.fairdatapipeline.api.common import fdp_utils +from fairdatapipeline import fdp_utils + + +def link_write(handle: dict, data_product: str) -> str: + """Reads write information in config file, updates handle with relevant + metadata and returns path to write data product to. + + Args: + | data_product: Specified name of data product in config. + + Returns: + | path: Path to write data product to. + """ + + # Get metadata from handle + run_metadata = handle["yaml"]["run_metadata"] + datastore = run_metadata["write_data_store"] + + index = 0 + + if "write" not in handle["yaml"].keys(): + raise ValueError( + "Error: Write has not been specified in the given config file" + ) + + # If multiple write blocks exist, find corresponding index for given DP + for i in enumerate(handle["yaml"]["write"]): + if i[1]["data_product"] == data_product: + index = i[0] + + # Get metadata from config + write = handle["yaml"]["write"][index] + write_data_product = write["data_product"] + write_version = write["use"]["version"] + file_type = write["file_type"] + description = write["description"] + write_namespace = run_metadata["default_output_namespace"] + write_public = run_metadata["public"] + + # Create filename for path + filename = "dat-" + fdp_utils.random_hash() + "." + file_type + + # Get path + path = os.path.join( + datastore, write_namespace, write_data_product, filename + ).replace("\\", "/") + + # Create directory structure if it doesn't exist + directory = os.path.dirname(path) + + if not os.path.exists(directory): + os.makedirs(directory) + + # Create metadata dict + output_dict = { + "data_product": data_product, + "use_data_product": write_data_product, + "use_component": None, + "use_version": write_version, + "use_namespace": write_namespace, + "path": path, + "data_product_description": description, + "component_description": None, + "public": write_public, + } + + # If output exists in handle, append new metadata, otherwise create dict + if "output" in handle.keys(): + key = "output_" + str(len(handle["output"])) + handle["output"][key] = output_dict + else: + handle["output"] = {} + handle["output"]["output_0"] = output_dict + + return path def link_read(handle: dict, data_product: str) -> str: @@ -42,10 +116,7 @@ def link_read(handle: dict, data_product: str) -> str: # Get read info from config read = handle["yaml"]["read"][index] - use = None - - if "use" in read: - use = read["use"] + use = read["use"] if "use" in read else None registry_url = handle["yaml"]["run_metadata"]["local_data_registry_url"] namespace = handle["yaml"]["run_metadata"]["default_input_namespace"] @@ -86,7 +157,7 @@ def link_read(handle: dict, data_product: str) -> str: object_response = fdp_utils.get_entity( url=registry_url, endpoint="object", - id=fdp_utils.extract_id(data_product_response[0]["object"]), + id=int(fdp_utils.extract_id(data_product_response[0]["object"])), ) object_id = fdp_utils.extract_id(object_response["url"]) @@ -102,17 +173,18 @@ def link_read(handle: dict, data_product: str) -> str: storage_location_response = fdp_utils.get_entity( url=registry_url, endpoint="storage_location", - id=fdp_utils.extract_id(object_response["storage_location"]), + id=int(fdp_utils.extract_id(object_response["storage_location"])), api_version=api_version, ) storage_root = fdp_utils.get_entity( url=registry_url, endpoint="storage_root", - id=fdp_utils.extract_id(storage_location_response["storage_root"]), + id=int( + fdp_utils.extract_id(storage_location_response["storage_root"]) + ), api_version=api_version, )["root"] - tmp_sl = storage_location_response["path"] # remove leading character from path if it is eithe / or \ if ("\\" in tmp_sl[0]) or "/" in tmp_sl[0]: @@ -123,10 +195,7 @@ def link_read(handle: dict, data_product: str) -> str: # Get path of data product path = os.path.normpath(os.path.join(storage_root, tmp_sl)) - - component = None - if "component" in use: - component = use["component"] + component = use["component"] if "component" in use else None # Write to handle and return path input_dict = { diff --git a/src/org/fairdatapipeline/api/common/finalise_pipeline.py b/fairdatapipeline/pipeline.py similarity index 51% rename from src/org/fairdatapipeline/api/common/finalise_pipeline.py rename to fairdatapipeline/pipeline.py index e60e7d17..22dc57c6 100644 --- a/src/org/fairdatapipeline/api/common/finalise_pipeline.py +++ b/fairdatapipeline/pipeline.py @@ -1,11 +1,302 @@ +import datetime import logging import os -import org.fairdatapipeline.api.common.fdp_utils as fdp_utils +import yaml + +from fairdatapipeline import fdp_utils + + +def initialise(token: str, config: str, script: str) -> dict: + """Reads in token, config file and script, creates necessary registry items + and creates new code run. + + Args: + | token: registry token + | config: Path to config file + | script: Path to script file + + Returns: + | dict: a dictionary containing the following keys: + | 'yaml': config_yaml path, + | 'fdp_config_dir': config dir path, + | 'model_config': model config url, + | 'submission_script': submission script object url, + | 'code_repo': code repo object url, + | 'code_run': coderun url, + | 'code_run_uuid': coderun uuid, + | 'author': author url + """ + + # Validate Yamls + if not fdp_utils.is_valid_yaml(config): + raise ValueError("Config is not a valid YAML file") + if not fdp_utils.is_file(script): + raise ValueError("Script does not exist") + + # Read config file and extract run metadata + with open(config, "r") as data: + config_yaml = yaml.safe_load(data) + run_metadata = config_yaml["run_metadata"] + registry_url = run_metadata["local_data_registry_url"] + if registry_url[-1] != "/": + registry_url += "/" + filename = os.path.basename(config) + + # @todo to be set from config + if "api_version" not in config_yaml["run_metadata"].keys(): + config_yaml["run_metadata"]["api_version"] = "1.0.0" + + api_version = config_yaml["run_metadata"]["api_version"] + + logging.info("Reading {} from local filestore".format(filename)) + + # Configure storage root for config + config_storageroot_response = fdp_utils.post_storage_root( + token=token, + url=registry_url, + data={"root": run_metadata["write_data_store"], "local": True}, + api_version=api_version, + ) + + config_storageroot_url = config_storageroot_response["url"] + config_storageroot_id = fdp_utils.extract_id(config_storageroot_url) + config_hash = fdp_utils.get_file_hash(config) + + # Configure Storage Location for config + config_storage_data = { + "path": config.replace(run_metadata["write_data_store"], ""), + "hash": config_hash, + "public": True, + "storage_root": config_storageroot_url, + } + + config_location_response = fdp_utils.post_entry( + token=token, + url=registry_url, + endpoint="storage_location", + data=config_storage_data, + api_version=api_version, + ) + + config_location_url = config_location_response["url"] + + # Configure Yaml File Type + config_filetype_response = fdp_utils.post_entry( + token=token, + url=registry_url, + endpoint="file_type", + data={"name": "yaml", "extension": "yaml"}, + api_version=api_version, + ) + config_filetype_url = config_filetype_response["url"] + + # Get user for registry admin account + user = fdp_utils.get_entry( + url=registry_url, + endpoint="users", + query={"username": "admin"}, + token=token, + api_version=api_version, + )[0] + + # Check users exists + if not user: + raise ValueError( + "Error: Admin user not found\ + \nDid you run fair init?" + ) + + user_url = user["url"] + user_id = fdp_utils.extract_id(user_url) + + # Get author(s) + author = fdp_utils.get_entry( + url=registry_url, + endpoint="user_author", + query={"user": user_id}, + api_version=api_version, + )[0] + + # Check user author exists + if not author: + raise ValueError( + "Error: user_author not found\ + \nDid you run fair init?" + ) + + author_url = author["author"] + + # Create new object for config file + + config_object = fdp_utils.post_entry( + token=token, + url=registry_url, + endpoint="object", + data={ + "description": "Working config.yaml location in datastore", + "storage_location": config_location_url, + "authors": [author_url], + "file_type": config_filetype_url, + }, + api_version=api_version, + ) + + config_object_url = config_object["url"] + + logging.info("Writing {} to local registry".format(filename)) + + # Check if script exists in storage_location + script_storageroot_url = config_storageroot_url + _ = config_storageroot_id + script_hash = fdp_utils.get_file_hash(script) + + # Create Script Storage Location + script_storage_data = { + "path": script.replace(run_metadata["write_data_store"], ""), + "hash": script_hash, + "public": True, + "storage_root": script_storageroot_url, + } + + script_location_response = fdp_utils.post_entry( + token=token, + url=registry_url, + endpoint="storage_location", + data=script_storage_data, + api_version=api_version, + ) + + script_location_url = script_location_response["url"] + + # TODO: Change to Batch? + # Create Script File Type + script_filetype_response = fdp_utils.post_entry( + token=token, + url=registry_url, + endpoint="file_type", + data={"name": "py", "extension": "py"}, + api_version=api_version, + ) + + script_filetype_url = script_filetype_response["url"] + + # Create new registry object for script + script_object = fdp_utils.post_entry( + token=token, + url=registry_url, + endpoint="object", + data={ + "description": "Working script location in datastore", + "storage_location": script_location_url, + "authors": [author_url], + "file_type": script_filetype_url, + }, + api_version=api_version, + ) + + script_object_url = script_object["url"] + + logging.info("Writing {} to local registry".format(script)) + + # Create new remote storage root + repo_storageroot_url = fdp_utils.post_storage_root( + token=token, + url=registry_url, + data={"root": "https://github.com", "local": False}, + api_version=api_version, + )["url"] + + repo_storageroot_id = fdp_utils.extract_id(repo_storageroot_url) + + sha = run_metadata["latest_commit"] + repo_name = run_metadata["remote_repo"] + + # Check if code repo entry exists for given hash + + _ = fdp_utils.get_entry( + url=registry_url, + endpoint="storage_location", + query={ + "hash": sha, + "public": True, + "storage_root": repo_storageroot_id, + }, + api_version=api_version, + ) + + # Configure Code Repo Location + coderepo_location_response = fdp_utils.post_entry( + token=token, + url=registry_url, + endpoint="storage_location", + data={ + "path": repo_name, + "hash": sha, + "public": True, + "storage_root": repo_storageroot_url, + }, + api_version=api_version, + ) + + coderepo_location_url = coderepo_location_response["url"] + + # Configure Code Repo Object + coderepo_object_response = fdp_utils.post_entry( + token=token, + url=registry_url, + endpoint="object", + data={ + "description": "Analysis / processing script location", + "storage_location": coderepo_location_url, + "authors": [author_url], + }, + api_version=api_version, + ) + + coderepo_object_url = coderepo_object_response["url"] + + logging.info("Writing {} to local registry".format(repo_name)) + + # Register new code run + + coderun_response = fdp_utils.post_entry( + token=token, + url=registry_url, + endpoint="code_run", + data={ + "run_date": str(datetime.datetime.now()), + "description": run_metadata["description"], + "code_repo": coderepo_object_url, + "model_config": config_object_url, + "submission_script": script_object_url, + "input_urls": [], + "output_urls": [], + }, + api_version=api_version, + ) + + coderun_url = coderun_response["url"] + coderun_uuid = coderun_response["uuid"] + + logging.info("Writing new code_run to local registry") + + # Write code run and object info to handle + + return { + "yaml": config_yaml, + "fdp_config_dir": os.path.dirname(config), + "model_config": config_object_url, + "submission_script": script_object_url, + "code_repo": coderepo_object_url, + "code_run": coderun_url, + "code_run_uuid": coderun_uuid, + "author": author_url, + } # flake8: noqa C901 -def finalise(token: str, handle: dict): +def finalise(token: str, handle: dict) -> None: """ Renames files with their hash, updates data_product names and records metadata in the registry @@ -136,7 +427,9 @@ def finalise(token: str, handle: dict): existing_root = fdp_utils.get_entity( url=registry_url, endpoint="storage_root", - id=fdp_utils.extract_id(storage_exists[0]["storage_root"]), + id=int( + fdp_utils.extract_id(storage_exists[0]["storage_root"]) + ), api_version=api_version, )["root"] @@ -194,37 +487,41 @@ def finalise(token: str, handle: dict): )["url"] data_product_exists = fdp_utils.get_entry( - url = registry_url, - endpoint = "data_product", - query={"name": handle["output"][output]["use_data_product"], + url=registry_url, + endpoint="data_product", + query={ + "name": handle["output"][output]["use_data_product"], "version": handle["output"][output]["use_version"], - "namespace": write_namespace_url }, - api_version=api_version) - + "namespace": write_namespace_url, + }, + api_version=api_version, + ) + if data_product_exists: data_product_url = data_product_exists[0]["url"] object_url = data_product_exists[0]["object"] obj = fdp_utils.get_entity( - url = registry_url, - endpoint= "object", - id = fdp_utils.extract_id(object_url), - api_version = api_version) + url=registry_url, + endpoint="object", + id=int(fdp_utils.extract_id(object_url)), + api_version=api_version, + ) component_url = obj["components"][0] else: object_url = fdp_utils.post_entry( - token=token, - url=registry_url, - endpoint="object", - data={ - "description": handle["output"][output][ - "data_product_description" - ], - "storage_location": storage_location_url, - "authors": [handle["author"]], - "file_type": file_type_url, - }, - api_version=api_version, + token=token, + url=registry_url, + endpoint="object", + data={ + "description": handle["output"][output][ + "data_product_description" + ], + "storage_location": storage_location_url, + "authors": [handle["author"]], + "file_type": file_type_url, + }, + api_version=api_version, )["url"] component_url = None @@ -262,7 +559,6 @@ def finalise(token: str, handle: dict): }, api_version=api_version, )["url"] - handle["output"][output]["component_url"] = component_url handle["output"][output]["data_product_url"] = data_product_url diff --git a/src/org/fairdatapipeline/api/common/raise_issue.py b/fairdatapipeline/raise_issue.py similarity index 89% rename from src/org/fairdatapipeline/api/common/raise_issue.py rename to fairdatapipeline/raise_issue.py index 34e6c56d..43281e01 100644 --- a/src/org/fairdatapipeline/api/common/raise_issue.py +++ b/fairdatapipeline/raise_issue.py @@ -1,9 +1,14 @@ import logging +from typing import Optional def raise_issue_by_index( - handle: dict, index: str, issue: str, severity, group=True -): + handle: dict, + index: Optional[bool], + issue: str, + severity: int, + group: bool = True, +) -> None: """ Raises an issue for a given input or output index and writes it to the handle @@ -25,9 +30,9 @@ def raise_issue_by_existing_data_product( version: str, namespace: str, issue: str, - severity, - group=True, -): + severity: int, + group: bool = True, +) -> None: """ Raises an issue for a given data_product and writes it to the handle @@ -56,9 +61,9 @@ def raise_issue_by_data_product( version: str, namespace: str, issue: str, - severity, - group=True, -): + severity: int, + group: bool = True, +) -> None: """ Raises an issue for a given data_product in the run_metadata and writes it to the handle @@ -81,7 +86,9 @@ def raise_issue_by_data_product( ) -def raise_issue_with_config(handle: dict, issue: str, severity, group=True): +def raise_issue_with_config( + handle: dict, issue: str, severity: int, group: bool = True +) -> None: """ Raise an issue with config: add an issue for the config to the handle. @@ -94,8 +101,8 @@ def raise_issue_with_config(handle: dict, issue: str, severity, group=True): def raise_issue_with_submission_script( - handle: dict, issue: str, severity, group=True -): + handle: dict, issue: str, severity: int, group: bool = True +) -> None: """ Raise an issue with submission script: add an issue for the submission_script to the handle. @@ -110,8 +117,8 @@ def raise_issue_with_submission_script( def raise_issue_with_github_repo( - handle: dict, issue: str, severity, group=True -): + handle: dict, issue: str, severity: int, group: bool = True +) -> None: """ Raise an issue with config add an issue for the github_repo to the handle. @@ -124,8 +131,8 @@ def raise_issue_with_github_repo( def raise_issue_by_type( - handle: dict, type: str, issue: str, severity, group=True -): + handle: dict, type: str, issue: str, severity: int, group: bool = True +) -> None: """ Raise an issue by type of issue (with config, with submission_script, with github_repo) """ @@ -141,16 +148,16 @@ def raise_issue_by_type( # flake8: noqa C901 def raise_issue( handle: dict, - type, - issue, - severity, - index=None, - data_product=None, - component=None, - version=None, - namespace=None, - group=True, -): + type: str, + issue: str, + severity: int, + index: bool = None, + data_product: str = None, + component: str = None, + version: str = None, + namespace: str = None, + group: bool = True, +) -> None: current_group = issue + ":" + str(severity) if type in [ "config", diff --git a/poetry.lock b/poetry.lock new file mode 100644 index 00000000..53fcb6ab --- /dev/null +++ b/poetry.lock @@ -0,0 +1,2209 @@ +[[package]] +name = "alabaster" +version = "0.7.12" +description = "A configurable sidebar-enabled Sphinx theme" +category = "dev" +optional = false +python-versions = "*" + +[[package]] +name = "atomicwrites" +version = "1.4.0" +description = "Atomic file writes." +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" + +[[package]] +name = "attrs" +version = "21.2.0" +description = "Classes Without Boilerplate" +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" + +[package.extras] +dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface", "furo", "sphinx", "sphinx-notfound-page", "pre-commit"] +docs = ["furo", "sphinx", "zope.interface", "sphinx-notfound-page"] +tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins", "zope.interface"] +tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "mypy", "pytest-mypy-plugins"] + +[[package]] +name = "babel" +version = "2.9.1" +description = "Internationalization utilities" +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" + +[package.dependencies] +pytz = ">=2015.7" + +[[package]] +name = "backports.entry-points-selectable" +version = "1.1.1" +description = "Compatibility shim providing selectable entry points for older implementations" +category = "dev" +optional = false +python-versions = ">=2.7" + +[package.dependencies] +importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} + +[package.extras] +docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] +testing = ["pytest", "pytest-flake8", "pytest-cov", "pytest-black (>=0.3.7)", "pytest-mypy", "pytest-checkdocs (>=2.4)", "pytest-enabler (>=1.0.1)"] + +[[package]] +name = "black" +version = "21.12b0" +description = "The uncompromising code formatter." +category = "dev" +optional = false +python-versions = ">=3.6.2" + +[package.dependencies] +click = ">=7.1.2" +mypy-extensions = ">=0.4.3" +pathspec = ">=0.9.0,<1" +platformdirs = ">=2" +tomli = ">=0.2.6,<2.0.0" +typed-ast = {version = ">=1.4.2", markers = "python_version < \"3.8\" and implementation_name == \"cpython\""} +typing-extensions = [ + {version = ">=3.10.0.0", markers = "python_version < \"3.10\""}, + {version = "!=3.10.0.1", markers = "python_version >= \"3.10\""}, +] + +[package.extras] +colorama = ["colorama (>=0.4.3)"] +d = ["aiohttp (>=3.7.4)"] +jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"] +python2 = ["typed-ast (>=1.4.3)"] +uvloop = ["uvloop (>=0.15.2)"] + +[[package]] +name = "cachecontrol" +version = "0.12.10" +description = "httplib2 caching for requests" +category = "dev" +optional = false +python-versions = ">=3.6" + +[package.dependencies] +lockfile = {version = ">=0.9", optional = true, markers = "extra == \"filecache\""} +msgpack = ">=0.5.2" +requests = "*" + +[package.extras] +filecache = ["lockfile (>=0.9)"] +redis = ["redis (>=2.10.5)"] + +[[package]] +name = "cached-property" +version = "1.5.2" +description = "A decorator for caching properties in classes." +category = "main" +optional = false +python-versions = "*" + +[[package]] +name = "cachy" +version = "0.3.0" +description = "Cachy provides a simple yet effective caching library." +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" + +[package.extras] +redis = ["redis (>=3.3.6,<4.0.0)"] +memcached = ["python-memcached (>=1.59,<2.0)"] +msgpack = ["msgpack-python (>=0.5,<0.6)"] + +[[package]] +name = "certifi" +version = "2021.10.8" +description = "Python package for providing Mozilla's CA Bundle." +category = "main" +optional = false +python-versions = "*" + +[[package]] +name = "cffi" +version = "1.15.0" +description = "Foreign Function Interface for Python calling C code." +category = "dev" +optional = false +python-versions = "*" + +[package.dependencies] +pycparser = "*" + +[[package]] +name = "cfgv" +version = "3.3.1" +description = "Validate configuration and produce human readable error messages." +category = "dev" +optional = false +python-versions = ">=3.6.1" + +[[package]] +name = "charset-normalizer" +version = "2.0.9" +description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." +category = "main" +optional = false +python-versions = ">=3.5.0" + +[package.extras] +unicode_backport = ["unicodedata2"] + +[[package]] +name = "cleo" +version = "0.8.1" +description = "Cleo allows you to create beautiful and testable command-line interfaces." +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" + +[package.dependencies] +clikit = ">=0.6.0,<0.7.0" + +[[package]] +name = "click" +version = "8.0.3" +description = "Composable command line interface toolkit" +category = "main" +optional = false +python-versions = ">=3.6" + +[package.dependencies] +colorama = {version = "*", markers = "platform_system == \"Windows\""} +importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} + +[[package]] +name = "clikit" +version = "0.6.2" +description = "CliKit is a group of utilities to build beautiful and testable command line interfaces." +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" + +[package.dependencies] +crashtest = {version = ">=0.3.0,<0.4.0", markers = "python_version >= \"3.6\" and python_version < \"4.0\""} +pastel = ">=0.2.0,<0.3.0" +pylev = ">=1.3,<2.0" + +[[package]] +name = "colorama" +version = "0.4.4" +description = "Cross-platform colored terminal text." +category = "main" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" + +[[package]] +name = "commonmark" +version = "0.9.1" +description = "Python parser for the CommonMark Markdown spec" +category = "main" +optional = false +python-versions = "*" + +[package.extras] +test = ["flake8 (==3.7.8)", "hypothesis (==3.55.3)"] + +[[package]] +name = "coverage" +version = "6.2" +description = "Code coverage measurement for Python" +category = "dev" +optional = false +python-versions = ">=3.6" + +[package.extras] +toml = ["tomli"] + +[[package]] +name = "crashtest" +version = "0.3.1" +description = "Manage Python errors with ease" +category = "dev" +optional = false +python-versions = ">=3.6,<4.0" + +[[package]] +name = "cryptography" +version = "36.0.0" +description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." +category = "dev" +optional = false +python-versions = ">=3.6" + +[package.dependencies] +cffi = ">=1.12" + +[package.extras] +docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "sphinx-rtd-theme"] +docstest = ["pyenchant (>=1.6.11)", "twine (>=1.12.0)", "sphinxcontrib-spelling (>=4.0.1)"] +pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"] +sdist = ["setuptools_rust (>=0.11.4)"] +ssh = ["bcrypt (>=3.1.5)"] +test = ["pytest (>=6.2.0)", "pytest-cov", "pytest-subtests", "pytest-xdist", "pretend", "iso8601", "pytz", "hypothesis (>=1.11.4,!=3.79.2)"] + +[[package]] +name = "cycler" +version = "0.11.0" +description = "Composable style cycles" +category = "main" +optional = false +python-versions = ">=3.6" + +[[package]] +name = "distlib" +version = "0.3.4" +description = "Distribution utilities" +category = "dev" +optional = false +python-versions = "*" + +[[package]] +name = "docutils" +version = "0.17.1" +description = "Docutils -- Python Documentation Utilities" +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" + +[[package]] +name = "fair-cli" +version = "0.2.3" +description = "Synchronization interface for the SCRC FAIR Data Pipeline registry" +category = "main" +optional = false +python-versions = ">=3.7.1,<4.0.0" + +[package.dependencies] +click = ">=8.0.0,<9.0.0" +GitPython = ">=3.1.18,<4.0.0" +Jinja2 = ">=3.0.1,<4.0.0" +PyYAML = ">=5.4.1,<6.0.0" +requests = ">=2.23.0,<3.0.0" +rich = ">=10.2.3,<11.0.0" +semver = ">=2.13.0,<3.0.0" +simplejson = ">=3.17.5,<4.0.0" +toml = ">=0.10.2,<0.11.0" + +[[package]] +name = "filelock" +version = "3.4.0" +description = "A platform independent file lock." +category = "dev" +optional = false +python-versions = ">=3.6" + +[package.extras] +docs = ["furo (>=2021.8.17b43)", "sphinx (>=4.1)", "sphinx-autodoc-typehints (>=1.12)"] +testing = ["covdefaults (>=1.2.0)", "coverage (>=4)", "pytest (>=4)", "pytest-cov", "pytest-timeout (>=1.4.2)"] + +[[package]] +name = "flake8" +version = "3.9.2" +description = "the modular source code checker: pep8 pyflakes and co" +category = "dev" +optional = false +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" + +[package.dependencies] +importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} +mccabe = ">=0.6.0,<0.7.0" +pycodestyle = ">=2.7.0,<2.8.0" +pyflakes = ">=2.3.0,<2.4.0" + +[[package]] +name = "fonttools" +version = "4.28.3" +description = "Tools to manipulate font files" +category = "main" +optional = false +python-versions = ">=3.7" + +[package.extras] +all = ["fs (>=2.2.0,<3)", "lxml (>=4.0,<5)", "zopfli (>=0.1.4)", "lz4 (>=1.7.4.2)", "matplotlib", "sympy", "skia-pathops (>=0.5.0)", "brotlicffi (>=0.8.0)", "scipy", "brotli (>=1.0.1)", "munkres", "unicodedata2 (>=13.0.0)", "xattr"] +graphite = ["lz4 (>=1.7.4.2)"] +interpolatable = ["scipy", "munkres"] +lxml = ["lxml (>=4.0,<5)"] +pathops = ["skia-pathops (>=0.5.0)"] +plot = ["matplotlib"] +symfont = ["sympy"] +type1 = ["xattr"] +ufo = ["fs (>=2.2.0,<3)"] +unicode = ["unicodedata2 (>=13.0.0)"] +woff = ["zopfli (>=0.1.4)", "brotlicffi (>=0.8.0)", "brotli (>=1.0.1)"] + +[[package]] +name = "gitdb" +version = "4.0.9" +description = "Git Object Database" +category = "main" +optional = false +python-versions = ">=3.6" + +[package.dependencies] +smmap = ">=3.0.1,<6" + +[[package]] +name = "gitpython" +version = "3.1.24" +description = "GitPython is a python library used to interact with Git repositories" +category = "main" +optional = false +python-versions = ">=3.7" + +[package.dependencies] +gitdb = ">=4.0.1,<5" +typing-extensions = {version = ">=3.7.4.3", markers = "python_version < \"3.10\""} + +[[package]] +name = "h5py" +version = "3.6.0" +description = "Read and write HDF5 files from Python" +category = "main" +optional = false +python-versions = ">=3.7" + +[package.dependencies] +cached-property = {version = "*", markers = "python_version < \"3.8\""} +numpy = ">=1.14.5" + +[[package]] +name = "html5lib" +version = "1.1" +description = "HTML parser based on the WHATWG HTML specification" +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" + +[package.dependencies] +six = ">=1.9" +webencodings = "*" + +[package.extras] +all = ["genshi", "chardet (>=2.2)", "lxml"] +chardet = ["chardet (>=2.2)"] +genshi = ["genshi"] +lxml = ["lxml"] + +[[package]] +name = "identify" +version = "2.4.0" +description = "File identification library for Python" +category = "dev" +optional = false +python-versions = ">=3.6.1" + +[package.extras] +license = ["ukkonen"] + +[[package]] +name = "idna" +version = "3.3" +description = "Internationalized Domain Names in Applications (IDNA)" +category = "main" +optional = false +python-versions = ">=3.5" + +[[package]] +name = "imagesize" +version = "1.3.0" +description = "Getting image size from png/jpeg/jpeg2000/gif file" +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" + +[[package]] +name = "importlib-metadata" +version = "1.7.0" +description = "Read metadata from Python packages" +category = "main" +optional = false +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" + +[package.dependencies] +zipp = ">=0.5" + +[package.extras] +docs = ["sphinx", "rst.linker"] +testing = ["packaging", "pep517", "importlib-resources (>=1.3)"] + +[[package]] +name = "iniconfig" +version = "1.1.1" +description = "iniconfig: brain-dead simple config-ini parsing" +category = "dev" +optional = false +python-versions = "*" + +[[package]] +name = "isort" +version = "5.10.1" +description = "A Python utility / library to sort Python imports." +category = "dev" +optional = false +python-versions = ">=3.6.1,<4.0" + +[package.extras] +pipfile_deprecated_finder = ["pipreqs", "requirementslib"] +requirements_deprecated_finder = ["pipreqs", "pip-api"] +colors = ["colorama (>=0.4.3,<0.5.0)"] +plugins = ["setuptools"] + +[[package]] +name = "jeepney" +version = "0.7.1" +description = "Low-level, pure Python DBus protocol wrapper." +category = "dev" +optional = false +python-versions = ">=3.6" + +[package.extras] +test = ["pytest", "pytest-trio", "pytest-asyncio", "testpath", "trio", "async-timeout"] +trio = ["trio", "async-generator"] + +[[package]] +name = "jinja2" +version = "3.0.3" +description = "A very fast and expressive template engine." +category = "main" +optional = false +python-versions = ">=3.6" + +[package.dependencies] +MarkupSafe = ">=2.0" + +[package.extras] +i18n = ["Babel (>=2.7)"] + +[[package]] +name = "keyring" +version = "21.8.0" +description = "Store and access your passwords safely." +category = "dev" +optional = false +python-versions = ">=3.6" + +[package.dependencies] +importlib-metadata = {version = ">=1", markers = "python_version < \"3.8\""} +jeepney = {version = ">=0.4.2", markers = "sys_platform == \"linux\""} +pywin32-ctypes = {version = "<0.1.0 || >0.1.0,<0.1.1 || >0.1.1", markers = "sys_platform == \"win32\""} +SecretStorage = {version = ">=3.2", markers = "sys_platform == \"linux\""} + +[package.extras] +docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] +testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-cov", "jaraco.test (>=3.2.0)", "pytest-black (>=0.3.7)", "pytest-mypy"] + +[[package]] +name = "kiwisolver" +version = "1.3.2" +description = "A fast implementation of the Cassowary constraint solver" +category = "main" +optional = false +python-versions = ">=3.7" + +[[package]] +name = "lockfile" +version = "0.12.2" +description = "Platform-independent file locking module" +category = "dev" +optional = false +python-versions = "*" + +[[package]] +name = "markupsafe" +version = "2.0.1" +description = "Safely add untrusted strings to HTML/XML markup." +category = "main" +optional = false +python-versions = ">=3.6" + +[[package]] +name = "matplotlib" +version = "3.5.1" +description = "Python plotting package" +category = "main" +optional = false +python-versions = ">=3.7" + +[package.dependencies] +cycler = ">=0.10" +fonttools = ">=4.22.0" +kiwisolver = ">=1.0.1" +numpy = ">=1.17" +packaging = ">=20.0" +pillow = ">=6.2.0" +pyparsing = ">=2.2.1" +python-dateutil = ">=2.7" +setuptools_scm = ">=4" + +[[package]] +name = "mccabe" +version = "0.6.1" +description = "McCabe checker, plugin for flake8" +category = "dev" +optional = false +python-versions = "*" + +[[package]] +name = "msgpack" +version = "1.0.3" +description = "MessagePack (de)serializer." +category = "dev" +optional = false +python-versions = "*" + +[[package]] +name = "mypy" +version = "0.812" +description = "Optional static typing for Python" +category = "dev" +optional = false +python-versions = ">=3.5" + +[package.dependencies] +mypy-extensions = ">=0.4.3,<0.5.0" +typed-ast = ">=1.4.0,<1.5.0" +typing-extensions = ">=3.7.4" + +[package.extras] +dmypy = ["psutil (>=4.0)"] + +[[package]] +name = "mypy-extensions" +version = "0.4.3" +description = "Experimental type system extensions for programs checked with the mypy typechecker." +category = "dev" +optional = false +python-versions = "*" + +[[package]] +name = "nodeenv" +version = "1.6.0" +description = "Node.js virtual environment builder" +category = "dev" +optional = false +python-versions = "*" + +[[package]] +name = "numpy" +version = "1.21.4" +description = "NumPy is the fundamental package for array computing with Python." +category = "main" +optional = false +python-versions = ">=3.7,<3.11" + +[[package]] +name = "packaging" +version = "20.9" +description = "Core utilities for Python packages" +category = "main" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" + +[package.dependencies] +pyparsing = ">=2.0.2" + +[[package]] +name = "pastel" +version = "0.2.1" +description = "Bring colors to your terminal." +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" + +[[package]] +name = "pathspec" +version = "0.9.0" +description = "Utility library for gitignore style pattern matching of file paths." +category = "dev" +optional = false +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" + +[[package]] +name = "pexpect" +version = "4.8.0" +description = "Pexpect allows easy control of interactive console applications." +category = "dev" +optional = false +python-versions = "*" + +[package.dependencies] +ptyprocess = ">=0.5" + +[[package]] +name = "pillow" +version = "8.4.0" +description = "Python Imaging Library (Fork)" +category = "main" +optional = false +python-versions = ">=3.6" + +[[package]] +name = "pkginfo" +version = "1.8.2" +description = "Query metadatdata from sdists / bdists / installed packages." +category = "dev" +optional = false +python-versions = "*" + +[package.extras] +testing = ["coverage", "nose"] + +[[package]] +name = "platformdirs" +version = "2.4.0" +description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." +category = "dev" +optional = false +python-versions = ">=3.6" + +[package.extras] +docs = ["Sphinx (>=4)", "furo (>=2021.7.5b38)", "proselint (>=0.10.2)", "sphinx-autodoc-typehints (>=1.12)"] +test = ["appdirs (==1.4.4)", "pytest (>=6)", "pytest-cov (>=2.7)", "pytest-mock (>=3.6)"] + +[[package]] +name = "pluggy" +version = "1.0.0" +description = "plugin and hook calling mechanisms for python" +category = "dev" +optional = false +python-versions = ">=3.6" + +[package.dependencies] +importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} + +[package.extras] +dev = ["pre-commit", "tox"] +testing = ["pytest", "pytest-benchmark"] + +[[package]] +name = "poetry" +version = "1.1.12" +description = "Python dependency management and packaging made easy." +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" + +[package.dependencies] +cachecontrol = {version = ">=0.12.9,<0.13.0", extras = ["filecache"], markers = "python_version >= \"3.6\" and python_version < \"4.0\""} +cachy = ">=0.3.0,<0.4.0" +cleo = ">=0.8.1,<0.9.0" +clikit = ">=0.6.2,<0.7.0" +crashtest = {version = ">=0.3.0,<0.4.0", markers = "python_version >= \"3.6\" and python_version < \"4.0\""} +html5lib = ">=1.0,<2.0" +importlib-metadata = {version = ">=1.6.0,<2.0.0", markers = "python_version < \"3.8\""} +keyring = {version = ">=21.2.0,<22.0.0", markers = "python_version >= \"3.6\" and python_version < \"4.0\""} +packaging = ">=20.4,<21.0" +pexpect = ">=4.7.0,<5.0.0" +pkginfo = ">=1.4,<2.0" +poetry-core = ">=1.0.7,<1.1.0" +requests = ">=2.18,<3.0" +requests-toolbelt = ">=0.9.1,<0.10.0" +shellingham = ">=1.1,<2.0" +tomlkit = ">=0.7.0,<1.0.0" +virtualenv = ">=20.0.26,<21.0.0" + +[[package]] +name = "poetry-core" +version = "1.0.7" +description = "Poetry PEP 517 Build Backend" +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" + +[package.dependencies] +importlib-metadata = {version = ">=1.7.0,<2.0.0", markers = "python_version >= \"2.7\" and python_version < \"2.8\" or python_version >= \"3.5\" and python_version < \"3.8\""} + +[[package]] +name = "pre-commit" +version = "2.16.0" +description = "A framework for managing and maintaining multi-language pre-commit hooks." +category = "dev" +optional = false +python-versions = ">=3.6.1" + +[package.dependencies] +cfgv = ">=2.0.0" +identify = ">=1.0.0" +importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} +nodeenv = ">=0.11.1" +pyyaml = ">=5.1" +toml = "*" +virtualenv = ">=20.0.8" + +[[package]] +name = "ptyprocess" +version = "0.7.0" +description = "Run a subprocess in a pseudo terminal" +category = "dev" +optional = false +python-versions = "*" + +[[package]] +name = "py" +version = "1.11.0" +description = "library with cross-python path, ini-parsing, io, code, log facilities" +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" + +[[package]] +name = "pycodestyle" +version = "2.7.0" +description = "Python style guide checker" +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" + +[[package]] +name = "pycparser" +version = "2.21" +description = "C parser in Python" +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" + +[[package]] +name = "pyflakes" +version = "2.3.1" +description = "passive checker of Python programs" +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" + +[[package]] +name = "pygments" +version = "2.10.0" +description = "Pygments is a syntax highlighting package written in Python." +category = "main" +optional = false +python-versions = ">=3.5" + +[[package]] +name = "pylev" +version = "1.4.0" +description = "A pure Python Levenshtein implementation that's not freaking GPL'd." +category = "dev" +optional = false +python-versions = "*" + +[[package]] +name = "pyparsing" +version = "3.0.6" +description = "Python parsing module" +category = "main" +optional = false +python-versions = ">=3.6" + +[package.extras] +diagrams = ["jinja2", "railroad-diagrams"] + +[[package]] +name = "pytest" +version = "6.2.5" +description = "pytest: simple powerful testing with Python" +category = "dev" +optional = false +python-versions = ">=3.6" + +[package.dependencies] +atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""} +attrs = ">=19.2.0" +colorama = {version = "*", markers = "sys_platform == \"win32\""} +importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} +iniconfig = "*" +packaging = "*" +pluggy = ">=0.12,<2.0" +py = ">=1.8.2" +toml = "*" + +[package.extras] +testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"] + +[[package]] +name = "pytest-cov" +version = "2.12.1" +description = "Pytest plugin for measuring coverage." +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" + +[package.dependencies] +coverage = ">=5.2.1" +pytest = ">=4.6" +toml = "*" + +[package.extras] +testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtualenv"] + +[[package]] +name = "pytest-dependency" +version = "0.5.1" +description = "Manage dependencies of tests" +category = "dev" +optional = false +python-versions = "*" + +[package.dependencies] +pytest = ">=3.6.0" + +[[package]] +name = "pytest-mock" +version = "3.6.1" +description = "Thin-wrapper around the mock package for easier use with pytest" +category = "dev" +optional = false +python-versions = ">=3.6" + +[package.dependencies] +pytest = ">=5.0" + +[package.extras] +dev = ["pre-commit", "tox", "pytest-asyncio"] + +[[package]] +name = "python-dateutil" +version = "2.8.2" +description = "Extensions to the standard Python datetime module" +category = "main" +optional = false +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" + +[package.dependencies] +six = ">=1.5" + +[[package]] +name = "pytz" +version = "2021.3" +description = "World timezone definitions, modern and historical" +category = "dev" +optional = false +python-versions = "*" + +[[package]] +name = "pywin32-ctypes" +version = "0.2.0" +description = "" +category = "dev" +optional = false +python-versions = "*" + +[[package]] +name = "pyyaml" +version = "5.4.1" +description = "YAML parser and emitter for Python" +category = "main" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" + +[[package]] +name = "requests" +version = "2.26.0" +description = "Python HTTP for Humans." +category = "main" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" + +[package.dependencies] +certifi = ">=2017.4.17" +charset-normalizer = {version = ">=2.0.0,<2.1.0", markers = "python_version >= \"3\""} +idna = {version = ">=2.5,<4", markers = "python_version >= \"3\""} +urllib3 = ">=1.21.1,<1.27" + +[package.extras] +socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"] +use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"] + +[[package]] +name = "requests-toolbelt" +version = "0.9.1" +description = "A utility belt for advanced users of python-requests" +category = "dev" +optional = false +python-versions = "*" + +[package.dependencies] +requests = ">=2.0.1,<3.0.0" + +[[package]] +name = "rich" +version = "10.16.0" +description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" +category = "main" +optional = false +python-versions = ">=3.6.2,<4.0.0" + +[package.dependencies] +colorama = ">=0.4.0,<0.5.0" +commonmark = ">=0.9.0,<0.10.0" +pygments = ">=2.6.0,<3.0.0" +typing-extensions = {version = ">=3.7.4,<5.0", markers = "python_version < \"3.8\""} + +[package.extras] +jupyter = ["ipywidgets (>=7.5.1,<8.0.0)"] + +[[package]] +name = "scipy" +version = "1.7.3" +description = "SciPy: Scientific Library for Python" +category = "main" +optional = false +python-versions = ">=3.7,<3.11" + +[package.dependencies] +numpy = ">=1.16.5,<1.23.0" + +[[package]] +name = "secretstorage" +version = "3.3.1" +description = "Python bindings to FreeDesktop.org Secret Service API" +category = "dev" +optional = false +python-versions = ">=3.6" + +[package.dependencies] +cryptography = ">=2.0" +jeepney = ">=0.6" + +[[package]] +name = "semver" +version = "2.13.0" +description = "Python helper for Semantic Versioning (http://semver.org/)" +category = "main" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" + +[[package]] +name = "setuptools-scm" +version = "6.3.2" +description = "the blessed package to manage your versions by scm tags" +category = "main" +optional = false +python-versions = ">=3.6" + +[package.dependencies] +packaging = ">=20.0" +tomli = ">=1.0.0" + +[package.extras] +toml = ["setuptools (>=42)", "tomli (>=1.0.0)"] + +[[package]] +name = "shellingham" +version = "1.4.0" +description = "Tool to Detect Surrounding Shell" +category = "dev" +optional = false +python-versions = "!=3.0,!=3.1,!=3.2,!=3.3,>=2.6" + +[[package]] +name = "simplejson" +version = "3.17.6" +description = "Simple, fast, extensible JSON encoder/decoder for Python" +category = "main" +optional = false +python-versions = ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*" + +[[package]] +name = "six" +version = "1.16.0" +description = "Python 2 and 3 compatibility utilities" +category = "main" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" + +[[package]] +name = "smmap" +version = "5.0.0" +description = "A pure Python implementation of a sliding window memory map manager" +category = "main" +optional = false +python-versions = ">=3.6" + +[[package]] +name = "snowballstemmer" +version = "2.2.0" +description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms." +category = "dev" +optional = false +python-versions = "*" + +[[package]] +name = "sphinx" +version = "4.3.1" +description = "Python documentation generator" +category = "dev" +optional = false +python-versions = ">=3.6" + +[package.dependencies] +alabaster = ">=0.7,<0.8" +babel = ">=1.3" +colorama = {version = ">=0.3.5", markers = "sys_platform == \"win32\""} +docutils = ">=0.14,<0.18" +imagesize = "*" +Jinja2 = ">=2.3" +packaging = "*" +Pygments = ">=2.0" +requests = ">=2.5.0" +snowballstemmer = ">=1.1" +sphinxcontrib-applehelp = "*" +sphinxcontrib-devhelp = "*" +sphinxcontrib-htmlhelp = ">=2.0.0" +sphinxcontrib-jsmath = "*" +sphinxcontrib-qthelp = "*" +sphinxcontrib-serializinghtml = ">=1.1.5" + +[package.extras] +docs = ["sphinxcontrib-websupport"] +lint = ["flake8 (>=3.5.0)", "isort", "mypy (>=0.900)", "docutils-stubs", "types-typed-ast", "types-pkg-resources", "types-requests"] +test = ["pytest", "pytest-cov", "html5lib", "cython", "typed-ast"] + +[[package]] +name = "sphinx-rtd-theme" +version = "1.0.0" +description = "Read the Docs theme for Sphinx" +category = "dev" +optional = false +python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" + +[package.dependencies] +docutils = "<0.18" +sphinx = ">=1.6" + +[package.extras] +dev = ["transifex-client", "sphinxcontrib-httpdomain", "bump2version"] + +[[package]] +name = "sphinxcontrib-applehelp" +version = "1.0.2" +description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books" +category = "dev" +optional = false +python-versions = ">=3.5" + +[package.extras] +lint = ["flake8", "mypy", "docutils-stubs"] +test = ["pytest"] + +[[package]] +name = "sphinxcontrib-devhelp" +version = "1.0.2" +description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document." +category = "dev" +optional = false +python-versions = ">=3.5" + +[package.extras] +lint = ["flake8", "mypy", "docutils-stubs"] +test = ["pytest"] + +[[package]] +name = "sphinxcontrib-htmlhelp" +version = "2.0.0" +description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files" +category = "dev" +optional = false +python-versions = ">=3.6" + +[package.extras] +lint = ["flake8", "mypy", "docutils-stubs"] +test = ["pytest", "html5lib"] + +[[package]] +name = "sphinxcontrib-jsmath" +version = "1.0.1" +description = "A sphinx extension which renders display math in HTML via JavaScript" +category = "dev" +optional = false +python-versions = ">=3.5" + +[package.extras] +test = ["pytest", "flake8", "mypy"] + +[[package]] +name = "sphinxcontrib-qthelp" +version = "1.0.3" +description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document." +category = "dev" +optional = false +python-versions = ">=3.5" + +[package.extras] +lint = ["flake8", "mypy", "docutils-stubs"] +test = ["pytest"] + +[[package]] +name = "sphinxcontrib-serializinghtml" +version = "1.1.5" +description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)." +category = "dev" +optional = false +python-versions = ">=3.5" + +[package.extras] +lint = ["flake8", "mypy", "docutils-stubs"] +test = ["pytest"] + +[[package]] +name = "toml" +version = "0.10.2" +description = "Python Library for Tom's Obvious, Minimal Language" +category = "main" +optional = false +python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" + +[[package]] +name = "tomli" +version = "1.2.2" +description = "A lil' TOML parser" +category = "main" +optional = false +python-versions = ">=3.6" + +[[package]] +name = "tomlkit" +version = "0.7.2" +description = "Style preserving TOML library" +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" + +[[package]] +name = "typed-ast" +version = "1.4.3" +description = "a fork of Python 2 and 3 ast modules with type comment support" +category = "dev" +optional = false +python-versions = "*" + +[[package]] +name = "typing-extensions" +version = "4.0.1" +description = "Backported and Experimental Type Hints for Python 3.6+" +category = "main" +optional = false +python-versions = ">=3.6" + +[[package]] +name = "urllib3" +version = "1.26.7" +description = "HTTP library with thread-safe connection pooling, file post, and more." +category = "main" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" + +[package.extras] +brotli = ["brotlipy (>=0.6.0)"] +secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"] +socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] + +[[package]] +name = "virtualenv" +version = "20.10.0" +description = "Virtual Python Environment builder" +category = "dev" +optional = false +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" + +[package.dependencies] +"backports.entry-points-selectable" = ">=1.0.4" +distlib = ">=0.3.1,<1" +filelock = ">=3.2,<4" +importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} +platformdirs = ">=2,<3" +six = ">=1.9.0,<2" + +[package.extras] +docs = ["proselint (>=0.10.2)", "sphinx (>=3)", "sphinx-argparse (>=0.2.5)", "sphinx-rtd-theme (>=0.4.3)", "towncrier (>=21.3)"] +testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", "pytest (>=4)", "pytest-env (>=0.6.2)", "pytest-freezegun (>=0.4.1)", "pytest-mock (>=2)", "pytest-randomly (>=1)", "pytest-timeout (>=1)", "packaging (>=20.0)"] + +[[package]] +name = "webencodings" +version = "0.5.1" +description = "Character encoding aliases for legacy web content" +category = "dev" +optional = false +python-versions = "*" + +[[package]] +name = "zipp" +version = "3.6.0" +description = "Backport of pathlib-compatible object wrapper for zip files" +category = "main" +optional = false +python-versions = ">=3.6" + +[package.extras] +docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] +testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-cov", "pytest-enabler (>=1.0.1)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"] + +[metadata] +lock-version = "1.1" +python-versions = "^3.7.1,<3.11" +content-hash = "9c1c594ae09e515048b8254018b88e7877719d3338e175a8b12e1413a5f285b5" + +[metadata.files] +alabaster = [ + {file = "alabaster-0.7.12-py2.py3-none-any.whl", hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359"}, + {file = "alabaster-0.7.12.tar.gz", hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02"}, +] +atomicwrites = [ + {file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"}, + {file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"}, +] +attrs = [ + {file = "attrs-21.2.0-py2.py3-none-any.whl", hash = "sha256:149e90d6d8ac20db7a955ad60cf0e6881a3f20d37096140088356da6c716b0b1"}, + {file = "attrs-21.2.0.tar.gz", hash = "sha256:ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb"}, +] +babel = [ + {file = "Babel-2.9.1-py2.py3-none-any.whl", hash = "sha256:ab49e12b91d937cd11f0b67cb259a57ab4ad2b59ac7a3b41d6c06c0ac5b0def9"}, + {file = "Babel-2.9.1.tar.gz", hash = "sha256:bc0c176f9f6a994582230df350aa6e05ba2ebe4b3ac317eab29d9be5d2768da0"}, +] +"backports.entry-points-selectable" = [ + {file = "backports.entry_points_selectable-1.1.1-py2.py3-none-any.whl", hash = "sha256:7fceed9532a7aa2bd888654a7314f864a3c16a4e710b34a58cfc0f08114c663b"}, + {file = "backports.entry_points_selectable-1.1.1.tar.gz", hash = "sha256:914b21a479fde881635f7af5adc7f6e38d6b274be32269070c53b698c60d5386"}, +] +black = [ + {file = "black-21.12b0-py3-none-any.whl", hash = "sha256:a615e69ae185e08fdd73e4715e260e2479c861b5740057fde6e8b4e3b7dd589f"}, + {file = "black-21.12b0.tar.gz", hash = "sha256:77b80f693a569e2e527958459634f18df9b0ba2625ba4e0c2d5da5be42e6f2b3"}, +] +cachecontrol = [ + {file = "CacheControl-0.12.10-py2.py3-none-any.whl", hash = "sha256:b0d43d8f71948ef5ebdee5fe236b86c6ffc7799370453dccb0e894c20dfa487c"}, + {file = "CacheControl-0.12.10.tar.gz", hash = "sha256:d8aca75b82eec92d84b5d6eb8c8f66ea16f09d2adb09dbca27fe2d5fc8d3732d"}, +] +cached-property = [ + {file = "cached-property-1.5.2.tar.gz", hash = "sha256:9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130"}, + {file = "cached_property-1.5.2-py2.py3-none-any.whl", hash = "sha256:df4f613cf7ad9a588cc381aaf4a512d26265ecebd5eb9e1ba12f1319eb85a6a0"}, +] +cachy = [ + {file = "cachy-0.3.0-py2.py3-none-any.whl", hash = "sha256:338ca09c8860e76b275aff52374330efedc4d5a5e45dc1c5b539c1ead0786fe7"}, + {file = "cachy-0.3.0.tar.gz", hash = "sha256:186581f4ceb42a0bbe040c407da73c14092379b1e4c0e327fdb72ae4a9b269b1"}, +] +certifi = [ + {file = "certifi-2021.10.8-py2.py3-none-any.whl", hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"}, + {file = "certifi-2021.10.8.tar.gz", hash = "sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872"}, +] +cffi = [ + {file = "cffi-1.15.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:c2502a1a03b6312837279c8c1bd3ebedf6c12c4228ddbad40912d671ccc8a962"}, + {file = "cffi-1.15.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:23cfe892bd5dd8941608f93348c0737e369e51c100d03718f108bf1add7bd6d0"}, + {file = "cffi-1.15.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:41d45de54cd277a7878919867c0f08b0cf817605e4eb94093e7516505d3c8d14"}, + {file = "cffi-1.15.0-cp27-cp27m-win32.whl", hash = "sha256:4a306fa632e8f0928956a41fa8e1d6243c71e7eb59ffbd165fc0b41e316b2474"}, + {file = "cffi-1.15.0-cp27-cp27m-win_amd64.whl", hash = "sha256:e7022a66d9b55e93e1a845d8c9eba2a1bebd4966cd8bfc25d9cd07d515b33fa6"}, + {file = "cffi-1.15.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:14cd121ea63ecdae71efa69c15c5543a4b5fbcd0bbe2aad864baca0063cecf27"}, + {file = "cffi-1.15.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:d4d692a89c5cf08a8557fdeb329b82e7bf609aadfaed6c0d79f5a449a3c7c023"}, + {file = "cffi-1.15.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0104fb5ae2391d46a4cb082abdd5c69ea4eab79d8d44eaaf79f1b1fd806ee4c2"}, + {file = "cffi-1.15.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:91ec59c33514b7c7559a6acda53bbfe1b283949c34fe7440bcf917f96ac0723e"}, + {file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:f5c7150ad32ba43a07c4479f40241756145a1f03b43480e058cfd862bf5041c7"}, + {file = "cffi-1.15.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:00c878c90cb53ccfaae6b8bc18ad05d2036553e6d9d1d9dbcf323bbe83854ca3"}, + {file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:abb9a20a72ac4e0fdb50dae135ba5e77880518e742077ced47eb1499e29a443c"}, + {file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a5263e363c27b653a90078143adb3d076c1a748ec9ecc78ea2fb916f9b861962"}, + {file = "cffi-1.15.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f54a64f8b0c8ff0b64d18aa76675262e1700f3995182267998c31ae974fbc382"}, + {file = "cffi-1.15.0-cp310-cp310-win32.whl", hash = "sha256:c21c9e3896c23007803a875460fb786118f0cdd4434359577ea25eb556e34c55"}, + {file = "cffi-1.15.0-cp310-cp310-win_amd64.whl", hash = "sha256:5e069f72d497312b24fcc02073d70cb989045d1c91cbd53979366077959933e0"}, + {file = "cffi-1.15.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:64d4ec9f448dfe041705426000cc13e34e6e5bb13736e9fd62e34a0b0c41566e"}, + {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2756c88cbb94231c7a147402476be2c4df2f6078099a6f4a480d239a8817ae39"}, + {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3b96a311ac60a3f6be21d2572e46ce67f09abcf4d09344c49274eb9e0bf345fc"}, + {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:75e4024375654472cc27e91cbe9eaa08567f7fbdf822638be2814ce059f58032"}, + {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:59888172256cac5629e60e72e86598027aca6bf01fa2465bdb676d37636573e8"}, + {file = "cffi-1.15.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:27c219baf94952ae9d50ec19651a687b826792055353d07648a5695413e0c605"}, + {file = "cffi-1.15.0-cp36-cp36m-win32.whl", hash = "sha256:4958391dbd6249d7ad855b9ca88fae690783a6be9e86df65865058ed81fc860e"}, + {file = "cffi-1.15.0-cp36-cp36m-win_amd64.whl", hash = "sha256:f6f824dc3bce0edab5f427efcfb1d63ee75b6fcb7282900ccaf925be84efb0fc"}, + {file = "cffi-1.15.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:06c48159c1abed75c2e721b1715c379fa3200c7784271b3c46df01383b593636"}, + {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:c2051981a968d7de9dd2d7b87bcb9c939c74a34626a6e2f8181455dd49ed69e4"}, + {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:fd8a250edc26254fe5b33be00402e6d287f562b6a5b2152dec302fa15bb3e997"}, + {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:91d77d2a782be4274da750752bb1650a97bfd8f291022b379bb8e01c66b4e96b"}, + {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:45db3a33139e9c8f7c09234b5784a5e33d31fd6907800b316decad50af323ff2"}, + {file = "cffi-1.15.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:263cc3d821c4ab2213cbe8cd8b355a7f72a8324577dc865ef98487c1aeee2bc7"}, + {file = "cffi-1.15.0-cp37-cp37m-win32.whl", hash = "sha256:17771976e82e9f94976180f76468546834d22a7cc404b17c22df2a2c81db0c66"}, + {file = "cffi-1.15.0-cp37-cp37m-win_amd64.whl", hash = "sha256:3415c89f9204ee60cd09b235810be700e993e343a408693e80ce7f6a40108029"}, + {file = "cffi-1.15.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:4238e6dab5d6a8ba812de994bbb0a79bddbdf80994e4ce802b6f6f3142fcc880"}, + {file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:0808014eb713677ec1292301ea4c81ad277b6cdf2fdd90fd540af98c0b101d20"}, + {file = "cffi-1.15.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:57e9ac9ccc3101fac9d6014fba037473e4358ef4e89f8e181f8951a2c0162024"}, + {file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b6c2ea03845c9f501ed1313e78de148cd3f6cad741a75d43a29b43da27f2e1e"}, + {file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:10dffb601ccfb65262a27233ac273d552ddc4d8ae1bf93b21c94b8511bffe728"}, + {file = "cffi-1.15.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:786902fb9ba7433aae840e0ed609f45c7bcd4e225ebb9c753aa39725bb3e6ad6"}, + {file = "cffi-1.15.0-cp38-cp38-win32.whl", hash = "sha256:da5db4e883f1ce37f55c667e5c0de439df76ac4cb55964655906306918e7363c"}, + {file = "cffi-1.15.0-cp38-cp38-win_amd64.whl", hash = "sha256:181dee03b1170ff1969489acf1c26533710231c58f95534e3edac87fff06c443"}, + {file = "cffi-1.15.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:45e8636704eacc432a206ac7345a5d3d2c62d95a507ec70d62f23cd91770482a"}, + {file = "cffi-1.15.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:31fb708d9d7c3f49a60f04cf5b119aeefe5644daba1cd2a0fe389b674fd1de37"}, + {file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:6dc2737a3674b3e344847c8686cf29e500584ccad76204efea14f451d4cc669a"}, + {file = "cffi-1.15.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:74fdfdbfdc48d3f47148976f49fab3251e550a8720bebc99bf1483f5bfb5db3e"}, + {file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ffaa5c925128e29efbde7301d8ecaf35c8c60ffbcd6a1ffd3a552177c8e5e796"}, + {file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3f7d084648d77af029acb79a0ff49a0ad7e9d09057a9bf46596dac9514dc07df"}, + {file = "cffi-1.15.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ef1f279350da2c586a69d32fc8733092fd32cc8ac95139a00377841f59a3f8d8"}, + {file = "cffi-1.15.0-cp39-cp39-win32.whl", hash = "sha256:2a23af14f408d53d5e6cd4e3d9a24ff9e05906ad574822a10563efcef137979a"}, + {file = "cffi-1.15.0-cp39-cp39-win_amd64.whl", hash = "sha256:3773c4d81e6e818df2efbc7dd77325ca0dcb688116050fb2b3011218eda36139"}, + {file = "cffi-1.15.0.tar.gz", hash = "sha256:920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954"}, +] +cfgv = [ + {file = "cfgv-3.3.1-py2.py3-none-any.whl", hash = "sha256:c6a0883f3917a037485059700b9e75da2464e6c27051014ad85ba6aaa5884426"}, + {file = "cfgv-3.3.1.tar.gz", hash = "sha256:f5a830efb9ce7a445376bb66ec94c638a9787422f96264c98edc6bdeed8ab736"}, +] +charset-normalizer = [ + {file = "charset-normalizer-2.0.9.tar.gz", hash = "sha256:b0b883e8e874edfdece9c28f314e3dd5badf067342e42fb162203335ae61aa2c"}, + {file = "charset_normalizer-2.0.9-py3-none-any.whl", hash = "sha256:1eecaa09422db5be9e29d7fc65664e6c33bd06f9ced7838578ba40d58bdf3721"}, +] +cleo = [ + {file = "cleo-0.8.1-py2.py3-none-any.whl", hash = "sha256:141cda6dc94a92343be626bb87a0b6c86ae291dfc732a57bf04310d4b4201753"}, + {file = "cleo-0.8.1.tar.gz", hash = "sha256:3d0e22d30117851b45970b6c14aca4ab0b18b1b53c8af57bed13208147e4069f"}, +] +click = [ + {file = "click-8.0.3-py3-none-any.whl", hash = "sha256:353f466495adaeb40b6b5f592f9f91cb22372351c84caeb068132442a4518ef3"}, + {file = "click-8.0.3.tar.gz", hash = "sha256:410e932b050f5eed773c4cda94de75971c89cdb3155a72a0831139a79e5ecb5b"}, +] +clikit = [ + {file = "clikit-0.6.2-py2.py3-none-any.whl", hash = "sha256:71268e074e68082306e23d7369a7b99f824a0ef926e55ba2665e911f7208489e"}, + {file = "clikit-0.6.2.tar.gz", hash = "sha256:442ee5db9a14120635c5990bcdbfe7c03ada5898291f0c802f77be71569ded59"}, +] +colorama = [ + {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"}, + {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, +] +commonmark = [ + {file = "commonmark-0.9.1-py2.py3-none-any.whl", hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9"}, + {file = "commonmark-0.9.1.tar.gz", hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"}, +] +coverage = [ + {file = "coverage-6.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:6dbc1536e105adda7a6312c778f15aaabe583b0e9a0b0a324990334fd458c94b"}, + {file = "coverage-6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:174cf9b4bef0db2e8244f82059a5a72bd47e1d40e71c68ab055425172b16b7d0"}, + {file = "coverage-6.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:92b8c845527eae547a2a6617d336adc56394050c3ed8a6918683646328fbb6da"}, + {file = "coverage-6.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:c7912d1526299cb04c88288e148c6c87c0df600eca76efd99d84396cfe00ef1d"}, + {file = "coverage-6.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:d5d2033d5db1d58ae2d62f095e1aefb6988af65b4b12cb8987af409587cc0739"}, + {file = "coverage-6.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:3feac4084291642165c3a0d9eaebedf19ffa505016c4d3db15bfe235718d4971"}, + {file = "coverage-6.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:276651978c94a8c5672ea60a2656e95a3cce2a3f31e9fb2d5ebd4c215d095840"}, + {file = "coverage-6.2-cp310-cp310-win32.whl", hash = "sha256:f506af4f27def639ba45789fa6fde45f9a217da0be05f8910458e4557eed020c"}, + {file = "coverage-6.2-cp310-cp310-win_amd64.whl", hash = "sha256:3f7c17209eef285c86f819ff04a6d4cbee9b33ef05cbcaae4c0b4e8e06b3ec8f"}, + {file = "coverage-6.2-cp311-cp311-macosx_10_14_x86_64.whl", hash = "sha256:13362889b2d46e8d9f97c421539c97c963e34031ab0cb89e8ca83a10cc71ac76"}, + {file = "coverage-6.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:22e60a3ca5acba37d1d4a2ee66e051f5b0e1b9ac950b5b0cf4aa5366eda41d47"}, + {file = "coverage-6.2-cp311-cp311-win_amd64.whl", hash = "sha256:b637c57fdb8be84e91fac60d9325a66a5981f8086c954ea2772efe28425eaf64"}, + {file = "coverage-6.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:f467bbb837691ab5a8ca359199d3429a11a01e6dfb3d9dcc676dc035ca93c0a9"}, + {file = "coverage-6.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2641f803ee9f95b1f387f3e8f3bf28d83d9b69a39e9911e5bfee832bea75240d"}, + {file = "coverage-6.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:1219d760ccfafc03c0822ae2e06e3b1248a8e6d1a70928966bafc6838d3c9e48"}, + {file = "coverage-6.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:9a2b5b52be0a8626fcbffd7e689781bf8c2ac01613e77feda93d96184949a98e"}, + {file = "coverage-6.2-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:8e2c35a4c1f269704e90888e56f794e2d9c0262fb0c1b1c8c4ee44d9b9e77b5d"}, + {file = "coverage-6.2-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:5d6b09c972ce9200264c35a1d53d43ca55ef61836d9ec60f0d44273a31aa9f17"}, + {file = "coverage-6.2-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:e3db840a4dee542e37e09f30859f1612da90e1c5239a6a2498c473183a50e781"}, + {file = "coverage-6.2-cp36-cp36m-win32.whl", hash = "sha256:4e547122ca2d244f7c090fe3f4b5a5861255ff66b7ab6d98f44a0222aaf8671a"}, + {file = "coverage-6.2-cp36-cp36m-win_amd64.whl", hash = "sha256:01774a2c2c729619760320270e42cd9e797427ecfddd32c2a7b639cdc481f3c0"}, + {file = "coverage-6.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:fb8b8ee99b3fffe4fd86f4c81b35a6bf7e4462cba019997af2fe679365db0c49"}, + {file = "coverage-6.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:619346d57c7126ae49ac95b11b0dc8e36c1dd49d148477461bb66c8cf13bb521"}, + {file = "coverage-6.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:0a7726f74ff63f41e95ed3a89fef002916c828bb5fcae83b505b49d81a066884"}, + {file = "coverage-6.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:cfd9386c1d6f13b37e05a91a8583e802f8059bebfccde61a418c5808dea6bbfa"}, + {file = "coverage-6.2-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:17e6c11038d4ed6e8af1407d9e89a2904d573be29d51515f14262d7f10ef0a64"}, + {file = "coverage-6.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:c254b03032d5a06de049ce8bca8338a5185f07fb76600afff3c161e053d88617"}, + {file = "coverage-6.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:dca38a21e4423f3edb821292e97cec7ad38086f84313462098568baedf4331f8"}, + {file = "coverage-6.2-cp37-cp37m-win32.whl", hash = "sha256:600617008aa82032ddeace2535626d1bc212dfff32b43989539deda63b3f36e4"}, + {file = "coverage-6.2-cp37-cp37m-win_amd64.whl", hash = "sha256:bf154ba7ee2fd613eb541c2bc03d3d9ac667080a737449d1a3fb342740eb1a74"}, + {file = "coverage-6.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:f9afb5b746781fc2abce26193d1c817b7eb0e11459510fba65d2bd77fe161d9e"}, + {file = "coverage-6.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:edcada2e24ed68f019175c2b2af2a8b481d3d084798b8c20d15d34f5c733fa58"}, + {file = "coverage-6.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:a9c8c4283e17690ff1a7427123ffb428ad6a52ed720d550e299e8291e33184dc"}, + {file = "coverage-6.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f614fc9956d76d8a88a88bb41ddc12709caa755666f580af3a688899721efecd"}, + {file = "coverage-6.2-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:9365ed5cce5d0cf2c10afc6add145c5037d3148585b8ae0e77cc1efdd6aa2953"}, + {file = "coverage-6.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:8bdfe9ff3a4ea37d17f172ac0dff1e1c383aec17a636b9b35906babc9f0f5475"}, + {file = "coverage-6.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:63c424e6f5b4ab1cf1e23a43b12f542b0ec2e54f99ec9f11b75382152981df57"}, + {file = "coverage-6.2-cp38-cp38-win32.whl", hash = "sha256:49dbff64961bc9bdd2289a2bda6a3a5a331964ba5497f694e2cbd540d656dc1c"}, + {file = "coverage-6.2-cp38-cp38-win_amd64.whl", hash = "sha256:9a29311bd6429be317c1f3fe4bc06c4c5ee45e2fa61b2a19d4d1d6111cb94af2"}, + {file = "coverage-6.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:03b20e52b7d31be571c9c06b74746746d4eb82fc260e594dc662ed48145e9efd"}, + {file = "coverage-6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:215f8afcc02a24c2d9a10d3790b21054b58d71f4b3c6f055d4bb1b15cecce685"}, + {file = "coverage-6.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:a4bdeb0a52d1d04123b41d90a4390b096f3ef38eee35e11f0b22c2d031222c6c"}, + {file = "coverage-6.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:c332d8f8d448ded473b97fefe4a0983265af21917d8b0cdcb8bb06b2afe632c3"}, + {file = "coverage-6.2-cp39-cp39-win32.whl", hash = "sha256:6e1394d24d5938e561fbeaa0cd3d356207579c28bd1792f25a068743f2d5b282"}, + {file = "coverage-6.2-cp39-cp39-win_amd64.whl", hash = "sha256:86f2e78b1eff847609b1ca8050c9e1fa3bd44ce755b2ec30e70f2d3ba3844644"}, + {file = "coverage-6.2-pp36.pp37.pp38-none-any.whl", hash = "sha256:5829192582c0ec8ca4a2532407bc14c2f338d9878a10442f5d03804a95fac9de"}, + {file = "coverage-6.2.tar.gz", hash = "sha256:e2cad8093172b7d1595b4ad66f24270808658e11acf43a8f95b41276162eb5b8"}, +] +crashtest = [ + {file = "crashtest-0.3.1-py3-none-any.whl", hash = "sha256:300f4b0825f57688b47b6d70c6a31de33512eb2fa1ac614f780939aa0cf91680"}, + {file = "crashtest-0.3.1.tar.gz", hash = "sha256:42ca7b6ce88b6c7433e2ce47ea884e91ec93104a4b754998be498a8e6c3d37dd"}, +] +cryptography = [ + {file = "cryptography-36.0.0-cp36-abi3-macosx_10_10_universal2.whl", hash = "sha256:9511416e85e449fe1de73f7f99b21b3aa04fba4c4d335d30c486ba3756e3a2a6"}, + {file = "cryptography-36.0.0-cp36-abi3-macosx_10_10_x86_64.whl", hash = "sha256:97199a13b772e74cdcdb03760c32109c808aff7cd49c29e9cf4b7754bb725d1d"}, + {file = "cryptography-36.0.0-cp36-abi3-macosx_11_0_arm64.whl", hash = "sha256:494106e9cd945c2cadfce5374fa44c94cfadf01d4566a3b13bb487d2e6c7959e"}, + {file = "cryptography-36.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:6fbbbb8aab4053fa018984bb0e95a16faeb051dd8cca15add2a27e267ba02b58"}, + {file = "cryptography-36.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:684993ff6f67000a56454b41bdc7e015429732d65a52d06385b6e9de6181c71e"}, + {file = "cryptography-36.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4c702855cd3174666ef0d2d13dcc879090aa9c6c38f5578896407a7028f75b9f"}, + {file = "cryptography-36.0.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d91bc9f535599bed58f6d2e21a2724cb0c3895bf41c6403fe881391d29096f1d"}, + {file = "cryptography-36.0.0-cp36-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:b17d83b3d1610e571fedac21b2eb36b816654d6f7496004d6a0d32f99d1d8120"}, + {file = "cryptography-36.0.0-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:8982c19bb90a4fa2aad3d635c6d71814e38b643649b4000a8419f8691f20ac44"}, + {file = "cryptography-36.0.0-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:24469d9d33217ffd0ce4582dfcf2a76671af115663a95328f63c99ec7ece61a4"}, + {file = "cryptography-36.0.0-cp36-abi3-win32.whl", hash = "sha256:f6a5a85beb33e57998dc605b9dbe7deaa806385fdf5c4810fb849fcd04640c81"}, + {file = "cryptography-36.0.0-cp36-abi3-win_amd64.whl", hash = "sha256:2deab5ec05d83ddcf9b0916319674d3dae88b0e7ee18f8962642d3cde0496568"}, + {file = "cryptography-36.0.0-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:2049f8b87f449fc6190350de443ee0c1dd631f2ce4fa99efad2984de81031681"}, + {file = "cryptography-36.0.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a776bae1629c8d7198396fd93ec0265f8dd2341c553dc32b976168aaf0e6a636"}, + {file = "cryptography-36.0.0-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:aa94d617a4cd4cdf4af9b5af65100c036bce22280ebb15d8b5262e8273ebc6ba"}, + {file = "cryptography-36.0.0-pp38-pypy38_pp73-macosx_10_10_x86_64.whl", hash = "sha256:5c49c9e8fb26a567a2b3fa0343c89f5d325447956cc2fc7231c943b29a973712"}, + {file = "cryptography-36.0.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:ef216d13ac8d24d9cd851776662f75f8d29c9f2d05cdcc2d34a18d32463a9b0b"}, + {file = "cryptography-36.0.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:231c4a69b11f6af79c1495a0e5a85909686ea8db946935224b7825cfb53827ed"}, + {file = "cryptography-36.0.0-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:f92556f94e476c1b616e6daec5f7ddded2c082efa7cee7f31c7aeda615906ed8"}, + {file = "cryptography-36.0.0-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:d73e3a96c38173e0aa5646c31bf8473bc3564837977dd480f5cbeacf1d7ef3a3"}, + {file = "cryptography-36.0.0.tar.gz", hash = "sha256:52f769ecb4ef39865719aedc67b4b7eae167bafa48dbc2a26dd36fa56460507f"}, +] +cycler = [ + {file = "cycler-0.11.0-py3-none-any.whl", hash = "sha256:3a27e95f763a428a739d2add979fa7494c912a32c17c4c38c4d5f082cad165a3"}, + {file = "cycler-0.11.0.tar.gz", hash = "sha256:9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f"}, +] +distlib = [ + {file = "distlib-0.3.4-py2.py3-none-any.whl", hash = "sha256:6564fe0a8f51e734df6333d08b8b94d4ea8ee6b99b5ed50613f731fd4089f34b"}, + {file = "distlib-0.3.4.zip", hash = "sha256:e4b58818180336dc9c529bfb9a0b58728ffc09ad92027a3f30b7cd91e3458579"}, +] +docutils = [ + {file = "docutils-0.17.1-py2.py3-none-any.whl", hash = "sha256:cf316c8370a737a022b72b56874f6602acf974a37a9fba42ec2876387549fc61"}, + {file = "docutils-0.17.1.tar.gz", hash = "sha256:686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125"}, +] +fair-cli = [ + {file = "fair-cli-0.2.3.tar.gz", hash = "sha256:92706fd21f8d97e2bd6bbdcd185aa0d6b6563bb4a53a29dbb4fc6c248c1959b8"}, + {file = "fair_cli-0.2.3-py3-none-any.whl", hash = "sha256:c7a06a6bc8801e0f259005ffe02d3a8a707410388a8f7e2a033e06fba99bdfbb"}, +] +filelock = [ + {file = "filelock-3.4.0-py3-none-any.whl", hash = "sha256:2e139a228bcf56dd8b2274a65174d005c4a6b68540ee0bdbb92c76f43f29f7e8"}, + {file = "filelock-3.4.0.tar.gz", hash = "sha256:93d512b32a23baf4cac44ffd72ccf70732aeff7b8050fcaf6d3ec406d954baf4"}, +] +flake8 = [ + {file = "flake8-3.9.2-py2.py3-none-any.whl", hash = "sha256:bf8fd333346d844f616e8d47905ef3a3384edae6b4e9beb0c5101e25e3110907"}, + {file = "flake8-3.9.2.tar.gz", hash = "sha256:07528381786f2a6237b061f6e96610a4167b226cb926e2aa2b6b1d78057c576b"}, +] +fonttools = [ + {file = "fonttools-4.28.3-py3-none-any.whl", hash = "sha256:ca6ecc67e5a5620d31754f92147f22f48fd5461fd3fafe6afe031aa9ee079b0f"}, + {file = "fonttools-4.28.3.zip", hash = "sha256:edb48922873d3fda489ab400bd40888ac239ae8070b53f494b839bcdff0d01f6"}, +] +gitdb = [ + {file = "gitdb-4.0.9-py3-none-any.whl", hash = "sha256:8033ad4e853066ba6ca92050b9df2f89301b8fc8bf7e9324d412a63f8bf1a8fd"}, + {file = "gitdb-4.0.9.tar.gz", hash = "sha256:bac2fd45c0a1c9cf619e63a90d62bdc63892ef92387424b855792a6cabe789aa"}, +] +gitpython = [ + {file = "GitPython-3.1.24-py3-none-any.whl", hash = "sha256:dc0a7f2f697657acc8d7f89033e8b1ea94dd90356b2983bca89dc8d2ab3cc647"}, + {file = "GitPython-3.1.24.tar.gz", hash = "sha256:df83fdf5e684fef7c6ee2c02fc68a5ceb7e7e759d08b694088d0cacb4eba59e5"}, +] +h5py = [ + {file = "h5py-3.6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a5320837c60870911645e9a935099bdb2be6a786fcf0dac5c860f3b679e2de55"}, + {file = "h5py-3.6.0-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98646e659bf8591a2177e12a4461dced2cad72da0ba4247643fd118db88880d2"}, + {file = "h5py-3.6.0-cp310-cp310-win_amd64.whl", hash = "sha256:5996ff5adefd2d68c330a4265b6ef92e51b2fc674834a5990add5033bf109e20"}, + {file = "h5py-3.6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c9a5529343a619fea777b7caa27d493595b28b5af8b005e8d1817559fcccf493"}, + {file = "h5py-3.6.0-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:e2b49c48df05e19bb20b400b7ff7dc6f1ee36b84dc717c3771c468b33697b466"}, + {file = "h5py-3.6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cd9447633b0bafaf82190d9a8d56f3cb2e8d30169483aee67d800816e028190a"}, + {file = "h5py-3.6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:1c5acc660c458421e88c4c5fe092ce15923adfac4c732af1ac4fced683a5ea97"}, + {file = "h5py-3.6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:35ab552c6f0a93365b3cb5664a5305f3920daa0a43deb5b2c547c52815ec46b9"}, + {file = "h5py-3.6.0-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:542781d50e1182b8fb619b1265dfe1c765e18215f818b0ab28b2983c28471325"}, + {file = "h5py-3.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9f39242960b8d7f86f3056cc2546aa3047ff4835985f6483229af8f029e9c8db"}, + {file = "h5py-3.6.0-cp38-cp38-win_amd64.whl", hash = "sha256:8ecedf16c613973622a334701f67edcc0249469f9daa0576e994fb20ac0405db"}, + {file = "h5py-3.6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:d8cacad89aa7daf3626fce106f7f2662ac35b14849df22d252d0d8fab9dc1c0b"}, + {file = "h5py-3.6.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:dbaa1ed9768bf9ff04af0919acc55746e62b28333644f0251f38768313f31745"}, + {file = "h5py-3.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:954c5c39a09b5302f69f752c3bbf165d368a65c8d200f7d5655e0fa6368a75e6"}, + {file = "h5py-3.6.0-cp39-cp39-win_amd64.whl", hash = "sha256:9fd8a14236fdd092a20c0bdf25c3aba3777718d266fabb0fdded4fcf252d1630"}, + {file = "h5py-3.6.0.tar.gz", hash = "sha256:8752d2814a92aba4e2b2a5922d2782d0029102d99caaf3c201a566bc0b40db29"}, +] +html5lib = [ + {file = "html5lib-1.1-py2.py3-none-any.whl", hash = "sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d"}, + {file = "html5lib-1.1.tar.gz", hash = "sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f"}, +] +identify = [ + {file = "identify-2.4.0-py2.py3-none-any.whl", hash = "sha256:eba31ca80258de6bb51453084bff4a923187cd2193b9c13710f2516ab30732cc"}, + {file = "identify-2.4.0.tar.gz", hash = "sha256:a33ae873287e81651c7800ca309dc1f84679b763c9c8b30680e16fbfa82f0107"}, +] +idna = [ + {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"}, + {file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"}, +] +imagesize = [ + {file = "imagesize-1.3.0-py2.py3-none-any.whl", hash = "sha256:1db2f82529e53c3e929e8926a1fa9235aa82d0bd0c580359c67ec31b2fddaa8c"}, + {file = "imagesize-1.3.0.tar.gz", hash = "sha256:cd1750d452385ca327479d45b64d9c7729ecf0b3969a58148298c77092261f9d"}, +] +importlib-metadata = [ + {file = "importlib_metadata-1.7.0-py2.py3-none-any.whl", hash = "sha256:dc15b2969b4ce36305c51eebe62d418ac7791e9a157911d58bfb1f9ccd8e2070"}, + {file = "importlib_metadata-1.7.0.tar.gz", hash = "sha256:90bb658cdbbf6d1735b6341ce708fc7024a3e14e99ffdc5783edea9f9b077f83"}, +] +iniconfig = [ + {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, + {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, +] +isort = [ + {file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"}, + {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, +] +jeepney = [ + {file = "jeepney-0.7.1-py3-none-any.whl", hash = "sha256:1b5a0ea5c0e7b166b2f5895b91a08c14de8915afda4407fb5022a195224958ac"}, + {file = "jeepney-0.7.1.tar.gz", hash = "sha256:fa9e232dfa0c498bd0b8a3a73b8d8a31978304dcef0515adc859d4e096f96f4f"}, +] +jinja2 = [ + {file = "Jinja2-3.0.3-py3-none-any.whl", hash = "sha256:077ce6014f7b40d03b47d1f1ca4b0fc8328a692bd284016f806ed0eaca390ad8"}, + {file = "Jinja2-3.0.3.tar.gz", hash = "sha256:611bb273cd68f3b993fabdc4064fc858c5b47a973cb5aa7999ec1ba405c87cd7"}, +] +keyring = [ + {file = "keyring-21.8.0-py3-none-any.whl", hash = "sha256:4be9cbaaaf83e61d6399f733d113ede7d1c73bc75cb6aeb64eee0f6ac39b30ea"}, + {file = "keyring-21.8.0.tar.gz", hash = "sha256:1746d3ac913d449a090caf11e9e4af00e26c3f7f7e81027872192b2398b98675"}, +] +kiwisolver = [ + {file = "kiwisolver-1.3.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:1d819553730d3c2724582124aee8a03c846ec4362ded1034c16fb3ef309264e6"}, + {file = "kiwisolver-1.3.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:8d93a1095f83e908fc253f2fb569c2711414c0bfd451cab580466465b235b470"}, + {file = "kiwisolver-1.3.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c4550a359c5157aaf8507e6820d98682872b9100ce7607f8aa070b4b8af6c298"}, + {file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:2210f28778c7d2ee13f3c2a20a3a22db889e75f4ec13a21072eabb5693801e84"}, + {file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:82f49c5a79d3839bc8f38cb5f4bfc87e15f04cbafa5fbd12fb32c941cb529cfb"}, + {file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9661a04ca3c950a8ac8c47f53cbc0b530bce1b52f516a1e87b7736fec24bfff0"}, + {file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2ddb500a2808c100e72c075cbb00bf32e62763c82b6a882d403f01a119e3f402"}, + {file = "kiwisolver-1.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:72be6ebb4e92520b9726d7146bc9c9b277513a57a38efcf66db0620aec0097e0"}, + {file = "kiwisolver-1.3.2-cp310-cp310-win32.whl", hash = "sha256:83d2c9db5dfc537d0171e32de160461230eb14663299b7e6d18ca6dca21e4977"}, + {file = "kiwisolver-1.3.2-cp310-cp310-win_amd64.whl", hash = "sha256:cba430db673c29376135e695c6e2501c44c256a81495da849e85d1793ee975ad"}, + {file = "kiwisolver-1.3.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:4116ba9a58109ed5e4cb315bdcbff9838f3159d099ba5259c7c7fb77f8537492"}, + {file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:19554bd8d54cf41139f376753af1a644b63c9ca93f8f72009d50a2080f870f77"}, + {file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a7a4cf5bbdc861987a7745aed7a536c6405256853c94abc9f3287c3fa401b174"}, + {file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0007840186bacfaa0aba4466d5890334ea5938e0bb7e28078a0eb0e63b5b59d5"}, + {file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:ec2eba188c1906b05b9b49ae55aae4efd8150c61ba450e6721f64620c50b59eb"}, + {file = "kiwisolver-1.3.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:3dbb3cea20b4af4f49f84cffaf45dd5f88e8594d18568e0225e6ad9dec0e7967"}, + {file = "kiwisolver-1.3.2-cp37-cp37m-win32.whl", hash = "sha256:5326ddfacbe51abf9469fe668944bc2e399181a2158cb5d45e1d40856b2a0589"}, + {file = "kiwisolver-1.3.2-cp37-cp37m-win_amd64.whl", hash = "sha256:c6572c2dab23c86a14e82c245473d45b4c515314f1f859e92608dcafbd2f19b8"}, + {file = "kiwisolver-1.3.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:b5074fb09429f2b7bc82b6fb4be8645dcbac14e592128beeff5461dcde0af09f"}, + {file = "kiwisolver-1.3.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:22521219ca739654a296eea6d4367703558fba16f98688bd8ce65abff36eaa84"}, + {file = "kiwisolver-1.3.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:c358721aebd40c243894298f685a19eb0491a5c3e0b923b9f887ef1193ddf829"}, + {file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7ba5a1041480c6e0a8b11a9544d53562abc2d19220bfa14133e0cdd9967e97af"}, + {file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:44e6adf67577dbdfa2d9f06db9fbc5639afefdb5bf2b4dfec25c3a7fbc619536"}, + {file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1d45d1c74f88b9f41062716c727f78f2a59a5476ecbe74956fafb423c5c87a76"}, + {file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:70adc3658138bc77a36ce769f5f183169bc0a2906a4f61f09673f7181255ac9b"}, + {file = "kiwisolver-1.3.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:b6a5431940f28b6de123de42f0eb47b84a073ee3c3345dc109ad550a3307dd28"}, + {file = "kiwisolver-1.3.2-cp38-cp38-win32.whl", hash = "sha256:ee040a7de8d295dbd261ef2d6d3192f13e2b08ec4a954de34a6fb8ff6422e24c"}, + {file = "kiwisolver-1.3.2-cp38-cp38-win_amd64.whl", hash = "sha256:8dc3d842fa41a33fe83d9f5c66c0cc1f28756530cd89944b63b072281e852031"}, + {file = "kiwisolver-1.3.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:a498bcd005e8a3fedd0022bb30ee0ad92728154a8798b703f394484452550507"}, + {file = "kiwisolver-1.3.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:80efd202108c3a4150e042b269f7c78643420cc232a0a771743bb96b742f838f"}, + {file = "kiwisolver-1.3.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f8eb7b6716f5b50e9c06207a14172cf2de201e41912ebe732846c02c830455b9"}, + {file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:f441422bb313ab25de7b3dbfd388e790eceb76ce01a18199ec4944b369017009"}, + {file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:30fa008c172355c7768159983a7270cb23838c4d7db73d6c0f6b60dde0d432c6"}, + {file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2f8f6c8f4f1cff93ca5058d6ec5f0efda922ecb3f4c5fb76181f327decff98b8"}, + {file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ba677bcaff9429fd1bf01648ad0901cea56c0d068df383d5f5856d88221fe75b"}, + {file = "kiwisolver-1.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7843b1624d6ccca403a610d1277f7c28ad184c5aa88a1750c1a999754e65b439"}, + {file = "kiwisolver-1.3.2-cp39-cp39-win32.whl", hash = "sha256:e6f5eb2f53fac7d408a45fbcdeda7224b1cfff64919d0f95473420a931347ae9"}, + {file = "kiwisolver-1.3.2-cp39-cp39-win_amd64.whl", hash = "sha256:eedd3b59190885d1ebdf6c5e0ca56828beb1949b4dfe6e5d0256a461429ac386"}, + {file = "kiwisolver-1.3.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:dedc71c8eb9c5096037766390172c34fb86ef048b8e8958b4e484b9e505d66bc"}, + {file = "kiwisolver-1.3.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:bf7eb45d14fc036514c09554bf983f2a72323254912ed0c3c8e697b62c4c158f"}, + {file = "kiwisolver-1.3.2-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:2b65bd35f3e06a47b5c30ea99e0c2b88f72c6476eedaf8cfbc8e66adb5479dcf"}, + {file = "kiwisolver-1.3.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:25405f88a37c5f5bcba01c6e350086d65e7465fd1caaf986333d2a045045a223"}, + {file = "kiwisolver-1.3.2-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:bcadb05c3d4794eb9eee1dddf1c24215c92fb7b55a80beae7a60530a91060560"}, + {file = "kiwisolver-1.3.2.tar.gz", hash = "sha256:fc4453705b81d03568d5b808ad8f09c77c47534f6ac2e72e733f9ca4714aa75c"}, +] +lockfile = [ + {file = "lockfile-0.12.2-py2.py3-none-any.whl", hash = "sha256:6c3cb24f344923d30b2785d5ad75182c8ea7ac1b6171b08657258ec7429d50fa"}, + {file = "lockfile-0.12.2.tar.gz", hash = "sha256:6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799"}, +] +markupsafe = [ + {file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:d8446c54dc28c01e5a2dbac5a25f071f6653e6e40f3a8818e8b45d790fe6ef53"}, + {file = "MarkupSafe-2.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:36bc903cbb393720fad60fc28c10de6acf10dc6cc883f3e24ee4012371399a38"}, + {file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2d7d807855b419fc2ed3e631034685db6079889a1f01d5d9dac950f764da3dad"}, + {file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:add36cb2dbb8b736611303cd3bfcee00afd96471b09cda130da3581cbdc56a6d"}, + {file = "MarkupSafe-2.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:168cd0a3642de83558a5153c8bd34f175a9a6e7f6dc6384b9655d2697312a646"}, + {file = "MarkupSafe-2.0.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:4dc8f9fb58f7364b63fd9f85013b780ef83c11857ae79f2feda41e270468dd9b"}, + {file = "MarkupSafe-2.0.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:20dca64a3ef2d6e4d5d615a3fd418ad3bde77a47ec8a23d984a12b5b4c74491a"}, + {file = "MarkupSafe-2.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:cdfba22ea2f0029c9261a4bd07e830a8da012291fbe44dc794e488b6c9bb353a"}, + {file = "MarkupSafe-2.0.1-cp310-cp310-win32.whl", hash = "sha256:99df47edb6bda1249d3e80fdabb1dab8c08ef3975f69aed437cb69d0a5de1e28"}, + {file = "MarkupSafe-2.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:e0f138900af21926a02425cf736db95be9f4af72ba1bb21453432a07f6082134"}, + {file = "MarkupSafe-2.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:f9081981fe268bd86831e5c75f7de206ef275defcb82bc70740ae6dc507aee51"}, + {file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:0955295dd5eec6cb6cc2fe1698f4c6d84af2e92de33fbcac4111913cd100a6ff"}, + {file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:0446679737af14f45767963a1a9ef7620189912317d095f2d9ffa183a4d25d2b"}, + {file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:f826e31d18b516f653fe296d967d700fddad5901ae07c622bb3705955e1faa94"}, + {file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:fa130dd50c57d53368c9d59395cb5526eda596d3ffe36666cd81a44d56e48872"}, + {file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:905fec760bd2fa1388bb5b489ee8ee5f7291d692638ea5f67982d968366bef9f"}, + {file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bf5d821ffabf0ef3533c39c518f3357b171a1651c1ff6827325e4489b0e46c3c"}, + {file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:0d4b31cc67ab36e3392bbf3862cfbadac3db12bdd8b02a2731f509ed5b829724"}, + {file = "MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:baa1a4e8f868845af802979fcdbf0bb11f94f1cb7ced4c4b8a351bb60d108145"}, + {file = "MarkupSafe-2.0.1-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:deb993cacb280823246a026e3b2d81c493c53de6acfd5e6bfe31ab3402bb37dd"}, + {file = "MarkupSafe-2.0.1-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:63f3268ba69ace99cab4e3e3b5840b03340efed0948ab8f78d2fd87ee5442a4f"}, + {file = "MarkupSafe-2.0.1-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:8d206346619592c6200148b01a2142798c989edcb9c896f9ac9722a99d4e77e6"}, + {file = "MarkupSafe-2.0.1-cp36-cp36m-win32.whl", hash = "sha256:6c4ca60fa24e85fe25b912b01e62cb969d69a23a5d5867682dd3e80b5b02581d"}, + {file = "MarkupSafe-2.0.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b2f4bf27480f5e5e8ce285a8c8fd176c0b03e93dcc6646477d4630e83440c6a9"}, + {file = "MarkupSafe-2.0.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:0717a7390a68be14b8c793ba258e075c6f4ca819f15edfc2a3a027c823718567"}, + {file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:6557b31b5e2c9ddf0de32a691f2312a32f77cd7681d8af66c2692efdbef84c18"}, + {file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:49e3ceeabbfb9d66c3aef5af3a60cc43b85c33df25ce03d0031a608b0a8b2e3f"}, + {file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:d7f9850398e85aba693bb640262d3611788b1f29a79f0c93c565694658f4071f"}, + {file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:6a7fae0dd14cf60ad5ff42baa2e95727c3d81ded453457771d02b7d2b3f9c0c2"}, + {file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:b7f2d075102dc8c794cbde1947378051c4e5180d52d276987b8d28a3bd58c17d"}, + {file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e9936f0b261d4df76ad22f8fee3ae83b60d7c3e871292cd42f40b81b70afae85"}, + {file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:2a7d351cbd8cfeb19ca00de495e224dea7e7d919659c2841bbb7f420ad03e2d6"}, + {file = "MarkupSafe-2.0.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:60bf42e36abfaf9aff1f50f52644b336d4f0a3fd6d8a60ca0d054ac9f713a864"}, + {file = "MarkupSafe-2.0.1-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:d6c7ebd4e944c85e2c3421e612a7057a2f48d478d79e61800d81468a8d842207"}, + {file = "MarkupSafe-2.0.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:f0567c4dc99f264f49fe27da5f735f414c4e7e7dd850cfd8e69f0862d7c74ea9"}, + {file = "MarkupSafe-2.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:89c687013cb1cd489a0f0ac24febe8c7a666e6e221b783e53ac50ebf68e45d86"}, + {file = "MarkupSafe-2.0.1-cp37-cp37m-win32.whl", hash = "sha256:a30e67a65b53ea0a5e62fe23682cfe22712e01f453b95233b25502f7c61cb415"}, + {file = "MarkupSafe-2.0.1-cp37-cp37m-win_amd64.whl", hash = "sha256:611d1ad9a4288cf3e3c16014564df047fe08410e628f89805e475368bd304914"}, + {file = "MarkupSafe-2.0.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:5bb28c636d87e840583ee3adeb78172efc47c8b26127267f54a9c0ec251d41a9"}, + {file = "MarkupSafe-2.0.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:be98f628055368795d818ebf93da628541e10b75b41c559fdf36d104c5787066"}, + {file = "MarkupSafe-2.0.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:1d609f577dc6e1aa17d746f8bd3c31aa4d258f4070d61b2aa5c4166c1539de35"}, + {file = "MarkupSafe-2.0.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:7d91275b0245b1da4d4cfa07e0faedd5b0812efc15b702576d103293e252af1b"}, + {file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:01a9b8ea66f1658938f65b93a85ebe8bc016e6769611be228d797c9d998dd298"}, + {file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:47ab1e7b91c098ab893b828deafa1203de86d0bc6ab587b160f78fe6c4011f75"}, + {file = "MarkupSafe-2.0.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:97383d78eb34da7e1fa37dd273c20ad4320929af65d156e35a5e2d89566d9dfb"}, + {file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6fcf051089389abe060c9cd7caa212c707e58153afa2c649f00346ce6d260f1b"}, + {file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:5855f8438a7d1d458206a2466bf82b0f104a3724bf96a1c781ab731e4201731a"}, + {file = "MarkupSafe-2.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:3dd007d54ee88b46be476e293f48c85048603f5f516008bee124ddd891398ed6"}, + {file = "MarkupSafe-2.0.1-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:aca6377c0cb8a8253e493c6b451565ac77e98c2951c45f913e0b52facdcff83f"}, + {file = "MarkupSafe-2.0.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:04635854b943835a6ea959e948d19dcd311762c5c0c6e1f0e16ee57022669194"}, + {file = "MarkupSafe-2.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:6300b8454aa6930a24b9618fbb54b5a68135092bc666f7b06901f897fa5c2fee"}, + {file = "MarkupSafe-2.0.1-cp38-cp38-win32.whl", hash = "sha256:023cb26ec21ece8dc3907c0e8320058b2e0cb3c55cf9564da612bc325bed5e64"}, + {file = "MarkupSafe-2.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:984d76483eb32f1bcb536dc27e4ad56bba4baa70be32fa87152832cdd9db0833"}, + {file = "MarkupSafe-2.0.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:2ef54abee730b502252bcdf31b10dacb0a416229b72c18b19e24a4509f273d26"}, + {file = "MarkupSafe-2.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3c112550557578c26af18a1ccc9e090bfe03832ae994343cfdacd287db6a6ae7"}, + {file = "MarkupSafe-2.0.1-cp39-cp39-manylinux1_i686.whl", hash = "sha256:53edb4da6925ad13c07b6d26c2a852bd81e364f95301c66e930ab2aef5b5ddd8"}, + {file = "MarkupSafe-2.0.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:f5653a225f31e113b152e56f154ccbe59eeb1c7487b39b9d9f9cdb58e6c79dc5"}, + {file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:4efca8f86c54b22348a5467704e3fec767b2db12fc39c6d963168ab1d3fc9135"}, + {file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:ab3ef638ace319fa26553db0624c4699e31a28bb2a835c5faca8f8acf6a5a902"}, + {file = "MarkupSafe-2.0.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:f8ba0e8349a38d3001fae7eadded3f6606f0da5d748ee53cc1dab1d6527b9509"}, + {file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c47adbc92fc1bb2b3274c4b3a43ae0e4573d9fbff4f54cd484555edbf030baf1"}, + {file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:37205cac2a79194e3750b0af2a5720d95f786a55ce7df90c3af697bfa100eaac"}, + {file = "MarkupSafe-2.0.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:1f2ade76b9903f39aa442b4aadd2177decb66525062db244b35d71d0ee8599b6"}, + {file = "MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:4296f2b1ce8c86a6aea78613c34bb1a672ea0e3de9c6ba08a960efe0b0a09047"}, + {file = "MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:9f02365d4e99430a12647f09b6cc8bab61a6564363f313126f775eb4f6ef798e"}, + {file = "MarkupSafe-2.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5b6d930f030f8ed98e3e6c98ffa0652bdb82601e7a016ec2ab5d7ff23baa78d1"}, + {file = "MarkupSafe-2.0.1-cp39-cp39-win32.whl", hash = "sha256:10f82115e21dc0dfec9ab5c0223652f7197feb168c940f3ef61563fc2d6beb74"}, + {file = "MarkupSafe-2.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:693ce3f9e70a6cf7d2fb9e6c9d8b204b6b39897a2c4a1aa65728d5ac97dcc1d8"}, + {file = "MarkupSafe-2.0.1.tar.gz", hash = "sha256:594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a"}, +] +matplotlib = [ + {file = "matplotlib-3.5.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:456cc8334f6d1124e8ff856b42d2cc1c84335375a16448189999496549f7182b"}, + {file = "matplotlib-3.5.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:8a77906dc2ef9b67407cec0bdbf08e3971141e535db888974a915be5e1e3efc6"}, + {file = "matplotlib-3.5.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8e70ae6475cfd0fad3816dcbf6cac536dc6f100f7474be58d59fa306e6e768a4"}, + {file = "matplotlib-3.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:53273c5487d1c19c3bc03b9eb82adaf8456f243b97ed79d09dded747abaf1235"}, + {file = "matplotlib-3.5.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e3b6f3fd0d8ca37861c31e9a7cab71a0ef14c639b4c95654ea1dd153158bf0df"}, + {file = "matplotlib-3.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e8c87cdaf06fd7b2477f68909838ff4176f105064a72ca9d24d3f2a29f73d393"}, + {file = "matplotlib-3.5.1-cp310-cp310-win32.whl", hash = "sha256:e2f28a07b4f82abb40267864ad7b3a4ed76f1b1663e81c7efc84a9b9248f672f"}, + {file = "matplotlib-3.5.1-cp310-cp310-win_amd64.whl", hash = "sha256:d70a32ee1f8b55eed3fd4e892f0286df8cccc7e0475c11d33b5d0a148f5c7599"}, + {file = "matplotlib-3.5.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:68fa30cec89b6139dc559ed6ef226c53fd80396da1919a1b5ef672c911aaa767"}, + {file = "matplotlib-3.5.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2e3484d8455af3fdb0424eae1789af61f6a79da0c80079125112fd5c1b604218"}, + {file = "matplotlib-3.5.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e293b16cf303fe82995e41700d172a58a15efc5331125d08246b520843ef21ee"}, + {file = "matplotlib-3.5.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:e3520a274a0e054e919f5b3279ee5dbccf5311833819ccf3399dab7c83e90a25"}, + {file = "matplotlib-3.5.1-cp37-cp37m-win32.whl", hash = "sha256:2252bfac85cec7af4a67e494bfccf9080bcba8a0299701eab075f48847cca907"}, + {file = "matplotlib-3.5.1-cp37-cp37m-win_amd64.whl", hash = "sha256:abf67e05a1b7f86583f6ebd01f69b693b9c535276f4e943292e444855870a1b8"}, + {file = "matplotlib-3.5.1-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:6c094e4bfecd2fa7f9adffd03d8abceed7157c928c2976899de282f3600f0a3d"}, + {file = "matplotlib-3.5.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:506b210cc6e66a0d1c2bb765d055f4f6bc2745070fb1129203b67e85bbfa5c18"}, + {file = "matplotlib-3.5.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:b04fc29bcef04d4e2d626af28d9d892be6aba94856cb46ed52bcb219ceac8943"}, + {file = "matplotlib-3.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:577ed20ec9a18d6bdedb4616f5e9e957b4c08563a9f985563a31fd5b10564d2a"}, + {file = "matplotlib-3.5.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e486f60db0cd1c8d68464d9484fd2a94011c1ac8593d765d0211f9daba2bd535"}, + {file = "matplotlib-3.5.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:b71f3a7ca935fc759f2aed7cec06cfe10bc3100fadb5dbd9c435b04e557971e1"}, + {file = "matplotlib-3.5.1-cp38-cp38-win32.whl", hash = "sha256:d24e5bb8028541ce25e59390122f5e48c8506b7e35587e5135efcb6471b4ac6c"}, + {file = "matplotlib-3.5.1-cp38-cp38-win_amd64.whl", hash = "sha256:778d398c4866d8e36ee3bf833779c940b5f57192fa0a549b3ad67bc4c822771b"}, + {file = "matplotlib-3.5.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:bb1c613908f11bac270bc7494d68b1ef6e7c224b7a4204d5dacf3522a41e2bc3"}, + {file = "matplotlib-3.5.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:edf5e4e1d5fb22c18820e8586fb867455de3b109c309cb4fce3aaed85d9468d1"}, + {file = "matplotlib-3.5.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:40e0d7df05e8efe60397c69b467fc8f87a2affeb4d562fe92b72ff8937a2b511"}, + {file = "matplotlib-3.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7a350ca685d9f594123f652ba796ee37219bf72c8e0fc4b471473d87121d6d34"}, + {file = "matplotlib-3.5.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:3e66497cd990b1a130e21919b004da2f1dc112132c01ac78011a90a0f9229778"}, + {file = "matplotlib-3.5.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:87900c67c0f1728e6db17c6809ec05c025c6624dcf96a8020326ea15378fe8e7"}, + {file = "matplotlib-3.5.1-cp39-cp39-win32.whl", hash = "sha256:b8a4fb2a0c5afbe9604f8a91d7d0f27b1832c3e0b5e365f95a13015822b4cd65"}, + {file = "matplotlib-3.5.1-cp39-cp39-win_amd64.whl", hash = "sha256:fe8d40c434a8e2c68d64c6d6a04e77f21791a93ff6afe0dce169597c110d3079"}, + {file = "matplotlib-3.5.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl", hash = "sha256:34a1fc29f8f96e78ec57a5eff5e8d8b53d3298c3be6df61e7aa9efba26929522"}, + {file = "matplotlib-3.5.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:b19a761b948e939a9e20173aaae76070025f0024fc8f7ba08bef22a5c8573afc"}, + {file = "matplotlib-3.5.1-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:6803299cbf4665eca14428d9e886de62e24f4223ac31ab9c5d6d5339a39782c7"}, + {file = "matplotlib-3.5.1-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:14334b9902ec776461c4b8c6516e26b450f7ebe0b3ef8703bf5cdfbbaecf774a"}, + {file = "matplotlib-3.5.1.tar.gz", hash = "sha256:b2e9810e09c3a47b73ce9cab5a72243a1258f61e7900969097a817232246ce1c"}, +] +mccabe = [ + {file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"}, + {file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"}, +] +msgpack = [ + {file = "msgpack-1.0.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:96acc674bb9c9be63fa8b6dabc3248fdc575c4adc005c440ad02f87ca7edd079"}, + {file = "msgpack-1.0.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:2c3ca57c96c8e69c1a0d2926a6acf2d9a522b41dc4253a8945c4c6cd4981a4e3"}, + {file = "msgpack-1.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b0a792c091bac433dfe0a70ac17fc2087d4595ab835b47b89defc8bbabcf5c73"}, + {file = "msgpack-1.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1c58cdec1cb5fcea8c2f1771d7b5fec79307d056874f746690bd2bdd609ab147"}, + {file = "msgpack-1.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2f97c0f35b3b096a330bb4a1a9247d0bd7e1f3a2eba7ab69795501504b1c2c39"}, + {file = "msgpack-1.0.3-cp310-cp310-win32.whl", hash = "sha256:36a64a10b16c2ab31dcd5f32d9787ed41fe68ab23dd66957ca2826c7f10d0b85"}, + {file = "msgpack-1.0.3-cp310-cp310-win_amd64.whl", hash = "sha256:c1ba333b4024c17c7591f0f372e2daa3c31db495a9b2af3cf664aef3c14354f7"}, + {file = "msgpack-1.0.3-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:c2140cf7a3ec475ef0938edb6eb363fa704159e0bf71dde15d953bacc1cf9d7d"}, + {file = "msgpack-1.0.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6f4c22717c74d44bcd7af353024ce71c6b55346dad5e2cc1ddc17ce8c4507c6b"}, + {file = "msgpack-1.0.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47d733a15ade190540c703de209ffbc42a3367600421b62ac0c09fde594da6ec"}, + {file = "msgpack-1.0.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c7e03b06f2982aa98d4ddd082a210c3db200471da523f9ac197f2828e80e7770"}, + {file = "msgpack-1.0.3-cp36-cp36m-win32.whl", hash = "sha256:3d875631ecab42f65f9dce6f55ce6d736696ced240f2634633188de2f5f21af9"}, + {file = "msgpack-1.0.3-cp36-cp36m-win_amd64.whl", hash = "sha256:40fb89b4625d12d6027a19f4df18a4de5c64f6f3314325049f219683e07e678a"}, + {file = "msgpack-1.0.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:6eef0cf8db3857b2b556213d97dd82de76e28a6524853a9beb3264983391dc1a"}, + {file = "msgpack-1.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0d8c332f53ffff01953ad25131272506500b14750c1d0ce8614b17d098252fbc"}, + {file = "msgpack-1.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9c0903bd93cbd34653dd63bbfcb99d7539c372795201f39d16fdfde4418de43a"}, + {file = "msgpack-1.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bf1e6bfed4860d72106f4e0a1ab519546982b45689937b40257cfd820650b920"}, + {file = "msgpack-1.0.3-cp37-cp37m-win32.whl", hash = "sha256:d02cea2252abc3756b2ac31f781f7a98e89ff9759b2e7450a1c7a0d13302ff50"}, + {file = "msgpack-1.0.3-cp37-cp37m-win_amd64.whl", hash = "sha256:2f30dd0dc4dfe6231ad253b6f9f7128ac3202ae49edd3f10d311adc358772dba"}, + {file = "msgpack-1.0.3-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:f201d34dc89342fabb2a10ed7c9a9aaaed9b7af0f16a5923f1ae562b31258dea"}, + {file = "msgpack-1.0.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bb87f23ae7d14b7b3c21009c4b1705ec107cb21ee71975992f6aca571fb4a42a"}, + {file = "msgpack-1.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8a3a5c4b16e9d0edb823fe54b59b5660cc8d4782d7bf2c214cb4b91a1940a8ef"}, + {file = "msgpack-1.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f74da1e5fcf20ade12c6bf1baa17a2dc3604958922de8dc83cbe3eff22e8b611"}, + {file = "msgpack-1.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:73a80bd6eb6bcb338c1ec0da273f87420829c266379c8c82fa14c23fb586cfa1"}, + {file = "msgpack-1.0.3-cp38-cp38-win32.whl", hash = "sha256:9fce00156e79af37bb6db4e7587b30d11e7ac6a02cb5bac387f023808cd7d7f4"}, + {file = "msgpack-1.0.3-cp38-cp38-win_amd64.whl", hash = "sha256:9b6f2d714c506e79cbead331de9aae6837c8dd36190d02da74cb409b36162e8a"}, + {file = "msgpack-1.0.3-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:89908aea5f46ee1474cc37fbc146677f8529ac99201bc2faf4ef8edc023c2bf3"}, + {file = "msgpack-1.0.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:973ad69fd7e31159eae8f580f3f707b718b61141838321c6fa4d891c4a2cca52"}, + {file = "msgpack-1.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:da24375ab4c50e5b7486c115a3198d207954fe10aaa5708f7b65105df09109b2"}, + {file = "msgpack-1.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a598d0685e4ae07a0672b59792d2cc767d09d7a7f39fd9bd37ff84e060b1a996"}, + {file = "msgpack-1.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e4c309a68cb5d6bbd0c50d5c71a25ae81f268c2dc675c6f4ea8ab2feec2ac4e2"}, + {file = "msgpack-1.0.3-cp39-cp39-win32.whl", hash = "sha256:494471d65b25a8751d19c83f1a482fd411d7ca7a3b9e17d25980a74075ba0e88"}, + {file = "msgpack-1.0.3-cp39-cp39-win_amd64.whl", hash = "sha256:f01b26c2290cbd74316990ba84a14ac3d599af9cebefc543d241a66e785cf17d"}, + {file = "msgpack-1.0.3.tar.gz", hash = "sha256:51fdc7fb93615286428ee7758cecc2f374d5ff363bdd884c7ea622a7a327a81e"}, +] +mypy = [ + {file = "mypy-0.812-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:a26f8ec704e5a7423c8824d425086705e381b4f1dfdef6e3a1edab7ba174ec49"}, + {file = "mypy-0.812-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:28fb5479c494b1bab244620685e2eb3c3f988d71fd5d64cc753195e8ed53df7c"}, + {file = "mypy-0.812-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:9743c91088d396c1a5a3c9978354b61b0382b4e3c440ce83cf77994a43e8c521"}, + {file = "mypy-0.812-cp35-cp35m-win_amd64.whl", hash = "sha256:d7da2e1d5f558c37d6e8c1246f1aec1e7349e4913d8fb3cb289a35de573fe2eb"}, + {file = "mypy-0.812-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:4eec37370483331d13514c3f55f446fc5248d6373e7029a29ecb7b7494851e7a"}, + {file = "mypy-0.812-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:d65cc1df038ef55a99e617431f0553cd77763869eebdf9042403e16089fe746c"}, + {file = "mypy-0.812-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:61a3d5b97955422964be6b3baf05ff2ce7f26f52c85dd88db11d5e03e146a3a6"}, + {file = "mypy-0.812-cp36-cp36m-win_amd64.whl", hash = "sha256:25adde9b862f8f9aac9d2d11971f226bd4c8fbaa89fb76bdadb267ef22d10064"}, + {file = "mypy-0.812-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:552a815579aa1e995f39fd05dde6cd378e191b063f031f2acfe73ce9fb7f9e56"}, + {file = "mypy-0.812-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:499c798053cdebcaa916eef8cd733e5584b5909f789de856b482cd7d069bdad8"}, + {file = "mypy-0.812-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:5873888fff1c7cf5b71efbe80e0e73153fe9212fafdf8e44adfe4c20ec9f82d7"}, + {file = "mypy-0.812-cp37-cp37m-win_amd64.whl", hash = "sha256:9f94aac67a2045ec719ffe6111df543bac7874cee01f41928f6969756e030564"}, + {file = "mypy-0.812-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d23e0ea196702d918b60c8288561e722bf437d82cb7ef2edcd98cfa38905d506"}, + {file = "mypy-0.812-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:674e822aa665b9fd75130c6c5f5ed9564a38c6cea6a6432ce47eafb68ee578c5"}, + {file = "mypy-0.812-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:abf7e0c3cf117c44d9285cc6128856106183938c68fd4944763003decdcfeb66"}, + {file = "mypy-0.812-cp38-cp38-win_amd64.whl", hash = "sha256:0d0a87c0e7e3a9becdfbe936c981d32e5ee0ccda3e0f07e1ef2c3d1a817cf73e"}, + {file = "mypy-0.812-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:7ce3175801d0ae5fdfa79b4f0cfed08807af4d075b402b7e294e6aa72af9aa2a"}, + {file = "mypy-0.812-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:b09669bcda124e83708f34a94606e01b614fa71931d356c1f1a5297ba11f110a"}, + {file = "mypy-0.812-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:33f159443db0829d16f0a8d83d94df3109bb6dd801975fe86bacb9bf71628e97"}, + {file = "mypy-0.812-cp39-cp39-win_amd64.whl", hash = "sha256:3f2aca7f68580dc2508289c729bd49ee929a436208d2b2b6aab15745a70a57df"}, + {file = "mypy-0.812-py3-none-any.whl", hash = "sha256:2f9b3407c58347a452fc0736861593e105139b905cca7d097e413453a1d650b4"}, + {file = "mypy-0.812.tar.gz", hash = "sha256:cd07039aa5df222037005b08fbbfd69b3ab0b0bd7a07d7906de75ae52c4e3119"}, +] +mypy-extensions = [ + {file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"}, + {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"}, +] +nodeenv = [ + {file = "nodeenv-1.6.0-py2.py3-none-any.whl", hash = "sha256:621e6b7076565ddcacd2db0294c0381e01fd28945ab36bcf00f41c5daf63bef7"}, + {file = "nodeenv-1.6.0.tar.gz", hash = "sha256:3ef13ff90291ba2a4a7a4ff9a979b63ffdd00a464dbe04acf0ea6471517a4c2b"}, +] +numpy = [ + {file = "numpy-1.21.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:8890b3360f345e8360133bc078d2dacc2843b6ee6059b568781b15b97acbe39f"}, + {file = "numpy-1.21.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:69077388c5a4b997442b843dbdc3a85b420fb693ec8e33020bb24d647c164fa5"}, + {file = "numpy-1.21.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:e89717274b41ebd568cd7943fc9418eeb49b1785b66031bc8a7f6300463c5898"}, + {file = "numpy-1.21.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0b78ecfa070460104934e2caf51694ccd00f37d5e5dbe76f021b1b0b0d221823"}, + {file = "numpy-1.21.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:615d4e328af7204c13ae3d4df7615a13ff60a49cb0d9106fde07f541207883ca"}, + {file = "numpy-1.21.4-cp310-cp310-win_amd64.whl", hash = "sha256:1403b4e2181fc72664737d848b60e65150f272fe5a1c1cbc16145ed43884065a"}, + {file = "numpy-1.21.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:74b85a17528ca60cf98381a5e779fc0264b4a88b46025e6bcbe9621f46bb3e63"}, + {file = "numpy-1.21.4-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:92aafa03da8658609f59f18722b88f0a73a249101169e28415b4fa148caf7e41"}, + {file = "numpy-1.21.4-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:5d95668e727c75b3f5088ec7700e260f90ec83f488e4c0aaccb941148b2cd377"}, + {file = "numpy-1.21.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f5162ec777ba7138906c9c274353ece5603646c6965570d82905546579573f73"}, + {file = "numpy-1.21.4-cp37-cp37m-win32.whl", hash = "sha256:81225e58ef5fce7f1d80399575576fc5febec79a8a2742e8ef86d7b03beef49f"}, + {file = "numpy-1.21.4-cp37-cp37m-win_amd64.whl", hash = "sha256:32fe5b12061f6446adcbb32cf4060a14741f9c21e15aaee59a207b6ce6423469"}, + {file = "numpy-1.21.4-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:c449eb870616a7b62e097982c622d2577b3dbc800aaf8689254ec6e0197cbf1e"}, + {file = "numpy-1.21.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:2e4ed57f45f0aa38beca2a03b6532e70e548faf2debbeb3291cfc9b315d9be8f"}, + {file = "numpy-1.21.4-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:1247ef28387b7bb7f21caf2dbe4767f4f4175df44d30604d42ad9bd701ebb31f"}, + {file = "numpy-1.21.4-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:34f3456f530ae8b44231c63082c8899fe9c983fd9b108c997c4b1c8c2d435333"}, + {file = "numpy-1.21.4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:4c9c23158b87ed0e70d9a50c67e5c0b3f75bcf2581a8e34668d4e9d7474d76c6"}, + {file = "numpy-1.21.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e4799be6a2d7d3c33699a6f77201836ac975b2e1b98c2a07f66a38f499cb50ce"}, + {file = "numpy-1.21.4-cp38-cp38-win32.whl", hash = "sha256:bc988afcea53e6156546e5b2885b7efab089570783d9d82caf1cfd323b0bb3dd"}, + {file = "numpy-1.21.4-cp38-cp38-win_amd64.whl", hash = "sha256:170b2a0805c6891ca78c1d96ee72e4c3ed1ae0a992c75444b6ab20ff038ba2cd"}, + {file = "numpy-1.21.4-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:fde96af889262e85aa033f8ee1d3241e32bf36228318a61f1ace579df4e8170d"}, + {file = "numpy-1.21.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c885bfc07f77e8fee3dc879152ba993732601f1f11de248d4f357f0ffea6a6d4"}, + {file = "numpy-1.21.4-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9e6f5f50d1eff2f2f752b3089a118aee1ea0da63d56c44f3865681009b0af162"}, + {file = "numpy-1.21.4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:ad010846cdffe7ec27e3f933397f8a8d6c801a48634f419e3d075db27acf5880"}, + {file = "numpy-1.21.4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:c74c699b122918a6c4611285cc2cad4a3aafdb135c22a16ec483340ef97d573c"}, + {file = "numpy-1.21.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9864424631775b0c052f3bd98bc2712d131b3e2cd95d1c0c68b91709170890b0"}, + {file = "numpy-1.21.4-cp39-cp39-win32.whl", hash = "sha256:b1e2312f5b8843a3e4e8224b2b48fe16119617b8fc0a54df8f50098721b5bed2"}, + {file = "numpy-1.21.4-cp39-cp39-win_amd64.whl", hash = "sha256:e3c3e990274444031482a31280bf48674441e0a5b55ddb168f3a6db3e0c38ec8"}, + {file = "numpy-1.21.4-pp37-pypy37_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:a3deb31bc84f2b42584b8c4001c85d1934dbfb4030827110bc36bfd11509b7bf"}, + {file = "numpy-1.21.4.zip", hash = "sha256:e6c76a87633aa3fa16614b61ccedfae45b91df2767cf097aa9c933932a7ed1e0"}, +] +packaging = [ + {file = "packaging-20.9-py2.py3-none-any.whl", hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a"}, + {file = "packaging-20.9.tar.gz", hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5"}, +] +pastel = [ + {file = "pastel-0.2.1-py2.py3-none-any.whl", hash = "sha256:4349225fcdf6c2bb34d483e523475de5bb04a5c10ef711263452cb37d7dd4364"}, + {file = "pastel-0.2.1.tar.gz", hash = "sha256:e6581ac04e973cac858828c6202c1e1e81fee1dc7de7683f3e1ffe0bfd8a573d"}, +] +pathspec = [ + {file = "pathspec-0.9.0-py2.py3-none-any.whl", hash = "sha256:7d15c4ddb0b5c802d161efc417ec1a2558ea2653c2e8ad9c19098201dc1c993a"}, + {file = "pathspec-0.9.0.tar.gz", hash = "sha256:e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"}, +] +pexpect = [ + {file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"}, + {file = "pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"}, +] +pillow = [ + {file = "Pillow-8.4.0-cp310-cp310-macosx_10_10_universal2.whl", hash = "sha256:81f8d5c81e483a9442d72d182e1fb6dcb9723f289a57e8030811bac9ea3fef8d"}, + {file = "Pillow-8.4.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:3f97cfb1e5a392d75dd8b9fd274d205404729923840ca94ca45a0af57e13dbe6"}, + {file = "Pillow-8.4.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:eb9fc393f3c61f9054e1ed26e6fe912c7321af2f41ff49d3f83d05bacf22cc78"}, + {file = "Pillow-8.4.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d82cdb63100ef5eedb8391732375e6d05993b765f72cb34311fab92103314649"}, + {file = "Pillow-8.4.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:62cc1afda735a8d109007164714e73771b499768b9bb5afcbbee9d0ff374b43f"}, + {file = "Pillow-8.4.0-cp310-cp310-win32.whl", hash = "sha256:e3dacecfbeec9a33e932f00c6cd7996e62f53ad46fbe677577394aaa90ee419a"}, + {file = "Pillow-8.4.0-cp310-cp310-win_amd64.whl", hash = "sha256:620582db2a85b2df5f8a82ddeb52116560d7e5e6b055095f04ad828d1b0baa39"}, + {file = "Pillow-8.4.0-cp36-cp36m-macosx_10_10_x86_64.whl", hash = "sha256:1bc723b434fbc4ab50bb68e11e93ce5fb69866ad621e3c2c9bdb0cd70e345f55"}, + {file = "Pillow-8.4.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:72cbcfd54df6caf85cc35264c77ede902452d6df41166010262374155947460c"}, + {file = "Pillow-8.4.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:70ad9e5c6cb9b8487280a02c0ad8a51581dcbbe8484ce058477692a27c151c0a"}, + {file = "Pillow-8.4.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:25a49dc2e2f74e65efaa32b153527fc5ac98508d502fa46e74fa4fd678ed6645"}, + {file = "Pillow-8.4.0-cp36-cp36m-win32.whl", hash = "sha256:93ce9e955cc95959df98505e4608ad98281fff037350d8c2671c9aa86bcf10a9"}, + {file = "Pillow-8.4.0-cp36-cp36m-win_amd64.whl", hash = "sha256:2e4440b8f00f504ee4b53fe30f4e381aae30b0568193be305256b1462216feff"}, + {file = "Pillow-8.4.0-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:8c803ac3c28bbc53763e6825746f05cc407b20e4a69d0122e526a582e3b5e153"}, + {file = "Pillow-8.4.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c8a17b5d948f4ceeceb66384727dde11b240736fddeda54ca740b9b8b1556b29"}, + {file = "Pillow-8.4.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1394a6ad5abc838c5cd8a92c5a07535648cdf6d09e8e2d6df916dfa9ea86ead8"}, + {file = "Pillow-8.4.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:792e5c12376594bfcb986ebf3855aa4b7c225754e9a9521298e460e92fb4a488"}, + {file = "Pillow-8.4.0-cp37-cp37m-win32.whl", hash = "sha256:d99ec152570e4196772e7a8e4ba5320d2d27bf22fdf11743dd882936ed64305b"}, + {file = "Pillow-8.4.0-cp37-cp37m-win_amd64.whl", hash = "sha256:7b7017b61bbcdd7f6363aeceb881e23c46583739cb69a3ab39cb384f6ec82e5b"}, + {file = "Pillow-8.4.0-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:d89363f02658e253dbd171f7c3716a5d340a24ee82d38aab9183f7fdf0cdca49"}, + {file = "Pillow-8.4.0-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:0a0956fdc5defc34462bb1c765ee88d933239f9a94bc37d132004775241a7585"}, + {file = "Pillow-8.4.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5b7bb9de00197fb4261825c15551adf7605cf14a80badf1761d61e59da347779"}, + {file = "Pillow-8.4.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:72b9e656e340447f827885b8d7a15fc8c4e68d410dc2297ef6787eec0f0ea409"}, + {file = "Pillow-8.4.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a5a4532a12314149d8b4e4ad8ff09dde7427731fcfa5917ff16d0291f13609df"}, + {file = "Pillow-8.4.0-cp38-cp38-win32.whl", hash = "sha256:82aafa8d5eb68c8463b6e9baeb4f19043bb31fefc03eb7b216b51e6a9981ae09"}, + {file = "Pillow-8.4.0-cp38-cp38-win_amd64.whl", hash = "sha256:066f3999cb3b070a95c3652712cffa1a748cd02d60ad7b4e485c3748a04d9d76"}, + {file = "Pillow-8.4.0-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:5503c86916d27c2e101b7f71c2ae2cddba01a2cf55b8395b0255fd33fa4d1f1a"}, + {file = "Pillow-8.4.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4acc0985ddf39d1bc969a9220b51d94ed51695d455c228d8ac29fcdb25810e6e"}, + {file = "Pillow-8.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0b052a619a8bfcf26bd8b3f48f45283f9e977890263e4571f2393ed8898d331b"}, + {file = "Pillow-8.4.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:493cb4e415f44cd601fcec11c99836f707bb714ab03f5ed46ac25713baf0ff20"}, + {file = "Pillow-8.4.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b8831cb7332eda5dc89b21a7bce7ef6ad305548820595033a4b03cf3091235ed"}, + {file = "Pillow-8.4.0-cp39-cp39-win32.whl", hash = "sha256:5e9ac5f66616b87d4da618a20ab0a38324dbe88d8a39b55be8964eb520021e02"}, + {file = "Pillow-8.4.0-cp39-cp39-win_amd64.whl", hash = "sha256:3eb1ce5f65908556c2d8685a8f0a6e989d887ec4057326f6c22b24e8a172c66b"}, + {file = "Pillow-8.4.0-pp36-pypy36_pp73-macosx_10_10_x86_64.whl", hash = "sha256:ddc4d832a0f0b4c52fff973a0d44b6c99839a9d016fe4e6a1cb8f3eea96479c2"}, + {file = "Pillow-8.4.0-pp36-pypy36_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9a3e5ddc44c14042f0844b8cf7d2cd455f6cc80fd7f5eefbe657292cf601d9ad"}, + {file = "Pillow-8.4.0-pp36-pypy36_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c70e94281588ef053ae8998039610dbd71bc509e4acbc77ab59d7d2937b10698"}, + {file = "Pillow-8.4.0-pp37-pypy37_pp73-macosx_10_10_x86_64.whl", hash = "sha256:3862b7256046fcd950618ed22d1d60b842e3a40a48236a5498746f21189afbbc"}, + {file = "Pillow-8.4.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a4901622493f88b1a29bd30ec1a2f683782e57c3c16a2dbc7f2595ba01f639df"}, + {file = "Pillow-8.4.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:84c471a734240653a0ec91dec0996696eea227eafe72a33bd06c92697728046b"}, + {file = "Pillow-8.4.0-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:244cf3b97802c34c41905d22810846802a3329ddcb93ccc432870243211c79fc"}, + {file = "Pillow-8.4.0.tar.gz", hash = "sha256:b8e2f83c56e141920c39464b852de3719dfbfb6e3c99a2d8da0edf4fb33176ed"}, +] +pkginfo = [ + {file = "pkginfo-1.8.2-py2.py3-none-any.whl", hash = "sha256:c24c487c6a7f72c66e816ab1796b96ac6c3d14d49338293d2141664330b55ffc"}, + {file = "pkginfo-1.8.2.tar.gz", hash = "sha256:542e0d0b6750e2e21c20179803e40ab50598d8066d51097a0e382cba9eb02bff"}, +] +platformdirs = [ + {file = "platformdirs-2.4.0-py3-none-any.whl", hash = "sha256:8868bbe3c3c80d42f20156f22e7131d2fb321f5bc86a2a345375c6481a67021d"}, + {file = "platformdirs-2.4.0.tar.gz", hash = "sha256:367a5e80b3d04d2428ffa76d33f124cf11e8fff2acdaa9b43d545f5c7d661ef2"}, +] +pluggy = [ + {file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"}, + {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, +] +poetry = [ + {file = "poetry-1.1.12-py2.py3-none-any.whl", hash = "sha256:3d4dc5d4c7171fb251b32e49a98cecbe2795d5e681ecee2297e2b2d2ccd671fc"}, + {file = "poetry-1.1.12.tar.gz", hash = "sha256:5c66e2357fe37b552462a88b7d31bfa2ed8e84172208becd666933c776252567"}, +] +poetry-core = [ + {file = "poetry-core-1.0.7.tar.gz", hash = "sha256:98c11c755a16ef6c5673c22ca94a3802a7df4746a0853a70b6fae8b9f5cac206"}, + {file = "poetry_core-1.0.7-py2.py3-none-any.whl", hash = "sha256:4f8a7f5390d772f42c4c4c3f188e6424b802cb4b57466c6633a1b9ac36f18a43"}, +] +pre-commit = [ + {file = "pre_commit-2.16.0-py2.py3-none-any.whl", hash = "sha256:758d1dc9b62c2ed8881585c254976d66eae0889919ab9b859064fc2fe3c7743e"}, + {file = "pre_commit-2.16.0.tar.gz", hash = "sha256:fe9897cac830aa7164dbd02a4e7b90cae49630451ce88464bca73db486ba9f65"}, +] +ptyprocess = [ + {file = "ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35"}, + {file = "ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220"}, +] +py = [ + {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, + {file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"}, +] +pycodestyle = [ + {file = "pycodestyle-2.7.0-py2.py3-none-any.whl", hash = "sha256:514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068"}, + {file = "pycodestyle-2.7.0.tar.gz", hash = "sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef"}, +] +pycparser = [ + {file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"}, + {file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"}, +] +pyflakes = [ + {file = "pyflakes-2.3.1-py2.py3-none-any.whl", hash = "sha256:7893783d01b8a89811dd72d7dfd4d84ff098e5eed95cfa8905b22bbffe52efc3"}, + {file = "pyflakes-2.3.1.tar.gz", hash = "sha256:f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db"}, +] +pygments = [ + {file = "Pygments-2.10.0-py3-none-any.whl", hash = "sha256:b8e67fe6af78f492b3c4b3e2970c0624cbf08beb1e493b2c99b9fa1b67a20380"}, + {file = "Pygments-2.10.0.tar.gz", hash = "sha256:f398865f7eb6874156579fdf36bc840a03cab64d1cde9e93d68f46a425ec52c6"}, +] +pylev = [ + {file = "pylev-1.4.0-py2.py3-none-any.whl", hash = "sha256:7b2e2aa7b00e05bb3f7650eb506fc89f474f70493271a35c242d9a92188ad3dd"}, + {file = "pylev-1.4.0.tar.gz", hash = "sha256:9e77e941042ad3a4cc305dcdf2b2dec1aec2fbe3dd9015d2698ad02b173006d1"}, +] +pyparsing = [ + {file = "pyparsing-3.0.6-py3-none-any.whl", hash = "sha256:04ff808a5b90911829c55c4e26f75fa5ca8a2f5f36aa3a51f68e27033341d3e4"}, + {file = "pyparsing-3.0.6.tar.gz", hash = "sha256:d9bdec0013ef1eb5a84ab39a3b3868911598afa494f5faa038647101504e2b81"}, +] +pytest = [ + {file = "pytest-6.2.5-py3-none-any.whl", hash = "sha256:7310f8d27bc79ced999e760ca304d69f6ba6c6649c0b60fb0e04a4a77cacc134"}, + {file = "pytest-6.2.5.tar.gz", hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"}, +] +pytest-cov = [ + {file = "pytest-cov-2.12.1.tar.gz", hash = "sha256:261ceeb8c227b726249b376b8526b600f38667ee314f910353fa318caa01f4d7"}, + {file = "pytest_cov-2.12.1-py2.py3-none-any.whl", hash = "sha256:261bb9e47e65bd099c89c3edf92972865210c36813f80ede5277dceb77a4a62a"}, +] +pytest-dependency = [ + {file = "pytest-dependency-0.5.1.tar.gz", hash = "sha256:c2a892906192663f85030a6ab91304e508e546cddfe557d692d61ec57a1d946b"}, +] +pytest-mock = [ + {file = "pytest-mock-3.6.1.tar.gz", hash = "sha256:40217a058c52a63f1042f0784f62009e976ba824c418cced42e88d5f40ab0e62"}, + {file = "pytest_mock-3.6.1-py3-none-any.whl", hash = "sha256:30c2f2cc9759e76eee674b81ea28c9f0b94f8f0445a1b87762cadf774f0df7e3"}, +] +python-dateutil = [ + {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, + {file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"}, +] +pytz = [ + {file = "pytz-2021.3-py2.py3-none-any.whl", hash = "sha256:3672058bc3453457b622aab7a1c3bfd5ab0bdae451512f6cf25f64ed37f5b87c"}, + {file = "pytz-2021.3.tar.gz", hash = "sha256:acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326"}, +] +pywin32-ctypes = [ + {file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"}, + {file = "pywin32_ctypes-0.2.0-py2.py3-none-any.whl", hash = "sha256:9dc2d991b3479cc2df15930958b674a48a227d5361d413827a4cfd0b5876fc98"}, +] +pyyaml = [ + {file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922"}, + {file = "PyYAML-5.4.1-cp27-cp27m-win32.whl", hash = "sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393"}, + {file = "PyYAML-5.4.1-cp27-cp27m-win_amd64.whl", hash = "sha256:4465124ef1b18d9ace298060f4eccc64b0850899ac4ac53294547536533800c8"}, + {file = "PyYAML-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185"}, + {file = "PyYAML-5.4.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253"}, + {file = "PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc"}, + {file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:72a01f726a9c7851ca9bfad6fd09ca4e090a023c00945ea05ba1638c09dc3347"}, + {file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_s390x.whl", hash = "sha256:895f61ef02e8fed38159bb70f7e100e00f471eae2bc838cd0f4ebb21e28f8541"}, + {file = "PyYAML-5.4.1-cp36-cp36m-win32.whl", hash = "sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5"}, + {file = "PyYAML-5.4.1-cp36-cp36m-win_amd64.whl", hash = "sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df"}, + {file = "PyYAML-5.4.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018"}, + {file = "PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63"}, + {file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:cb333c16912324fd5f769fff6bc5de372e9e7a202247b48870bc251ed40239aa"}, + {file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_s390x.whl", hash = "sha256:fe69978f3f768926cfa37b867e3843918e012cf83f680806599ddce33c2c68b0"}, + {file = "PyYAML-5.4.1-cp37-cp37m-win32.whl", hash = "sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b"}, + {file = "PyYAML-5.4.1-cp37-cp37m-win_amd64.whl", hash = "sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf"}, + {file = "PyYAML-5.4.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46"}, + {file = "PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb"}, + {file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:fd7f6999a8070df521b6384004ef42833b9bd62cfee11a09bda1079b4b704247"}, + {file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_s390x.whl", hash = "sha256:bfb51918d4ff3d77c1c856a9699f8492c612cde32fd3bcd344af9be34999bfdc"}, + {file = "PyYAML-5.4.1-cp38-cp38-win32.whl", hash = "sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc"}, + {file = "PyYAML-5.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696"}, + {file = "PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77"}, + {file = "PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183"}, + {file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:d483ad4e639292c90170eb6f7783ad19490e7a8defb3e46f97dfe4bacae89122"}, + {file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_s390x.whl", hash = "sha256:fdc842473cd33f45ff6bce46aea678a54e3d21f1b61a7750ce3c498eedfe25d6"}, + {file = "PyYAML-5.4.1-cp39-cp39-win32.whl", hash = "sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10"}, + {file = "PyYAML-5.4.1-cp39-cp39-win_amd64.whl", hash = "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db"}, + {file = "PyYAML-5.4.1.tar.gz", hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e"}, +] +requests = [ + {file = "requests-2.26.0-py2.py3-none-any.whl", hash = "sha256:6c1246513ecd5ecd4528a0906f910e8f0f9c6b8ec72030dc9fd154dc1a6efd24"}, + {file = "requests-2.26.0.tar.gz", hash = "sha256:b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7"}, +] +requests-toolbelt = [ + {file = "requests-toolbelt-0.9.1.tar.gz", hash = "sha256:968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0"}, + {file = "requests_toolbelt-0.9.1-py2.py3-none-any.whl", hash = "sha256:380606e1d10dc85c3bd47bf5a6095f815ec007be7a8b69c878507068df059e6f"}, +] +rich = [ + {file = "rich-10.16.0-py3-none-any.whl", hash = "sha256:24de23bd86b539d02c1570d93ace9bc8a07f2d5db87f97640226e9f6f8ff0253"}, + {file = "rich-10.16.0.tar.gz", hash = "sha256:06a1355131feda5eba4511dd749e9187ac0fb42209e189845d81e94505fc268e"}, +] +scipy = [ + {file = "scipy-1.7.3-1-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:c9e04d7e9b03a8a6ac2045f7c5ef741be86727d8f49c45db45f244bdd2bcff17"}, + {file = "scipy-1.7.3-1-cp38-cp38-macosx_12_0_arm64.whl", hash = "sha256:b0e0aeb061a1d7dcd2ed59ea57ee56c9b23dd60100825f98238c06ee5cc4467e"}, + {file = "scipy-1.7.3-1-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:b78a35c5c74d336f42f44106174b9851c783184a85a3fe3e68857259b37b9ffb"}, + {file = "scipy-1.7.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:173308efba2270dcd61cd45a30dfded6ec0085b4b6eb33b5eb11ab443005e088"}, + {file = "scipy-1.7.3-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:21b66200cf44b1c3e86495e3a436fc7a26608f92b8d43d344457c54f1c024cbc"}, + {file = "scipy-1.7.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ceebc3c4f6a109777c0053dfa0282fddb8893eddfb0d598574acfb734a926168"}, + {file = "scipy-1.7.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f7eaea089345a35130bc9a39b89ec1ff69c208efa97b3f8b25ea5d4c41d88094"}, + {file = "scipy-1.7.3-cp310-cp310-win_amd64.whl", hash = "sha256:304dfaa7146cffdb75fbf6bb7c190fd7688795389ad060b970269c8576d038e9"}, + {file = "scipy-1.7.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:033ce76ed4e9f62923e1f8124f7e2b0800db533828c853b402c7eec6e9465d80"}, + {file = "scipy-1.7.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:4d242d13206ca4302d83d8a6388c9dfce49fc48fdd3c20efad89ba12f785bf9e"}, + {file = "scipy-1.7.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:8499d9dd1459dc0d0fe68db0832c3d5fc1361ae8e13d05e6849b358dc3f2c279"}, + {file = "scipy-1.7.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ca36e7d9430f7481fc7d11e015ae16fbd5575615a8e9060538104778be84addf"}, + {file = "scipy-1.7.3-cp37-cp37m-win32.whl", hash = "sha256:e2c036492e673aad1b7b0d0ccdc0cb30a968353d2c4bf92ac8e73509e1bf212c"}, + {file = "scipy-1.7.3-cp37-cp37m-win_amd64.whl", hash = "sha256:866ada14a95b083dd727a845a764cf95dd13ba3dc69a16b99038001b05439709"}, + {file = "scipy-1.7.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:65bd52bf55f9a1071398557394203d881384d27b9c2cad7df9a027170aeaef93"}, + {file = "scipy-1.7.3-cp38-cp38-macosx_12_0_arm64.whl", hash = "sha256:f99d206db1f1ae735a8192ab93bd6028f3a42f6fa08467d37a14eb96c9dd34a3"}, + {file = "scipy-1.7.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:5f2cfc359379c56b3a41b17ebd024109b2049f878badc1e454f31418c3a18436"}, + {file = "scipy-1.7.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:eb7ae2c4dbdb3c9247e07acc532f91077ae6dbc40ad5bd5dca0bb5a176ee9bda"}, + {file = "scipy-1.7.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:95c2d250074cfa76715d58830579c64dff7354484b284c2b8b87e5a38321672c"}, + {file = "scipy-1.7.3-cp38-cp38-win32.whl", hash = "sha256:87069cf875f0262a6e3187ab0f419f5b4280d3dcf4811ef9613c605f6e4dca95"}, + {file = "scipy-1.7.3-cp38-cp38-win_amd64.whl", hash = "sha256:7edd9a311299a61e9919ea4192dd477395b50c014cdc1a1ac572d7c27e2207fa"}, + {file = "scipy-1.7.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:eef93a446114ac0193a7b714ce67659db80caf940f3232bad63f4c7a81bc18df"}, + {file = "scipy-1.7.3-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:eb326658f9b73c07081300daba90a8746543b5ea177184daed26528273157294"}, + {file = "scipy-1.7.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:93378f3d14fff07572392ce6a6a2ceb3a1f237733bd6dcb9eb6a2b29b0d19085"}, + {file = "scipy-1.7.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:edad1cf5b2ce1912c4d8ddad20e11d333165552aba262c882e28c78bbc09dbf6"}, + {file = "scipy-1.7.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d1cc2c19afe3b5a546ede7e6a44ce1ff52e443d12b231823268019f608b9b12"}, + {file = "scipy-1.7.3-cp39-cp39-win32.whl", hash = "sha256:2c56b820d304dffcadbbb6cbfbc2e2c79ee46ea291db17e288e73cd3c64fefa9"}, + {file = "scipy-1.7.3-cp39-cp39-win_amd64.whl", hash = "sha256:3f78181a153fa21c018d346f595edd648344751d7f03ab94b398be2ad083ed3e"}, + {file = "scipy-1.7.3.tar.gz", hash = "sha256:ab5875facfdef77e0a47d5fd39ea178b58e60e454a4c85aa1e52fcb80db7babf"}, +] +secretstorage = [ + {file = "SecretStorage-3.3.1-py3-none-any.whl", hash = "sha256:422d82c36172d88d6a0ed5afdec956514b189ddbfb72fefab0c8a1cee4eaf71f"}, + {file = "SecretStorage-3.3.1.tar.gz", hash = "sha256:fd666c51a6bf200643495a04abb261f83229dcb6fd8472ec393df7ffc8b6f195"}, +] +semver = [ + {file = "semver-2.13.0-py2.py3-none-any.whl", hash = "sha256:ced8b23dceb22134307c1b8abfa523da14198793d9787ac838e70e29e77458d4"}, + {file = "semver-2.13.0.tar.gz", hash = "sha256:fa0fe2722ee1c3f57eac478820c3a5ae2f624af8264cbdf9000c980ff7f75e3f"}, +] +setuptools-scm = [ + {file = "setuptools_scm-6.3.2-py3-none-any.whl", hash = "sha256:4c64444b1d49c4063ae60bfe1680f611c8b13833d556fd1d6050c0023162a119"}, + {file = "setuptools_scm-6.3.2.tar.gz", hash = "sha256:a49aa8081eeb3514eb9728fa5040f2eaa962d6c6f4ec9c32f6c1fba88f88a0f2"}, +] +shellingham = [ + {file = "shellingham-1.4.0-py2.py3-none-any.whl", hash = "sha256:536b67a0697f2e4af32ab176c00a50ac2899c5a05e0d8e2dadac8e58888283f9"}, + {file = "shellingham-1.4.0.tar.gz", hash = "sha256:4855c2458d6904829bd34c299f11fdeed7cfefbf8a2c522e4caea6cd76b3171e"}, +] +simplejson = [ + {file = "simplejson-3.17.6-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:a89acae02b2975b1f8e4974cb8cdf9bf9f6c91162fb8dec50c259ce700f2770a"}, + {file = "simplejson-3.17.6-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:82ff356ff91be0ab2293fc6d8d262451eb6ac4fd999244c4b5f863e049ba219c"}, + {file = "simplejson-3.17.6-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:0de783e9c2b87bdd75b57efa2b6260c24b94605b5c9843517577d40ee0c3cc8a"}, + {file = "simplejson-3.17.6-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:d24a9e61df7a7787b338a58abfba975414937b609eb6b18973e25f573bc0eeeb"}, + {file = "simplejson-3.17.6-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:e8603e691580487f11306ecb066c76f1f4a8b54fb3bdb23fa40643a059509366"}, + {file = "simplejson-3.17.6-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:9b01e7b00654115965a206e3015f0166674ec1e575198a62a977355597c0bef5"}, + {file = "simplejson-3.17.6-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:37bc0cf0e5599f36072077e56e248f3336917ded1d33d2688624d8ed3cefd7d2"}, + {file = "simplejson-3.17.6-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:cf6e7d5fe2aeb54898df18db1baf479863eae581cce05410f61f6b4188c8ada1"}, + {file = "simplejson-3.17.6-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:bdfc54b4468ed4cd7415928cbe782f4d782722a81aeb0f81e2ddca9932632211"}, + {file = "simplejson-3.17.6-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:dd16302d39c4d6f4afde80edd0c97d4db643327d355a312762ccd9bd2ca515ed"}, + {file = "simplejson-3.17.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:deac4bdafa19bbb89edfb73b19f7f69a52d0b5bd3bb0c4ad404c1bbfd7b4b7fd"}, + {file = "simplejson-3.17.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a8bbdb166e2fb816e43ab034c865147edafe28e1b19c72433147789ac83e2dda"}, + {file = "simplejson-3.17.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a7854326920d41c3b5d468154318fe6ba4390cb2410480976787c640707e0180"}, + {file = "simplejson-3.17.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:04e31fa6ac8e326480703fb6ded1488bfa6f1d3f760d32e29dbf66d0838982ce"}, + {file = "simplejson-3.17.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f63600ec06982cdf480899026f4fda622776f5fabed9a869fdb32d72bc17e99a"}, + {file = "simplejson-3.17.6-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:e03c3b8cc7883a54c3f34a6a135c4a17bc9088a33f36796acdb47162791b02f6"}, + {file = "simplejson-3.17.6-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:a2d30d6c1652140181dc6861f564449ad71a45e4f165a6868c27d36745b65d40"}, + {file = "simplejson-3.17.6-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:a1aa6e4cae8e3b8d5321be4f51c5ce77188faf7baa9fe1e78611f93a8eed2882"}, + {file = "simplejson-3.17.6-cp310-cp310-win32.whl", hash = "sha256:97202f939c3ff341fc3fa84d15db86156b1edc669424ba20b0a1fcd4a796a045"}, + {file = "simplejson-3.17.6-cp310-cp310-win_amd64.whl", hash = "sha256:80d3bc9944be1d73e5b1726c3bbfd2628d3d7fe2880711b1eb90b617b9b8ac70"}, + {file = "simplejson-3.17.6-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:9fa621b3c0c05d965882c920347b6593751b7ab20d8fa81e426f1735ca1a9fc7"}, + {file = "simplejson-3.17.6-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dd2fb11922f58df8528adfca123f6a84748ad17d066007e7ac977720063556bd"}, + {file = "simplejson-3.17.6-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:724c1fe135aa437d5126138d977004d165a3b5e2ee98fc4eb3e7c0ef645e7e27"}, + {file = "simplejson-3.17.6-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:4ff4ac6ff3aa8f814ac0f50bf218a2e1a434a17aafad4f0400a57a8cc62ef17f"}, + {file = "simplejson-3.17.6-cp36-cp36m-musllinux_1_1_aarch64.whl", hash = "sha256:67093a526e42981fdd954868062e56c9b67fdd7e712616cc3265ad0c210ecb51"}, + {file = "simplejson-3.17.6-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:5d6b4af7ad7e4ac515bc6e602e7b79e2204e25dbd10ab3aa2beef3c5a9cad2c7"}, + {file = "simplejson-3.17.6-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:1c9b1ed7ed282b36571638297525f8ef80f34b3e2d600a56f962c6044f24200d"}, + {file = "simplejson-3.17.6-cp36-cp36m-win32.whl", hash = "sha256:632ecbbd2228575e6860c9e49ea3cc5423764d5aa70b92acc4e74096fb434044"}, + {file = "simplejson-3.17.6-cp36-cp36m-win_amd64.whl", hash = "sha256:4c09868ddb86bf79b1feb4e3e7e4a35cd6e61ddb3452b54e20cf296313622566"}, + {file = "simplejson-3.17.6-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:4b6bd8144f15a491c662f06814bd8eaa54b17f26095bb775411f39bacaf66837"}, + {file = "simplejson-3.17.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5decdc78849617917c206b01e9fc1d694fd58caa961be816cb37d3150d613d9a"}, + {file = "simplejson-3.17.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:521877c7bd060470806eb6335926e27453d740ac1958eaf0d8c00911bc5e1802"}, + {file = "simplejson-3.17.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:65b998193bd7b0c7ecdfffbc825d808eac66279313cb67d8892bb259c9d91494"}, + {file = "simplejson-3.17.6-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:ac786f6cb7aa10d44e9641c7a7d16d7f6e095b138795cd43503769d4154e0dc2"}, + {file = "simplejson-3.17.6-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:3ff5b3464e1ce86a8de8c88e61d4836927d5595c2162cab22e96ff551b916e81"}, + {file = "simplejson-3.17.6-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:69bd56b1d257a91e763256d63606937ae4eb890b18a789b66951c00062afec33"}, + {file = "simplejson-3.17.6-cp37-cp37m-win32.whl", hash = "sha256:b81076552d34c27e5149a40187a8f7e2abb2d3185576a317aaf14aeeedad862a"}, + {file = "simplejson-3.17.6-cp37-cp37m-win_amd64.whl", hash = "sha256:07ecaafc1b1501f275bf5acdee34a4ad33c7c24ede287183ea77a02dc071e0c0"}, + {file = "simplejson-3.17.6-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:068670af975247acbb9fc3d5393293368cda17026db467bf7a51548ee8f17ee1"}, + {file = "simplejson-3.17.6-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:4d1c135af0c72cb28dd259cf7ba218338f4dc027061262e46fe058b4e6a4c6a3"}, + {file = "simplejson-3.17.6-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:23fe704da910ff45e72543cbba152821685a889cf00fc58d5c8ee96a9bad5f94"}, + {file = "simplejson-3.17.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f444762fed1bc1fd75187ef14a20ed900c1fbb245d45be9e834b822a0223bc81"}, + {file = "simplejson-3.17.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:681eb4d37c9a9a6eb9b3245a5e89d7f7b2b9895590bb08a20aa598c1eb0a1d9d"}, + {file = "simplejson-3.17.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:8e8607d8f6b4f9d46fee11447e334d6ab50e993dd4dbfb22f674616ce20907ab"}, + {file = "simplejson-3.17.6-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:b10556817f09d46d420edd982dd0653940b90151d0576f09143a8e773459f6fe"}, + {file = "simplejson-3.17.6-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:e1ec8a9ee0987d4524ffd6299e778c16cc35fef6d1a2764e609f90962f0b293a"}, + {file = "simplejson-3.17.6-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:0b4126cac7d69ac06ff22efd3e0b3328a4a70624fcd6bca4fc1b4e6d9e2e12bf"}, + {file = "simplejson-3.17.6-cp38-cp38-win32.whl", hash = "sha256:35a49ebef25f1ebdef54262e54ae80904d8692367a9f208cdfbc38dbf649e00a"}, + {file = "simplejson-3.17.6-cp38-cp38-win_amd64.whl", hash = "sha256:743cd768affaa508a21499f4858c5b824ffa2e1394ed94eb85caf47ac0732198"}, + {file = "simplejson-3.17.6-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:fb62d517a516128bacf08cb6a86ecd39fb06d08e7c4980251f5d5601d29989ba"}, + {file = "simplejson-3.17.6-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:12133863178a8080a3dccbf5cb2edfab0001bc41e5d6d2446af2a1131105adfe"}, + {file = "simplejson-3.17.6-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:5540fba2d437edaf4aa4fbb80f43f42a8334206ad1ad3b27aef577fd989f20d9"}, + {file = "simplejson-3.17.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d74ee72b5071818a1a5dab47338e87f08a738cb938a3b0653b9e4d959ddd1fd9"}, + {file = "simplejson-3.17.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:28221620f4dcabdeac310846629b976e599a13f59abb21616356a85231ebd6ad"}, + {file = "simplejson-3.17.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:b09bc62e5193e31d7f9876220fb429ec13a6a181a24d897b9edfbbdbcd678851"}, + {file = "simplejson-3.17.6-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:7255a37ff50593c9b2f1afa8fafd6ef5763213c1ed5a9e2c6f5b9cc925ab979f"}, + {file = "simplejson-3.17.6-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:401d40969cee3df7bda211e57b903a534561b77a7ade0dd622a8d1a31eaa8ba7"}, + {file = "simplejson-3.17.6-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a649d0f66029c7eb67042b15374bd93a26aae202591d9afd71e111dd0006b198"}, + {file = "simplejson-3.17.6-cp39-cp39-win32.whl", hash = "sha256:522fad7be85de57430d6d287c4b635813932946ebf41b913fe7e880d154ade2e"}, + {file = "simplejson-3.17.6-cp39-cp39-win_amd64.whl", hash = "sha256:3fe87570168b2ae018391e2b43fbf66e8593a86feccb4b0500d134c998983ccc"}, + {file = "simplejson-3.17.6.tar.gz", hash = "sha256:cf98038d2abf63a1ada5730e91e84c642ba6c225b0198c3684151b1f80c5f8a6"}, +] +six = [ + {file = "six-1.16.0-py2.py3-none-any.whl", hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254"}, + {file = "six-1.16.0.tar.gz", hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"}, +] +smmap = [ + {file = "smmap-5.0.0-py3-none-any.whl", hash = "sha256:2aba19d6a040e78d8b09de5c57e96207b09ed71d8e55ce0959eeee6c8e190d94"}, + {file = "smmap-5.0.0.tar.gz", hash = "sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936"}, +] +snowballstemmer = [ + {file = "snowballstemmer-2.2.0-py2.py3-none-any.whl", hash = "sha256:c8e1716e83cc398ae16824e5572ae04e0d9fc2c6b985fb0f900f5f0c96ecba1a"}, + {file = "snowballstemmer-2.2.0.tar.gz", hash = "sha256:09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1"}, +] +sphinx = [ + {file = "Sphinx-4.3.1-py3-none-any.whl", hash = "sha256:048dac56039a5713f47a554589dc98a442b39226a2b9ed7f82797fcb2fe9253f"}, + {file = "Sphinx-4.3.1.tar.gz", hash = "sha256:32a5b3e9a1b176cc25ed048557d4d3d01af635e6b76c5bc7a43b0a34447fbd45"}, +] +sphinx-rtd-theme = [ + {file = "sphinx_rtd_theme-1.0.0-py2.py3-none-any.whl", hash = "sha256:4d35a56f4508cfee4c4fb604373ede6feae2a306731d533f409ef5c3496fdbd8"}, + {file = "sphinx_rtd_theme-1.0.0.tar.gz", hash = "sha256:eec6d497e4c2195fa0e8b2016b337532b8a699a68bcb22a512870e16925c6a5c"}, +] +sphinxcontrib-applehelp = [ + {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, + {file = "sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:806111e5e962be97c29ec4c1e7fe277bfd19e9652fb1a4392105b43e01af885a"}, +] +sphinxcontrib-devhelp = [ + {file = "sphinxcontrib-devhelp-1.0.2.tar.gz", hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4"}, + {file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e"}, +] +sphinxcontrib-htmlhelp = [ + {file = "sphinxcontrib-htmlhelp-2.0.0.tar.gz", hash = "sha256:f5f8bb2d0d629f398bf47d0d69c07bc13b65f75a81ad9e2f71a63d4b7a2f6db2"}, + {file = "sphinxcontrib_htmlhelp-2.0.0-py2.py3-none-any.whl", hash = "sha256:d412243dfb797ae3ec2b59eca0e52dac12e75a241bf0e4eb861e450d06c6ed07"}, +] +sphinxcontrib-jsmath = [ + {file = "sphinxcontrib-jsmath-1.0.1.tar.gz", hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"}, + {file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl", hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178"}, +] +sphinxcontrib-qthelp = [ + {file = "sphinxcontrib-qthelp-1.0.3.tar.gz", hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72"}, + {file = "sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl", hash = "sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6"}, +] +sphinxcontrib-serializinghtml = [ + {file = "sphinxcontrib-serializinghtml-1.1.5.tar.gz", hash = "sha256:aa5f6de5dfdf809ef505c4895e51ef5c9eac17d0f287933eb49ec495280b6952"}, + {file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl", hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd"}, +] +toml = [ + {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, + {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, +] +tomli = [ + {file = "tomli-1.2.2-py3-none-any.whl", hash = "sha256:f04066f68f5554911363063a30b108d2b5a5b1a010aa8b6132af78489fe3aade"}, + {file = "tomli-1.2.2.tar.gz", hash = "sha256:c6ce0015eb38820eaf32b5db832dbc26deb3dd427bd5f6556cf0acac2c214fee"}, +] +tomlkit = [ + {file = "tomlkit-0.7.2-py2.py3-none-any.whl", hash = "sha256:173ad840fa5d2aac140528ca1933c29791b79a374a0861a80347f42ec9328117"}, + {file = "tomlkit-0.7.2.tar.gz", hash = "sha256:d7a454f319a7e9bd2e249f239168729327e4dd2d27b17dc68be264ad1ce36754"}, +] +typed-ast = [ + {file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:2068531575a125b87a41802130fa7e29f26c09a2833fea68d9a40cf33902eba6"}, + {file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:c907f561b1e83e93fad565bac5ba9c22d96a54e7ea0267c708bffe863cbe4075"}, + {file = "typed_ast-1.4.3-cp35-cp35m-manylinux2014_aarch64.whl", hash = "sha256:1b3ead4a96c9101bef08f9f7d1217c096f31667617b58de957f690c92378b528"}, + {file = "typed_ast-1.4.3-cp35-cp35m-win32.whl", hash = "sha256:dde816ca9dac1d9c01dd504ea5967821606f02e510438120091b84e852367428"}, + {file = "typed_ast-1.4.3-cp35-cp35m-win_amd64.whl", hash = "sha256:777a26c84bea6cd934422ac2e3b78863a37017618b6e5c08f92ef69853e765d3"}, + {file = "typed_ast-1.4.3-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:f8afcf15cc511ada719a88e013cec87c11aff7b91f019295eb4530f96fe5ef2f"}, + {file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:52b1eb8c83f178ab787f3a4283f68258525f8d70f778a2f6dd54d3b5e5fb4341"}, + {file = "typed_ast-1.4.3-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:01ae5f73431d21eead5015997ab41afa53aa1fbe252f9da060be5dad2c730ace"}, + {file = "typed_ast-1.4.3-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:c190f0899e9f9f8b6b7863debfb739abcb21a5c054f911ca3596d12b8a4c4c7f"}, + {file = "typed_ast-1.4.3-cp36-cp36m-win32.whl", hash = "sha256:398e44cd480f4d2b7ee8d98385ca104e35c81525dd98c519acff1b79bdaac363"}, + {file = "typed_ast-1.4.3-cp36-cp36m-win_amd64.whl", hash = "sha256:bff6ad71c81b3bba8fa35f0f1921fb24ff4476235a6e94a26ada2e54370e6da7"}, + {file = "typed_ast-1.4.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:0fb71b8c643187d7492c1f8352f2c15b4c4af3f6338f21681d3681b3dc31a266"}, + {file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:760ad187b1041a154f0e4d0f6aae3e40fdb51d6de16e5c99aedadd9246450e9e"}, + {file = "typed_ast-1.4.3-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:5feca99c17af94057417d744607b82dd0a664fd5e4ca98061480fd8b14b18d04"}, + {file = "typed_ast-1.4.3-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:95431a26309a21874005845c21118c83991c63ea800dd44843e42a916aec5899"}, + {file = "typed_ast-1.4.3-cp37-cp37m-win32.whl", hash = "sha256:aee0c1256be6c07bd3e1263ff920c325b59849dc95392a05f258bb9b259cf39c"}, + {file = "typed_ast-1.4.3-cp37-cp37m-win_amd64.whl", hash = "sha256:9ad2c92ec681e02baf81fdfa056fe0d818645efa9af1f1cd5fd6f1bd2bdfd805"}, + {file = "typed_ast-1.4.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b36b4f3920103a25e1d5d024d155c504080959582b928e91cb608a65c3a49e1a"}, + {file = "typed_ast-1.4.3-cp38-cp38-manylinux1_i686.whl", hash = "sha256:067a74454df670dcaa4e59349a2e5c81e567d8d65458d480a5b3dfecec08c5ff"}, + {file = "typed_ast-1.4.3-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:7538e495704e2ccda9b234b82423a4038f324f3a10c43bc088a1636180f11a41"}, + {file = "typed_ast-1.4.3-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:af3d4a73793725138d6b334d9d247ce7e5f084d96284ed23f22ee626a7b88e39"}, + {file = "typed_ast-1.4.3-cp38-cp38-win32.whl", hash = "sha256:f2362f3cb0f3172c42938946dbc5b7843c2a28aec307c49100c8b38764eb6927"}, + {file = "typed_ast-1.4.3-cp38-cp38-win_amd64.whl", hash = "sha256:dd4a21253f42b8d2b48410cb31fe501d32f8b9fbeb1f55063ad102fe9c425e40"}, + {file = "typed_ast-1.4.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f328adcfebed9f11301eaedfa48e15bdece9b519fb27e6a8c01aa52a17ec31b3"}, + {file = "typed_ast-1.4.3-cp39-cp39-manylinux1_i686.whl", hash = "sha256:2c726c276d09fc5c414693a2de063f521052d9ea7c240ce553316f70656c84d4"}, + {file = "typed_ast-1.4.3-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:cae53c389825d3b46fb37538441f75d6aecc4174f615d048321b716df2757fb0"}, + {file = "typed_ast-1.4.3-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:b9574c6f03f685070d859e75c7f9eeca02d6933273b5e69572e5ff9d5e3931c3"}, + {file = "typed_ast-1.4.3-cp39-cp39-win32.whl", hash = "sha256:209596a4ec71d990d71d5e0d312ac935d86930e6eecff6ccc7007fe54d703808"}, + {file = "typed_ast-1.4.3-cp39-cp39-win_amd64.whl", hash = "sha256:9c6d1a54552b5330bc657b7ef0eae25d00ba7ffe85d9ea8ae6540d2197a3788c"}, + {file = "typed_ast-1.4.3.tar.gz", hash = "sha256:fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65"}, +] +typing-extensions = [ + {file = "typing_extensions-4.0.1-py3-none-any.whl", hash = "sha256:7f001e5ac290a0c0401508864c7ec868be4e701886d5b573a9528ed3973d9d3b"}, + {file = "typing_extensions-4.0.1.tar.gz", hash = "sha256:4ca091dea149f945ec56afb48dae714f21e8692ef22a395223bcd328961b6a0e"}, +] +urllib3 = [ + {file = "urllib3-1.26.7-py2.py3-none-any.whl", hash = "sha256:c4fdf4019605b6e5423637e01bc9fe4daef873709a7973e195ceba0a62bbc844"}, + {file = "urllib3-1.26.7.tar.gz", hash = "sha256:4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece"}, +] +virtualenv = [ + {file = "virtualenv-20.10.0-py2.py3-none-any.whl", hash = "sha256:4b02e52a624336eece99c96e3ab7111f469c24ba226a53ec474e8e787b365814"}, + {file = "virtualenv-20.10.0.tar.gz", hash = "sha256:576d05b46eace16a9c348085f7d0dc8ef28713a2cabaa1cf0aea41e8f12c9218"}, +] +webencodings = [ + {file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"}, + {file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"}, +] +zipp = [ + {file = "zipp-3.6.0-py3-none-any.whl", hash = "sha256:9fe5ea21568a0a70e50f273397638d39b03353731e6cbbb3fd8502a33fec40bc"}, + {file = "zipp-3.6.0.tar.gz", hash = "sha256:71c644c5369f4a6e07636f0aa966270449561fcea2e3d6747b8d23efaa9d7832"}, +] diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..eb242e4c --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,92 @@ +[tool.poetry] +name = "pydatapipeline" +version = "0.4.0" +description = "Python api to interact with the Fair Data Pipeline" +authors = [ + "Ryan J Field ", + "Dennis Reddyhoff ", + "Robert D Turner ", + "Bruno Viola ", + "Kristian Zarebski " + ] + + +homepage = "https://www.fairdatapipeline.org/" + +repository = "https://github.com/FAIRDataPipeline/pyDataPipeline" + +license = "GNU General Public License v3.0" + +packages = [ + {include = "fairdatapipeline"} +] + +readme = "README.md" + +keywords = [ + "FAIR Data Pipeline", + "FAIR", + "Data Management", + "Provenance" +] + +[tool.poetry.dependencies] +python = "^3.7.1,<3.11" +requests = "^2.26.0" +matplotlib = "^3.5.1" +scipy = "^1.7.3" +h5py = "^3.6.0" +PyYAML = "^5.4.1" +fair-cli = "^0.2.3" + +[tool.poetry.dev-dependencies] +pytest = "^6.2.4" +black = "^21.5b1" +mypy = "^0.812" +flake8 = "^3.9.2" +poetry = "^1.1.6" +pytest-mock = "^3.6.1" +pytest-dependency = "^0.5.1" +pytest-cov = "^2.12.1" +pre-commit = "^2.16.0" +isort = "^5.10.1" +Sphinx = "^4.3.1" +sphinx-rtd-theme = "^1.0.0" + +[build-system] +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api" + + +[tool.poetry.urls] +"Issue Tracker" = "https://github.com/FAIRDataPipeline/pyDataPipeline/issues" + + + +[tool.isort] +profile = 'black' +multi_line_output = 3 +include_trailing_comma = true +force_grid_wrap = 0 +use_parentheses = true +ensure_newline_before_comments = true +line_length = 79 + + + +[tool.black] +line-length = 79 + +[tool.pytest.ini_options] +addopts = '-s -v' + +[tool.mypy] +ignore_missing_imports = true +disallow_untyped_defs = true +disallow_untyped_calls = true + +[tool.flake8] +ignore = 'E501, W503' +max-line-length = 79 +max-complexity = 18 +select = 'B,C,E,F,W,T4,B9,N' diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index b88034e4..00000000 --- a/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[metadata] -description-file = README.md diff --git a/setup.py b/setup.py deleted file mode 100644 index 104fab9c..00000000 --- a/setup.py +++ /dev/null @@ -1,18 +0,0 @@ -from setuptools import find_packages, setup - -setup( - name="data-pipeline-api", - version="0.4.0", - author="SCRC / FAIR", - description="Python FAIR data pipeline API (DPAPI)", - packages=find_packages("src"), - package_dir={"": "src"}, - include_package_data=True, - install_requires=[ - "PyYAML>=5.4.1", - "requests>=2.26.0", - "scipy", - "h5py>=3.4.0", - "matplotlib", - ], -) diff --git a/src/org/fairdatapipeline/simpleModel/__init__.py b/simpleModel/__init__.py similarity index 100% rename from src/org/fairdatapipeline/simpleModel/__init__.py rename to simpleModel/__init__.py diff --git a/src/org/fairdatapipeline/simpleModel/common/SEIRS_Model.py b/simpleModel/common/SEIRS_Model.py similarity index 95% rename from src/org/fairdatapipeline/simpleModel/common/SEIRS_Model.py rename to simpleModel/common/SEIRS_Model.py index 81bc6008..cacd35ea 100644 --- a/src/org/fairdatapipeline/simpleModel/common/SEIRS_Model.py +++ b/simpleModel/common/SEIRS_Model.py @@ -13,7 +13,7 @@ def SEIRS_Model( inv_omega: float, inv_mu: float, inv_sigma: float, -): +) -> dict: """ Implementation of the SEIRS Model @@ -74,7 +74,7 @@ def SEIRS_Model( "R": R_data, } - for i in range(timesteps): + for i in range(int(timesteps)): N = ( results[i]["S"] + results[i]["E"] @@ -108,7 +108,7 @@ def SEIRS_Model( return results -def write_model_to_csv(model_output: dict, path: str): +def write_model_to_csv(model_output: dict, path: str) -> None: """ Write the model results to a given csv file @@ -129,7 +129,7 @@ def write_model_to_csv(model_output: dict, path: str): logging.info("Success file: {} written".format(path)) -def getResourceDirectory(): +def getResourceDirectory() -> str: """ Returns the path of the resouce directory containing intial parameters etc. @@ -139,7 +139,7 @@ def getResourceDirectory(): return os.path.join(os.path.dirname(os.path.dirname(__file__)), "ext") -def readInitialParameters(path=""): +def readInitialParameters(path: str = "") -> dict: """ Read the inital parameters from a csv into a dictionary diff --git a/src/org/fairdatapipeline/simpleModel/common/SEIRS_Plot.py b/simpleModel/common/SEIRS_Plot.py similarity index 92% rename from src/org/fairdatapipeline/simpleModel/common/SEIRS_Plot.py rename to simpleModel/common/SEIRS_Plot.py index 4f4d97bc..37e7367a 100644 --- a/src/org/fairdatapipeline/simpleModel/common/SEIRS_Plot.py +++ b/simpleModel/common/SEIRS_Plot.py @@ -1,7 +1,7 @@ import matplotlib.pyplot as plt -def SEIRS_Plot(results: dict, save_location: str, show=False): +def SEIRS_Plot(results: dict, save_location: str, show: bool = False) -> None: """ Produces plot from results of SEIRS Model and saves the plot as a png in the save_location diff --git a/src/org/__init__.py b/simpleModel/common/__init__.py similarity index 100% rename from src/org/__init__.py rename to simpleModel/common/__init__.py diff --git a/src/org/fairdatapipeline/simpleModel/ext/SEIRSModelRun.py b/simpleModel/ext/SEIRSModelRun.py similarity index 69% rename from src/org/fairdatapipeline/simpleModel/ext/SEIRSModelRun.py rename to simpleModel/ext/SEIRSModelRun.py index cb3a60dc..2edec29b 100644 --- a/src/org/fairdatapipeline/simpleModel/ext/SEIRSModelRun.py +++ b/simpleModel/ext/SEIRSModelRun.py @@ -1,14 +1,16 @@ import os import platform +import sys -import org.fairdatapipeline.api as pipeline -import org.fairdatapipeline.simpleModel as simpleModel +sys.path.append(str(os.getcwd())) +import fairdatapipeline as pipeline # noqa: E402 +import simpleModel as simpleModel # noqa: E402 -token = os.environ.get("FDP_LOCAL_TOKEN") -script = os.path.join(os.environ.get("FDP_CONFIG_DIR"), "script.sh") +token = str(os.environ.get("FDP_LOCAL_TOKEN")) +script = os.path.join(str(os.environ.get("FDP_CONFIG_DIR")), "script.sh") if platform.system() == "Windows": - script = os.path.join(os.environ.get("FDP_CONFIG_DIR"), "script.bat") -config = os.path.join(os.environ.get("FDP_CONFIG_DIR"), "config.yaml") + script = os.path.join(str(os.environ.get("FDP_CONFIG_DIR")), "script.bat") +config = os.path.join(str(os.environ.get("FDP_CONFIG_DIR")), "config.yaml") handle = pipeline.initialise(token, config, script) initial_parameters = pipeline.link_read(handle, "SEIRS_model/parameters") diff --git a/src/org/fairdatapipeline/simpleModel/ext/SEIRSconfig.yaml b/simpleModel/ext/SEIRSconfig.yaml similarity index 92% rename from src/org/fairdatapipeline/simpleModel/ext/SEIRSconfig.yaml rename to simpleModel/ext/SEIRSconfig.yaml index 6e60fae0..65130d21 100644 --- a/src/org/fairdatapipeline/simpleModel/ext/SEIRSconfig.yaml +++ b/simpleModel/ext/SEIRSconfig.yaml @@ -1,7 +1,7 @@ run_metadata: default_input_namespace: rfield description: SEIRS Model python - script: python3 src/org/fairdatapipeline/simpleModel/ext/SEIRSModelRun.py + script: python3 simpleModel/ext/SEIRSModelRun.py remote_repo: https://github.com/FAIRDataPipeline/pythonFDP.git register: diff --git a/src/org/fairdatapipeline/simpleModel/ext/SEIRSconfigWindows.yaml b/simpleModel/ext/SEIRSconfigWindows.yaml similarity index 92% rename from src/org/fairdatapipeline/simpleModel/ext/SEIRSconfigWindows.yaml rename to simpleModel/ext/SEIRSconfigWindows.yaml index c474a90f..9409357a 100644 --- a/src/org/fairdatapipeline/simpleModel/ext/SEIRSconfigWindows.yaml +++ b/simpleModel/ext/SEIRSconfigWindows.yaml @@ -1,7 +1,7 @@ run_metadata: default_input_namespace: rfield description: SEIRS Model python - script: python src/org/fairdatapipeline/simpleModel/ext/SEIRSModelRun.py + script: python simpleModel/ext/SEIRSModelRun.py remote_repo: https://github.com/FAIRDataPipeline/pythonFDP.git register: diff --git a/src/org/fairdatapipeline/__init__.py b/simpleModel/ext/__init__.py similarity index 100% rename from src/org/fairdatapipeline/__init__.py rename to simpleModel/ext/__init__.py diff --git a/src/org/fairdatapipeline/simpleModel/ext/static_params_SEIRS.csv b/simpleModel/ext/static_params_SEIRS.csv similarity index 100% rename from src/org/fairdatapipeline/simpleModel/ext/static_params_SEIRS.csv rename to simpleModel/ext/static_params_SEIRS.csv diff --git a/src/org/fairdatapipeline/api/common/initialise_pipeline.py b/src/org/fairdatapipeline/api/common/initialise_pipeline.py deleted file mode 100644 index 068bab66..00000000 --- a/src/org/fairdatapipeline/api/common/initialise_pipeline.py +++ /dev/null @@ -1,295 +0,0 @@ -import datetime -import logging -import os - -import yaml - -from org.fairdatapipeline.api.common import fdp_utils - - -def initialise(token: str, config: str, script: str): - """Reads in token, config file and script, creates necessary registry items - and creates new code run. - - Args: - | token: registry token - | config: Path to config file - | script: Path to script file - - Returns: - | dict: a dictionary containing the following keys: - | 'yaml': config_yaml path, - | 'fdp_config_dir': config dir path, - | 'model_config': model config url, - | 'submission_script': submission script object url, - | 'code_repo': code repo object url, - | 'code_run': coderun url, - | 'code_run_uuid': coderun uuid, - | 'author': author url - """ - - # Validate Yamls - if not fdp_utils.is_valid_yaml(config): - raise ValueError("Config is not a valid YAML file") - if not fdp_utils.is_file(script): - raise ValueError("Script does not exist") - - # Read config file and extract run metadata - with open(config, "r") as data: - config_yaml = yaml.safe_load(data) - run_metadata = config_yaml["run_metadata"] - registry_url = run_metadata["local_data_registry_url"] - if registry_url[-1] != "/": - registry_url += "/" - filename = os.path.basename(config) - - # @todo to be set from config - if "api_version" not in config_yaml["run_metadata"].keys(): - config_yaml["run_metadata"]["api_version"] = "1.0.0" - - api_version = config_yaml["run_metadata"]["api_version"] - - logging.info("Reading {} from local filestore".format(filename)) - - # Configure storage root for config - config_storageroot_response = fdp_utils.post_storage_root( - token=token, - url=registry_url, - data={"root": run_metadata["write_data_store"], "local": True}, - api_version=api_version, - ) - - config_storageroot_url = config_storageroot_response["url"] - config_storageroot_id = fdp_utils.extract_id(config_storageroot_url) - config_hash = fdp_utils.get_file_hash(config) - - # Configure Storage Location for config - config_storage_data = { - "path": config.replace(run_metadata["write_data_store"], ""), - "hash": config_hash, - "public": True, - "storage_root": config_storageroot_url, - } - - config_location_response = fdp_utils.post_entry( - token=token, - url=registry_url, - endpoint="storage_location", - data=config_storage_data, - api_version=api_version, - ) - - config_location_url = config_location_response["url"] - - # Configure Yaml File Type - config_filetype_response = fdp_utils.post_entry( - token=token, - url=registry_url, - endpoint="file_type", - data={"name": "yaml", "extension": "yaml"}, - api_version=api_version, - ) - config_filetype_url = config_filetype_response["url"] - - # Get user for registry admin account - user = fdp_utils.get_entry( - url=registry_url, - endpoint="users", - query={"username": "admin"}, - token=token, - api_version=api_version, - )[0] - - # Check users exists - if not user: - raise ValueError( - "Error: Admin user not found\ - \nDid you run fair init?" - ) - - user_url = user["url"] - user_id = fdp_utils.extract_id(user_url) - - # Get author(s) - author = fdp_utils.get_entry( - url=registry_url, - endpoint="user_author", - query={"user": user_id}, - api_version=api_version, - )[0] - - # Check user author exists - if not author: - raise ValueError( - "Error: user_author not found\ - \nDid you run fair init?" - ) - - author_url = author["author"] - - # Create new object for config file - - config_object = fdp_utils.post_entry( - token=token, - url=registry_url, - endpoint="object", - data={ - "description": "Working config.yaml location in datastore", - "storage_location": config_location_url, - "authors": [author_url], - "file_type": config_filetype_url, - }, - api_version=api_version, - ) - - config_object_url = config_object["url"] - - logging.info("Writing {} to local registry".format(filename)) - - # Check if script exists in storage_location - script_storageroot_url = config_storageroot_url - _ = config_storageroot_id - script_hash = fdp_utils.get_file_hash(script) - - # Create Script Storage Location - script_storage_data = { - "path": script.replace(run_metadata["write_data_store"], ""), - "hash": script_hash, - "public": True, - "storage_root": script_storageroot_url, - } - - script_location_response = fdp_utils.post_entry( - token=token, - url=registry_url, - endpoint="storage_location", - data=script_storage_data, - api_version=api_version, - ) - - script_location_url = script_location_response["url"] - - # TODO: Change to Batch? - # Create Script File Type - script_filetype_response = fdp_utils.post_entry( - token=token, - url=registry_url, - endpoint="file_type", - data={"name": "py", "extension": "py"}, - api_version=api_version, - ) - - script_filetype_url = script_filetype_response["url"] - - # Create new registry object for script - script_object = fdp_utils.post_entry( - token=token, - url=registry_url, - endpoint="object", - data={ - "description": "Working script location in datastore", - "storage_location": script_location_url, - "authors": [author_url], - "file_type": script_filetype_url, - }, - api_version=api_version, - ) - - script_object_url = script_object["url"] - - logging.info("Writing {} to local registry".format(script)) - - # Create new remote storage root - repo_storageroot_url = fdp_utils.post_storage_root( - token=token, - url=registry_url, - data={"root": "https://github.com", "local": False}, - api_version=api_version, - )["url"] - - repo_storageroot_id = fdp_utils.extract_id(repo_storageroot_url) - - sha = run_metadata["latest_commit"] - repo_name = run_metadata["remote_repo"] - - # Check if code repo entry exists for given hash - - _ = fdp_utils.get_entry( - url=registry_url, - endpoint="storage_location", - query={ - "hash": sha, - "public": True, - "storage_root": repo_storageroot_id, - }, - api_version=api_version, - ) - - # Configure Code Repo Location - coderepo_location_response = fdp_utils.post_entry( - token=token, - url=registry_url, - endpoint="storage_location", - data={ - "path": repo_name, - "hash": sha, - "public": True, - "storage_root": repo_storageroot_url, - }, - api_version=api_version, - ) - - coderepo_location_url = coderepo_location_response["url"] - - # Configure Code Repo Object - coderepo_object_response = fdp_utils.post_entry( - token=token, - url=registry_url, - endpoint="object", - data={ - "description": "Analysis / processing script location", - "storage_location": coderepo_location_url, - "authors": [author_url], - }, - api_version=api_version, - ) - - coderepo_object_url = coderepo_object_response["url"] - - logging.info("Writing {} to local registry".format(repo_name)) - - # Register new code run - - coderun_response = fdp_utils.post_entry( - token=token, - url=registry_url, - endpoint="code_run", - data={ - "run_date": str(datetime.datetime.now()), - "description": run_metadata["description"], - "code_repo": coderepo_object_url, - "model_config": config_object_url, - "submission_script": script_object_url, - "input_urls": [], - "output_urls": [], - }, - api_version=api_version, - ) - - coderun_url = coderun_response["url"] - coderun_uuid = coderun_response["uuid"] - - logging.info("Writing new code_run to local registry") - - # Write code run and object info to handle - - return { - "yaml": config_yaml, - "fdp_config_dir": os.path.dirname(config), - "model_config": config_object_url, - "submission_script": script_object_url, - "code_repo": coderepo_object_url, - "code_run": coderun_url, - "code_run_uuid": coderun_uuid, - "author": author_url, - } diff --git a/src/org/fairdatapipeline/api/common/link_write.py b/src/org/fairdatapipeline/api/common/link_write.py deleted file mode 100644 index 9facde2f..00000000 --- a/src/org/fairdatapipeline/api/common/link_write.py +++ /dev/null @@ -1,77 +0,0 @@ -import os - -from org.fairdatapipeline.api.common import fdp_utils - - -def link_write(handle, data_product: str) -> str: - """Reads write information in config file, updates handle with relevant - metadata and returns path to write data product to. - - Args: - | data_product: Specified name of data product in config. - - Returns: - | path: Path to write data product to. - """ - - # Get metadata from handle - run_metadata = handle["yaml"]["run_metadata"] - datastore = run_metadata["write_data_store"] - - index = 0 - - if "write" not in handle["yaml"].keys(): - raise ValueError( - "Error: Write has not been specified in the given config file" - ) - - # If multiple write blocks exist, find corresponding index for given DP - for i in enumerate(handle["yaml"]["write"]): - if i[1]["data_product"] == data_product: - index = i[0] - - # Get metadata from config - write = handle["yaml"]["write"][index] - write_data_product = write["data_product"] - write_version = write["use"]["version"] - file_type = write["file_type"] - description = write["description"] - write_namespace = run_metadata["default_output_namespace"] - write_public = run_metadata["public"] - - # Create filename for path - filename = "dat-" + fdp_utils.random_hash() + "." + file_type - - # Get path - path = os.path.join( - datastore, write_namespace, write_data_product, filename - ).replace("\\", "/") - - # Create directory structure if it doesn't exist - directory = os.path.dirname(path) - - if not os.path.exists(directory): - os.makedirs(directory) - - # Create metadata dict - output_dict = { - "data_product": data_product, - "use_data_product": write_data_product, - "use_component": None, - "use_version": write_version, - "use_namespace": write_namespace, - "path": path, - "data_product_description": description, - "component_description": None, - "public": write_public, - } - - # If output exists in handle, append new metadata, otherwise create dict - if "output" in handle.keys(): - index = "output_" + str(len(handle["output"])) - handle["output"][index] = output_dict - else: - handle["output"] = {} - handle["output"]["output_0"] = output_dict - - return path diff --git a/src/org/fairdatapipeline/simpleModel/common/__init__.py b/src/org/fairdatapipeline/simpleModel/common/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/src/org/fairdatapipeline/simpleModel/ext/__init__.py b/src/org/fairdatapipeline/simpleModel/ext/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/src/org/fairdatapipeline/api/common/__init__.py b/tests/__init__.py similarity index 100% rename from src/org/fairdatapipeline/api/common/__init__.py rename to tests/__init__.py diff --git a/src/tests/ext/read_csv.yaml b/tests/ext/read_csv.yaml similarity index 100% rename from src/tests/ext/read_csv.yaml rename to tests/ext/read_csv.yaml diff --git a/src/tests/ext/test.csv b/tests/ext/test.csv similarity index 100% rename from src/tests/ext/test.csv rename to tests/ext/test.csv diff --git a/src/tests/ext/test_script.sh b/tests/ext/test_script.sh similarity index 100% rename from src/tests/ext/test_script.sh rename to tests/ext/test_script.sh diff --git a/src/tests/ext/test_token b/tests/ext/test_token similarity index 100% rename from src/tests/ext/test_token rename to tests/ext/test_token diff --git a/src/tests/ext/write_csv.yaml b/tests/ext/write_csv.yaml similarity index 100% rename from src/tests/ext/write_csv.yaml rename to tests/ext/write_csv.yaml diff --git a/src/tests/test_fdp_utils.py b/tests/test_fdp_utils.py similarity index 71% rename from src/tests/test_fdp_utils.py rename to tests/test_fdp_utils.py index 4d81e082..e6048e6f 100644 --- a/src/tests/test_fdp_utils.py +++ b/tests/test_fdp_utils.py @@ -5,27 +5,28 @@ import platform import pytest +from _pytest.fixtures import FixtureRequest -import org.fairdatapipeline.api.common.fdp_utils as fdp_utils +import fairdatapipeline.fdp_utils as fdp_utils @pytest.fixture -def test_dir(): +def test_dir() -> str: return os.path.join(os.path.dirname(__file__), "ext") @pytest.fixture -def read_csv_path(test_dir): +def read_csv_path(test_dir: str) -> str: return os.path.join(test_dir, "read_csv.yaml") @pytest.fixture -def write_csv_path(test_dir): +def write_csv_path(test_dir: str) -> str: return os.path.join(test_dir, "write_csv.yaml") # Test is_file() -def test_is_file_exists(test_dir): +def test_is_file_exists(test_dir: str) -> None: test_file = os.path.join(test_dir, "test.csv") assert fdp_utils.is_file(test_file) @@ -38,12 +39,12 @@ def test_is_file_exists(test_dir): # None ], ) -def test_is_file_not_exists(file_path): +def test_is_file_not_exists(file_path: str) -> None: assert not fdp_utils.is_file(file_path) @pytest.mark.parametrize("file_path", ["read_csv_path", "write_csv_path"]) -def test_is_yaml(file_path, request): +def test_is_yaml(file_path: str, request: FixtureRequest) -> None: file_path = request.getfixturevalue(file_path) assert fdp_utils.is_yaml(file_path) @@ -57,12 +58,12 @@ def test_is_yaml(file_path, request): # os.path.join(test_dir, 'test.csv') ], ) -def test_is_yaml_not(file_path): +def test_is_yaml_not(file_path: str) -> None: assert not fdp_utils.is_yaml(file_path) @pytest.mark.parametrize("file_path", ["read_csv_path", "write_csv_path"]) -def test_is_valid_yaml(file_path, request): +def test_is_valid_yaml(file_path: str, request: FixtureRequest) -> None: file_path = request.getfixturevalue(file_path) assert fdp_utils.is_yaml(file_path) @@ -76,11 +77,11 @@ def test_is_valid_yaml(file_path, request): # os.path.join(test_dir, 'test.csv') ], ) -def test_is_valid_yaml_not(file_path): +def test_is_valid_yaml_not(file_path: str) -> None: assert not fdp_utils.is_valid_yaml(file_path) -def test_read_token(test_dir): +def test_read_token(test_dir: str) -> None: token = os.path.join(test_dir, "test_token") assert ( fdp_utils.read_token(token) @@ -88,7 +89,7 @@ def test_read_token(test_dir): ) -def test_get_token(test_dir): +def test_get_token(test_dir: str) -> None: token = os.path.join(test_dir, "test_token") assert ( fdp_utils.get_token(token) @@ -96,19 +97,19 @@ def test_get_token(test_dir): ) -def test_read_token_get_token(test_dir): +def test_read_token_get_token(test_dir: str) -> None: token = os.path.join(test_dir, "test_token") assert fdp_utils.read_token(token) == fdp_utils.get_token(token) @pytest.fixture -def token(): +def token() -> str: return fdp_utils.read_token( os.path.join(os.path.expanduser("~"), ".fair/registry/token") ) -def test_get_file_hash(test_dir): +def test_get_file_hash(test_dir: str) -> None: file_path = os.path.join(test_dir, "test.csv") if platform.system() == "Windows": assert ( @@ -122,46 +123,46 @@ def test_get_file_hash(test_dir): ) -def test_random_hash_is_string(): +def test_random_hash_is_string() -> None: assert type(fdp_utils.random_hash()) == str -def test_random_hash_length(): +def test_random_hash_length() -> None: assert len(fdp_utils.random_hash()) == 40 -def test_extract_id(): +def test_extract_id() -> None: assert fdp_utils.extract_id("http://localhost:8000/api/object/85") == "85" -def test_get_headers(): +def test_get_headers() -> None: assert type(fdp_utils.get_headers()) == dict -def test_get_headers_with_token(token): +def test_get_headers_with_token(token: str) -> None: headers = fdp_utils.get_headers(token=token) assert headers["Authorization"] == "token " + token -def test_get_headers_post(): +def test_get_headers_post() -> None: headers = fdp_utils.get_headers(request_type="post") assert headers["Content-Type"] == "application/json" -def test_get_headers_api_version(): +def test_get_headers_api_version() -> None: headers = fdp_utils.get_headers(api_version="0.0.1") assert headers["Accept"] == "application/json; version=0.0.1" @pytest.fixture -def url(): +def url() -> str: if platform.system() == "Windows": return "http://127.0.0.1:8000/api" return "http://localhost:8000/api" @pytest.fixture -def storage_root_test(token, url, scope="module"): +def storage_root_test(token: str, url: str, scope: str = "module") -> dict: return fdp_utils.post_entry( token=token, url=url, @@ -170,7 +171,7 @@ def storage_root_test(token, url, scope="module"): ) -def test_post_entry(token, url): +def test_post_entry(token: str, url: str) -> None: storage_root = fdp_utils.post_entry( token=token, url=url, @@ -180,7 +181,7 @@ def test_post_entry(token, url): assert type(storage_root) == dict -def test_post_entry_409(token, url): +def test_post_entry_409(token: str, url: str) -> None: storage_root = fdp_utils.post_entry( token=token, url=url, @@ -190,7 +191,7 @@ def test_post_entry_409(token, url): assert type(storage_root) == dict -def test_post_entry_equal(token, url): +def test_post_entry_equal(token: str, url: str) -> None: storage_root = fdp_utils.post_entry( token=token, url=url, @@ -206,7 +207,7 @@ def test_post_entry_equal(token, url): assert storage_root == storage_root_2 -def test_post_entry_500(token, url): +def test_post_entry_500(token: str, url: str) -> None: with pytest.raises(Exception): fdp_utils.post_entry( token=token, @@ -216,7 +217,7 @@ def test_post_entry_500(token, url): ) -def test_get_entry(url, token, storage_root_test): +def test_get_entry(url: str, token: str, storage_root_test: dict) -> None: entry = fdp_utils.get_entry( url=url, query={"root": "https://storage-root-test.com"}, @@ -226,16 +227,16 @@ def test_get_entry(url, token, storage_root_test): assert entry[0] == storage_root_test -def test_get_entity(url, storage_root_test): +def test_get_entity(url: str, storage_root_test: dict) -> None: entity = fdp_utils.get_entity( url=url, endpoint="storage_root", - id=fdp_utils.extract_id(storage_root_test["url"]), + id=int(fdp_utils.extract_id(storage_root_test["url"])), ) assert entity == storage_root_test -def test_wrong_api_version(token, url): +def test_wrong_api_version(token: str, url: str) -> None: with pytest.raises(Exception): fdp_utils.post_entry( token=token, @@ -246,7 +247,7 @@ def test_wrong_api_version(token, url): ) -def test_wrong_api_version_get(token, url): +def test_wrong_api_version_get(token: str, url: str) -> None: with pytest.raises(Exception): fdp_utils.get_entry( token=token, @@ -257,27 +258,29 @@ def test_wrong_api_version_get(token, url): ) -def test_get_entity_with_token(url, storage_root_test, token): +def test_get_entity_with_token( + url: str, storage_root_test: dict, token: str +) -> None: entity = fdp_utils.get_entity( url=url, endpoint="storage_root", - id=fdp_utils.extract_id(storage_root_test["url"]), + id=int(fdp_utils.extract_id(storage_root_test["url"])), token=token, ) assert entity == storage_root_test -def test_get_entity_non_200(url, storage_root_test): +def test_get_entity_non_200(url: str, storage_root_test: dict) -> None: with pytest.raises(Exception): fdp_utils.get_entity( url=url, endpoint="non_existant", - id=fdp_utils.extract_id(storage_root_test["url"]), + id=int(fdp_utils.extract_id(storage_root_test["url"])), ) @pytest.fixture -def model_config(url, token, scope="module"): +def model_config(url: str, token: str, scope: str = "module") -> dict: return fdp_utils.post_entry( url=url, endpoint="object", @@ -287,7 +290,7 @@ def model_config(url, token, scope="module"): @pytest.fixture -def submission_script(url, token, scope="module"): +def submission_script(url: str, token: str, scope: str = "module") -> dict: return fdp_utils.post_entry( url=url, endpoint="object", @@ -297,7 +300,7 @@ def submission_script(url, token, scope="module"): @pytest.fixture -def input_1(url, token, scope="module"): +def input_1(url: str, token: str, scope: str = "module") -> dict: return fdp_utils.post_entry( url=url, endpoint="object", @@ -307,12 +310,18 @@ def input_1(url, token, scope="module"): @pytest.fixture -def input_1_component(input_1): +def input_1_component(input_1: dict) -> str: return input_1["components"][0] @pytest.fixture -def code_run(url, model_config, submission_script, token, scope="module"): +def code_run( + url: str, + model_config: dict, + submission_script: dict, + token: str, + scope: str = "module", +) -> dict: return fdp_utils.post_entry( url=url, endpoint="code_run", @@ -328,19 +337,23 @@ def code_run(url, model_config, submission_script, token, scope="module"): ) -def test_patch_entry(code_run, input_1_component, token, url): +def test_patch_entry( + code_run: dict, input_1_component: str, token: str, url: str +) -> None: fdp_utils.patch_entry( url=code_run["url"], data={"inputs": [input_1_component]}, token=token, ) code_run_updated = fdp_utils.get_entity( - url=url, endpoint="code_run", id=fdp_utils.extract_id(code_run["url"]) + url=url, + endpoint="code_run", + id=int(fdp_utils.extract_id(code_run["url"])), ) assert input_1_component in code_run_updated["inputs"] -def test_patch_entry_non_200(url, token): +def test_patch_entry_non_200(url: str, token: str) -> None: with pytest.raises(Exception): fdp_utils.patch_entry( url=url + "/api/users/1", @@ -349,7 +362,7 @@ def test_patch_entry_non_200(url, token): ) -def test_post_storage_root_with_local(url, token): +def test_post_storage_root_with_local(url: str, token: str) -> None: storage_root = fdp_utils.post_storage_root( token=token, url=url, data={"root": "/test/test", "local": True} ) diff --git a/src/tests/test_raise_issue.py b/tests/test_raise_issue.py similarity index 74% rename from src/tests/test_raise_issue.py rename to tests/test_raise_issue.py index b757d792..371ab068 100644 --- a/src/tests/test_raise_issue.py +++ b/tests/test_raise_issue.py @@ -3,46 +3,46 @@ import pytest -import org.fairdatapipeline.api as pipeline -import org.fairdatapipeline.api.common.fdp_utils as fdp_utils +import fairdatapipeline as pipeline +import fairdatapipeline.fdp_utils as fdp_utils # from org.fairdatapipeline.api.common.link_read import link_read @pytest.fixture -def test_dir(): +def test_dir() -> str: return os.path.join(os.path.dirname(__file__), "ext") @pytest.fixture -def token(): +def token() -> str: return fdp_utils.read_token( os.path.join(os.path.expanduser("~"), ".fair/registry/token") ) @pytest.fixture -def script(test_dir): +def script(test_dir: str) -> str: return os.path.join(test_dir, "test_script.sh") @pytest.fixture -def config(test_dir): +def config(test_dir: str) -> str: return os.path.join(test_dir, "write_csv.yaml") -def test_initialise(token, config, script): +def test_initialise(token: str, config: str, script: str) -> None: handle = pipeline.initialise(token, config, script) assert type(handle) == dict -def test_link_write(token, config, script): +def test_link_write(token: str, config: str, script: str) -> None: handle = pipeline.initialise(token, config, script) pipeline.link_write(handle, "test/csv") assert handle["output"]["output_0"]["data_product"] == "test/csv" -def test_raise_issue_by_index(token, config, script): +def test_raise_issue_by_index(token: str, config: str, script: str) -> None: handle = pipeline.initialise(token, config, script) link_write = pipeline.link_write(handle, "test/csv") index = pipeline.get_handle_index_from_path(handle, link_write) @@ -50,13 +50,15 @@ def test_raise_issue_by_index(token, config, script): assert handle["issues"]["issue_0"]["use_data_product"] == "test/csv" -def test_raise_issue_with_config(token, config, script): +def test_raise_issue_with_config(token: str, config: str, script: str) -> None: handle = pipeline.initialise(token, config, script) pipeline.raise_issue_with_config(handle, "Test Issue with config", 4) assert handle["issues"]["issue_0"]["type"] == "config" -def test_raise_issue_with_github_repo(token, config, script): +def test_raise_issue_with_github_repo( + token: str, config: str, script: str +) -> None: handle = pipeline.initialise(token, config, script) pipeline.raise_issue_with_github_repo( handle, "Test Issue with github_repo", 4 @@ -64,7 +66,7 @@ def test_raise_issue_with_github_repo(token, config, script): assert handle["issues"]["issue_0"]["type"] == "github_repo" -def test_raise_issue_with_script(token, config, script): +def test_raise_issue_with_script(token: str, config: str, script: str) -> None: handle = pipeline.initialise(token, config, script) pipeline.raise_issue_with_submission_script( handle, "Test Issue with submission_script", 4 @@ -72,7 +74,9 @@ def test_raise_issue_with_script(token, config, script): assert handle["issues"]["issue_0"]["type"] == "submission_script" -def test_link_read(token, config, script, test_dir): +def test_link_read( + token: str, config: str, script: str, test_dir: str +) -> None: handle = pipeline.initialise(token, config, script) tmp_csv = os.path.join(test_dir, "test.csv") link_write = pipeline.link_write(handle, "test/csv") @@ -85,7 +89,10 @@ def test_link_read(token, config, script, test_dir): link_read_2 = pipeline.link_read(handle, "test/csv") assert type(link_read_1) == str and type(link_read_2) == str -def test_link_read_data_product_exists(token, config, script, test_dir): + +def test_link_read_data_product_exists( + token: str, config: str, script: str, test_dir: str +) -> None: handle = pipeline.initialise(token, config, script) tmp_csv = os.path.join(test_dir, "test.csv") link_write = pipeline.link_write(handle, "test/csv") @@ -93,7 +100,9 @@ def test_link_read_data_product_exists(token, config, script, test_dir): pipeline.finalise(token, handle) -def test_raise_issue_existing_data_product(token, config, script): +def test_raise_issue_existing_data_product( + token: str, config: str, script: str +) -> None: handle = pipeline.initialise(token, config, script) pipeline.raise_issue_by_existing_data_product( handle, @@ -106,7 +115,9 @@ def test_raise_issue_existing_data_product(token, config, script): pipeline.finalise(token, handle) -def test_raise_issue_data_product_from_reads(token, script, test_dir): +def test_raise_issue_data_product_from_reads( + token: str, script: str, test_dir: str +) -> None: config = os.path.join(test_dir, "read_csv.yaml") handle = pipeline.initialise(token, config, script) pipeline.raise_issue_by_data_product(