⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.30
Server IP:
45.79.8.107
Server:
Linux localhost 5.15.0-140-generic #150-Ubuntu SMP Sat Apr 12 06:00:09 UTC 2025 x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.2-1ubuntu2.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
lib
/
python3.10
/
distutils
/
command
/
__pycache__
/
View File Name :
sdist.cpython-310.pyc
o bc=J @ s d Z ddlZddlZddlmZ ddlmZ ddlmZ ddlm Z ddlm Z ddlmZ dd lm Z dd lmZ ddlmZ ddlmZ dd lmZmZ dd ZG dd deZdS )zadistutils.command.sdist Implements the Distutils 'sdist' command (create a source distribution). N)glob)warn)Command)dir_util) file_util)archive_util)TextFile)FileList)log)convert_path)DistutilsTemplateErrorDistutilsOptionErrorc C s` ddl m} ddlm} g }| D ]}|d| d|| d f q| | |d dS )zoPrint all possible values for the 'formats' option (used by the "--help-formats" command-line option). r )FancyGetopt)ARCHIVE_FORMATSformats=N z.List of available source distribution formats:)distutils.fancy_getoptr distutils.archive_utilr keysappendsort print_help)r r formatsformat r ./usr/lib/python3.10/distutils/command/sdist.pyshow_formats s r c @ s e Zd ZdZdd Zg dZg dZdddefgZd d dZ defgZ d Zdd Zdd Z dd Zdd Zdd Zdd Zedd Zdd Zdd Zd d! Zd"d# Zd$d% Zd&d' Zd(d) Zd*d+ Zd,d- Zd.d/ Zd0d1 Zd2d3 Zd4d5 Z d6d7 Z!d8d9 Z"dS ):sdistz6create a source distribution (tarball, zip file, etc.)c C | j S )zYCallable used for the check sub-command. Placed here so user_options can view it)metadata_checkselfr r r checking_metadata( zsdist.checking_metadata))z template=tz5name of manifest template file [default: MANIFEST.in])z manifest=mz)name of manifest file [default: MANIFEST])use-defaultsNzRinclude the default file set in the manifest [default; disable with --no-defaults])no-defaultsNz"don't include the default file set)pruneNzspecifically exclude files/directories that should not be distributed (build tree, RCS/CVS dirs, etc.) [default; disable with --no-prune])no-pruneNz$don't automatically exclude anything) manifest-onlyozEjust regenerate the manifest and then stop (implies --force-manifest))force-manifestfzkforcibly regenerate the manifest and carry on as usual. Deprecated: now the manifest is always regenerated.)r Nz6formats for source distribution (comma-separated list)) keep-tempkz@keep the distribution tree around after creating archive file(s))z dist-dir=dzFdirectory to put the source distribution archive(s) in [default: dist])metadata-checkNz[Ensure that all required elements of meta-data are supplied. Warn if any missing. [default])zowner=uz@Owner name used when creating a tar file [default: current user])zgroup=gzAGroup name used when creating a tar file [default: current group])r&