Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install nestpy via python pip




nestpy - Python bindings for the NEST noble element simulations, it belongs to Classifiers:

- Development Status :: 5 - Production/Stable
- Intended Audience :: Science/Research
- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
- Natural Language :: English
- Operating System :: MacOS
- Operating System :: MacOS :: MacOS X
- Operating System :: POSIX
- Operating System :: POSIX :: Linux
- Programming Language :: C
- Programming Language :: C++
- Programming Language :: Python :: 3.1
- Programming Language :: Python :: 3.6
- Programming Language :: Python :: 3.7
- Programming Language :: Python :: 3.8
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10
- Programming Language :: Python :: Implementation
- Programming Language :: Python :: Implementation :: CPython
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Physics

When you know about this project and you want to new install nestpy to support your project or you get trouble as ModuleNotFoundError: No module named "nestpy" or ImportError: cannot import name "nestpy" in your project, let follow this tutorial to install nestpy



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_nestpy_env

- Active the virtual environment

test_nestpy_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_nestpy_env

- Active the virtual environment

source test_nestpy_env/bin/active


Step 2: OK, now, let flow below content to start the installation nestpy

To install nestpy on Windows(CMD):

py -m pip install nestpy

To install nestpy on Unix/macOs:

pip install nestpy


Step 3: If you want to install a specific nestpy version, add ==<nestpy version> to the end command line

Example:

pip install nestpy==0.1.0


Please see the version list below table:

VersionReleased dateCommand
nestpy 1.5.42022-04-17T00:16:33Windows:

py -m pip install nestpy==1.5.4

Unix/macOs:

pip install nestpy==1.5.4

nestpy 1.5.22022-04-12T00:43:46Windows:

py -m pip install nestpy==1.5.2

Unix/macOs:

pip install nestpy==1.5.2

nestpy 1.5.12022-02-10T01:09:25Windows:

py -m pip install nestpy==1.5.1

Unix/macOs:

pip install nestpy==1.5.1

nestpy 1.5.02021-11-12T16:01:01Windows:

py -m pip install nestpy==1.5.0

Unix/macOs:

pip install nestpy==1.5.0

nestpy 1.4.112021-11-12T02:54:35Windows:

py -m pip install nestpy==1.4.11

Unix/macOs:

pip install nestpy==1.4.11

nestpy 1.4.82021-04-09T20:44:23Windows:

py -m pip install nestpy==1.4.8

Unix/macOs:

pip install nestpy==1.4.8

nestpy 1.4.72021-03-03T18:47:38Windows:

py -m pip install nestpy==1.4.7

Unix/macOs:

pip install nestpy==1.4.7

nestpy 1.4.42021-02-10T14:04:21Windows:

py -m pip install nestpy==1.4.4

Unix/macOs:

pip install nestpy==1.4.4

nestpy 1.4.32021-02-08T20:16:33Windows:

py -m pip install nestpy==1.4.3

Unix/macOs:

pip install nestpy==1.4.3

nestpy 1.4.22021-02-01T17:56:41Windows:

py -m pip install nestpy==1.4.2

Unix/macOs:

pip install nestpy==1.4.2

nestpy 1.4.12020-12-16T00:28:22Windows:

py -m pip install nestpy==1.4.1

Unix/macOs:

pip install nestpy==1.4.1

nestpy 1.4.02020-11-20T01:37:28Windows:

py -m pip install nestpy==1.4.0

Unix/macOs:

pip install nestpy==1.4.0

nestpy 1.3.32020-11-11T18:39:48Windows:

py -m pip install nestpy==1.3.3

Unix/macOs:

pip install nestpy==1.3.3

nestpy 1.3.02020-07-06T14:53:12Windows:

py -m pip install nestpy==1.3.0

Unix/macOs:

pip install nestpy==1.3.0

nestpy 1.2.12020-06-22T20:33:42Windows:

py -m pip install nestpy==1.2.1

Unix/macOs:

pip install nestpy==1.2.1

nestpy 1.1.32019-08-05T15:45:13Windows:

py -m pip install nestpy==1.1.3

Unix/macOs:

pip install nestpy==1.1.3

nestpy 1.1.22019-08-02T15:51:44Windows:

py -m pip install nestpy==1.1.2

Unix/macOs:

pip install nestpy==1.1.2

nestpy 1.1.12018-08-29T11:55:36Windows:

