aboutsummaryrefslogtreecommitdiff
path: root/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info
diff options
context:
space:
mode:
Diffstat (limited to '.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info')
-rw-r--r--.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/AUTHORS.rst29
-rw-r--r--.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/INSTALLER1
-rw-r--r--.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/LICENSE.rst9
-rw-r--r--.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/METADATA89
-rw-r--r--.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/RECORD39
-rw-r--r--.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/WHEEL5
-rw-r--r--.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/top_level.txt1
7 files changed, 173 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/AUTHORS.rst b/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/AUTHORS.rst
new file mode 100644
index 00000000..ef936e3a
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/AUTHORS.rst
@@ -0,0 +1,29 @@
+Authors
+=======
+
+
+Lead
+----
+
+- Derrick Gilland, dgilland@gmail.com, `dgilland@github <https://github.com/dgilland>`_
+
+
+Contributors
+------------
+
+- Nathan Cahill, nathan@nathancahill.com, `nathancahill@github <https://github.com/nathancahill>`_
+- Klaus Sevensleeper, k7sleeper@gmail.com, `k7sleeper@github <https://github.com/k7sleeper>`_
+- Bharadwaj Yarlagadda, yarlagaddabharadwaj@gmail.com, `bharadwajyarlagadda@github <https://github.com/bharadwajyarlagadda>`_
+- Michael James, `urbnjamesmi1@github <https://github.com/urbnjamesmi1>`_
+- Tim Griesser, tgriesser@gmail.com, `tgriesser@github <https://github.com/tgriesser>`_
+- Shaun Patterson, `shaunpatterson@github <https://github.com/shaunpatterson>`_
+- Brian Beck, `beck3905@github <https://github.com/beck3905>`_
+- Frank Epperlein, `efenka@github <https://github.com/efenka>`_
+- Joshua Wilson, `jwilson8767@github <https://github.com/jwilson8767>`_
+- Eli Jose, `elijose55@github <https://github.com/elijose55>`_
+- Gonzalo Naveira, `gonzalonaveira@github <https://github.com/gonzalonaveira>`_
+- Wenbo Zhao, zhaowb@gmail.com, `zhaowb@github <https://github.com/zhaowb>`_
+- Mervyn Lee, `mervynlee94@github <https://github.com/mervynlee94>`_
+- Weineel Lee, `weineel@github <https://github.com/weineel>`_
+- bl4ckst0ne@github `bl4ckst0ne@github <https://github.com/bl4ckst0ne>`_
+- Thomas `DeviousStoat@github <https://github.com/DeviousStoat>`_
diff --git a/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/INSTALLER b/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/INSTALLER
new file mode 100644
index 00000000..a1b589e3
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/INSTALLER
@@ -0,0 +1 @@
+pip
diff --git a/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/LICENSE.rst b/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/LICENSE.rst
new file mode 100644
index 00000000..30340b50
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/LICENSE.rst
@@ -0,0 +1,9 @@
+MIT License
+
+Copyright (c) 2020 Derrick Gilland
+
+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/pydash-8.0.5.dist-info/METADATA b/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/METADATA
new file mode 100644
index 00000000..e4eb4338
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/METADATA
@@ -0,0 +1,89 @@
+Metadata-Version: 2.2
+Name: pydash
+Version: 8.0.5
+Summary: The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.
+Author-email: Derrick Gilland <dgilland@gmail.com>
+License: MIT License
+
+ Copyright (c) 2020 Derrick Gilland
+
+ 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.
+
+Project-URL: Homepage, https://github.com/dgilland/pydash
+Project-URL: Documentation, https://pydash.readthedocs.org
+Project-URL: Repository, https://github.com/dgilland/pydash
+Project-URL: Issues, https://github.com/dgilland/pydash/issues
+Project-URL: Changelog, https://github.com/dgilland/pydash/blob/develop/CHANGELOG.rst
+Keywords: pydash,utility,functional,lodash,underscore
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Intended Audience :: Developers
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
+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: Topic :: Software Development :: Libraries
+Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Classifier: Topic :: Utilities
+Requires-Python: >=3.8
+Description-Content-Type: text/x-rst
+License-File: LICENSE.rst
+License-File: AUTHORS.rst
+Requires-Dist: typing-extensions!=4.6.0,>3.10
+Provides-Extra: dev
+Requires-Dist: build; extra == "dev"
+Requires-Dist: coverage; extra == "dev"
+Requires-Dist: ruff; extra == "dev"
+Requires-Dist: furo; extra == "dev"
+Requires-Dist: invoke; extra == "dev"
+Requires-Dist: mypy; extra == "dev"
+Requires-Dist: pytest; extra == "dev"
+Requires-Dist: pytest-mypy-testing; extra == "dev"
+Requires-Dist: pytest-cov; extra == "dev"
+Requires-Dist: sphinx; extra == "dev"
+Requires-Dist: tox; extra == "dev"
+Requires-Dist: twine; extra == "dev"
+Requires-Dist: wheel; extra == "dev"
+Requires-Dist: sphinx-autodoc-typehints; extra == "dev"
+
+pydash
+******
+
+|version| |build| |coveralls| |license|
+
+The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the `Lo-Dash <http://lodash.com/>`_ Javascript library.
+
+Note
+====
+
+Looking for a library that is more memory efficient and better suited for large datasets? Check out `fnc <https://github.com/dgilland/fnc>`_! It's built around generators and iteration and has iteratee-first function signatures.
+
+
+Links
+=====
+
+- Project: https://github.com/dgilland/pydash
+- Documentation: http://pydash.readthedocs.org
+- PyPi: https://pypi.python.org/pypi/pydash/
+- Github Actions: https://github.com/dgilland/pydash/actions
+
+
+.. |version| image:: http://img.shields.io/pypi/v/pydash.svg?style=flat-square
+ :target: https://pypi.python.org/pypi/pydash/
+
+.. |build| image:: https://img.shields.io/github/actions/workflow/status/dgilland/pydash/main.yml?branch=master&style=flat-square
+ :target: https://github.com/dgilland/pydash/actions
+
+.. |coveralls| image:: http://img.shields.io/coveralls/dgilland/pydash/master.svg?style=flat-square
+ :target: https://coveralls.io/r/dgilland/pydash
+
+.. |license| image:: http://img.shields.io/pypi/l/pydash.svg?style=flat-square
+ :target: https://pypi.python.org/pypi/pydash/
diff --git a/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/RECORD b/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/RECORD
new file mode 100644
index 00000000..bb7395dd
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/RECORD
@@ -0,0 +1,39 @@
+pydash-8.0.5.dist-info/AUTHORS.rst,sha256=b2H8uV5qZNLCz1GdARZTSNLYM-qqfb0PHPPcoXleJMg,1396
+pydash-8.0.5.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
+pydash-8.0.5.dist-info/LICENSE.rst,sha256=G7pXwzzORKANLt8HlOFL0MbcFWmk542DTI9BA7jpYj8,1072
+pydash-8.0.5.dist-info/METADATA,sha256=xT-ttuhqr0s9qxQ7ZlhBbU5b4jUkINFwsyXCsfRVQDo,4468
+pydash-8.0.5.dist-info/RECORD,,
+pydash-8.0.5.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
+pydash-8.0.5.dist-info/top_level.txt,sha256=TIoggKqV9AmKC7e1s1M9qTF5k_3HDcnBKO7d40M_u7A,7
+pydash/__init__.py,sha256=-kkBxUKwBrXLW63xhP_eAcNKfXlGzmqW_4Sm8p9J-W0,11706
+pydash/__pycache__/__init__.cpython-312.pyc,,
+pydash/__pycache__/arrays.cpython-312.pyc,,
+pydash/__pycache__/collections.cpython-312.pyc,,
+pydash/__pycache__/exceptions.cpython-312.pyc,,
+pydash/__pycache__/functions.cpython-312.pyc,,
+pydash/__pycache__/helpers.cpython-312.pyc,,
+pydash/__pycache__/numerical.cpython-312.pyc,,
+pydash/__pycache__/objects.cpython-312.pyc,,
+pydash/__pycache__/predicates.cpython-312.pyc,,
+pydash/__pycache__/strings.cpython-312.pyc,,
+pydash/__pycache__/types.cpython-312.pyc,,
+pydash/__pycache__/utilities.cpython-312.pyc,,
+pydash/arrays.py,sha256=P2jOc7zUPMs4y9JF67qkhSGidwXP4Vp6IJGQcSoMrFo,71620
+pydash/chaining/__init__.py,sha256=OXj3duPqjBLqaayHgvNu9hWB1GXBvJmZ7whKOJ2qX5U,93
+pydash/chaining/__pycache__/__init__.cpython-312.pyc,,
+pydash/chaining/__pycache__/all_funcs.cpython-312.pyc,,
+pydash/chaining/__pycache__/chaining.cpython-312.pyc,,
+pydash/chaining/all_funcs.py,sha256=8jSI-L-EJkE0F7r6JUZjAdHYw3R1sBT3_tGZdIJrjnM,1364
+pydash/chaining/all_funcs.pyi,sha256=OUsSmNQk8TOQ88nVlwVdTdUZWEKk0ufIbjRMaTk7H94,131515
+pydash/chaining/chaining.py,sha256=mnHMCO5xnC2T5XWip6zJ3_hcV7Sl43-uVhew0waw7hY,7745
+pydash/collections.py,sha256=z7HCPDoK2Mc44OTPezER6FOwbtIZtreu-zAONxe-Ws4,54561
+pydash/exceptions.py,sha256=Ez8wu3-9we7Ej_xv1HbGBguQM5p2ZmS9wS7FSnmvq4w,468
+pydash/functions.py,sha256=wnpm2nwRTBPXdsP038i2iGpq3TaFAoMsewSV9rBPAJ4,40710
+pydash/helpers.py,sha256=_VAkL9UHdKqQDXqgIb-OE5qqvk6fGb7PxezJbMByg3Y,10001
+pydash/numerical.py,sha256=RGG5EuFhprKcxDA-_-N1_yarYv4DouTQNBprrNOK36M,26875
+pydash/objects.py,sha256=XDopQDmvvYboGIIAv89hFd3Ngce2AG-Er8QvpbySrEk,65939
+pydash/predicates.py,sha256=EcDPT-3UtEB4cNVX651nbfraezGo0j53j0Q7_WZONmQ,33766
+pydash/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pydash/strings.py,sha256=D7vy7mjEvyCT7MYiq7DIaK1gSsQ5RhbmbDeXqVROIsY,57995
+pydash/types.py,sha256=ymSxthd4aee-GiVRBuFfylJ6nTv-DPwOyoq9nkr_Gdg,667
+pydash/utilities.py,sha256=s-z6TSqvjXHqhw1RLWHhCsG0E7qMRPesyGWmjFF27nw,38374
diff --git a/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/WHEEL b/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/WHEEL
new file mode 100644
index 00000000..505164bc
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/WHEEL
@@ -0,0 +1,5 @@
+Wheel-Version: 1.0
+Generator: setuptools (75.8.0)
+Root-Is-Purelib: true
+Tag: py3-none-any
+
diff --git a/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/top_level.txt b/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/top_level.txt
new file mode 100644
index 00000000..801abe72
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/pydash-8.0.5.dist-info/top_level.txt
@@ -0,0 +1 @@
+pydash