asd
This commit is contained in:
@ -0,0 +1 @@
|
||||
pip
|
@ -0,0 +1,24 @@
|
||||
Copyright (c) 2011, ponty
|
||||
All rights reserved.
|
||||
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification,
|
||||
are permitted provided that the following conditions are met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright notice,
|
||||
this list of conditions and the following disclaimer.
|
||||
|
||||
* Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
@ -0,0 +1,28 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: entrypoint2
|
||||
Version: 1.1
|
||||
Summary: easy to use command-line interface for python modules
|
||||
Home-page: https://github.com/ponty/entrypoint2
|
||||
Author: ponty
|
||||
License: BSD
|
||||
Keywords: argparse decorator optparse signature command-line
|
||||
Platform: UNKNOWN
|
||||
Classifier: License :: OSI Approved :: BSD License
|
||||
Classifier: Natural Language :: English
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3 :: Only
|
||||
Classifier: Programming Language :: Python :: 3.6
|
||||
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
|
||||
Description-Content-Type: text/x-rst
|
||||
License-File: LICENSE.txt
|
||||
|
||||
easy to use command-line interface for Python modules
|
||||
|
||||
home: https://github.com/ponty/entrypoint2/tree/1.1
|
||||
|
@ -0,0 +1,33 @@
|
||||
entrypoint2-1.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
entrypoint2-1.1.dist-info/LICENSE.txt,sha256=7AkJp5-qod-60Rc0BKew3KegiKBgPCClFAoqEYT9lU4,1309
|
||||
entrypoint2-1.1.dist-info/METADATA,sha256=_Kr1ZV4BS0VKX0q8lOR5T2J9_HuPyAL0cmydU3xQuOs,1029
|
||||
entrypoint2-1.1.dist-info/RECORD,,
|
||||
entrypoint2-1.1.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
|
||||
entrypoint2-1.1.dist-info/top_level.txt,sha256=l056pSNlTFcAQqBwGnav9JJRP4wyv5KSeEczWKxt3iY,12
|
||||
entrypoint2/__init__.py,sha256=qdiBe1BX2cupMQoBjDFoYGO4e1lbwnv1n5bywIBYy80,10564
|
||||
entrypoint2/__pycache__/__init__.cpython-312.pyc,,
|
||||
entrypoint2/__pycache__/about.cpython-312.pyc,,
|
||||
entrypoint2/about.py,sha256=S-cX8nxxrifQJSH5WF0fY7nCbbnXuUyEAik4CMggp6k,20
|
||||
entrypoint2/check/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
entrypoint2/check/__pycache__/__init__.cpython-312.pyc,,
|
||||
entrypoint2/check/__pycache__/defaults.cpython-312.pyc,,
|
||||
entrypoint2/check/__pycache__/hints.cpython-312.pyc,,
|
||||
entrypoint2/check/defaults.py,sha256=WmYHw-4lqRGBBkt4mp5443Wqsh8L4v4xFEM4xQm9Y3E,964
|
||||
entrypoint2/check/hints.py,sha256=5KyuXe1vbShmjEWEnyQ_9YOWh-zCXCkT5B6zzUgzDfU,2154
|
||||
entrypoint2/examples/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
entrypoint2/examples/__pycache__/__init__.cpython-312.pyc,,
|
||||
entrypoint2/examples/__pycache__/add.cpython-312.pyc,,
|
||||
entrypoint2/examples/__pycache__/caller.cpython-312.pyc,,
|
||||
entrypoint2/examples/__pycache__/defaultvalues.cpython-312.pyc,,
|
||||
entrypoint2/examples/__pycache__/hello.cpython-312.pyc,,
|
||||
entrypoint2/examples/__pycache__/repeating.cpython-312.pyc,,
|
||||
entrypoint2/examples/__pycache__/typehints.cpython-312.pyc,,
|
||||
entrypoint2/examples/__pycache__/varargs.cpython-312.pyc,,
|
||||
entrypoint2/examples/add.py,sha256=hhEPJoWw3XtSlvzAI0pV4ATgJacSwMEhKqjLvH7KL_0,447
|
||||
entrypoint2/examples/caller.py,sha256=l63B4WpU2AsAJrztRM6eVXlv_-Rv0T01uNgwlCgoav0,271
|
||||
entrypoint2/examples/defaultvalues.py,sha256=CbcDtgqpe1oV0r0SCZ01iIPEH271aNmi9iyAg2LYJYE,348
|
||||
entrypoint2/examples/hello.py,sha256=w17MbEJpUo09POVl5778wKUCH9P984vel96WdorGU94,143
|
||||
entrypoint2/examples/repeating.py,sha256=Vl_M1NXqJbAZxjxgGcsRroEq3zTatR_k0ioHYSxK-1Q,169
|
||||
entrypoint2/examples/typehints.py,sha256=fjOm_esLRA0EgqZHCdjO3Xrf9DFX180szrJjDex_Euk,409
|
||||
entrypoint2/examples/varargs.py,sha256=O0giegfVttuEZGFvMJ7F0_VinZ8Xyqn7i14aoD1DSoo,82
|
||||
entrypoint2/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@ -0,0 +1,6 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.37.1)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py2-none-any
|
||||
Tag: py3-none-any
|
||||
|
@ -0,0 +1 @@
|
||||
entrypoint2
|
Reference in New Issue
Block a user