py -m pip install nestpy==1.1.1

Unix/macOs:

pip install nestpy==1.1.1

nestpy 1.1.02018-08-18T12:42:45Windows:

py -m pip install nestpy==1.1.0

Unix/macOs:

pip install nestpy==1.1.0

nestpy 1.0.32018-08-18T11:07:05Windows:

py -m pip install nestpy==1.0.3

Unix/macOs:

pip install nestpy==1.0.3

nestpy 1.0.22018-08-18T10:57:05Windows:

py -m pip install nestpy==1.0.2

Unix/macOs:

pip install nestpy==1.0.2

nestpy 1.0.12018-08-18T10:17:44Windows:

py -m pip install nestpy==1.0.1

Unix/macOs:

pip install nestpy==1.0.1

nestpy 1.0.02018-08-18T09:12:57Windows:

py -m pip install nestpy==1.0.0

Unix/macOs:

pip install nestpy==1.0.0

nestpy 0.2.52018-08-15T19:59:03Windows:

py -m pip install nestpy==0.2.5

Unix/macOs:

pip install nestpy==0.2.5

nestpy 0.1.02018-08-15T11:34:57Windows:

py -m pip install nestpy==0.1.0

Unix/macOs:

pip install nestpy==0.1.0


Step 4: Otherwise, you can install nestpy from local archives:

Download the distribution file from nestpy-1.5.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl or the specific nestpy version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_nestpy_downloaded_file>

On Unix/macOs:

pip install <path_to_nestpy_downloaded_file>


List distribution:

