diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info')
7 files changed, 93 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/INSTALLER new file mode 100644 index 00000000..a1b589e3 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/METADATA b/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/METADATA new file mode 100644 index 00000000..ebcf8845 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/METADATA @@ -0,0 +1,40 @@ +Metadata-Version: 2.4 +Name: flupy +Version: 1.2.1 +Summary: Method chaining built on generators +Home-page: https://github.com/olirice/flupy +Author: Oliver Rice +Author-email: oliver@oliverrice.com +License: MIT +Classifier: Development Status :: 4 - Beta +Classifier: Natural Language :: English +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +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 +License-File: LICENSE.md +Requires-Dist: typing_extensions>=4 +Provides-Extra: dev +Requires-Dist: pytest; extra == "dev" +Requires-Dist: pytest-cov; extra == "dev" +Requires-Dist: pytest-benchmark; extra == "dev" +Requires-Dist: pre-commit; extra == "dev" +Requires-Dist: pylint; extra == "dev" +Requires-Dist: black; extra == "dev" +Requires-Dist: mypy; extra == "dev" +Dynamic: author +Dynamic: author-email +Dynamic: classifier +Dynamic: description +Dynamic: home-page +Dynamic: license +Dynamic: license-file +Dynamic: provides-extra +Dynamic: requires-dist +Dynamic: summary + +<placeholder> diff --git a/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/RECORD b/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/RECORD new file mode 100644 index 00000000..dc5f80fa --- /dev/null +++ b/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/RECORD @@ -0,0 +1,20 @@ +../../../bin/flu,sha256=shgmGvI2vcq1qBrwIChGfGdoyVRF--1Up1J7g-WYAok,248 +../../../bin/flu_precommit,sha256=tX2g_JrJxQIXpja1oMc69UCaMomnohamYqDV0wWgGAk,258 +flupy-1.2.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +flupy-1.2.1.dist-info/METADATA,sha256=4OOlbzOXKQXuRGnVxCImVxHwP1KECFhckh15H7Etsn0,1257 +flupy-1.2.1.dist-info/RECORD,, +flupy-1.2.1.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91 +flupy-1.2.1.dist-info/entry_points.txt,sha256=KARi1JxkAKOw1EW8qrYK3E_XYO8gccgOlOVXIdmm-QY,83 +flupy-1.2.1.dist-info/licenses/LICENSE.md,sha256=PGi8-kwuKJBXdNHfDwSYRQkfnRZS6kTmbPiJcEfhVlM,1097 +flupy-1.2.1.dist-info/top_level.txt,sha256=8QhokiDCMPhgA9rblb0VP0PddtMsc1EkvLn8g9yRPww,6 +flupy/__init__.py,sha256=7mvRFfv_OABELpES5SKVRpPvcyPpxm3hGKFk-SGO4mk,171 +flupy/__pycache__/__init__.cpython-312.pyc,, +flupy/__pycache__/fluent.cpython-312.pyc,, +flupy/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +flupy/cli/__pycache__/__init__.cpython-312.pyc,, +flupy/cli/__pycache__/cli.cpython-312.pyc,, +flupy/cli/__pycache__/utils.cpython-312.pyc,, +flupy/cli/cli.py,sha256=G_bVsJh6BuchnBor2Jml_4rAIr9etHpDpMazXp5JxY0,2731 +flupy/cli/utils.py,sha256=JZdikTjCM8pJsePd8aaabdNcKOqwBLEvCKX-m_Jj8d4,916 +flupy/fluent.py,sha256=kWObrvyveq7cLrmnMtVbjW2_sMYcWncwMXUPl8YfMLM,25169 +flupy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/WHEEL new file mode 100644 index 00000000..17e2e07c --- /dev/null +++ b/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (77.0.3) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/entry_points.txt b/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/entry_points.txt new file mode 100644 index 00000000..e4fdea82 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/entry_points.txt @@ -0,0 +1,3 @@ +[console_scripts] +flu = flupy.cli.cli:main +flu_precommit = flupy.cli.cli:precommit diff --git a/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/licenses/LICENSE.md b/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/licenses/LICENSE.md new file mode 100644 index 00000000..b6a3fb3e --- /dev/null +++ b/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/licenses/LICENSE.md @@ -0,0 +1,23 @@ +# License + +**The MIT License (MIT)** + +Copyright © 2017, Oliver Rice + +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. diff --git a/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/top_level.txt b/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/top_level.txt new file mode 100644 index 00000000..fb8f49b4 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/flupy-1.2.1.dist-info/top_level.txt @@ -0,0 +1 @@ +flupy |
