package script
This commit is contained in:
BIN
dist/organize_photos/_internal/_cffi_backend.cpython-310-darwin.so
vendored
Executable file
BIN
dist/organize_photos/_internal/_cffi_backend.cpython-310-darwin.so
vendored
Executable file
Binary file not shown.
BIN
dist/organize_photos/_internal/base_library.zip
vendored
BIN
dist/organize_photos/_internal/base_library.zip
vendored
Binary file not shown.
BIN
dist/organize_photos/_internal/lib-dynload/_asyncio.cpython-310-darwin.so
vendored
Executable file
BIN
dist/organize_photos/_internal/lib-dynload/_asyncio.cpython-310-darwin.so
vendored
Executable file
Binary file not shown.
BIN
dist/organize_photos/_internal/lib-dynload/_multiprocessing.cpython-310-darwin.so
vendored
Executable file
BIN
dist/organize_photos/_internal/lib-dynload/_multiprocessing.cpython-310-darwin.so
vendored
Executable file
Binary file not shown.
BIN
dist/organize_photos/_internal/lib-dynload/_posixshmem.cpython-310-darwin.so
vendored
Executable file
BIN
dist/organize_photos/_internal/lib-dynload/_posixshmem.cpython-310-darwin.so
vendored
Executable file
Binary file not shown.
BIN
dist/organize_photos/_internal/lib-dynload/readline.cpython-310-darwin.so
vendored
Executable file
BIN
dist/organize_photos/_internal/lib-dynload/readline.cpython-310-darwin.so
vendored
Executable file
Binary file not shown.
BIN
dist/organize_photos/_internal/lib-dynload/syslog.cpython-310-darwin.so
vendored
Executable file
BIN
dist/organize_photos/_internal/lib-dynload/syslog.cpython-310-darwin.so
vendored
Executable file
Binary file not shown.
BIN
dist/organize_photos/_internal/libcrypto.3.dylib
vendored
BIN
dist/organize_photos/_internal/libcrypto.3.dylib
vendored
Binary file not shown.
BIN
dist/organize_photos/_internal/libncurses.6.dylib
vendored
Executable file
BIN
dist/organize_photos/_internal/libncurses.6.dylib
vendored
Executable file
Binary file not shown.
BIN
dist/organize_photos/_internal/libreadline.8.dylib
vendored
Executable file
BIN
dist/organize_photos/_internal/libreadline.8.dylib
vendored
Executable file
Binary file not shown.
BIN
dist/organize_photos/_internal/libssl.3.dylib
vendored
BIN
dist/organize_photos/_internal/libssl.3.dylib
vendored
Binary file not shown.
BIN
dist/organize_photos/_internal/libtinfo.6.dylib
vendored
Executable file
BIN
dist/organize_photos/_internal/libtinfo.6.dylib
vendored
Executable file
Binary file not shown.
21
dist/organize_photos/_internal/wheel-0.42.0.dist-info/LICENSE.txt
vendored
Normal file
21
dist/organize_photos/_internal/wheel-0.42.0.dist-info/LICENSE.txt
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2012 Daniel Holth <dholth@fastmail.fm> and contributors
|
||||
|
||||
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.
|
62
dist/organize_photos/_internal/wheel-0.42.0.dist-info/METADATA
vendored
Normal file
62
dist/organize_photos/_internal/wheel-0.42.0.dist-info/METADATA
vendored
Normal file
@ -0,0 +1,62 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: wheel
|
||||
Version: 0.42.0
|
||||
Summary: A built-package format for Python
|
||||
Keywords: wheel,packaging
|
||||
Author-email: Daniel Holth <dholth@fastmail.fm>
|
||||
Maintainer-email: Alex Grönholm <alex.gronholm@nextday.fi>
|
||||
Requires-Python: >=3.7
|
||||
Description-Content-Type: text/x-rst
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Topic :: System :: Archiving :: Packaging
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 3 :: Only
|
||||
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
|
||||
Requires-Dist: pytest >= 6.0.0 ; extra == "test"
|
||||
Requires-Dist: setuptools >= 65 ; extra == "test"
|
||||
Project-URL: Changelog, https://wheel.readthedocs.io/en/stable/news.html
|
||||
Project-URL: Documentation, https://wheel.readthedocs.io/
|
||||
Project-URL: Issue Tracker, https://github.com/pypa/wheel/issues
|
||||
Project-URL: Source, https://github.com/pypa/wheel
|
||||
Provides-Extra: test
|
||||
|
||||
wheel
|
||||
=====
|
||||
|
||||
This library is the reference implementation of the Python wheel packaging
|
||||
standard, as defined in `PEP 427`_.
|
||||
|
||||
It has two different roles:
|
||||
|
||||
#. A setuptools_ extension for building wheels that provides the
|
||||
``bdist_wheel`` setuptools command
|
||||
#. A command line tool for working with wheel files
|
||||
|
||||
It should be noted that wheel is **not** intended to be used as a library, and
|
||||
as such there is no stable, public API.
|
||||
|
||||
.. _PEP 427: https://www.python.org/dev/peps/pep-0427/
|
||||
.. _setuptools: https://pypi.org/project/setuptools/
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
The documentation_ can be found on Read The Docs.
|
||||
|
||||
.. _documentation: https://wheel.readthedocs.io/
|
||||
|
||||
Code of Conduct
|
||||
---------------
|
||||
|
||||
Everyone interacting in the wheel project's codebases, issue trackers, chat
|
||||
rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
|
||||
|
||||
.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
|
||||
|
34
dist/organize_photos/_internal/wheel-0.42.0.dist-info/RECORD
vendored
Normal file
34
dist/organize_photos/_internal/wheel-0.42.0.dist-info/RECORD
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
../../../bin/wheel,sha256=jkvsoHBNv3VhW4ScyQQ6wHbFcGPd_O8hN9vSHbSqH-I,491
|
||||
wheel/__init__.py,sha256=c5n4mea4NyUhMCk8GWbX4_O739E5ATPX23lTJRXf9ZI,59
|
||||
wheel/__main__.py,sha256=NkMUnuTCGcOkgY0IBLgBCVC_BGGcWORx2K8jYGS12UE,455
|
||||
wheel/_setuptools_logging.py,sha256=NoCnjJ4DFEZ45Eo-2BdXLsWJCwGkait1tp_17paleVw,746
|
||||
wheel/bdist_wheel.py,sha256=Hrol9LUphvfapYo6Ro4RHhypq8iLew6jpp8NXd_CFw4,20943
|
||||
wheel/macosx_libfile.py,sha256=mKH4GW3FILt0jLgm5LPgj7D5XyEvBU2Fgc-jCxMfSng,16143
|
||||
wheel/metadata.py,sha256=jGDlp6IMblnujK4u1eni8VAdn2WYycSdQ-P6jaGBUMw,5882
|
||||
wheel/util.py,sha256=e0jpnsbbM9QhaaMSyap-_ZgUxcxwpyLDk6RHcrduPLg,621
|
||||
wheel/wheelfile.py,sha256=A5QzHd3cpDBqDEr8O6R6jqwLKiqkLlde6VjfgdQXo5Q,7701
|
||||
wheel/cli/__init__.py,sha256=eBNhnPwWTtdKAJHy77lvz7gOQ5Eu3GavGugXxhSsn-U,4264
|
||||
wheel/cli/convert.py,sha256=qJcpYGKqdfw1P6BelgN1Hn_suNgM6bvyEWFlZeuSWx0,9439
|
||||
wheel/cli/pack.py,sha256=H6BZ8HyIYqP_2quRiczjHN08dykmdWTSLN0VMTYkzh8,3110
|
||||
wheel/cli/tags.py,sha256=lHw-LaWrkS5Jy_qWcw-6pSjeNM6yAjDnqKI3E5JTTCU,4760
|
||||
wheel/cli/unpack.py,sha256=Y_J7ynxPSoFFTT7H0fMgbBlVErwyDGcObgme5MBuz58,1021
|
||||
wheel/vendored/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
wheel/vendored/vendor.txt,sha256=nMQ1MrIbjx7YcPQqZbwUPHLy08Q1lMPPL90HWSrazw0,16
|
||||
wheel/vendored/packaging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
wheel/vendored/packaging/_elffile.py,sha256=hbmK8OD6Z7fY6hwinHEUcD1by7czkGiNYu7ShnFEk2k,3266
|
||||
wheel/vendored/packaging/_manylinux.py,sha256=Rq6ppXAxH8XFtNf6tC-B-1SKuvCODPBvcCoSulMtbtk,9526
|
||||
wheel/vendored/packaging/_musllinux.py,sha256=kgmBGLFybpy8609-KTvzmt2zChCPWYvhp5BWP4JX7dE,2676
|
||||
wheel/vendored/packaging/_parser.py,sha256=5DhK_zYJE4U4yzSkgEBT4F7tT2xZ6Pkx4gSRKyvXneQ,10382
|
||||
wheel/vendored/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431
|
||||
wheel/vendored/packaging/_tokenizer.py,sha256=alCtbwXhOFAmFGZ6BQ-wCTSFoRAJ2z-ysIf7__MTJ_k,5292
|
||||
wheel/vendored/packaging/markers.py,sha256=eH-txS2zq1HdNpTd9LcZUcVIwewAiNU0grmq5wjKnOk,8208
|
||||
wheel/vendored/packaging/requirements.py,sha256=wswG4mXHSgE9w4NjNnlSvgLGo6yYvfHVEFnWhuEmXxg,2952
|
||||
wheel/vendored/packaging/specifiers.py,sha256=ZOpqL_w_Kj6ZF_OWdliQUzhEyHlDbi6989kr-sF5GHs,39206
|
||||
wheel/vendored/packaging/tags.py,sha256=pkG6gQ28RlhS09VzymVhVpGrWF5doHXfK1VxG9cdhoY,18355
|
||||
wheel/vendored/packaging/utils.py,sha256=XgdmP3yx9-wQEFjO7OvMj9RjEf5JlR5HFFR69v7SQ9E,5268
|
||||
wheel/vendored/packaging/version.py,sha256=XjRBLNK17UMDgLeP8UHnqwiY3TdSi03xFQURtec211A,16236
|
||||
wheel-0.42.0.dist-info/entry_points.txt,sha256=rTY1BbkPHhkGMm4Q3F0pIzJBzW2kMxoG1oriffvGdA0,104
|
||||
wheel-0.42.0.dist-info/LICENSE.txt,sha256=MMI2GGeRCPPo6h0qZYx8pBe9_IkcmO8aifpP8MmChlQ,1107
|
||||
wheel-0.42.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
||||
wheel-0.42.0.dist-info/METADATA,sha256=QMZYvPF88F2lBnZ9cf7-ugqmkGDUN8j3FUvNHikLhck,2203
|
||||
wheel-0.42.0.dist-info/RECORD,,
|
4
dist/organize_photos/_internal/wheel-0.42.0.dist-info/WHEEL
vendored
Normal file
4
dist/organize_photos/_internal/wheel-0.42.0.dist-info/WHEEL
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: flit 3.9.0
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
6
dist/organize_photos/_internal/wheel-0.42.0.dist-info/entry_points.txt
vendored
Normal file
6
dist/organize_photos/_internal/wheel-0.42.0.dist-info/entry_points.txt
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
[console_scripts]
|
||||
wheel=wheel.cli:main
|
||||
|
||||
[distutils.commands]
|
||||
bdist_wheel=wheel.bdist_wheel:bdist_wheel
|
||||
|
BIN
dist/organize_photos/organize_photos
vendored
BIN
dist/organize_photos/organize_photos
vendored
Binary file not shown.
Reference in New Issue
Block a user