- nestpy-0.1.0-cp27-cp27m-manylinux1_x86_64.whl
- nestpy-0.1.0-cp27-cp27mu-manylinux1_x86_64.whl
- nestpy-0.1.0-cp34-cp34m-manylinux1_x86_64.whl
- nestpy-0.1.0-cp35-cp35m-manylinux1_x86_64.whl
- nestpy-0.1.0-cp36-cp36m-manylinux1_x86_64.whl
- nestpy-0.1.0-cp37-cp37m-manylinux1_x86_64.whl
- nestpy-0.2.5-cp27-cp27m-macosx_10_6_x86_64.whl
- nestpy-0.2.5-cp27-cp27m-manylinux1_x86_64.whl
- nestpy-0.2.5-cp27-cp27mu-manylinux1_x86_64.whl
- nestpy-0.2.5-cp34-cp34m-macosx_10_6_x86_64.whl
- nestpy-0.2.5-cp34-cp34m-manylinux1_x86_64.whl
- nestpy-0.2.5-cp35-cp35m-macosx_10_6_x86_64.whl
- nestpy-0.2.5-cp35-cp35m-manylinux1_x86_64.whl
- nestpy-0.2.5-cp36-cp36m-macosx_10_7_x86_64.whl
- nestpy-0.2.5-cp36-cp36m-manylinux1_x86_64.whl
- nestpy-0.2.5-cp37-cp37m-macosx_10_7_x86_64.whl
- nestpy-0.2.5-cp37-cp37m-manylinux1_x86_64.whl
- nestpy-1.0.0-cp27-cp27m-macosx_10_6_x86_64.whl
- nestpy-1.0.0-cp27-cp27m-manylinux1_i686.whl
- nestpy-1.0.0-cp27-cp27m-manylinux1_x86_64.whl
- nestpy-1.0.0-cp27-cp27mu-manylinux1_i686.whl
- nestpy-1.0.0-cp27-cp27mu-manylinux1_x86_64.whl
- nestpy-1.0.0-cp34-cp34m-macosx_10_6_x86_64.whl
- nestpy-1.0.0-cp34-cp34m-manylinux1_i686.whl
- nestpy-1.0.0-cp34-cp34m-manylinux1_x86_64.whl
- nestpy-1.0.0-cp35-cp35m-macosx_10_6_x86_64.whl
- nestpy-1.0.0-cp35-cp35m-manylinux1_i686.whl
- nestpy-1.0.0-cp35-cp35m-manylinux1_x86_64.whl
- nestpy-1.0.0-cp36-cp36m-macosx_10_7_x86_64.whl
- nestpy-1.0.0-cp36-cp36m-manylinux1_i686.whl
- nestpy-1.0.0-cp36-cp36m-manylinux1_x86_64.whl
- nestpy-1.0.0-cp37-cp37m-macosx_10_7_x86_64.whl
- nestpy-1.0.0-cp37-cp37m-manylinux1_i686.whl
- nestpy-1.0.0-cp37-cp37m-manylinux1_x86_64.whl
- nestpy-1.0.1-cp27-cp27m-macosx_10_6_x86_64.whl
- nestpy-1.0.1-cp27-cp27m-manylinux1_i686.whl
- nestpy-1.0.1-cp27-cp27m-manylinux1_x86_64.whl
- nestpy-1.0.1-cp27-cp27mu-manylinux1_i686.whl
- nestpy-1.0.1-cp27-cp27mu-manylinux1_x86_64.whl
- nestpy-1.0.1-cp34-cp34m-macosx_10_6_x86_64.whl
- nestpy-1.0.1-cp34-cp34m-manylinux1_i686.whl
- nestpy-1.0.1-cp34-cp34m-manylinux1_x86_64.whl
- nestpy-1.0.1-cp35-cp35m-macosx_10_6_x86_64.whl
- nestpy-1.0.1-cp35-cp35m-manylinux1_i686.whl
- nestpy-1.0.1-cp35-cp35m-manylinux1_x86_64.whl
- nestpy-1.0.1-cp36-cp36m-macosx_10_7_x86_64.whl
- nestpy-1.0.1-cp36-cp36m-manylinux1_i686.whl
- nestpy-1.0.1-cp36-cp36m-manylinux1_x86_64.whl
- nestpy-1.0.1-cp37-cp37m-macosx_10_7_x86_64.whl
- nestpy-1.0.1-cp37-cp37m-manylinux1_i686.whl
- nestpy-1.0.1-cp37-cp37m-manylinux1_x86_64.whl
- nestpy-1.0.1.tar.gz
- nestpy-1.0.2-cp27-cp27m-macosx_10_6_x86_64.whl
- nestpy-1.0.2-cp27-cp27m-manylinux1_i686.whl
- nestpy-1.0.2-cp27-cp27m-manylinux1_x86_64.whl
- nestpy-1.0.2-cp27-cp27mu-manylinux1_i686.whl
- nestpy-1.0.2-cp27-cp27mu-manylinux1_x86_64.whl
- nestpy-1.0.2-cp34-cp34m-macosx_10_6_x86_64.whl
- nestpy-1.0.2-cp34-cp34m-manylinux1_i686.whl
- nestpy-1.0.2-cp34-cp34m-manylinux1_x86_64.whl
- nestpy-1.0.2-cp35-cp35m-macosx_10_6_x86_64.whl
- nestpy-1.0.2-cp35-cp35m-manylinux1_i686.whl
- nestpy-1.0.2-cp35-cp35m-manylinux1_x86_64.whl
- nestpy-1.0.2-cp36-cp36m-macosx_10_7_x86_64.whl
- nestpy-1.0.2-cp36-cp36m-manylinux1_i686.whl
- nestpy-1.0.2-cp36-cp36m-manylinux1_x86_64.whl
- nestpy-1.0.2-cp37-cp37m-macosx_10_7_x86_64.whl
- nestpy-1.0.2-cp37-cp37m-manylinux1_i686.whl
- nestpy-1.0.2-cp37-cp37m-manylinux1_x86_64.whl
- nestpy-1.0.2.tar.gz
- nestpy-1.0.3-cp27-cp27m-macosx_10_6_x86_64.whl
- nestpy-1.0.3-cp27-cp27m-manylinux1_i686.whl
- nestpy-1.0.3-cp27-cp27m-manylinux1_x86_64.whl
- nestpy-1.0.3-cp27-cp27mu-manylinux1_i686.whl
- nestpy-1.0.3-cp27-cp27mu-manylinux1_x86_64.whl
- nestpy-1.0.3-cp34-cp34m-macosx_10_6_x86_64.whl
- nestpy-1.0.3-cp34-cp34m-manylinux1_i686.whl
- nestpy-1.0.3-cp34-cp34m-manylinux1_x86_64.whl
- nestpy-1.0.3-cp35-cp35m-macosx_10_6_x86_64.whl
- nestpy-1.0.3-cp35-cp35m-manylinux1_i686.whl
- nestpy-1.0.3-cp35-cp35m-manylinux1_x86_64.whl
- nestpy-1.0.3-cp36-cp36m-macosx_10_7_x86_64.whl
- nestpy-1.0.3-cp36-cp36m-manylinux1_i686.whl
- nestpy-1.0.3-cp36-cp36m-manylinux1_x86_64.whl
- nestpy-1.0.3-cp37-cp37m-macosx_10_7_x86_64.whl
- nestpy-1.0.3-cp37-cp37m-manylinux1_i686.whl
- nestpy-1.0.3-cp37-cp37m-manylinux1_x86_64.whl
- nestpy-1.0.3.tar.gz
- nestpy-1.1.0-cp27-cp27m-macosx_10_6_x86_64.whl
- nestpy-1.1.0-cp27-cp27m-manylinux1_i686.whl
- nestpy-1.1.0-cp27-cp27m-manylinux1_x86_64.whl
- nestpy-1.1.0-cp27-cp27mu-manylinux1_i686.whl
- nestpy-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl
- nestpy-1.1.0-cp34-cp34m-macosx_10_6_x86_64.whl
- nestpy-1.1.0-cp34-cp34m-manylinux1_i686.whl
- nestpy-1.1.0-cp34-cp34m-manylinux1_x86_64.whl
- nestpy-1.1.0-cp35-cp35m-macosx_10_6_x86_64.whl
- nestpy-1.1.0-cp35-cp35m-manylinux1_i686.whl
- nestpy-1.1.0-cp35-cp35m-manylinux1_x86_64.whl
- nestpy-1.1.0-cp36-cp36m-macosx_10_7_x86_64.whl
- nestpy-1.1.0-cp36-cp36m-manylinux1_i686.whl
- nestpy-1.1.0-cp36-cp36m-manylinux1_x86_64.whl
- nestpy-1.1.0-cp37-cp37m-macosx_10_7_x86_64.whl
- nestpy-1.1.0-cp37-cp37m-manylinux1_i686.whl
- nestpy-1.1.0-cp37-cp37m-manylinux1_x86_64.whl
- nestpy-1.1.0.tar.gz
- nestpy-1.1.1-cp27-cp27m-macosx_10_6_x86_64.whl
- nestpy-1.1.1-cp27-cp27m-manylinux1_i686.whl
- nestpy-1.1.1-cp27-cp27m-manylinux1_x86_64.whl
- nestpy-1.1.1-cp27-cp27mu-manylinux1_i686.whl
- nestpy-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl
- nestpy-1.1.1-cp34-cp34m-macosx_10_6_x86_64.whl
- nestpy-1.1.1-cp34-cp34m-manylinux1_i686.whl
- nestpy-1.1.1-cp34-cp34m-manylinux1_x86_64.whl
- nestpy-1.1.1-cp35-cp35m-macosx_10_6_x86_64.whl
- nestpy-1.1.1-cp35-cp35m-manylinux1_i686.whl
- nestpy-1.1.1-cp35-cp35m-manylinux1_x86_64.whl
- nestpy-1.1.1-cp36-cp36m-macosx_10_7_x86_64.whl
- nestpy-1.1.1-cp36-cp36m-manylinux1_i686.whl
- nestpy-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
- nestpy-1.1.1-cp37-cp37m-macosx_10_7_x86_64.whl
- nestpy-1.1.1-cp37-cp37m-manylinux1_i686.whl
- nestpy-1.1.1-cp37-cp37m-manylinux1_x86_64.whl
- nestpy-1.1.1.tar.gz
- nestpy-1.1.2-cp27-cp27m-macosx_10_6_x86_64.whl
- nestpy-1.1.2-cp27-cp27m-manylinux1_x86_64.whl
- nestpy-1.1.2-cp27-cp27mu-manylinux1_x86_64.whl
- nestpy-1.1.2-cp34-cp34m-manylinux1_x86_64.whl
- nestpy-1.1.2-cp35-cp35m-macosx_10_6_x86_64.whl
- nestpy-1.1.2-cp35-cp35m-manylinux1_x86_64.whl
- nestpy-1.1.2-cp36-cp36m-macosx_10_7_x86_64.whl
- nestpy-1.1.2-cp36-cp36m-manylinux1_x86_64.whl
- nestpy-1.1.2-cp37-cp37m-macosx_10_7_x86_64.whl
- nestpy-1.1.2-cp37-cp37m-manylinux1_x86_64.whl
- nestpy-1.1.2.tar.gz
- nestpy-1.1.3-cp27-cp27m-macosx_10_6_x86_64.whl
- nestpy-1.1.3-cp27-cp27m-manylinux1_x86_64.whl
- nestpy-1.1.3-cp27-cp27mu-manylinux1_x86_64.whl
- nestpy-1.1.3-cp34-cp34m-manylinux1_x86_64.whl
- nestpy-1.1.3-cp35-cp35m-macosx_10_6_x86_64.whl
- nestpy-1.1.3-cp35-cp35m-manylinux1_x86_64.whl
- nestpy-1.1.3-cp36-cp36m-macosx_10_7_x86_64.whl
- nestpy-1.1.3-cp36-cp36m-manylinux1_x86_64.whl
- nestpy-1.1.3-cp37-cp37m-macosx_10_7_x86_64.whl
- nestpy-1.1.3-cp37-cp37m-manylinux1_x86_64.whl
- nestpy-1.1.3.tar.gz
- nestpy-1.2.1-cp27-cp27m-macosx_10_7_x86_64.whl
- nestpy-1.2.1-cp27-cp27m-manylinux1_x86_64.whl
- nestpy-1.2.1-cp27-cp27mu-manylinux1_x86_64.whl
- nestpy-1.2.1-cp35-cp35m-macosx_10_6_x86_64.whl
- nestpy-1.2.1-cp35-cp35m-manylinux1_x86_64.whl
- nestpy-1.2.1-cp36-cp36m-macosx_10_13_x86_64.whl
- nestpy-1.2.1-cp36-cp36m-manylinux1_x86_64.whl
- nestpy-1.2.1-cp37-cp37m-macosx_10_13_x86_64.whl
- nestpy-1.2.1-cp37-cp37m-macosx_10_14_x86_64.whl
- nestpy-1.2.1-cp37-cp37m-manylinux1_x86_64.whl
- nestpy-1.2.1-cp38-cp38-macosx_10_13_x86_64.whl
- nestpy-1.2.1-cp38-cp38-manylinux1_x86_64.whl
- nestpy-1.2.1-cp39-cp39-manylinux1_x86_64.whl
- nestpy-1.2.1.tar.gz
- nestpy-1.3.0-cp27-cp27m-macosx_10_7_x86_64.whl
- nestpy-1.3.0-cp27-cp27m-manylinux1_x86_64.whl
- nestpy-1.3.0-cp27-cp27mu-manylinux1_x86_64.whl
- nestpy-1.3.0-cp35-cp35m-macosx_10_6_x86_64.whl
- nestpy-1.3.0-cp35-cp35m-manylinux1_x86_64.whl
- nestpy-1.3.0-cp36-cp36m-macosx_10_13_x86_64.whl
- nestpy-1.3.0-cp36-cp36m-manylinux1_x86_64.whl
- nestpy-1.3.0-cp37-cp37m-macosx_10_13_x86_64.whl
- nestpy-1.3.0-cp37-cp37m-macosx_10_14_x86_64.whl
- nestpy-1.3.0-cp37-cp37m-manylinux1_x86_64.whl
- nestpy-1.3.0-cp38-cp38-macosx_10_13_x86_64.whl
- nestpy-1.3.0-cp38-cp38-manylinux1_x86_64.whl
- nestpy-1.3.0-cp39-cp39-manylinux1_x86_64.whl
- nestpy-1.3.0.tar.gz
- nestpy-1.3.3-cp27-cp27m-macosx_10_13_x86_64.whl
- nestpy-1.3.3-cp35-cp35m-macosx_10_13_x86_64.whl
- nestpy-1.3.3-cp36-cp36m-macosx_10_13_x86_64.whl
- nestpy-1.3.3-cp37-cp37m-macosx_10_13_x86_64.whl
- nestpy-1.3.3-cp37-cp37m-macosx_10_14_x86_64.whl
- nestpy-1.3.3-cp38-cp38-macosx_10_13_x86_64.whl
- nestpy-1.3.3.tar.gz
- nestpy-1.4.0-cp27-cp27m-macosx_10_13_x86_64.whl
- nestpy-1.4.0-cp36-cp36m-macosx_10_13_x86_64.whl
- nestpy-1.4.0-cp37-cp37m-macosx_10_13_x86_64.whl
- nestpy-1.4.0-cp37-cp37m-macosx_10_14_x86_64.whl
- nestpy-1.4.0-cp38-cp38-macosx_10_13_x86_64.whl
- nestpy-1.4.0.tar.gz
- nestpy-1.4.1-cp27-cp27m-macosx_10_13_x86_64.whl
- nestpy-1.4.1-cp36-cp36m-macosx_10_13_x86_64.whl
- nestpy-1.4.1-cp37-cp37m-macosx_10_13_x86_64.whl
- nestpy-1.4.1-cp37-cp37m-macosx_10_14_x86_64.whl
- nestpy-1.4.1-cp38-cp38-macosx_10_13_x86_64.whl
- nestpy-1.4.1.tar.gz
- nestpy-1.4.2-cp27-cp27m-macosx_10_13_x86_64.whl
- nestpy-1.4.2-cp36-cp36m-macosx_10_13_x86_64.whl
- nestpy-1.4.2-cp37-cp37m-macosx_10_13_x86_64.whl
- nestpy-1.4.2-cp37-cp37m-macosx_10_14_x86_64.whl
- nestpy-1.4.2-cp38-cp38-macosx_10_13_x86_64.whl
- nestpy-1.4.2.tar.gz
- nestpy-1.4.3-cp27-cp27m-macosx_10_13_x86_64.whl
- nestpy-1.4.3-cp36-cp36m-macosx_10_13_x86_64.whl
- nestpy-1.4.3-cp37-cp37m-macosx_10_13_x86_64.whl
- nestpy-1.4.3-cp37-cp37m-macosx_10_14_x86_64.whl
- nestpy-1.4.3-cp38-cp38-macosx_10_13_x86_64.whl
- nestpy-1.4.3.tar.gz
- nestpy-1.4.4-cp27-cp27m-macosx_10_13_x86_64.whl
- nestpy-1.4.4-cp27-cp27m-manylinux1_x86_64.whl
- nestpy-1.4.4-cp27-cp27mu-manylinux1_x86_64.whl
- nestpy-1.4.4-cp35-cp35m-manylinux1_x86_64.whl
- nestpy-1.4.4-cp36-cp36m-macosx_10_13_x86_64.whl
- nestpy-1.4.4-cp36-cp36m-manylinux1_x86_64.whl
- nestpy-1.4.4-cp37-cp37m-macosx_10_13_x86_64.whl
- nestpy-1.4.4-cp37-cp37m-macosx_10_14_x86_64.whl
- nestpy-1.4.4-cp37-cp37m-manylinux1_x86_64.whl
- nestpy-1.4.4-cp38-cp38-macosx_10_13_x86_64.whl
- nestpy-1.4.4-cp38-cp38-manylinux1_x86_64.whl
- nestpy-1.4.4-cp39-cp39-manylinux1_x86_64.whl
- nestpy-1.4.4.tar.gz
- nestpy-1.4.7-cp27-cp27m-manylinux1_x86_64.whl
- nestpy-1.4.7-cp27-cp27mu-manylinux1_x86_64.whl
- nestpy-1.4.7-cp35-cp35m-manylinux1_x86_64.whl
- nestpy-1.4.7-cp36-cp36m-macosx_10_13_x86_64.whl
- nestpy-1.4.7-cp36-cp36m-manylinux1_x86_64.whl
- nestpy-1.4.7-cp37-cp37m-macosx_10_13_x86_64.whl
- nestpy-1.4.7-cp37-cp37m-macosx_10_14_x86_64.whl
- nestpy-1.4.7-cp37-cp37m-manylinux1_x86_64.whl
- nestpy-1.4.7-cp38-cp38-macosx_10_13_x86_64.whl
- nestpy-1.4.7-cp38-cp38-manylinux1_x86_64.whl
- nestpy-1.4.7-cp39-cp39-manylinux1_x86_64.whl
- nestpy-1.4.7.tar.gz
- nestpy-1.4.8-cp27-cp27m-manylinux1_x86_64.whl
- nestpy-1.4.8-cp27-cp27mu-manylinux1_x86_64.whl
- nestpy-1.4.8-cp35-cp35m-manylinux1_x86_64.whl
- nestpy-1.4.8-cp36-cp36m-macosx_10_13_x86_64.whl
- nestpy-1.4.8-cp36-cp36m-manylinux1_x86_64.whl
- nestpy-1.4.8-cp37-cp37m-macosx_10_13_x86_64.whl
- nestpy-1.4.8-cp37-cp37m-macosx_10_14_x86_64.whl
- nestpy-1.4.8-cp37-cp37m-manylinux1_x86_64.whl
- nestpy-1.4.8-cp38-cp38-macosx_10_13_x86_64.whl
- nestpy-1.4.8-cp38-cp38-macosx_10_14_x86_64.whl
- nestpy-1.4.8-cp38-cp38-manylinux1_x86_64.whl
- nestpy-1.4.8-cp39-cp39-manylinux1_x86_64.whl
- nestpy-1.4.8.tar.gz
- nestpy-1.4.11-cp27-cp27m-manylinux1_x86_64.whl
- nestpy-1.4.11-cp27-cp27mu-manylinux1_x86_64.whl
- nestpy-1.4.11-cp35-cp35m-manylinux1_x86_64.whl
- nestpy-1.4.11-cp36-cp36m-manylinux1_x86_64.whl
- nestpy-1.4.11-cp37-cp37m-manylinux1_x86_64.whl
- nestpy-1.4.11-cp38-cp38-macosx_10_14_x86_64.whl
- nestpy-1.4.11-cp38-cp38-manylinux1_x86_64.whl
- nestpy-1.4.11-cp39-cp39-manylinux1_x86_64.whl
- nestpy-1.5.0-cp27-cp27m-manylinux1_x86_64.whl
- nestpy-1.5.0-cp27-cp27mu-manylinux1_x86_64.whl
- nestpy-1.5.0-cp35-cp35m-manylinux1_x86_64.whl
- nestpy-1.5.0-cp36-cp36m-manylinux1_x86_64.whl
- nestpy-1.5.0-cp37-cp37m-manylinux1_x86_64.whl
- nestpy-1.5.0-cp38-cp38-macosx_10_14_x86_64.whl
- nestpy-1.5.0-cp38-cp38-manylinux1_x86_64.whl
- nestpy-1.5.0-cp39-cp39-manylinux1_x86_64.whl
- nestpy-1.5.1-cp38-cp38-macosx_10_14_x86_64.whl
- nestpy-1.5.2-cp38-cp38-macosx_10_14_x86_64.whl
- nestpy-1.5.4-cp310-cp310-macosx_10_15_universal2.whl
- nestpy-1.5.4-cp310-cp310-macosx_10_15_x86_64.whl
- nestpy-1.5.4-cp310-cp310-macosx_11_0_universal2.whl
- nestpy-1.5.4-cp310-cp310-macosx_11_0_x86_64.whl
- nestpy-1.5.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy-1.5.4-cp36-cp36m-macosx_10_15_x86_64.whl
- nestpy-1.5.4-cp36-cp36m-macosx_11_0_x86_64.whl
- nestpy-1.5.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy-1.5.4-cp37-cp37m-macosx_10_15_x86_64.whl
- nestpy-1.5.4-cp37-cp37m-macosx_11_0_x86_64.whl
- nestpy-1.5.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy-1.5.4-cp38-cp38-macosx_10_15_x86_64.whl
- nestpy-1.5.4-cp38-cp38-macosx_11_0_x86_64.whl
- nestpy-1.5.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy-1.5.4-cp39-cp39-macosx_10_15_x86_64.whl
- nestpy-1.5.4-cp39-cp39-macosx_11_0_x86_64.whl
- nestpy-1.5.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy-2.0.0-cp310-cp310-macosx_10_15_x86_64.whl
- nestpy-2.0.0-cp310-cp310-macosx_11_0_x86_64.whl
- nestpy-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy-2.0.0-cp36-cp36m-macosx_10_15_x86_64.whl
- nestpy-2.0.0-cp36-cp36m-macosx_11_0_x86_64.whl
- nestpy-2.0.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy-2.0.0-cp37-cp37m-macosx_10_15_x86_64.whl
- nestpy-2.0.0-cp37-cp37m-macosx_11_0_x86_64.whl
- nestpy-2.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy-2.0.0-cp38-cp38-macosx_10_15_x86_64.whl
- nestpy-2.0.0-cp38-cp38-macosx_11_0_x86_64.whl
- nestpy-2.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- nestpy-2.0.0-cp39-cp39-macosx_10_15_x86_64.whl
- nestpy-2.0.0-cp39-cp39-macosx_11_0_x86_64.whl
- nestpy-2.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl


Project link:

- NEST collaboration
- NEST library
- nestpy source