second commit
This commit is contained in:
1
env/lib/python3.11/site-packages/pathvalidate-3.2.1.dist-info/INSTALLER
vendored
Normal file
1
env/lib/python3.11/site-packages/pathvalidate-3.2.1.dist-info/INSTALLER
vendored
Normal file
@ -0,0 +1 @@
|
||||
pip
|
21
env/lib/python3.11/site-packages/pathvalidate-3.2.1.dist-info/LICENSE
vendored
Normal file
21
env/lib/python3.11/site-packages/pathvalidate-3.2.1.dist-info/LICENSE
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2016-2024 Tsuyoshi Hombashi
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
386
env/lib/python3.11/site-packages/pathvalidate-3.2.1.dist-info/METADATA
vendored
Normal file
386
env/lib/python3.11/site-packages/pathvalidate-3.2.1.dist-info/METADATA
vendored
Normal file
@ -0,0 +1,386 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: pathvalidate
|
||||
Version: 3.2.1
|
||||
Summary: pathvalidate is a Python library to sanitize/validate a string such as filenames/file-paths/etc.
|
||||
Home-page: https://github.com/thombashi/pathvalidate
|
||||
Author: Tsuyoshi Hombashi
|
||||
Author-email: tsuyoshi.hombashi@gmail.com
|
||||
License: MIT License
|
||||
Project-URL: Changelog, https://github.com/thombashi/pathvalidate/blob/master/CHANGELOG.md
|
||||
Project-URL: Documentation, https://pathvalidate.rtfd.io/
|
||||
Project-URL: Source, https://github.com/thombashi/pathvalidate
|
||||
Project-URL: Tracker, https://github.com/thombashi/pathvalidate/issues
|
||||
Keywords: file,path,validation,validator,sanitization,sanitizer
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Intended Audience :: Information Technology
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Classifier: Programming Language :: Python :: 3.9
|
||||
Classifier: Programming Language :: Python :: 3.10
|
||||
Classifier: Programming Language :: Python :: 3.11
|
||||
Classifier: Programming Language :: Python :: 3.12
|
||||
Classifier: Programming Language :: Python :: 3.13
|
||||
Classifier: Programming Language :: Python :: 3 :: Only
|
||||
Classifier: Programming Language :: Python :: Implementation :: CPython
|
||||
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
||||
Classifier: Topic :: Software Development :: Libraries
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Classifier: Topic :: System :: Filesystems
|
||||
Classifier: Topic :: Text Processing
|
||||
Classifier: Typing :: Typed
|
||||
Requires-Python: >=3.7
|
||||
Description-Content-Type: text/x-rst
|
||||
License-File: LICENSE
|
||||
Provides-Extra: docs
|
||||
Requires-Dist: sphinx-rtd-theme >=1.2.2 ; extra == 'docs'
|
||||
Requires-Dist: Sphinx >=2.4 ; extra == 'docs'
|
||||
Requires-Dist: urllib3 <2 ; extra == 'docs'
|
||||
Provides-Extra: readme
|
||||
Requires-Dist: readmemaker >=1.1.0 ; extra == 'readme'
|
||||
Requires-Dist: path <17,>=13 ; extra == 'readme'
|
||||
Provides-Extra: test
|
||||
Requires-Dist: allpairspy >=2 ; extra == 'test'
|
||||
Requires-Dist: click >=6.2 ; extra == 'test'
|
||||
Requires-Dist: Faker >=1.0.8 ; extra == 'test'
|
||||
Requires-Dist: pytest >=6.0.1 ; extra == 'test'
|
||||
Requires-Dist: pytest-md-report >=0.6.2 ; extra == 'test'
|
||||
|
||||
.. contents:: **pathvalidate**
|
||||
:backlinks: top
|
||||
:depth: 2
|
||||
|
||||
Summary
|
||||
=========
|
||||
`pathvalidate <https://github.com/thombashi/pathvalidate>`__ is a Python library to sanitize/validate a string such as filenames/file-paths/etc.
|
||||
|
||||
|PyPI pkg ver| |conda pkg ver| |Supported Python ver| |Supported Python impl| |CI status| |Test coverage| |CodeQL|
|
||||
|
||||
.. |PyPI pkg ver| image:: https://badge.fury.io/py/pathvalidate.svg
|
||||
:target: https://badge.fury.io/py/pathvalidate
|
||||
:alt: PyPI package version
|
||||
|
||||
.. |conda pkg ver| image:: https://anaconda.org/thombashi/pathvalidate/badges/version.svg
|
||||
:target: https://anaconda.org/thombashi/pathvalidate
|
||||
:alt: conda package version
|
||||
|
||||
.. |Supported Python ver| image:: https://img.shields.io/pypi/pyversions/pathvalidate.svg
|
||||
:target: https://pypi.org/project/pathvalidate
|
||||
:alt: Supported Python versions
|
||||
|
||||
.. |Supported Python impl| image:: https://img.shields.io/pypi/implementation/pathvalidate.svg
|
||||
:target: https://pypi.org/project/pathvalidate
|
||||
:alt: Supported Python implementations
|
||||
|
||||
.. |CI status| image:: https://github.com/thombashi/pathvalidate/actions/workflows/ci.yml/badge.svg
|
||||
:target: https://github.com/thombashi/pathvalidate/actions/workflows/ci.yml
|
||||
:alt: CI status of Linux/macOS/Windows
|
||||
|
||||
.. |Test coverage| image:: https://coveralls.io/repos/github/thombashi/pathvalidate/badge.svg?branch=master
|
||||
:target: https://coveralls.io/github/thombashi/pathvalidate?branch=master
|
||||
:alt: Test coverage: coveralls
|
||||
|
||||
.. |CodeQL| image:: https://github.com/thombashi/pathvalidate/actions/workflows/github-code-scanning/codeql/badge.svg
|
||||
:target: https://github.com/thombashi/pathvalidate/actions/workflows/github-code-scanning/codeql
|
||||
:alt: CodeQL
|
||||
|
||||
Features
|
||||
---------
|
||||
- Sanitize/Validate a string as a:
|
||||
- file name
|
||||
- file path
|
||||
- Sanitize will do:
|
||||
- Remove invalid characters for a target platform
|
||||
- Replace reserved names for a target platform
|
||||
- Normalize
|
||||
- Remove unprintable characters
|
||||
- Argument validator/sanitizer for ``argparse`` and ``click``
|
||||
- Multi platform support:
|
||||
- ``Linux``
|
||||
- ``Windows``
|
||||
- ``macOS``
|
||||
- ``POSIX``: POSIX-compliant systems (Linux, macOS, etc.)
|
||||
- ``universal``: platform independent
|
||||
- Multibyte character support
|
||||
|
||||
CLI tool
|
||||
---------
|
||||
You can find this package's command line interface tool at the `pathvalidate-cli <https://github.com/thombashi/pathvalidate-cli>`__ repository.
|
||||
|
||||
Examples
|
||||
==========
|
||||
Sanitize a filename
|
||||
---------------------
|
||||
:Sample Code:
|
||||
.. code-block:: python
|
||||
|
||||
from pathvalidate import sanitize_filename
|
||||
|
||||
fname = "fi:l*e/p\"a?t>h|.t<xt"
|
||||
print(f"{fname} -> {sanitize_filename(fname)}\n")
|
||||
|
||||
fname = "\0_a*b:c<d>e%f/(g)h+i_0.txt"
|
||||
print(f"{fname} -> {sanitize_filename(fname)}\n")
|
||||
|
||||
:Output:
|
||||
.. code-block::
|
||||
|
||||
fi:l*e/p"a?t>h|.t<xt -> filepath.txt
|
||||
|
||||
_a*b:c<d>e%f/(g)h+i_0.txt -> _abcde%f(g)h+i_0.txt
|
||||
|
||||
The default target ``platform`` is ``universal``.
|
||||
i.e. the sanitized file name is valid for any platform.
|
||||
|
||||
Sanitize a filepath
|
||||
---------------------
|
||||
:Sample Code:
|
||||
.. code-block:: python
|
||||
|
||||
from pathvalidate import sanitize_filepath
|
||||
|
||||
fpath = "fi:l*e/p\"a?t>h|.t<xt"
|
||||
print(f"{fpath} -> {sanitize_filepath(fpath)}\n")
|
||||
|
||||
fpath = "\0_a*b:c<d>e%f/(g)h+i_0.txt"
|
||||
print(f"{fpath} -> {sanitize_filepath(fpath)}\n")
|
||||
|
||||
:Output:
|
||||
.. code-block::
|
||||
|
||||
fi:l*e/p"a?t>h|.t<xt -> file/path.txt
|
||||
|
||||
_a*b:c<d>e%f/(g)h+i_0.txt -> _abcde%f/(g)h+i_0.txt
|
||||
|
||||
Validate a filename
|
||||
---------------------
|
||||
:Sample Code:
|
||||
.. code-block:: python
|
||||
|
||||
import sys
|
||||
from pathvalidate import ValidationError, validate_filename
|
||||
|
||||
try:
|
||||
validate_filename("fi:l*e/p\"a?t>h|.t<xt")
|
||||
except ValidationError as e:
|
||||
print(f"{e}\n", file=sys.stderr)
|
||||
|
||||
try:
|
||||
validate_filename("COM1")
|
||||
except ValidationError as e:
|
||||
print(f"{e}\n", file=sys.stderr)
|
||||
|
||||
:Output:
|
||||
.. code-block::
|
||||
|
||||
[PV1100] invalid characters found: platform=universal, description=invalids=('/'), value='fi:l*e/p"a?t>h|.t<xt'
|
||||
|
||||
[PV1002] found a reserved name by a platform: 'COM1' is a reserved name, platform=universal, reusable_name=False
|
||||
|
||||
Check a filename
|
||||
------------------
|
||||
:Sample Code:
|
||||
.. code-block:: python
|
||||
|
||||
from pathvalidate import is_valid_filename, sanitize_filename
|
||||
|
||||
fname = "fi:l*e/p\"a?t>h|.t<xt"
|
||||
print(f"is_valid_filename('{fname}') return {is_valid_filename(fname)}\n")
|
||||
|
||||
sanitized_fname = sanitize_filename(fname)
|
||||
print(f"is_valid_filename('{sanitized_fname}') return {is_valid_filename(sanitized_fname)}\n")
|
||||
|
||||
:Output:
|
||||
.. code-block::
|
||||
|
||||
is_valid_filename('fi:l*e/p"a?t>h|.t<xt') return False
|
||||
|
||||
is_valid_filename('filepath.txt') return True
|
||||
|
||||
filename/filepath validator for ``argparse``
|
||||
----------------------------------------------
|
||||
:Sample Code:
|
||||
.. code-block:: python
|
||||
|
||||
from argparse import ArgumentParser
|
||||
|
||||
from pathvalidate.argparse import validate_filename_arg, validate_filepath_arg
|
||||
|
||||
parser = ArgumentParser()
|
||||
parser.add_argument("--filename", type=validate_filename_arg)
|
||||
parser.add_argument("--filepath", type=validate_filepath_arg)
|
||||
options = parser.parse_args()
|
||||
|
||||
if options.filename:
|
||||
print(f"filename: {options.filename}")
|
||||
|
||||
if options.filepath:
|
||||
print(f"filepath: {options.filepath}")
|
||||
|
||||
:Output:
|
||||
.. code-block::
|
||||
|
||||
$ ./examples/argparse_validate.py --filename eg
|
||||
filename: eg
|
||||
$ ./examples/argparse_validate.py --filename e?g
|
||||
usage: argparse_validate.py [-h] [--filename FILENAME] [--filepath FILEPATH]
|
||||
argparse_validate.py: error: argument --filename: [PV1100] invalid characters found: invalids=(':'), value='e:g', platform=Windows
|
||||
|
||||
.. note::
|
||||
``validate_filepath_arg`` consider ``platform`` as of ``"auto"`` if the input is an absolute file path.
|
||||
|
||||
filename/filepath sanitizer for ``argparse``
|
||||
----------------------------------------------
|
||||
:Sample Code:
|
||||
.. code-block:: python
|
||||
|
||||
from argparse import ArgumentParser
|
||||
|
||||
from pathvalidate.argparse import sanitize_filename_arg, sanitize_filepath_arg
|
||||
|
||||
|
||||
parser = ArgumentParser()
|
||||
parser.add_argument("--filename", type=sanitize_filename_arg)
|
||||
parser.add_argument("--filepath", type=sanitize_filepath_arg)
|
||||
options = parser.parse_args()
|
||||
|
||||
if options.filename:
|
||||
print("filename: {}".format(options.filename))
|
||||
|
||||
if options.filepath:
|
||||
print("filepath: {}".format(options.filepath))
|
||||
|
||||
:Output:
|
||||
.. code-block::
|
||||
|
||||
$ ./examples/argparse_sanitize.py --filename e/g
|
||||
filename: eg
|
||||
|
||||
.. note::
|
||||
``sanitize_filepath_arg`` is set platform as ``"auto"``.
|
||||
|
||||
filename/filepath validator for ``click``
|
||||
-------------------------------------------
|
||||
:Sample Code:
|
||||
.. code-block:: python
|
||||
|
||||
import click
|
||||
|
||||
from pathvalidate.click import validate_filename_arg, validate_filepath_arg
|
||||
|
||||
|
||||
@click.command()
|
||||
@click.option("--filename", callback=validate_filename_arg)
|
||||
@click.option("--filepath", callback=validate_filepath_arg)
|
||||
def cli(filename: str, filepath: str) -> None:
|
||||
if filename:
|
||||
click.echo(f"filename: {filename}")
|
||||
if filepath:
|
||||
click.echo(f"filepath: {filepath}")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
cli()
|
||||
|
||||
:Output:
|
||||
.. code-block::
|
||||
|
||||
$ ./examples/click_validate.py --filename ab
|
||||
filename: ab
|
||||
$ ./examples/click_validate.py --filepath e?g
|
||||
Usage: click_validate.py [OPTIONS]
|
||||
Try 'click_validate.py --help' for help.
|
||||
|
||||
Error: Invalid value for '--filename': [PV1100] invalid characters found: invalids=('?'), value='e?g', platform=Windows
|
||||
|
||||
filename/filepath sanitizer for ``click``
|
||||
-------------------------------------------
|
||||
:Sample Code:
|
||||
.. code-block:: python
|
||||
|
||||
import click
|
||||
|
||||
from pathvalidate.click import sanitize_filename_arg, sanitize_filepath_arg
|
||||
|
||||
|
||||
@click.command()
|
||||
@click.option("--filename", callback=sanitize_filename_arg)
|
||||
@click.option("--filepath", callback=sanitize_filepath_arg)
|
||||
def cli(filename, filepath):
|
||||
if filename:
|
||||
click.echo(f"filename: {filename}")
|
||||
if filepath:
|
||||
click.echo(f"filepath: {filepath}")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
cli()
|
||||
|
||||
:Output:
|
||||
.. code-block::
|
||||
|
||||
$ ./examples/click_sanitize.py --filename a/b
|
||||
filename: ab
|
||||
|
||||
For more information
|
||||
----------------------
|
||||
More examples can be found at
|
||||
https://pathvalidate.rtfd.io/en/latest/pages/examples/index.html
|
||||
|
||||
Installation
|
||||
============
|
||||
Installation: pip
|
||||
------------------------------
|
||||
::
|
||||
|
||||
pip install pathvalidate
|
||||
|
||||
Installation: conda
|
||||
------------------------------
|
||||
::
|
||||
|
||||
conda install -c thombashi pathvalidate
|
||||
|
||||
Installation: apt
|
||||
------------------------------
|
||||
::
|
||||
|
||||
sudo add-apt-repository ppa:thombashi/ppa
|
||||
sudo apt update
|
||||
sudo apt install python3-pathvalidate
|
||||
|
||||
|
||||
Dependencies
|
||||
============
|
||||
Python 3.7+
|
||||
no external dependencies.
|
||||
|
||||
Documentation
|
||||
===============
|
||||
https://pathvalidate.rtfd.io/
|
||||
|
||||
Sponsors
|
||||
====================================
|
||||
|chasbecker| |shiguredo| |b4tman| |Arturi0| |github|
|
||||
|
||||
.. |chasbecker| image:: https://avatars.githubusercontent.com/u/44389260?s=48&u=6da7176e51ae2654bcfd22564772ef8a3bb22318&v=4
|
||||
:target: https://github.com/chasbecker
|
||||
:alt: ex-sponsor: Charles Becker (chasbecker)
|
||||
.. |shiguredo| image:: https://avatars.githubusercontent.com/u/2549434?s=48&v=4
|
||||
:target: https://github.com/shiguredo
|
||||
:alt: ex-sponsor: 時雨堂 (shiguredo)
|
||||
.. |b4tman| image:: https://avatars.githubusercontent.com/u/3658062?s=48&v=4
|
||||
:target: https://github.com/b4tman
|
||||
:alt: onetime: Dmitry Belyaev (b4tman)
|
||||
.. |Arturi0| image:: https://avatars.githubusercontent.com/u/46711571?s=48&u=57687c0e02d5d6e8eeaf9177f7b7af4c9f275eb5&v=4
|
||||
:target: https://github.com/Arturi0
|
||||
:alt: onetime: Arturi0
|
||||
.. |github| image:: https://avatars.githubusercontent.com/u/9919?s=48&v=4
|
||||
:target: https://github.com/github
|
||||
:alt: onetime: GitHub (github)
|
||||
|
||||
`Become a sponsor <https://github.com/sponsors/thombashi>`__
|
||||
|
36
env/lib/python3.11/site-packages/pathvalidate-3.2.1.dist-info/RECORD
vendored
Normal file
36
env/lib/python3.11/site-packages/pathvalidate-3.2.1.dist-info/RECORD
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
pathvalidate-3.2.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
pathvalidate-3.2.1.dist-info/LICENSE,sha256=NiiRV-Nxqq5bXTukvoc1ntB1SM3HqfGf9h3GfPxTapw,1089
|
||||
pathvalidate-3.2.1.dist-info/METADATA,sha256=dmPINZcIpN66MpQqJLVeaApxRBs58yVHj1JN-pGXWEI,12652
|
||||
pathvalidate-3.2.1.dist-info/RECORD,,
|
||||
pathvalidate-3.2.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
pathvalidate-3.2.1.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
|
||||
pathvalidate-3.2.1.dist-info/top_level.txt,sha256=AtoiECsrk-xZknk3ruLi-UweWuXhbKeEGDWFwMcK_ks,13
|
||||
pathvalidate/__init__.py,sha256=R8x0yEBF3dfwpTlGe1TJZ9XgOmO-tKGoEvpZgNA83Ys,1926
|
||||
pathvalidate/__pycache__/__init__.cpython-311.pyc,,
|
||||
pathvalidate/__pycache__/__version__.cpython-311.pyc,,
|
||||
pathvalidate/__pycache__/_base.cpython-311.pyc,,
|
||||
pathvalidate/__pycache__/_common.cpython-311.pyc,,
|
||||
pathvalidate/__pycache__/_const.cpython-311.pyc,,
|
||||
pathvalidate/__pycache__/_filename.cpython-311.pyc,,
|
||||
pathvalidate/__pycache__/_filepath.cpython-311.pyc,,
|
||||
pathvalidate/__pycache__/_ltsv.cpython-311.pyc,,
|
||||
pathvalidate/__pycache__/_symbol.cpython-311.pyc,,
|
||||
pathvalidate/__pycache__/_types.cpython-311.pyc,,
|
||||
pathvalidate/__pycache__/argparse.cpython-311.pyc,,
|
||||
pathvalidate/__pycache__/click.cpython-311.pyc,,
|
||||
pathvalidate/__pycache__/error.cpython-311.pyc,,
|
||||
pathvalidate/__pycache__/handler.cpython-311.pyc,,
|
||||
pathvalidate/__version__.py,sha256=eWTSNB5R1ETBVrIkd1GxlFz4ISI-wJlSEjAUihoccJ8,206
|
||||
pathvalidate/_base.py,sha256=Ueaqvc-v8fMWjctuqornqpy3I4qX-iPUlaVQ3XNsrZY,7455
|
||||
pathvalidate/_common.py,sha256=NFrwuT5XW1vB2U1dkEReT6loZNtgj_uOTn5VIvGjYko,4018
|
||||
pathvalidate/_const.py,sha256=UzAu38QxKjZDJEcJ-M99sQDnSpALIK7jJoZizFptiBw,686
|
||||
pathvalidate/_filename.py,sha256=PfEASUhlkZENnRflrpMwTJf2s7foKVGPEL_V6W1wZpk,17347
|
||||
pathvalidate/_filepath.py,sha256=UGyCqH_Hqu5RJ4Py6GMGv4hm_na30cuIiR-8nPW1RWM,18900
|
||||
pathvalidate/_ltsv.py,sha256=BuCgH-iLdptUbaghoLCXwk7DQFGBBFjuNGeDv2I0IsM,1203
|
||||
pathvalidate/_symbol.py,sha256=y59lUMr_31qw95mgEU1rkRscvzeYG23758vkeyxiB9Y,2332
|
||||
pathvalidate/_types.py,sha256=3CRkyBkMvcPcFPigO-Kr18Z6RgGEgUdLK1cXBg8UjWc,180
|
||||
pathvalidate/argparse.py,sha256=z_z7inal8sw2wPwFjsMEMQ2zR3kACdK1qsItocXFf3Y,970
|
||||
pathvalidate/click.py,sha256=yvkby9nulsapED3bipUD9C7tS5pAqF55rDry9hRRbdw,1181
|
||||
pathvalidate/error.py,sha256=3nV5bMKHGTm24rsFjIeqEbjC3euOCNRAKVnxMh6yv1I,7538
|
||||
pathvalidate/handler.py,sha256=WzK9ZP8VbJZc9PZRFeEjeqm1E9vkm7ON3xYZMVgLaGI,3267
|
||||
pathvalidate/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
0
env/lib/python3.11/site-packages/pathvalidate-3.2.1.dist-info/REQUESTED
vendored
Normal file
0
env/lib/python3.11/site-packages/pathvalidate-3.2.1.dist-info/REQUESTED
vendored
Normal file
5
env/lib/python3.11/site-packages/pathvalidate-3.2.1.dist-info/WHEEL
vendored
Normal file
5
env/lib/python3.11/site-packages/pathvalidate-3.2.1.dist-info/WHEEL
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: setuptools (73.0.1)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
|
1
env/lib/python3.11/site-packages/pathvalidate-3.2.1.dist-info/top_level.txt
vendored
Normal file
1
env/lib/python3.11/site-packages/pathvalidate-3.2.1.dist-info/top_level.txt
vendored
Normal file
@ -0,0 +1 @@
|
||||
pathvalidate
|
Reference in New Issue
Block a user