Repository URL to install this package:
| 
      
     
      
        
        
        Version: 
        
         
  
        
    
          
          1.0.10  ▾
        
         
  
      
        
      
  
      
  
     | 
    
    wlanpi-profiler
  
    /
        
    opt
  
        /
        
    wlanpi-profiler
  
        /
        
    lib
  
        /
        
    python3.7
  
        /
        
    site-packages
  
        /
        
    distlib
  
        /
        
    __pycache__
  
        /
        manifest.cpython-37.pyc
    | 
|---|
B
   kÏë%
Ðã               @   s¤   d Z ddlZddlZddlZddlZddlZddlmZ ddlm	Z	 ddl
mZ dgZe 
e¡Ze dej¡Ze d	ejejB ¡Zejdd
 ZG dd deZdS )zu
Class representing the list of files in a distribution.
Equivalent to distutils.filelist, but fixes some problems.
é    Né   )ÚDistlibException)Úfsdecode)Úconvert_pathÚManifestz\\w*
z#.*?(?=
)|
(?=$)é   c               @   sz   e Zd ZdZdddZdd Zdd Zd	d
 Zddd
Zdd Z	dd Z
dd ZdddZd ddZ
d!ddZdd ZdS )"r   z~A list of files built by on exploring the filesystem and filtered by
    applying various patterns to what we find there.
    Nc             C   s>