Code Monkey home page Code Monkey logo

toxygen's People

Contributors

ingvarx avatar nurupo avatar xveduk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

toxygen's Issues

Timezones

Toxygen has some timezone stuff off......

example:

sorunome@sorunome-desktop ~ $ date -u
Tue Aug 30 16:31:11 UTC 2016
sorunome@sorunome-desktop ~ $ date
Tue Aug 30 18:31:12 CEST 2016

While toxygen displays as 17:31

sorunome@sorunome-desktop ~ $ ls -l /etc/localtime
lrwxrwxrwx 1 root root 33 Dec  3  2014 /etc/localtime -> /usr/share/zoneinfo/Europe/Berlin

Build problem.

$ python setup.py
Traceback (most recent call last):
  File "setup.py", line 5, in <module>
    from toxygen.util import program_version
  File "/home/tele/Pobrane/Prog/toxygen-0.2.8/toxygen/util.py", line 16
    nonlocal saved_result
                        ^
SyntaxError: invalid syntax
tele@tee:~/Pobrane/Prog/toxygen-0.2.8$ python setup.py install
Traceback (most recent call last):
  File "setup.py", line 5, in <module>
    from toxygen.util import program_version
  File "/home/tele/Pobrane/Prog/toxygen-0.2.8/toxygen/util.py", line 16
    nonlocal saved_result
                        ^
SyntaxError: invalid syntax

toxygen-0.2.8
OS: Debian 9.0

Does not start

Debian Jessie here:

$ sudo apt-get install -t jessie-backports toxygen 
[…]
Die folgenden zusätzlichen Pakete werden installiert [WILL BE INSTALLED]:
  libphonon4 libpyside-py3-1.2 libshiboken-py3-1.2 libtoxav0 libtoxcore0 libtoxencryptsave0 phonon
  phonon-backend-vlc python3-pyaudio python3-pyside python3-pyside.phonon python3-pyside.qtcore
  python3-pyside.qtdeclarative python3-pyside.qtgui python3-pyside.qthelp python3-pyside.qtnetwork
  python3-pyside.qtopengl python3-pyside.qtscript python3-pyside.qtsql python3-pyside.qtsvg
  python3-pyside.qttest python3-pyside.qtuitools python3-pyside.qtwebkit python3-pyside.qtxml
  vlc-plugin-pulse
Vorgeschlagene Pakete [SUGGESTED]:
  phonon-backend-gstreamer phonon-backend-mplayer python-pyaudio-doc
Die folgenden NEUEN Pakete werden installiert [NEW PACKAGES]:
  libphonon4 libpyside-py3-1.2 libshiboken-py3-1.2 libtoxav0 libtoxcore0 libtoxencryptsave0 phonon
  phonon-backend-vlc python3-pyaudio python3-pyside python3-pyside.phonon python3-pyside.qtcore
  python3-pyside.qtdeclarative python3-pyside.qtgui python3-pyside.qthelp python3-pyside.qtnetwork
  python3-pyside.qtopengl python3-pyside.qtscript python3-pyside.qtsql python3-pyside.qtsvg
  python3-pyside.qttest python3-pyside.qtuitools python3-pyside.qtwebkit python3-pyside.qtxml
  toxygen vlc-plugin-pulse
[…]
$ toxygen                     
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/toxygen/libtox.py", line 16, in __init__
    self._libtoxcore = CDLL('libtoxcore.so')
  File "/usr/lib/python3.4/ctypes/__init__.py", line 351, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: libtoxcore.so: cannot open shared object file: No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/toxygen", line 9, in <module>
    load_entry_point('Toxygen==0.2.7.0', 'console_scripts', 'toxygen')()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 542, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2569, in load_entry_point
    return ep.load()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2229, in load
    return self.resolve()
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2235, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python3/dist-packages/toxygen/main.py", line 3, in <module>
    import profile
  File "/usr/lib/python3/dist-packages/toxygen/profile.py", line 1, in <module>
    from list_items import *
  File "/usr/lib/python3/dist-packages/toxygen/list_items.py", line 8, in <module>
    from file_transfers import TOX_FILE_TRANSFER_STATE, PAUSED_FILE_TRANSFERS, DO_NOT_SHOW_ACCEPT_BUTTON, ACTIVE_FILE_TRANSFERS, SHOW_PROGRESS_BAR
  File "/usr/lib/python3/dist-packages/toxygen/file_transfers.py", line 5, in <module>
    from tox import Tox
  File "/usr/lib/python3/dist-packages/toxygen/tox.py", line 34, in <module>
    class Tox:
  File "/usr/lib/python3/dist-packages/toxygen/tox.py", line 36, in Tox
    libtoxcore = LibToxCore()
  File "/usr/lib/python3/dist-packages/toxygen/libtox.py", line 18, in __init__
    self._libtoxcore = CDLL(util.curr_directory() + '/libs/libtoxcore.so')
  File "/usr/lib/python3.4/ctypes/__init__.py", line 351, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: /usr/lib/python3/dist-packages/toxygen/libs/libtoxcore.so: cannot open shared object file: No such file or directory

$ apt-cache show toxygen          
Package: toxygen
Version: 0.2.7-1
Architecture: amd64
Maintainer: Yann Prive <[email protected]>
Installed-Size: 5516
Depends: python3, libtoxcore0, libtoxav0, libtoxencryptsave0, python3-pyside, python3-pyaudio
Homepage: https://github.com/toxygen-project/toxygen
Priority: optional
Section: net
Filename: pool/jessie/t/toxygen/toxygen_0.2.7-1_amd64.deb
Size: 2557452
SHA256: ffaa57e0743cc3d35cd9bf6e7838c7d2574627148e97d175ca2987527a563a68
SHA1: 9f1e310f6b4725464bfdbf843e46ee2e4ac9303d
MD5sum: 521662c15f02e4733a6c689597006e4d
Description: Tox client
 Powerful Tox client written in pure Python3.
Description-md5: 1aa5dda4cbd57d77fe5d60d59bdeb41d

Package: toxygen
Version: 0.2.6-1
Architecture: amd64
Maintainer: Yann Prive <[email protected]>
Installed-Size: 5515
Depends: python3, libtoxcore0, libtoxav0, libtoxencryptsave0, python3-pyside, python3-pyaudio
Homepage: https://github.com/toxygen-project/toxygen
Priority: optional
Section: net
Filename: pool/jessie/t/toxygen/toxygen_0.2.6-1_amd64.deb
Size: 2560456
SHA256: fde664251f0533b53ab246c6b75c5509f73abc56f43e26867a486a90967f5585
SHA1: a668bbf4ea37615b7baf3ee408c3a44e21d5aef5
MD5sum: b2869e1870ce3a9532735e93a22ac21e
Description: Tox client
 Powerful Tox client written in pure Python3.
Description-md5: 1aa5dda4cbd57d77fe5d60d59bdeb41d

Tray icon changes accodring to status

The user can the change status via tray control so it would be nice if the tray icon reflects status- a tiny green/yellow/red dot in the key-hole, similar to qTox for example.

An option to auto-set status to "Away" after a user-defined period of inactivity will also be nice,

Portable version

Now the Windows build of Toxygen saves data and settings in AppData (C:\Users\UserName\AppData\Roaming\tox). An option to run Toxygen in portable mode and save all its data and settings inside the program folder would be very handy- this will mean that the user would be able to copy the program folder containing all data and settings to an external drive and use Toxygen on other machines without leaving traces behind. This might be achieved via a "Portable Version" check-box in Settings which, when enabled, will copy all data to program folder and will use it on program's next start (something similar like in qTox).

UTF-8

Hi,
I'm giving a try to toxygen, and it's look great.
I have one issue. Into setting, utf-8 is available, but when we go back in the friend list, the utf-8 characters aren't. (look at my status)

capture

Menu is missing (GNOME an XFCE)

Installing toxygen 0.2.6-12 on ubuntu xenial (16.04 LTS amd64).
Trying to bootstrap new profile and add friends. Seems adding new friends is not obvious or even impossible.

How to reproduce:

Starting up from console (there is no .desktop launcher yet it seems).

Creating new profile, no password, dont store it in standard location produces first traceback (because it cant write in its program folder):

Traceback (most recent call last):
  File "/usr/bin/toxygen", line 9, in <module>
    load_entry_point('Toxygen==0.2.6.0', 'console_scripts', 'toxygen')()
  File "/usr/lib/python3.5/dist-packages/toxygen/main.py", line 486, in main
    toxygen.main()
  File "/usr/lib/python3.5/dist-packages/toxygen/main.py", line 141, in main
    ProfileHelper(path, name).save_profile(self.tox.get_savedata())
  File "/usr/lib/python3.5/dist-packages/toxygen/settings.py", line 240, in __init__
    os.makedirs(directory)
  File "/usr/lib/python3.5/os.py", line 241, in makedirs
    mkdir(name, mode)
PermissionError: [Errno 13] Keine Berechtigung: '/usr/lib/python3.5/dist-packages/toxygenavatars'

Alright, restarting and selecting to create new (empty) profile in the standard location, seems to work.

Starting with a clean profile it seems to be impossible to add new contacts. I tried right clicking on roster and expected to get a dialogue for adding a contacts TOX-ID. Nothing happens when starting with a new (empty) tox profile, but in the parent console I get a traceback:

Traceback (most recent call last):
  File "/usr/lib/python3.5/dist-packages/toxygen/mainscreen.py", line 548, in friend_right_click
    friend = Profile.get_instance().get_friend(num)
  File "/usr/lib/python3.5/dist-packages/toxygen/profile.py", line 152, in get_friend
    return self._contacts[num]
IndexError: list index out of range

Hmm maybe this is a bug and I would need to have a pre-populated (utox) profile?
Ok that loads, shows my contacts, but now how can I add another TOX-ID? Right clicking the roster is without any effect now, not even a traceback. Sorry if I miss something obvious here,
how can I add a contact?

Keep up the good work, im curious to see some progress :)

New version 0.4.1 crashes on start

After upgrade new version 0.4.1 on latest Fedora 27 crashes with

Traceback (most recent call last):
  File "toxygen/main.py", line 2, in <module>
  File "/usr/local/lib/python3.5/dist-packages/PyInstaller/loader/pyimod03_importers.py", line 631, in exec_module
  File "toxygen/loginscreen.py", line 1, in <module>
  File "/usr/local/lib/python3.5/dist-packages/PyInstaller/loader/pyimod03_importers.py", line 714, in load_module
ImportError: /lib64/libGL.so.1: undefined symbol: _glapi_tls_Current
[3448] Failed to execute script main

new-message bubble

The new-message bubble in the lower-right corner of a friends avatar in the friendlist is all-white and there is no number inside indicating how many new messages there are.

Clickable links in 'About'

You may make the links in 'About' clickable for easier opening in default browser:

toxygen 0 4 1 - 2018-01-30 - 002

Optionally you may add link to Issues for fast access to bugs reporting.

This was first suggested here.

Close to tray

For chatting program, we don't really want it to be close, so the close button is for close the program to tray and not for exit it.
It's an habit to close a program, i forgot that toxygen will be close.
I think this improvement can be a default option into Settings.

Azlux

Minimize/Close to system tray

An option to minimize/close Toxygen to system tray will be welcome (Settings-Interface- "Miimize to Tray", "Close to Tray")- for example if "Minimize to Tray" is not selected but "Close to Tray" is selected the user would be able to minimize Toxygen to task-bar and close it to system tray.

I also think that a unified Settings panel with all Toxygen settings would be better.

smooth picture and font

Hi again,
For the avatars, we can clearly see that the pictures is resized but not smooth. (compare the capture with my github picture profile)
capture

I think Qt have already smooth function for picture (not sure about that)

For the font, I think we can found a better one, specially when you choose a small size (I know qtox use a monospace font)

Current chat switching

The currently active chat is switching to something else if that user goes offline, however there is no indication of that anywhere. On the top it still displays the old person, though everything sends lands at a different person.
A similar thing can happen when a contact goes online.

Add shutdown handler

Hi,
Small improvement idea here.
I propose to add a system shutdown trigger. Some people don't close all open programs when they shutdown the computer and toxygen will open a popup alert that the program wasn't closed properly at the next startup.

I know they are already some triggers for a system like QtGui.QApplication.aboutToQuit.connect() function.
What do you think ?

Azlux

Toxygen updater

Hi
I think there are some improvement for the update you can add to the project.

  • Toxygen update notification on start
  • Propose the user to download the new version
  • Auto-install

The main feature for now is the notification i think. This way we don't need to check the GitHub repository every day for upgrade.

Azlux

blank name

If one of your contacts has a blank name / description then, when switching to that contact, it still displays the avatar / name / description of the previous contact

EDIT: It might have to do with it that said contact was new?

Restarting toxygen resulted in

Traceback (most recent call last):
  File "/opt/toxygen/toxygen/main.py", line 462, in <module>
    main()
  File "/opt/toxygen/toxygen/main.py", line 458, in main
    toxygen.main()
  File "/opt/toxygen/toxygen/main.py", line 184, in main
    self.ms = MainWindow(self.tox, self.reset, self.tray)
  File "/opt/toxygen/toxygen/mainscreen.py", line 20, in __init__
    self.initUI(tox)
  File "/opt/toxygen/toxygen/mainscreen.py", line 326, in initUI
    self.profile = Profile(tox, self)
  File "/opt/toxygen/toxygen/profile.py", line 63, in __init__
    self._history.add_friend_to_db(tox_id)
  File "/opt/toxygen/toxygen/history.py", line 69, in add_friend_to_db
    cursor.execute('CREATE TABLE id' + tox_id + '('
sqlite3.OperationalError: database is locked

I had to delete the histroy files to get it to start again

Export chat history

It would be nice if the user is able to export chat history to file, for example- right-click on a contact- "Export chat history to file" (HTML, TEXT), either with two sub-menus- "Export chat history to text" and "Export chat history to HTML" or the user can specify the output format in the "Save" dialog.

Timezone

The time is off by one hour, the OS displays me 15:06 and toxygen 16:06. I'm in the timezone GMT+1. Perhaps toxygen isn't aware of summer/winter time, as I don't recall it being off during summer?

Screenshots include transparent overlay

So I just noticed that the screenshots with the inline-sending thing include the transparent overlay that appears to select the area of the screen to send

Friends Sorting

Maybe add a way so that online friends are displayed on top while all friends are still being displayed?

Segmentation fault (core dumped)

While running toxygen in Ubuntu 17.02 , getting Segmentation fault (core dumped)

libpng warning: iCCP: known incorrect sRGB profile
Smiley pack default loaded
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2495:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.side
ALSA lib pcm_route.c:867:(find_matching_chmap) Found no matching channel map
Segmentation fault (core dumped)

could not start

lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux unstable (sid)
Release: unstable
Codename: sid

0.4.0
$toxygen
Traceback (most recent call last):
File "toxygen/main.py", line 2, in
File "/usr/local/lib/python3.5/dist-packages/PyInstaller/loader/pyimod03_importers.py", line 389, in load_module
File "toxygen/loginscreen.py", line 1, in
File "/usr/local/lib/python3.5/dist-packages/PyInstaller/loader/pyimod03_importers.py", line 573, in load_module
ImportError: /usr/lib/x86_64-linux-gnu/libGL.so.1: undefined symbol: drmGetDevices2
Failed to execute script main

Database is locked

Today toxygen wouldn't start, running it in the terminal it gave "database is locked".

Traceback (most recent call last):
  File "/opt/toxygen/toxygen/main.py", line 462, in <module>
    main()
  File "/opt/toxygen/toxygen/main.py", line 458, in main
    toxygen.main()
  File "/opt/toxygen/toxygen/main.py", line 184, in main
    self.ms = MainWindow(self.tox, self.reset, self.tray)
  File "/opt/toxygen/toxygen/mainscreen.py", line 20, in __init__
    self.initUI(tox)
  File "/opt/toxygen/toxygen/mainscreen.py", line 326, in initUI
    self.profile = Profile(tox, self)
  File "/opt/toxygen/toxygen/profile.py", line 63, in __init__
    self._history.add_friend_to_db(tox_id)
  File "/opt/toxygen/toxygen/history.py", line 69, in add_friend_to_db
    cursor.execute('CREATE TABLE id' + tox_id + '('
sqlite3.OperationalError: database is locked

Perhaps have a prompt then saying there might be another instance running, if I am sure I want to start toxygen (and unlock the DB)?

Also, how do I manually unlock the DB?

Disabling smileys

When disabling smileys toxygen adds weird upon restart:

When sending a message it seemingly doesn't get sent, that is, the message stays in the text box below and nothing new appears in the message view.

However, the message does actually get sent and the friend sees it

Set status

Currently status can be easily changed from tray but in main window one needs consecutive clicks on status button to set status to "Online", "Away", "Busy". I think that a drop-down menu with sub-menus "Online", "Away", "Busy" would be easier, faster and handier to use.

AUR package doesn't install in $PATH

When installing the toxygen-git AUR package I had to manually create the file /usr/bin/toxygen with the following:

#!/bin/bash
python3 /opt/toxygen/toxygen/main.py "$@"

AttributeError: type object 'EchoMode' has no attribute 'Password'

I installed toxygen version 0.2.8.0 from current git master and got this error when launched and clicked "load profile"

u1@pc1:~> toxygen 
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
Traceback (most recent call last):
  File "/usr/bin/toxygen", line 9, in <module>
    load_entry_point('Toxygen==0.2.8.0', 'console_scripts', 'toxygen')()
  File "/usr/lib/python3.4/site-packages/toxygen/main.py", line 513, in main
    toxygen.main()
  File "/usr/lib/python3.4/site-packages/toxygen/main.py", line 166, in main
    data = self.enter_pass(data)
  File "/usr/lib/python3.4/site-packages/toxygen/main.py", line 42, in enter_pass
    p = PasswordScreen(toxes.ToxES.get_instance(), tmp)
  File "/usr/lib/python3.4/site-packages/toxygen/passwordscreen.py", line 72, in __init__
    super(PasswordScreen, self).__init__(encrypt)
  File "/usr/lib/python3.4/site-packages/toxygen/passwordscreen.py", line 27, in __init__
    self.initUI()
  File "/usr/lib/python3.4/site-packages/toxygen/passwordscreen.py", line 37, in initUI
    self.password = PasswordArea(self)
  File "/usr/lib/python3.4/site-packages/toxygen/passwordscreen.py", line 13, in __init__
    self.setEchoMode(QtGui.QLineEdit.EchoMode.Password)
AttributeError: type object 'EchoMode' has no attribute 'Password'

underrun occurred

When in-call, I only hear a kind of buzzing sound, and I get this message repeatedly in the output:

ALSA lib pcm.c:8251:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8251:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8251:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8251:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:8251:(snd_pcm_recover) underrun occurred

Running Arch Linux, built from AUR package. Also, video calling doesn't seem to work.

Date and Time in message panel

Currently, as of version 0.4.1, Toxygen shows only message time making it impossible to see when a particular message was received/sent.

I suggest adding date of message before time of message.

An example of how date/time is shown in another Tox client- Isotoxin:

isotoxin 0 4 518 - 2018-01-30 - 002

This was first suggested here.

Toxygen 0.4.1 - Fatal Error!

Hello,

After I updated Toxygen from version 0.4.0 to 0.4.1 it failed to start (on Windows 8 x64), I got an error message:

Fatal Error!
Failed to execute script main

Screen:
toxygen 0 4 1 - 2018-01-28 - erreor - 001

Regards

Change prefering pip's installations than package-manager's

When I try to launch toxygen (with installed pyqt5, numpy, pyaudio through my package manager) I'm receiving the error:

pkg_resources.DistributionNotFound: The '<package>' distribution was not found and is required by Toxygen

But all working fine when I install this requirements using pip. Point is that I don't want to use pip for package managing due to disability to update packages etc, besides I maintain an aur-package of toxygen and that's strongly unrecommended to use pip in PKGBUILD file.

I receive the error for numpy, pyqt5 and toxygen (sic!) at least. Packages files:

$ pacman -Ql python-numpy                 
python-numpy /usr/
python-numpy /usr/bin/
python-numpy /usr/bin/f2py
python-numpy /usr/include/
python-numpy /usr/include/python3.6m/
python-numpy /usr/include/python3.6m/numpy
python-numpy /usr/lib/
python-numpy /usr/lib/python3.6/
python-numpy /usr/lib/python3.6/site-packages/
python-numpy /usr/lib/python3.6/site-packages/numpy-1.13.0-py3.6.egg-info/
python-numpy /usr/lib/python3.6/site-packages/numpy-1.13.0-py3.6.egg-info/PKG-INFO
python-numpy /usr/lib/python3.6/site-packages/numpy-1.13.0-py3.6.egg-info/SOURCES.txt
python-numpy /usr/lib/python3.6/site-packages/numpy-1.13.0-py3.6.egg-info/dependency_links.txt
python-numpy /usr/lib/python3.6/site-packages/numpy-1.13.0-py3.6.egg-info/top_level.txt
python-numpy /usr/lib/python3.6/site-packages/numpy/
python-numpy /usr/lib/python3.6/site-packages/numpy/__config__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/__init__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/__config__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/__config__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/__init__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/__init__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/_distributor_init.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/_distributor_init.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/_globals.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/_globals.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/_import_tools.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/_import_tools.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/add_newdocs.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/add_newdocs.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/ctypeslib.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/ctypeslib.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/dual.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/dual.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/matlib.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/matlib.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/setup.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/setup.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/version.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/__pycache__/version.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/_distributor_init.py
python-numpy /usr/lib/python3.6/site-packages/numpy/_globals.py
python-numpy /usr/lib/python3.6/site-packages/numpy/_import_tools.py
python-numpy /usr/lib/python3.6/site-packages/numpy/add_newdocs.py
python-numpy /usr/lib/python3.6/site-packages/numpy/compat/
python-numpy /usr/lib/python3.6/site-packages/numpy/compat/__init__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/compat/__pycache__/
python-numpy /usr/lib/python3.6/site-packages/numpy/compat/__pycache__/__init__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/compat/__pycache__/__init__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/compat/__pycache__/_inspect.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/compat/__pycache__/_inspect.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/compat/__pycache__/py3k.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/compat/__pycache__/py3k.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/compat/__pycache__/setup.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/compat/__pycache__/setup.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/compat/_inspect.py
python-numpy /usr/lib/python3.6/site-packages/numpy/compat/py3k.py
python-numpy /usr/lib/python3.6/site-packages/numpy/compat/setup.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__init__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/__init__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/__init__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/_internal.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/_internal.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/_methods.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/_methods.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/arrayprint.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/arrayprint.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/cversions.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/cversions.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/defchararray.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/defchararray.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/einsumfunc.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/einsumfunc.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/fromnumeric.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/fromnumeric.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/function_base.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/function_base.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/generate_numpy_api.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/generate_numpy_api.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/getlimits.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/getlimits.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/info.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/info.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/machar.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/machar.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/memmap.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/memmap.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/numeric.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/numeric.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/numerictypes.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/numerictypes.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/records.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/records.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/setup.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/setup.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/setup_common.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/setup_common.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/shape_base.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/__pycache__/shape_base.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/core/_dummy.cpython-36m-x86_64-linux-gnu.so
python-numpy /usr/lib/python3.6/site-packages/numpy/core/_internal.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/_methods.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/arrayprint.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/cversions.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/defchararray.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/einsumfunc.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/fromnumeric.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/function_base.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/generate_numpy_api.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/getlimits.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/__multiarray_api.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/__ufunc_api.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/_neighborhood_iterator_imp.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/_numpyconfig.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/arrayobject.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/arrayscalars.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/halffloat.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/multiarray_api.txt
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/ndarrayobject.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/ndarraytypes.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/noprefix.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/npy_3kcompat.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/npy_common.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/npy_cpu.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/npy_endian.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/npy_interrupt.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/npy_math.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/npy_no_deprecated_api.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/npy_os.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/numpyconfig.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/old_defines.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/oldnumeric.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/ufunc_api.txt
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/ufuncobject.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/include/numpy/utils.h
python-numpy /usr/lib/python3.6/site-packages/numpy/core/info.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/lib/
python-numpy /usr/lib/python3.6/site-packages/numpy/core/lib/libnpymath.a
python-numpy /usr/lib/python3.6/site-packages/numpy/core/lib/npy-pkg-config/
python-numpy /usr/lib/python3.6/site-packages/numpy/core/lib/npy-pkg-config/mlib.ini
python-numpy /usr/lib/python3.6/site-packages/numpy/core/lib/npy-pkg-config/npymath.ini
python-numpy /usr/lib/python3.6/site-packages/numpy/core/machar.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/memmap.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/multiarray.cpython-36m-x86_64-linux-gnu.so
python-numpy /usr/lib/python3.6/site-packages/numpy/core/multiarray_tests.cpython-36m-x86_64-linux-gnu.so
python-numpy /usr/lib/python3.6/site-packages/numpy/core/numeric.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/numerictypes.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/operand_flag_tests.cpython-36m-x86_64-linux-gnu.so
python-numpy /usr/lib/python3.6/site-packages/numpy/core/records.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/setup.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/setup_common.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/shape_base.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/struct_ufunc_test.cpython-36m-x86_64-linux-gnu.so
python-numpy /usr/lib/python3.6/site-packages/numpy/core/test_rational.cpython-36m-x86_64-linux-gnu.so
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/data/
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/data/astype_copy.pkl
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/data/recarray_from_file.fits
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_abc.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_api.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_arrayprint.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_datetime.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_defchararray.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_deprecations.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_dtype.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_einsum.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_errstate.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_extint128.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_function_base.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_getlimits.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_half.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_indexerrors.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_indexing.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_item_selection.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_longdouble.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_machar.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_mem_overlap.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_memmap.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_multiarray.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_nditer.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_numeric.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_numerictypes.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_print.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_records.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_regression.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_scalarinherit.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_scalarmath.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_scalarprint.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_shape_base.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_ufunc.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_umath.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_umath_complex.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/tests/test_unicode.py
python-numpy /usr/lib/python3.6/site-packages/numpy/core/umath.cpython-36m-x86_64-linux-gnu.so
python-numpy /usr/lib/python3.6/site-packages/numpy/core/umath_tests.cpython-36m-x86_64-linux-gnu.so
python-numpy /usr/lib/python3.6/site-packages/numpy/ctypeslib.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__config__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__init__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/__config__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/__config__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/__init__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/__init__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/__version__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/__version__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/ccompiler.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/ccompiler.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/compat.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/compat.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/conv_template.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/conv_template.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/core.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/core.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/cpuinfo.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/cpuinfo.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/environment.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/environment.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/exec_command.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/exec_command.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/extension.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/extension.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/from_template.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/from_template.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/info.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/info.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/intelccompiler.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/intelccompiler.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/lib2def.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/lib2def.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/line_endings.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/line_endings.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/log.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/log.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/mingw32ccompiler.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/mingw32ccompiler.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/misc_util.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/misc_util.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/msvc9compiler.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/msvc9compiler.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/msvccompiler.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/msvccompiler.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/npy_pkg_config.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/npy_pkg_config.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/numpy_distribution.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/numpy_distribution.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/pathccompiler.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/pathccompiler.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/setup.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/setup.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/system_info.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/system_info.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/unixccompiler.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__pycache__/unixccompiler.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/__version__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/ccompiler.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__init__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/__init__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/__init__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/autodist.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/autodist.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/bdist_rpm.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/bdist_rpm.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/build.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/build.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/build_clib.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/build_clib.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/build_ext.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/build_ext.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/build_py.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/build_py.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/build_scripts.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/build_scripts.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/build_src.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/build_src.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/config.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/config.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/config_compiler.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/config_compiler.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/develop.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/develop.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/egg_info.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/egg_info.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/install.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/install.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/install_clib.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/install_clib.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/install_data.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/install_data.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/install_headers.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/install_headers.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/sdist.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/__pycache__/sdist.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/autodist.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/bdist_rpm.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/build.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/build_clib.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/build_ext.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/build_py.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/build_scripts.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/build_src.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/config.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/config_compiler.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/develop.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/egg_info.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/install.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/install_clib.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/install_data.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/install_headers.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/command/sdist.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/compat.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/conv_template.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/core.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/cpuinfo.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/environment.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/exec_command.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/extension.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__init__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/__init__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/__init__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/absoft.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/absoft.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/compaq.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/compaq.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/g95.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/g95.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/gnu.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/gnu.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/hpux.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/hpux.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/ibm.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/ibm.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/intel.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/intel.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/lahey.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/lahey.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/mips.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/mips.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/nag.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/nag.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/none.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/none.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/pathf95.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/pathf95.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/pg.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/pg.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/sun.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/sun.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/vast.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/__pycache__/vast.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/absoft.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/compaq.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/g95.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/gnu.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/hpux.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/ibm.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/intel.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/lahey.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/mips.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/nag.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/none.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/pathf95.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/pg.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/sun.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/fcompiler/vast.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/from_template.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/info.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/intelccompiler.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/lib2def.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/line_endings.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/log.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/mingw/
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/mingw/gfortran_vs2003_hack.c
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/mingw32ccompiler.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/misc_util.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/msvc9compiler.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/msvccompiler.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/npy_pkg_config.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/numpy_distribution.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/pathccompiler.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/setup.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/site.cfg
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/system_info.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/tests/
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/tests/test_exec_command.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/tests/test_fcompiler_gnu.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/tests/test_fcompiler_intel.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/tests/test_misc_util.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/tests/test_npy_pkg_config.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/tests/test_system_info.py
python-numpy /usr/lib/python3.6/site-packages/numpy/distutils/unixccompiler.py
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__init__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/__init__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/__init__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/basics.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/basics.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/broadcasting.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/broadcasting.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/byteswapping.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/byteswapping.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/constants.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/constants.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/creation.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/creation.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/glossary.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/glossary.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/indexing.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/indexing.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/internals.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/internals.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/misc.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/misc.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/structured_arrays.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/structured_arrays.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/subclassing.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/subclassing.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/ufuncs.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/__pycache__/ufuncs.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/basics.py
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/broadcasting.py
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/byteswapping.py
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/constants.py
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/creation.py
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/glossary.py
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/indexing.py
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/internals.py
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/misc.py
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/structured_arrays.py
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/subclassing.py
python-numpy /usr/lib/python3.6/site-packages/numpy/doc/ufuncs.py
python-numpy /usr/lib/python3.6/site-packages/numpy/dual.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__init__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__main__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/__init__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/__init__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/__main__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/__main__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/__version__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/__version__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/auxfuncs.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/auxfuncs.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/capi_maps.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/capi_maps.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/cb_rules.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/cb_rules.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/cfuncs.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/cfuncs.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/common_rules.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/common_rules.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/crackfortran.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/crackfortran.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/diagnose.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/diagnose.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/f2py2e.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/f2py2e.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/f2py_testing.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/f2py_testing.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/f90mod_rules.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/f90mod_rules.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/func2subr.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/func2subr.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/info.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/info.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/rules.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/rules.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/setup.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/setup.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/use_rules.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__pycache__/use_rules.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/__version__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/auxfuncs.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/capi_maps.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/cb_rules.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/cfuncs.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/common_rules.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/crackfortran.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/diagnose.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/f2py2e.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/f2py_testing.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/f90mod_rules.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/func2subr.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/info.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/rules.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/setup.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/src/
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/src/fortranobject.c
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/src/fortranobject.h
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/array_from_pyobj/
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/array_from_pyobj/wrapmodule.c
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/assumed_shape/
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/assumed_shape/.f2py_f2cmap
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/assumed_shape/foo_free.f90
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/assumed_shape/foo_mod.f90
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/assumed_shape/foo_use.f90
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/assumed_shape/precision.f90
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/kind/
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/kind/foo.f90
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/mixed/
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/mixed/foo.f
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/mixed/foo_fixed.f90
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/mixed/foo_free.f90
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/parameter/
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/parameter/constant_both.f90
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/parameter/constant_compound.f90
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/parameter/constant_integer.f90
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/parameter/constant_non_compound.f90
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/parameter/constant_real.f90
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/regression/
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/regression/inout.f90
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/size/
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/size/foo.f90
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/string/
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/src/string/char.f90
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/test_array_from_pyobj.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/test_assumed_shape.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/test_callback.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/test_kind.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/test_mixed.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/test_parameter.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/test_regression.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/test_return_character.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/test_return_complex.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/test_return_integer.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/test_return_logical.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/test_return_real.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/test_size.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/test_string.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/tests/util.py
python-numpy /usr/lib/python3.6/site-packages/numpy/f2py/use_rules.py
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/__init__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/__pycache__/
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/__pycache__/__init__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/__pycache__/__init__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/__pycache__/fftpack.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/__pycache__/fftpack.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/__pycache__/helper.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/__pycache__/helper.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/__pycache__/info.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/__pycache__/info.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/__pycache__/setup.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/__pycache__/setup.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/fftpack.py
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/fftpack_lite.cpython-36m-x86_64-linux-gnu.so
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/helper.py
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/info.py
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/setup.py
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/tests/
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/tests/test_fftpack.py
python-numpy /usr/lib/python3.6/site-packages/numpy/fft/tests/test_helper.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__init__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/__init__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/__init__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/_datasource.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/_datasource.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/_iotools.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/_iotools.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/_version.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/_version.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/arraypad.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/arraypad.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/arraysetops.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/arraysetops.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/arrayterator.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/arrayterator.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/financial.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/financial.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/format.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/format.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/function_base.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/function_base.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/index_tricks.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/index_tricks.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/info.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/info.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/mixins.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/mixins.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/nanfunctions.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/nanfunctions.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/npyio.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/npyio.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/polynomial.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/polynomial.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/recfunctions.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/recfunctions.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/scimath.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/scimath.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/setup.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/setup.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/shape_base.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/shape_base.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/stride_tricks.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/stride_tricks.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/twodim_base.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/twodim_base.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/type_check.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/type_check.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/ufunclike.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/ufunclike.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/user_array.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/user_array.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/utils.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/__pycache__/utils.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/_datasource.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/_iotools.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/_version.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/arraypad.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/arraysetops.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/arrayterator.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/financial.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/format.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/function_base.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/index_tricks.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/info.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/mixins.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/nanfunctions.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/npyio.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/polynomial.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/recfunctions.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/scimath.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/setup.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/shape_base.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/stride_tricks.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/data/
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/data/py2-objarr.npy
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/data/py2-objarr.npz
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/data/py3-objarr.npy
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/data/py3-objarr.npz
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/data/python3.npy
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/data/win64python2.npy
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test__datasource.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test__iotools.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test__version.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_arraypad.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_arraysetops.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_arrayterator.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_financial.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_format.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_function_base.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_index_tricks.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_io.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_mixins.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_nanfunctions.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_packbits.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_polynomial.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_recfunctions.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_regression.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_shape_base.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_stride_tricks.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_twodim_base.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_type_check.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_ufunclike.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/tests/test_utils.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/twodim_base.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/type_check.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/ufunclike.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/user_array.py
python-numpy /usr/lib/python3.6/site-packages/numpy/lib/utils.py
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/__init__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/__pycache__/
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/__pycache__/__init__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/__pycache__/__init__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/__pycache__/info.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/__pycache__/info.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/__pycache__/linalg.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/__pycache__/linalg.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/__pycache__/setup.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/__pycache__/setup.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/_umath_linalg.cpython-36m-x86_64-linux-gnu.so
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/info.py
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/lapack_lite.cpython-36m-x86_64-linux-gnu.so
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/linalg.py
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/setup.py
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/tests/
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/tests/test_build.py
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/tests/test_deprecations.py
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/tests/test_linalg.py
python-numpy /usr/lib/python3.6/site-packages/numpy/linalg/tests/test_regression.py
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__init__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/__init__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/__init__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/bench.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/bench.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/core.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/core.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/extras.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/extras.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/mrecords.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/mrecords.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/setup.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/setup.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/testutils.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/testutils.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/timer_comparison.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/timer_comparison.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/version.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/__pycache__/version.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/bench.py
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/core.py
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/extras.py
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/mrecords.py
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/setup.py
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/tests/
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/tests/test_core.py
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/tests/test_deprecations.py
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/tests/test_extras.py
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/tests/test_mrecords.py
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/tests/test_old_ma.py
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/tests/test_regression.py
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/tests/test_subclassing.py
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/testutils.py
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/timer_comparison.py
python-numpy /usr/lib/python3.6/site-packages/numpy/ma/version.py
python-numpy /usr/lib/python3.6/site-packages/numpy/matlib.py
python-numpy /usr/lib/python3.6/site-packages/numpy/matrixlib/
python-numpy /usr/lib/python3.6/site-packages/numpy/matrixlib/__init__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/matrixlib/__pycache__/
python-numpy /usr/lib/python3.6/site-packages/numpy/matrixlib/__pycache__/__init__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/matrixlib/__pycache__/__init__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/matrixlib/__pycache__/defmatrix.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/matrixlib/__pycache__/defmatrix.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/matrixlib/__pycache__/setup.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/matrixlib/__pycache__/setup.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/matrixlib/defmatrix.py
python-numpy /usr/lib/python3.6/site-packages/numpy/matrixlib/setup.py
python-numpy /usr/lib/python3.6/site-packages/numpy/matrixlib/tests/
python-numpy /usr/lib/python3.6/site-packages/numpy/matrixlib/tests/test_defmatrix.py
python-numpy /usr/lib/python3.6/site-packages/numpy/matrixlib/tests/test_multiarray.py
python-numpy /usr/lib/python3.6/site-packages/numpy/matrixlib/tests/test_numeric.py
python-numpy /usr/lib/python3.6/site-packages/numpy/matrixlib/tests/test_regression.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__init__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/__init__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/__init__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/_polybase.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/_polybase.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/chebyshev.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/chebyshev.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/hermite.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/hermite.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/hermite_e.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/hermite_e.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/laguerre.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/laguerre.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/legendre.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/legendre.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/polynomial.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/polynomial.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/polyutils.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/polyutils.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/setup.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/__pycache__/setup.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/_polybase.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/chebyshev.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/hermite.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/hermite_e.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/laguerre.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/legendre.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/polynomial.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/polyutils.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/setup.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/tests/
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/tests/test_chebyshev.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/tests/test_classes.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/tests/test_hermite.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/tests/test_hermite_e.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/tests/test_laguerre.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/tests/test_legendre.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/tests/test_polynomial.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/tests/test_polyutils.py
python-numpy /usr/lib/python3.6/site-packages/numpy/polynomial/tests/test_printing.py
python-numpy /usr/lib/python3.6/site-packages/numpy/random/
python-numpy /usr/lib/python3.6/site-packages/numpy/random/__init__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/random/__pycache__/
python-numpy /usr/lib/python3.6/site-packages/numpy/random/__pycache__/__init__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/random/__pycache__/__init__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/random/__pycache__/info.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/random/__pycache__/info.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/random/__pycache__/setup.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/random/__pycache__/setup.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/random/info.py
python-numpy /usr/lib/python3.6/site-packages/numpy/random/mtrand.cpython-36m-x86_64-linux-gnu.so
python-numpy /usr/lib/python3.6/site-packages/numpy/random/randomkit.h
python-numpy /usr/lib/python3.6/site-packages/numpy/random/setup.py
python-numpy /usr/lib/python3.6/site-packages/numpy/random/tests/
python-numpy /usr/lib/python3.6/site-packages/numpy/random/tests/test_random.py
python-numpy /usr/lib/python3.6/site-packages/numpy/random/tests/test_regression.py
python-numpy /usr/lib/python3.6/site-packages/numpy/setup.py
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/__init__.py
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/__pycache__/
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/__pycache__/__init__.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/__pycache__/__init__.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/__pycache__/decorators.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/__pycache__/decorators.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/__pycache__/noseclasses.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/__pycache__/noseclasses.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/__pycache__/nosetester.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/__pycache__/nosetester.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/__pycache__/print_coercion_tables.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/__pycache__/print_coercion_tables.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/__pycache__/setup.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/__pycache__/setup.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/__pycache__/utils.cpython-36.opt-1.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/__pycache__/utils.cpython-36.pyc
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/decorators.py
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/noseclasses.py
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/nosetester.py
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/print_coercion_tables.py
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/setup.py
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/tests/
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/tests/test_decorators.py
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/tests/test_doctesting.py
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/tests/test_utils.py
python-numpy /usr/lib/python3.6/site-packages/numpy/testing/utils.py
python-numpy /usr/lib/python3.6/site-packages/numpy/tests/
python-numpy /usr/lib/python3.6/site-packages/numpy/tests/test_ctypeslib.py
python-numpy /usr/lib/python3.6/site-packages/numpy/tests/test_matlib.py
python-numpy /usr/lib/python3.6/site-packages/numpy/tests/test_numpy_version.py
python-numpy /usr/lib/python3.6/site-packages/numpy/tests/test_reloading.py
python-numpy /usr/lib/python3.6/site-packages/numpy/tests/test_scripts.py
python-numpy /usr/lib/python3.6/site-packages/numpy/tests/test_warnings.py
python-numpy /usr/lib/python3.6/site-packages/numpy/version.py
python-numpy /usr/share/
python-numpy /usr/share/licenses/
python-numpy /usr/share/licenses/python-numpy/
python-numpy /usr/share/licenses/python-numpy/LICENSE.txt

$ pacman -Ql python-pyqt5 
python-pyqt5 /usr/
python-pyqt5 /usr/bin/
python-pyqt5 /usr/bin/pylupdate5
python-pyqt5 /usr/bin/pyrcc5
python-pyqt5 /usr/bin/pyuic5
python-pyqt5 /usr/lib/
python-pyqt5 /usr/lib/python3.6/
python-pyqt5 /usr/lib/python3.6/site-packages/
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/Qt.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtBluetooth.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtBluetooth.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtCore.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtCore.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtDBus.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtDBus.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtDesigner.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtDesigner.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtGui.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtGui.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtHelp.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtHelp.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtLocation.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtLocation.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtMultimedia.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtMultimedia.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtMultimediaWidgets.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtMultimediaWidgets.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtNetwork.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtNetwork.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtNfc.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtNfc.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtOpenGL.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtOpenGL.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtPositioning.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtPositioning.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtPrintSupport.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtPrintSupport.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtQml.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtQml.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtQuick.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtQuick.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtQuickWidgets.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtQuickWidgets.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtSensors.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtSensors.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtSerialPort.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtSerialPort.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtSql.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtSql.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtSvg.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtSvg.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtTest.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtTest.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtWebChannel.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtWebChannel.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtWebEngine.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtWebEngine.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtWebEngineCore.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtWebEngineCore.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtWebEngineWidgets.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtWebEngineWidgets.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtWebKit.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtWebKit.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtWebKitWidgets.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtWebKitWidgets.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtWebSockets.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtWebSockets.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtWidgets.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtWidgets.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtX11Extras.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtX11Extras.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtXml.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtXml.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtXmlPatterns.pyi
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/QtXmlPatterns.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/_QOpenGLFunctions_2_0.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/_QOpenGLFunctions_2_1.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/_QOpenGLFunctions_4_1_Core.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/__init__.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/pylupdate.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/pylupdate_main.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/pyrcc.so
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/pyrcc_main.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/Compiler/
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/Compiler/__init__.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/Compiler/compiler.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/Compiler/indenter.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/Compiler/misc.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/Compiler/proxy_metaclass.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/Compiler/qobjectcreator.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/Compiler/qtproxies.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/Loader/
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/Loader/__init__.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/Loader/loader.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/Loader/qobjectcreator.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/__init__.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/driver.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/exceptions.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/icon_cache.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/objcreator.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/port_v2/
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/port_v2/__init__.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/port_v2/as_string.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/port_v2/ascii_upper.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/port_v2/proxy_base.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/port_v2/string_io.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/port_v3/
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/port_v3/__init__.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/port_v3/as_string.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/port_v3/ascii_upper.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/port_v3/proxy_base.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/port_v3/string_io.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/properties.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/pyuic.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/uiparser.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/widget-plugins/
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/widget-plugins/qaxcontainer.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/widget-plugins/qscintilla.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/widget-plugins/qtcharts.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/widget-plugins/qtprintsupport.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/widget-plugins/qtquickwidgets.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/widget-plugins/qtwebenginewidgets.py
python-pyqt5 /usr/lib/python3.6/site-packages/PyQt5/uic/widget-plugins/qtwebkit.py
python-pyqt5 /usr/lib/python3.6/site-packages/dbus/
python-pyqt5 /usr/lib/python3.6/site-packages/dbus/mainloop/
python-pyqt5 /usr/lib/python3.6/site-packages/dbus/mainloop/pyqt5.so
python-pyqt5 /usr/lib/qt/
python-pyqt5 /usr/lib/qt/plugins/
python-pyqt5 /usr/lib/qt/plugins/PyQt5/
python-pyqt5 /usr/lib/qt/plugins/PyQt5/libpyqt5qmlplugin.so
python-pyqt5 /usr/lib/qt/plugins/designer/
python-pyqt5 /usr/lib/qt/plugins/designer/libpyqt5.so
python-pyqt5 /usr/share/
python-pyqt5 /usr/share/qt/
python-pyqt5 /usr/share/qt/qsci/
python-pyqt5 /usr/share/qt/qsci/api/
python-pyqt5 /usr/share/qt/qsci/api/python/

$ toxygen
Traceback (most recent call last):
  File "/usr/bin/toxygen", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3037, in <module>
    @_call_aside
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3021, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3050, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 655, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 969, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 855, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'PyQt5' distribution was not found and is required by Toxygen

Select all

@ingvar1995

Right click in text of message allows you to select single message only. If you want to select > 1 message, click on time/user name and select messages or select all via CTRL+A.

I still think that 'Select all' should be equal to 'CTRL+A' which for me is the normal, expected behaviour.

You may change 'Select all' command to 'Select message' and add new command 'Select all' which is also triggered via 'CTRL+A'.

In short- two separate commands- 'Select message' and 'Select all':

  • 'Select message' replaces current 'Select all' command and its behaviour- selecting a single message;
  • 'Select all' command has the behaviour of 'CTRL+A'- selecting all messages;

This was first suggested here.

Video sending on Windows

Sending video frame on Windows fails with errors like 'Access to 0x00000000' or 'Wrong parameter type', Tested on Python 3.3 - 3.5. It can be wrapper bug (I think not), ctypes bug (looks like it) or broken libtox.dll (but other clients use it without problems). On Ubuntu it works fine. I can't continue video calls without fix. Right now I'm no idea what to do. 😞

setup.py is broken

Running python3 setup.py install --prefix=/tmp/foobar leads to this error:

running install_egg_info
Copying Toxygen.egg-info to /tmp/foobar/lib/python3.4/site-packages/Toxygen-0.2.3.0-py3.4.egg-info
running install_scripts
Installing toxygen script to /tmp/foobar/bin
error: [Errno 2] No such file or directory: 'toxygen'

Chat window scrolling

The chat window doesn't seem to scroll all the way to the bottom when recieving an inline image from utox

Won't start

sorunome@sorunome-desktop ~ $ toxygen                                                                                         130
Traceback (most recent call last):
  File "/usr/bin/toxygen", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3019, in <module>
    @_call_aside
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3003, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3032, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 655, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 963, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 849, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'PyAudio' distribution was not found and is required by Toxygen

Bugs and TCS violations

Tested with the Linux binary, version 0.2.2

Bugs:
-Segfault on inbound friend request. No useful error message (cannot reproduce, possibly GUI related)
-Inbound file transfers with the same name as a file in the saving directory will fail and destroy the original file
-Fails to connect to DHT network with new or empty profiles
-Click spamming the friend request button locks the client up for a good 20 seconds

TCS violations:
1.0.3 DNS requests over proxy+forced tcp still leak your IP. You should be using wireshark to troubleshoot this.
5.0.1 Users are not given the option to encrypt their profile on creation

Closing to tray on systems without PySide tray support

At first run, toxygen greets me with lying, it says:
"Press Esc if you want hide app to tray."

ok, that's not exactly lie (it doesn't says that app WILL hide to tray), but I still don't have any tray, and after pressing Esc window is gone, but app is still running in terminal and don't react to ctrl+c.

scrollbar

As you can see, the scroll bar hide the timestamp.
capture

You can hide the scroll bar when we don't use it, or just add a padding for the timestamp
(windows edition)

Crash on "Set alias"

Toxygen crash when i try to change friend alias.
os windows 8.1 x64
toxygen.exe ver 0.3.0
reproduce: right click on friend name in friends list, select "Set alias", toxygen crash.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.