{
"info": {
"author": "National Instruments",
"author_email": "opensource@ni.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Manufacturing",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: System :: Hardware :: Hardware Drivers"
],
"description": "Overall Status\n--------------\n\n+----------------------+------------------------------------------------------------------------------------------------------------------------------------+\n| master branch status | |BuildStatus| |Docs| |MITLicense| |CoverageStatus| |\n+----------------------+------------------------------------------------------------------------------------------------------------------------------------+\n| GitHub status | |OpenIssues| |OpenPullRequests| |\n+----------------------+------------------------------------------------------------------------------------------------------------------------------------+\n\n=========== ============================================================================================================================\nInfo Python bindings for NI Modular Instrument drivers. See `GitHub `_ for the latest source.\nAuthor National Instruments\n=========== ============================================================================================================================\n\n.. |BuildStatus| image:: https://img.shields.io/travis/ni/nimi-python.svg\n :alt: Build Status - master branch\n :target: https://travis-ci.org/ni/nimi-python\n\n.. |Docs| image:: https://readthedocs.org/projects/nimi-python/badge/?version=latest\n :alt: Documentation Status - master branch\n :target: https://nimi-python.readthedocs.io/en/latest/?badge=latest\n\n.. |MITLicense| image:: https://img.shields.io/badge/License-MIT-yellow.svg\n :alt: MIT License\n :target: https://opensource.org/licenses/MIT\n\n.. |CoverageStatus| image:: https://coveralls.io/repos/github/ni/nimi-python/badge.svg?branch=master&dummy=no_cache_please_1\n :alt: Test Coverage - master branch\n :target: https://coveralls.io/github/ni/nimi-python?branch=master\n\n.. |OpenIssues| image:: https://img.shields.io/github/issues/ni/nimi-python.svg\n :alt: Open Issues + Pull Requests\n :target: https://github.com/ni/nimi-python/issues\n\n.. |OpenPullRequests| image:: https://img.shields.io/github/issues-pr/ni/nimi-python.svg\n :alt: Open Pull Requests\n :target: https://github.com/ni/nimi-python/pulls\n\n\n.. _about-section:\n\nAbout\n=====\n\nThe **nimi-python** repository generates Python bindings (Application Programming Interface) for interacting with the Modular Instrument drivers. The\nfollowing drivers are supported:\n\n* NI-DCPower (Python module: nidcpower)\n* NI-Digital Pattern Driver (Python module: nidigital)\n* NI-DMM (Python module: nidmm)\n* NI-FGEN (Python module: nifgen)\n* NI-ModInst (Python module: nimodinst)\n* NI-SCOPE (Python module: niscope)\n* NI Switch Executive (Python module: nise)\n* NI-SWITCH (Python module: niswitch)\n* NI-TClk (Python module: nitclk)\n\nIt is implemented as a set of `Mako templates `_ and per-driver metafiles that produce a Python module for each driver. The driver is\ncalled through its public C API using the `ctypes `_ Python library.\n\n**nimi-python** supports all the Operating Systems supported by the underlying driver.\n\n**nimi-python** follows `Python Software Foundation `_ support policy for different versions. At\nthis time this includes Python 3.6 and above using CPython.\n\n\nNI Switch Executive Python API Status\n-------------------------------------\n\n+-------------------------------+---------------------+\n| NI Switch Executive (nise) | |\n+===============================+=====================+\n| Driver Version Tested Against | 20.0.0 |\n+-------------------------------+---------------------+\n| PyPI Version | |niseLatestVersion| |\n+-------------------------------+---------------------+\n| Supported Python Version | |nisePythonVersion| |\n+-------------------------------+---------------------+\n| Open Issues | |niseOpenIssues| |\n+-------------------------------+---------------------+\n| Open Pull Requests | |niseOpenPRs| |\n+-------------------------------+---------------------+\n\n\n.. |niseLatestVersion| image:: http://img.shields.io/pypi/v/nise.svg\n :alt: Latest NI Switch Executive Version\n :target: http://pypi.python.org/pypi/nise\n\n\n.. |nisePythonVersion| image:: http://img.shields.io/pypi/pyversions/nise.svg\n :alt: NI Switch Executive supported Python versions\n :target: http://pypi.python.org/pypi/nise\n\n\n.. |niseOpenIssues| image:: https://img.shields.io/github/issues/ni/nimi-python/nise.svg\n :alt: Open Issues + Pull Requests for NI Switch Executive\n :target: https://github.com/ni/nimi-python/issues?q=is%3Aopen+is%3Aissue+label%3Anise\n\n\n.. |niseOpenPRs| image:: https://img.shields.io/github/issues-pr/ni/nimi-python/nise.svg\n :alt: Pull Requests for NI Switch Executive\n :target: https://github.com/ni/nimi-python/pulls?q=is%3Aopen+is%3Aissue+label%3Anise\n\n\n\n.. _nise_installation-section:\n\nInstallation\n------------\n\nAs a prerequisite to using the nise module, you must install the NI Switch Executive runtime on your system. Visit `ni.com/downloads `_ to download the driver runtime for your devices.\n\nThe nimi-python modules (i.e. for **NI Switch Executive**) can be installed with `pip `_::\n\n $ python -m pip install nise~=1.4.1\n\nOr **easy_install** from\n`setuptools `_::\n\n $ python -m easy_install nise\n\n\nContributing\n============\n\nWe welcome contributions! You can clone the project repository, build it, and install it by `following these instructions `_.\n\nUsage\n------\n\nThe following is a basic example of using the **nise** module to open a session to a Switch Executive Virtual Device and connect a routegroup.\n\n.. code-block:: python\n\n import nise\n with nise.Session('SwitchExecutiveExample') as session:\n session.connect('DIOToUUT')\n\nAdditional examples for NI Switch Executive are located in src/nise/examples/ directory.\n\n.. _support-section:\n\nSupport / Feedback\n==================\n\nThe packages included in **nimi-python** package are supported by NI. For support, open\na request through the NI support portal at `ni.com `_.\n\n.. _bugs-section:\n\nBugs / Feature Requests\n=======================\n\nTo report a bug or submit a feature request specific to NI Modular Instruments Python bindings (nimi-python), please use the\n`GitHub issues page `_.\n\nFill in the issue template as completely as possible and we will respond as soon\nas we can.\n\nFor hardware support or any other questions not specific to this GitHub project, please visit `NI Community Forums `_.\n\n\n.. _documentation-section:\n\nDocumentation\n=============\n\nDocumentation is available `here `_.\n\n\n.. _license-section:\n\nLicense\n=======\n\n**nimi-python** is licensed under an MIT-style license (`see\nLICENSE `_).\nOther incorporated projects may be licensed under different licenses. All\nlicenses allow for non-commercial and commercial use.\n\n\n\n\n",
"description_content_type": "text/x-rst",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/ni/nimi-python",
"keywords": "nise",
"license": "MIT",
"maintainer": "National Instruments",
"maintainer_email": "opensource@ni.com",
"name": "nise",
"package_url": "https://pypi.org/project/nise/",
"platform": "",
"project_url": "https://pypi.org/project/nise/",
"project_urls": {
"Homepage": "https://github.com/ni/nimi-python"
},
"release_url": "https://pypi.org/project/nise/1.4.1/",
"requires_dist": [
"hightime (>=0.2.0)",
"enum34 ; python_version < \"3.4\"",
"singledispatch ; python_version < \"3.4\""
],
"requires_python": "",
"summary": "NI Switch Executive Python API",
"version": "1.4.1",
"yanked": false,
"yanked_reason": null
},
"last_serial": 11233655,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "c4b2f3c9fe34831ae916d3e99858eb8b",
"sha256": "1021f6f5c05a66757d4c0cae4b415e07654631ebd31650ca527740d0af4b5cae"
},
"downloads": -1,
"filename": "nise-0.1.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "c4b2f3c9fe34831ae916d3e99858eb8b",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 21921,
"upload_time": "2018-10-17T14:59:36",
"upload_time_iso_8601": "2018-10-17T14:59:36.458511Z",
"url": "https://files.pythonhosted.org/packages/73/9f/786c72dddbc3f29c39b86dbc157e0ede6cf72703bba06041f15b5a51c120/nise-0.1.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "c0a3bd1fa46129ffbf156549d7e892a2",
"sha256": "c027adf05dc839e71e4fa79b4dc6984e51036e898bd29da89c9b2294b74b63cf"
},
"downloads": -1,
"filename": "nise-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "c0a3bd1fa46129ffbf156549d7e892a2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20514,
"upload_time": "2018-10-17T14:59:46",
"upload_time_iso_8601": "2018-10-17T14:59:46.163197Z",
"url": "https://files.pythonhosted.org/packages/a5/77/364197db861292a4cc2e6b06008fb57683c1f8564e656519db32da01cfe4/nise-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"0.2.0": [
{
"comment_text": "",
"digests": {
"md5": "4309f5fa8d8bf85f0bcc05c1cb6f9f63",
"sha256": "5a761d75fec984e01c813fd387c3dfc50396ee9ac633013c95771dc5288e1079"
},
"downloads": -1,
"filename": "nise-0.2.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "4309f5fa8d8bf85f0bcc05c1cb6f9f63",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 21960,
"upload_time": "2018-10-25T20:16:22",
"upload_time_iso_8601": "2018-10-25T20:16:22.886060Z",
"url": "https://files.pythonhosted.org/packages/db/b0/6ebcad07608c7079876e51a872d7a2eccbdfa15ce179be3ac670b3f6c6ed/nise-0.2.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "8e393ddbaa7b217493cb68d328ab2c0d",
"sha256": "6bb7c10338c4346860c412ca2f1d125db9cbca81573500c6aef8c87daeedd1a3"
},
"downloads": -1,
"filename": "nise-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "8e393ddbaa7b217493cb68d328ab2c0d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20555,
"upload_time": "2018-10-25T20:16:30",
"upload_time_iso_8601": "2018-10-25T20:16:30.911813Z",
"url": "https://files.pythonhosted.org/packages/f5/a3/2a982766506e54654b9756b32b177f3537f3acc323a6c22f7484673ac95f/nise-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"0.2.2": [
{
"comment_text": "",
"digests": {
"md5": "c61269f56f2eed8c9831774adfaaa09b",
"sha256": "bf2eca96e4a0ca8a0cfbab0946dfb16314a7602e5d63cccbfca198cfbadfabbc"
},
"downloads": -1,
"filename": "nise-0.2.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "c61269f56f2eed8c9831774adfaaa09b",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 22179,
"upload_time": "2019-06-06T15:28:14",
"upload_time_iso_8601": "2019-06-06T15:28:14.584921Z",
"url": "https://files.pythonhosted.org/packages/a5/9c/5556d5d5c2bed085d7132bbc1ed17efb4c22b977a1b8dffe92bf720835ea/nise-0.2.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "6f8c2a678111aed3182768c7b58f6751",
"sha256": "bdaa37b8cb8461dffc3c89ee40c3af2513a915c20ecf125021a3753cfe63c139"
},
"downloads": -1,
"filename": "nise-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "6f8c2a678111aed3182768c7b58f6751",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20726,
"upload_time": "2019-06-06T15:28:25",
"upload_time_iso_8601": "2019-06-06T15:28:25.216072Z",
"url": "https://files.pythonhosted.org/packages/7e/ce/5b47af1e0980c23e6ffe4d873c7dfc11e0c539f0b17c347c45b67a84ba20/nise-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "f12fc99d6275d0805f9091bfaaa2f47f",
"sha256": "f2fe09150ceb13964a563ecc45ee5105b3e117bf143571c46221234a4794673c"
},
"downloads": -1,
"filename": "nise-1.0.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "f12fc99d6275d0805f9091bfaaa2f47f",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 22629,
"upload_time": "2019-10-21T22:17:46",
"upload_time_iso_8601": "2019-10-21T22:17:46.432157Z",
"url": "https://files.pythonhosted.org/packages/35/21/a0ade0a96c5c92462aea1b26987e86ee316e31755d45d7bb5650750a1498/nise-1.0.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "84e7e10e05622dcaad5e24bd481a795f",
"sha256": "90f8f7b502ada4f4e1aecab438f999f3edfb3caa1b635a0fbb1648a4d865b096"
},
"downloads": -1,
"filename": "nise-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "84e7e10e05622dcaad5e24bd481a795f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20990,
"upload_time": "2019-10-21T22:18:03",
"upload_time_iso_8601": "2019-10-21T22:18:03.416360Z",
"url": "https://files.pythonhosted.org/packages/ce/d6/e9985f8e4fd4e6ae7408842c328d316574dad959334f8ff1d18d60468cb0/nise-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.1.4": [
{
"comment_text": "",
"digests": {
"md5": "767d82902f0152a0bc30b6dfced519d1",
"sha256": "a2cb49bf0aed6b51116b50422bf26e866d0e323877b43ac08f6520fc5dd0c971"
},
"downloads": -1,
"filename": "nise-1.1.4-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "767d82902f0152a0bc30b6dfced519d1",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 22653,
"upload_time": "2019-11-19T16:54:16",
"upload_time_iso_8601": "2019-11-19T16:54:16.039955Z",
"url": "https://files.pythonhosted.org/packages/ef/ab/50a126c5ef3ebc9dad383f3b513c53749eff628c01ca154452517af72697/nise-1.1.4-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "a60e074482f0cbf3762e0977a56105a4",
"sha256": "84ef70f9bec0ab7b58f3c035eacd27fdf3ac28c4e720e30d8de82d873911ecfe"
},
"downloads": -1,
"filename": "nise-1.1.4.tar.gz",
"has_sig": false,
"md5_digest": "a60e074482f0cbf3762e0977a56105a4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20970,
"upload_time": "2019-11-19T16:54:30",
"upload_time_iso_8601": "2019-11-19T16:54:30.943711Z",
"url": "https://files.pythonhosted.org/packages/20/19/e973f05a939e7b0d3dad77e0402f9b037d4ba87dcac4e7a52e2ef5ade4b3/nise-1.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.1.5": [
{
"comment_text": "",
"digests": {
"md5": "4f4a27bfd1359512af83c0e9e5457a3d",
"sha256": "d22384863b11a4c65efe8e77bb48cd234a9ec114b1364fe746050479b5ce1636"
},
"downloads": -1,
"filename": "nise-1.1.5-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "4f4a27bfd1359512af83c0e9e5457a3d",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 22621,
"upload_time": "2019-11-22T19:06:47",
"upload_time_iso_8601": "2019-11-22T19:06:47.161508Z",
"url": "https://files.pythonhosted.org/packages/4b/cc/018ac72be06b55f6b8db862c1a69a49a836b703219845ddbb3873dc4dd5f/nise-1.1.5-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "0b313ace50fb8495e593047d9e988d1e",
"sha256": "edfb602c7763d01bd16c405b8f600b158b3ef65cb80726ac05588d3704741304"
},
"downloads": -1,
"filename": "nise-1.1.5.tar.gz",
"has_sig": false,
"md5_digest": "0b313ace50fb8495e593047d9e988d1e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20965,
"upload_time": "2019-11-22T19:06:55",
"upload_time_iso_8601": "2019-11-22T19:06:55.909456Z",
"url": "https://files.pythonhosted.org/packages/55/27/26aeb58dde79029523ef0892a5311d92cba9ae09e182c8ab6876e802dd4f/nise-1.1.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.2.0": [
{
"comment_text": "",
"digests": {
"md5": "067ff96dc3c6b982e4568fe5f83624e1",
"sha256": "67c87c3d3c55dfbac5ff139365756b35f23926942f7df0dd3b32e9bb7d6434be"
},
"downloads": -1,
"filename": "nise-1.2.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "067ff96dc3c6b982e4568fe5f83624e1",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 22069,
"upload_time": "2020-03-07T00:23:58",
"upload_time_iso_8601": "2020-03-07T00:23:58.678563Z",
"url": "https://files.pythonhosted.org/packages/c3/f6/e0cc488a8164f2d092b284de52c6edbbddc0bc6ee473d31637831ed70d55/nise-1.2.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "78bac1662fc583fcdfb12f674acf6f33",
"sha256": "ea122f0dee3ddbfa74f80afa60d1b30ac595b2a60c9fb17c61cc425c2ea89c70"
},
"downloads": -1,
"filename": "nise-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "78bac1662fc583fcdfb12f674acf6f33",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 23237,
"upload_time": "2020-03-07T00:24:12",
"upload_time_iso_8601": "2020-03-07T00:24:12.428836Z",
"url": "https://files.pythonhosted.org/packages/aa/3d/04ad514956b777a04598e5a36bdaafdb9c686c5a433e01d0736d52a487f9/nise-1.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.2.1": [
{
"comment_text": "",
"digests": {
"md5": "2f41dcc566b06d1f3eb4f5d765748730",
"sha256": "36c9eed037058683cb6695c0154c1256a537e452f874e825441b967ba69b79a7"
},
"downloads": -1,
"filename": "nise-1.2.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "2f41dcc566b06d1f3eb4f5d765748730",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 22729,
"upload_time": "2020-04-22T17:34:18",
"upload_time_iso_8601": "2020-04-22T17:34:18.479093Z",
"url": "https://files.pythonhosted.org/packages/7d/a8/f61ef4b0a066ea4cafbe068b3214ff84e3c49226d381fea073ca367bc605/nise-1.2.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "9a7f2df1b396d0946dbf2d4e6bb5fd09",
"sha256": "6f0f3742c6bfae1dd0c218df8d696359e2903a45158cbdd6a3287501c0a2a87f"
},
"downloads": -1,
"filename": "nise-1.2.1.tar.gz",
"has_sig": false,
"md5_digest": "9a7f2df1b396d0946dbf2d4e6bb5fd09",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 23845,
"upload_time": "2020-04-22T17:34:29",
"upload_time_iso_8601": "2020-04-22T17:34:29.204929Z",
"url": "https://files.pythonhosted.org/packages/a4/f2/c53bc33794bd06e3b5ff6af4b3c7f68727eabc64c995cdbb5a635b4efb5f/nise-1.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.3.0": [
{
"comment_text": "",
"digests": {
"md5": "32919f470efbec5829647f58873a33e9",
"sha256": "fed3a06a79a89ee187a5f4340bd317b9668758696a489e3b6685200953efb0d6"
},
"downloads": -1,
"filename": "nise-1.3.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "32919f470efbec5829647f58873a33e9",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 22799,
"upload_time": "2020-05-21T23:26:51",
"upload_time_iso_8601": "2020-05-21T23:26:51.631069Z",
"url": "https://files.pythonhosted.org/packages/7d/89/cac66660ed8c0999182177bd9afec06daae8dfbd56940a2f4fb10119c662/nise-1.3.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "9520a683108228db486e40cb79a3d4fb",
"sha256": "9f0d4b9c64fbfb7bcede965c69aa8ebdfc9f0ca233e9cfa7c7a9891acc871aa1"
},
"downloads": -1,
"filename": "nise-1.3.0.tar.gz",
"has_sig": false,
"md5_digest": "9520a683108228db486e40cb79a3d4fb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 23919,
"upload_time": "2020-05-21T23:27:02",
"upload_time_iso_8601": "2020-05-21T23:27:02.729419Z",
"url": "https://files.pythonhosted.org/packages/f1/f9/d7770d2b0b0641a100b04353be8b9fcde564d6209dd7bfaca39db4d5eb2e/nise-1.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.3.1": [
{
"comment_text": "",
"digests": {
"md5": "123e126f285a8d00c525c114434126e7",
"sha256": "00063d1770f35bd7ae645b08455dfa7a09ab5c9df4b0ad8ac50e5e4f1d592990"
},
"downloads": -1,
"filename": "nise-1.3.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "123e126f285a8d00c525c114434126e7",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 21483,
"upload_time": "2020-06-08T22:07:49",
"upload_time_iso_8601": "2020-06-08T22:07:49.426668Z",
"url": "https://files.pythonhosted.org/packages/06/fa/9980487ad88a6ec78c984cb051202c4b8d2aa00bb2e22c87573b27b8038c/nise-1.3.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "79c70898a740998966044ffc3fed0721",
"sha256": "3bd078c549413285e8cbe440e0d49bf4a150b27ea35aa199c750dde7f1e68175"
},
"downloads": -1,
"filename": "nise-1.3.1.tar.gz",
"has_sig": false,
"md5_digest": "79c70898a740998966044ffc3fed0721",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22468,
"upload_time": "2020-06-08T22:07:59",
"upload_time_iso_8601": "2020-06-08T22:07:59.252441Z",
"url": "https://files.pythonhosted.org/packages/67/a1/bd232562fbac1e4297df536ecf8f5456e30980a8c9775d2234232db990dc/nise-1.3.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.3.2": [
{
"comment_text": "",
"digests": {
"md5": "178edd25dfc1c2132191ad204936c785",
"sha256": "cd61daf7ab8858fb24cdc16932c6998aba1981ac21db34b6f1162b35b7c7253b"
},
"downloads": -1,
"filename": "nise-1.3.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "178edd25dfc1c2132191ad204936c785",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 21485,
"upload_time": "2020-09-18T17:53:12",
"upload_time_iso_8601": "2020-09-18T17:53:12.288893Z",
"url": "https://files.pythonhosted.org/packages/8f/99/6f70410293442ffd8c9965b59d7f191b1c3b15a14e04e5b2e35aac34e6eb/nise-1.3.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "5459ed8f3cbb2fd6892952026f37f46c",
"sha256": "bb48d4d3d1b7d1c3c61ac1e40985b366cf3652133a7bdafa97269461b9341462"
},
"downloads": -1,
"filename": "nise-1.3.2.tar.gz",
"has_sig": false,
"md5_digest": "5459ed8f3cbb2fd6892952026f37f46c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22386,
"upload_time": "2020-09-18T17:53:25",
"upload_time_iso_8601": "2020-09-18T17:53:25.913364Z",
"url": "https://files.pythonhosted.org/packages/a1/ce/abc7be9ff1f923fe10059a1092a796851e33c5fc8f01cd37e2052a98cf1e/nise-1.3.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.3.3": [
{
"comment_text": "",
"digests": {
"md5": "68a0331f355b83e3732703db9de1e4bf",
"sha256": "6a9c08ec9f5d69bce35eb670514f1bd9cb156b1eb9e4d30e209f6359af6b1aae"
},
"downloads": -1,
"filename": "nise-1.3.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "68a0331f355b83e3732703db9de1e4bf",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 21485,
"upload_time": "2021-03-02T15:59:57",
"upload_time_iso_8601": "2021-03-02T15:59:57.114522Z",
"url": "https://files.pythonhosted.org/packages/52/b0/3df2a58f134a290e4e8ad8925505f69ad4d1153884df14baee2c0cb96ce5/nise-1.3.3-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "b774303c441ee174185036744f576627",
"sha256": "e1a243f576bf92a1575993cd9dc0b0b7171e5482d6fa902d5f4302f44555024c"
},
"downloads": -1,
"filename": "nise-1.3.3.tar.gz",
"has_sig": false,
"md5_digest": "b774303c441ee174185036744f576627",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22398,
"upload_time": "2021-03-02T16:01:01",
"upload_time_iso_8601": "2021-03-02T16:01:01.436030Z",
"url": "https://files.pythonhosted.org/packages/f4/a7/8ca75217c8e84d6161e0243c423ef90be8fc082f16ba6d6514f641b6ff25/nise-1.3.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.4.0": [
{
"comment_text": "",
"digests": {
"md5": "34d524cf214083a1e6e483c5559bfca6",
"sha256": "64122aa17fc6edfcbd989dfd4942fba2dbb50f969e0bb0ed7a5970bd3eb5a888"
},
"downloads": -1,
"filename": "nise-1.4.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "34d524cf214083a1e6e483c5559bfca6",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 21756,
"upload_time": "2021-07-09T20:56:58",
"upload_time_iso_8601": "2021-07-09T20:56:58.524223Z",
"url": "https://files.pythonhosted.org/packages/67/77/b89055bc6aaf9bce28ad4ce158992050fd33dd643b91cc5a4855c1ab1fd9/nise-1.4.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "545bc5e6f6b6dfe46304e01dabd3fc84",
"sha256": "a71bd2a872b8230532af173abcae58d914b844ad5eabb255bad1390fa4b2fc28"
},
"downloads": -1,
"filename": "nise-1.4.0.tar.gz",
"has_sig": false,
"md5_digest": "545bc5e6f6b6dfe46304e01dabd3fc84",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22695,
"upload_time": "2021-07-09T20:57:10",
"upload_time_iso_8601": "2021-07-09T20:57:10.140473Z",
"url": "https://files.pythonhosted.org/packages/9b/35/db45e9b232a6300d1a01f8625bd4144ce2ba75438070b87087a4d1089e4f/nise-1.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"1.4.1": [
{
"comment_text": "",
"digests": {
"md5": "eb2b3645cae66a45bb7dd2eadea99fd6",
"sha256": "a29c4157b58d91e5e18355b149f1406322f9a88b757f05f6d5ca5c95dc603847"
},
"downloads": -1,
"filename": "nise-1.4.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "eb2b3645cae66a45bb7dd2eadea99fd6",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 21754,
"upload_time": "2021-08-20T16:18:42",
"upload_time_iso_8601": "2021-08-20T16:18:42.075225Z",
"url": "https://files.pythonhosted.org/packages/1c/19/0120773b754ec4948a85415f7be7f684337c98767fffdd3c0967379ad1be/nise-1.4.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "8579c7710a6eac493e91ada8bd66fe54",
"sha256": "ed7c9be447cd1ba7937666ff0ba97a35f80bbb1d0e31beb3585f00ed4e3942b9"
},
"downloads": -1,
"filename": "nise-1.4.1.tar.gz",
"has_sig": false,
"md5_digest": "8579c7710a6eac493e91ada8bd66fe54",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22153,
"upload_time": "2021-08-20T16:18:57",
"upload_time_iso_8601": "2021-08-20T16:18:57.142939Z",
"url": "https://files.pythonhosted.org/packages/58/19/4813ebcf646104e5cd221f1cac9408c7e2f75f56f95971ade458f368ec97/nise-1.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "eb2b3645cae66a45bb7dd2eadea99fd6",
"sha256": "a29c4157b58d91e5e18355b149f1406322f9a88b757f05f6d5ca5c95dc603847"
},
"downloads": -1,
"filename": "nise-1.4.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "eb2b3645cae66a45bb7dd2eadea99fd6",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 21754,
"upload_time": "2021-08-20T16:18:42",
"upload_time_iso_8601": "2021-08-20T16:18:42.075225Z",
"url": "https://files.pythonhosted.org/packages/1c/19/0120773b754ec4948a85415f7be7f684337c98767fffdd3c0967379ad1be/nise-1.4.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "8579c7710a6eac493e91ada8bd66fe54",
"sha256": "ed7c9be447cd1ba7937666ff0ba97a35f80bbb1d0e31beb3585f00ed4e3942b9"
},
"downloads": -1,
"filename": "nise-1.4.1.tar.gz",
"has_sig": false,
"md5_digest": "8579c7710a6eac493e91ada8bd66fe54",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22153,
"upload_time": "2021-08-20T16:18:57",
"upload_time_iso_8601": "2021-08-20T16:18:57.142939Z",
"url": "https://files.pythonhosted.org/packages/58/19/4813ebcf646104e5cd221f1cac9408c7e2f75f56f95971ade458f368ec97/nise-1.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"vulnerabilities": []
}