Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 18, 2021 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/a33b3fdf45593ece44e424d2b30d96f2 to your computer and use it in GitHub Desktop.
Save r-ryantm/a33b3fdf45593ece44e424d2b30d96f2 to your computer and use it in GitHub Desktop.
/nix/store/fy3pqv9hypihz8w9b3w1fkaa1lfsrb04-python3.7-JPype1-1.2.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── jpype
│   │   ├── beans.py
│   │   ├── _classpath.py
│   │   ├── _core.py
│   │   ├── _core.pyi
│   │   ├── dbapi2.py
│   │   ├── _gui.py
│   │   ├── imports.py
│   │   ├── __init__.py
│   │   ├── _jarray.py
│   │   ├── _jclass.py
│   │   ├── _jcollection.py
│   │   ├── _jcollection.pyi
│   │   ├── _jcustomizer.py
│   │   ├── _jexception.py
│   │   ├── _jinit.py
│   │   ├── _jio.py
│   │   ├── _jio.pyi
│   │   ├── _jmethod.py
│   │   ├── _jobject.py
│   │   ├── _jpackage.py
│   │   ├── _jproxy.py
│   │   ├── _jstring.py
│   │   ├── _jstring.pyi
│   │   ├── _jthread.py
│   │   ├── _jthread.pyi
│   │   ├── _jvmfinder.py
│   │   ├── nio.py
│   │   ├── pickle.py
│   │   ├── protocol.py
│   │   ├── __pycache__
│   │   │   ├── beans.cpython-37.pyc
│   │   │   ├── _classpath.cpython-37.pyc
│   │   │   ├── _core.cpython-37.pyc
│   │   │   ├── dbapi2.cpython-37.pyc
│   │   │   ├── _gui.cpython-37.pyc
│   │   │   ├── imports.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _jarray.cpython-37.pyc
│   │   │   ├── _jclass.cpython-37.pyc
│   │   │   ├── _jcollection.cpython-37.pyc
│   │   │   ├── _jcustomizer.cpython-37.pyc
│   │   │   ├── _jexception.cpython-37.pyc
│   │   │   ├── _jinit.cpython-37.pyc
│   │   │   ├── _jio.cpython-37.pyc
│   │   │   ├── _jmethod.cpython-37.pyc
│   │   │   ├── _jobject.cpython-37.pyc
│   │   │   ├── _jpackage.cpython-37.pyc
│   │   │   ├── _jproxy.cpython-37.pyc
│   │   │   ├── _jstring.cpython-37.pyc
│   │   │   ├── _jthread.cpython-37.pyc
│   │   │   ├── _jvmfinder.cpython-37.pyc
│   │   │   ├── nio.cpython-37.pyc
│   │   │   ├── pickle.cpython-37.pyc
│   │   │   ├── protocol.cpython-37.pyc
│   │   │   ├── _pykeywords.cpython-37.pyc
│   │   │   └── types.cpython-37.pyc
│   │   ├── _pyinstaller
│   │   │   ├── entry_points.py
│   │   │   ├── example.py
│   │   │   ├── hook-jpype.py
│   │   │   ├── __pycache__
│   │   │   │   ├── entry_points.cpython-37.pyc
│   │   │   │   ├── example.cpython-37.pyc
│   │   │   │   ├── hook-jpype.cpython-37.pyc
│   │   │   │   └── test_jpype_pyinstaller.cpython-37.pyc
│   │   │   └── test_jpype_pyinstaller.py
│   │   ├── _pykeywords.py
│   │   └── types.py
│   ├── JPype1-1.2.1.dist-info
│   │   ├── AUTHORS.rst
│   │   ├── direct_url.json
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── REQUESTED
│   │   ├── top_level.txt
│   │   └── WHEEL
│   ├── _jpype.cpython-37m-x86_64-linux-gnu.so
│   └── org.jpype.jar
└── nix-support
└── propagated-build-inputs
9 directories, 78 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment