Updated script that can be controled by Nodejs web app
This commit is contained in:
@ -0,0 +1 @@
|
||||
pip
|
@ -0,0 +1,3 @@
|
||||
This software is made available under the terms of *either* of the
|
||||
licenses found in LICENSE.APACHE2 or LICENSE.MIT. Contributions to
|
||||
Trio are made under the terms of *both* these licenses.
|
@ -0,0 +1,202 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
@ -0,0 +1,22 @@
|
||||
Copyright Contributors to the Trio project.
|
||||
|
||||
The MIT License (MIT)
|
||||
|
||||
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.
|
188
lib/python3.13/site-packages/trio-0.27.0.dist-info/METADATA
Normal file
188
lib/python3.13/site-packages/trio-0.27.0.dist-info/METADATA
Normal file
@ -0,0 +1,188 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: trio
|
||||
Version: 0.27.0
|
||||
Summary: A friendly Python library for async concurrency and I/O
|
||||
Author-email: "Nathaniel J. Smith" <njs@pobox.com>
|
||||
License: MIT OR Apache-2.0
|
||||
Project-URL: Homepage, https://github.com/python-trio/trio
|
||||
Project-URL: Documentation, https://trio.readthedocs.io/
|
||||
Project-URL: Changelog, https://trio.readthedocs.io/en/latest/history.html
|
||||
Keywords: async,io,networking,trio
|
||||
Classifier: Development Status :: 3 - Alpha
|
||||
Classifier: Framework :: Trio
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: License :: OSI Approved :: Apache Software License
|
||||
Classifier: Operating System :: POSIX :: Linux
|
||||
Classifier: Operating System :: MacOS :: MacOS X
|
||||
Classifier: Operating System :: POSIX :: BSD
|
||||
Classifier: Operating System :: Microsoft :: Windows
|
||||
Classifier: Programming Language :: Python :: Implementation :: CPython
|
||||
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
||||
Classifier: Programming Language :: Python :: 3 :: Only
|
||||
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: Topic :: System :: Networking
|
||||
Classifier: Typing :: Typed
|
||||
Requires-Python: >=3.8
|
||||
Description-Content-Type: text/x-rst
|
||||
License-File: LICENSE
|
||||
License-File: LICENSE.APACHE2
|
||||
License-File: LICENSE.MIT
|
||||
Requires-Dist: attrs >=23.2.0
|
||||
Requires-Dist: sortedcontainers
|
||||
Requires-Dist: idna
|
||||
Requires-Dist: outcome
|
||||
Requires-Dist: sniffio >=1.3.0
|
||||
Requires-Dist: cffi >=1.14 ; os_name == "nt" and implementation_name != "pypy"
|
||||
Requires-Dist: exceptiongroup ; python_version < "3.11"
|
||||
|
||||
.. image:: https://img.shields.io/badge/chat-join%20now-blue.svg
|
||||
:target: https://gitter.im/python-trio/general
|
||||
:alt: Join chatroom
|
||||
|
||||
.. image:: https://img.shields.io/badge/forum-join%20now-blue.svg
|
||||
:target: https://trio.discourse.group
|
||||
:alt: Join forum
|
||||
|
||||
.. image:: https://img.shields.io/badge/docs-read%20now-blue.svg
|
||||
:target: https://trio.readthedocs.io
|
||||
:alt: Documentation
|
||||
|
||||
.. image:: https://img.shields.io/pypi/v/trio.svg
|
||||
:target: https://pypi.org/project/trio
|
||||
:alt: Latest PyPi version
|
||||
|
||||
.. image:: https://img.shields.io/conda/vn/conda-forge/trio.svg
|
||||
:target: https://anaconda.org/conda-forge/trio
|
||||
:alt: Latest conda-forge version
|
||||
|
||||
.. image:: https://codecov.io/gh/python-trio/trio/branch/main/graph/badge.svg
|
||||
:target: https://codecov.io/gh/python-trio/trio
|
||||
:alt: Test coverage
|
||||
|
||||
Trio – a friendly Python library for async concurrency and I/O
|
||||
==============================================================
|
||||
|
||||
.. image:: https://raw.githubusercontent.com/python-trio/trio/9b0bec646a31e0d0f67b8b6ecc6939726faf3e17/logo/logo-with-background.svg
|
||||
:width: 200px
|
||||
:align: right
|
||||
|
||||
The Trio project aims to produce a production-quality,
|
||||
`permissively licensed
|
||||
<https://github.com/python-trio/trio/blob/main/LICENSE>`__,
|
||||
async/await-native I/O library for Python. Like all async libraries,
|
||||
its main purpose is to help you write programs that do **multiple
|
||||
things at the same time** with **parallelized I/O**. A web spider that
|
||||
wants to fetch lots of pages in parallel, a web server that needs to
|
||||
juggle lots of downloads and websocket connections simultaneously, a
|
||||
process supervisor monitoring multiple subprocesses... that sort of
|
||||
thing. Compared to other libraries, Trio attempts to distinguish
|
||||
itself with an obsessive focus on **usability** and
|
||||
**correctness**. Concurrency is complicated; we try to make it *easy*
|
||||
to get things *right*.
|
||||
|
||||
Trio was built from the ground up to take advantage of the `latest
|
||||
Python features <https://www.python.org/dev/peps/pep-0492/>`__, and
|
||||
draws inspiration from `many sources
|
||||
<https://github.com/python-trio/trio/wiki/Reading-list>`__, in
|
||||
particular Dave Beazley's `Curio <https://curio.readthedocs.io/>`__.
|
||||
The resulting design is radically simpler than older competitors like
|
||||
`asyncio <https://docs.python.org/3/library/asyncio.html>`__ and
|
||||
`Twisted <https://twistedmatrix.com/>`__, yet just as capable. Trio is
|
||||
the Python I/O library I always wanted; I find it makes building
|
||||
I/O-oriented programs easier, less error-prone, and just plain more
|
||||
fun. `Perhaps you'll find the same
|
||||
<https://github.com/python-trio/trio/wiki/Testimonials>`__.
|
||||
|
||||
This project is young and still somewhat experimental: the overall
|
||||
design is solid, and the existing features are fully tested and
|
||||
documented, but you may encounter missing functionality or rough
|
||||
edges. We *do* encourage you to use it, but you should `read and
|
||||
subscribe to issue #1
|
||||
<https://github.com/python-trio/trio/issues/1>`__ to get a warning and a
|
||||
chance to give feedback about any compatibility-breaking changes.
|
||||
|
||||
|
||||
Where to next?
|
||||
--------------
|
||||
|
||||
**I want to try it out!** Awesome! We have a `friendly tutorial
|
||||
<https://trio.readthedocs.io/en/stable/tutorial.html>`__ to get you
|
||||
started; no prior experience with async coding is required.
|
||||
|
||||
**Ugh, I don't want to read all that – show me some code!** If you're
|
||||
impatient, then here's a `simple concurrency example
|
||||
<https://trio.readthedocs.io/en/stable/tutorial.html#tutorial-example-tasks-intro>`__,
|
||||
an `echo client
|
||||
<https://trio.readthedocs.io/en/stable/tutorial.html#tutorial-echo-client-example>`__,
|
||||
and an `echo server
|
||||
<https://trio.readthedocs.io/en/stable/tutorial.html#tutorial-echo-server-example>`__.
|
||||
|
||||
**How does Trio make programs easier to read and reason about than
|
||||
competing approaches?** Trio is based on a new way of thinking that we
|
||||
call "structured concurrency". The best theoretical introduction is
|
||||
the article `Notes on structured concurrency, or: Go statement
|
||||
considered harmful
|
||||
<https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/>`__.
|
||||
Or, `check out this talk at PyCon 2018
|
||||
<https://www.youtube.com/watch?v=oLkfnc_UMcE>`__ to see a
|
||||
demonstration of implementing the "Happy Eyeballs" algorithm in an
|
||||
older library versus Trio.
|
||||
|
||||
**Cool, but will it work on my system?** Probably! As long as you have
|
||||
some kind of Python 3.8-or-better (CPython or `currently maintained versions of
|
||||
PyPy3 <https://doc.pypy.org/en/latest/faq.html#which-python-versions-does-pypy-implement>`__
|
||||
are both fine), and are using Linux, macOS, Windows, or FreeBSD, then Trio
|
||||
will work. Other environments might work too, but those
|
||||
are the ones we test on. And all of our dependencies are pure Python,
|
||||
except for CFFI on Windows, which has wheels available, so
|
||||
installation should be easy (no C compiler needed).
|
||||
|
||||
**I tried it, but it's not working.** Sorry to hear that! You can try
|
||||
asking for help in our `chat room
|
||||
<https://gitter.im/python-trio/general>`__ or `forum
|
||||
<https://trio.discourse.group>`__, `filing a bug
|
||||
<https://github.com/python-trio/trio/issues/new>`__, or `posting a
|
||||
question on StackOverflow
|
||||
<https://stackoverflow.com/questions/ask?tags=python+python-trio>`__,
|
||||
and we'll do our best to help you out.
|
||||
|
||||
**Trio is awesome, and I want to help make it more awesome!** You're
|
||||
the best! There's tons of work to do – filling in missing
|
||||
functionality, building up an ecosystem of Trio-using libraries,
|
||||
usability testing (e.g., maybe try teaching yourself or a friend to
|
||||
use Trio and make a list of every error message you hit and place
|
||||
where you got confused?), improving the docs, ... check out our `guide
|
||||
for contributors
|
||||
<https://trio.readthedocs.io/en/stable/contributing.html>`__!
|
||||
|
||||
**I don't have any immediate plans to use it, but I love geeking out
|
||||
about I/O library design!** That's a little weird? But let's be
|
||||
honest, you'll fit in great around here. We have a `whole sub-forum
|
||||
for discussing structured concurrency
|
||||
<https://trio.discourse.group/c/structured-concurrency>`__ (developers
|
||||
of other systems welcome!). Or check out our `discussion of design
|
||||
choices
|
||||
<https://trio.readthedocs.io/en/stable/design.html#user-level-api-principles>`__,
|
||||
`reading list
|
||||
<https://github.com/python-trio/trio/wiki/Reading-list>`__, and
|
||||
`issues tagged design-discussion
|
||||
<https://github.com/python-trio/trio/labels/design%20discussion>`__.
|
||||
|
||||
**I want to make sure my company's lawyers won't get angry at me!** No
|
||||
worries, Trio is permissively licensed under your choice of MIT or
|
||||
Apache 2. See `LICENSE
|
||||
<https://github.com/python-trio/trio/blob/main/LICENSE>`__ for details.
|
||||
|
||||
|
||||
Code of conduct
|
||||
---------------
|
||||
|
||||
Contributors are requested to follow our `code of conduct
|
||||
<https://trio.readthedocs.io/en/stable/code-of-conduct.html>`__ in all
|
||||
project spaces.
|
286
lib/python3.13/site-packages/trio-0.27.0.dist-info/RECORD
Normal file
286
lib/python3.13/site-packages/trio-0.27.0.dist-info/RECORD
Normal file
@ -0,0 +1,286 @@
|
||||
trio-0.27.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
trio-0.27.0.dist-info/LICENSE,sha256=QY0CXhKEMR8mkCY-bvpr9RWF5XQYGOzmPlhiSH5QW7k,190
|
||||
trio-0.27.0.dist-info/LICENSE.APACHE2,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
||||
trio-0.27.0.dist-info/LICENSE.MIT,sha256=-qMB1y3MAjtDK9d9wIp3PKNEnlwnRAudZutG-4UAtDA,1091
|
||||
trio-0.27.0.dist-info/METADATA,sha256=camlA-ZBKm-ZUenakOb8xkiKrLTdOszIybBshWvlPvk,8599
|
||||
trio-0.27.0.dist-info/RECORD,,
|
||||
trio-0.27.0.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
||||
trio-0.27.0.dist-info/entry_points.txt,sha256=wuxwk2BfNjtLCdKM6ypHa2i9iCWoQCzLeckmVTaqNEQ,61
|
||||
trio-0.27.0.dist-info/top_level.txt,sha256=_le_BDvZ_wML19n4VV0F5vMuqlucn3S2WDj34dDY_Vo,5
|
||||
trio/__init__.py,sha256=j-CsB3YpuEe-yLDEGu0GyC9GBZLeR0ZbePJcAjJ6i54,4935
|
||||
trio/__main__.py,sha256=FTkXoLLuHaIqOgu1yBGldWejlhWiHR12cvYcpxcRohk,44
|
||||
trio/__pycache__/__init__.cpython-313.pyc,,
|
||||
trio/__pycache__/__main__.cpython-313.pyc,,
|
||||
trio/__pycache__/_abc.cpython-313.pyc,,
|
||||
trio/__pycache__/_channel.cpython-313.pyc,,
|
||||
trio/__pycache__/_deprecate.cpython-313.pyc,,
|
||||
trio/__pycache__/_dtls.cpython-313.pyc,,
|
||||
trio/__pycache__/_file_io.cpython-313.pyc,,
|
||||
trio/__pycache__/_highlevel_generic.cpython-313.pyc,,
|
||||
trio/__pycache__/_highlevel_open_tcp_listeners.cpython-313.pyc,,
|
||||
trio/__pycache__/_highlevel_open_tcp_stream.cpython-313.pyc,,
|
||||
trio/__pycache__/_highlevel_open_unix_stream.cpython-313.pyc,,
|
||||
trio/__pycache__/_highlevel_serve_listeners.cpython-313.pyc,,
|
||||
trio/__pycache__/_highlevel_socket.cpython-313.pyc,,
|
||||
trio/__pycache__/_highlevel_ssl_helpers.cpython-313.pyc,,
|
||||
trio/__pycache__/_path.cpython-313.pyc,,
|
||||
trio/__pycache__/_repl.cpython-313.pyc,,
|
||||
trio/__pycache__/_signals.cpython-313.pyc,,
|
||||
trio/__pycache__/_socket.cpython-313.pyc,,
|
||||
trio/__pycache__/_ssl.cpython-313.pyc,,
|
||||
trio/__pycache__/_subprocess.cpython-313.pyc,,
|
||||
trio/__pycache__/_sync.cpython-313.pyc,,
|
||||
trio/__pycache__/_threads.cpython-313.pyc,,
|
||||
trio/__pycache__/_timeouts.cpython-313.pyc,,
|
||||
trio/__pycache__/_unix_pipes.cpython-313.pyc,,
|
||||
trio/__pycache__/_util.cpython-313.pyc,,
|
||||
trio/__pycache__/_version.cpython-313.pyc,,
|
||||
trio/__pycache__/_wait_for_object.cpython-313.pyc,,
|
||||
trio/__pycache__/_windows_pipes.cpython-313.pyc,,
|
||||
trio/__pycache__/abc.cpython-313.pyc,,
|
||||
trio/__pycache__/from_thread.cpython-313.pyc,,
|
||||
trio/__pycache__/lowlevel.cpython-313.pyc,,
|
||||
trio/__pycache__/socket.cpython-313.pyc,,
|
||||
trio/__pycache__/to_thread.cpython-313.pyc,,
|
||||
trio/_abc.py,sha256=_LVMlUO5bBs16D1dmQZvhdg0QgRQ2wejt500InPmf_o,25642
|
||||
trio/_channel.py,sha256=oCe_5F8UfsJH6Z2i3A9wfzXdOIbYqJJsVqjLMtZaAxQ,17105
|
||||
trio/_core/__init__.py,sha256=NDjcsMI_vauHixio8EX0x0k9Rz14pZ4Ab-YbZz82Me0,2204
|
||||
trio/_core/__pycache__/__init__.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_asyncgens.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_concat_tb.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_entry_queue.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_exceptions.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_generated_instrumentation.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_generated_io_epoll.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_generated_io_kqueue.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_generated_io_windows.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_generated_run.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_instrumentation.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_io_common.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_io_epoll.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_io_kqueue.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_io_windows.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_ki.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_local.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_mock_clock.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_parking_lot.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_run.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_thread_cache.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_traps.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_unbounded_queue.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_wakeup_socketpair.cpython-313.pyc,,
|
||||
trio/_core/__pycache__/_windows_cffi.cpython-313.pyc,,
|
||||
trio/_core/_asyncgens.py,sha256=0OcnWQp2BIJEpawIayXs9FWFpRU1jWVxQck5FykTd1U,9877
|
||||
trio/_core/_concat_tb.py,sha256=28rgJydhA4DUFupQThlH-qDmpSSSgUg55IwtGgvHaOg,5294
|
||||
trio/_core/_entry_queue.py,sha256=IFsUYxjneZwR8ZPp-YXWdXjd09OTOXnnYwOlCdgdwXg,9306
|
||||
trio/_core/_exceptions.py,sha256=t362dVCl96rTQ8NG5J24e_HSF8enTHA0pMEtwdzOW9k,4173
|
||||
trio/_core/_generated_instrumentation.py,sha256=V5rZ0IW3urDOKrfZSrYZDDcPBaR-AT8MrL0ytQ9sytU,1746
|
||||
trio/_core/_generated_io_epoll.py,sha256=xKPLm2fVz5uggkGu7Ng4x9fshIJOc7K_eq5cO5EqgjU,4006
|
||||
trio/_core/_generated_io_kqueue.py,sha256=B3BaeJs6rQCyfEFsEb25Tuv6pQZm_Bez3lpXYuhpL_g,5811
|
||||
trio/_core/_generated_io_windows.py,sha256=MhifgsZcU_-RFzYrUjLmNS0Wh3O_SKdvopy1TvdJIIE,7965
|
||||
trio/_core/_generated_run.py,sha256=3Kd1XOjjjvA0LyQy-3WYJL6w3vJLh0zuPwoi7nzlVJc,10577
|
||||
trio/_core/_instrumentation.py,sha256=XOM0HgQHl3S4qEUuHTVHUuG66OB6M9d4-ydZBtEZVVk,3775
|
||||
trio/_core/_io_common.py,sha256=DK3lqNPV5g4VPDoo7VF4fXRITIMFAzJlXBGmrhsA85U,857
|
||||
trio/_core/_io_epoll.py,sha256=A-ozH_2YW3ZEPo5lIKLglxmbmtTHV8N3_wqXSGzhxnY,17841
|
||||
trio/_core/_io_kqueue.py,sha256=24fhTQMcJCtilCIbNJtyKHmY5m3Ff5mH1tBOlqJ4v-Q,11451
|
||||
trio/_core/_io_windows.py,sha256=EM9-_lNRenkkO_WJd2Rq7q2c9CdMGjfSgNoXsyR66TU,43367
|
||||
trio/_core/_ki.py,sha256=BEj7CI9-2rWfBJTE5Le5RlsUBnyAF0p1w68VJCS23ns,9990
|
||||
trio/_core/_local.py,sha256=9KNN8D3cepTlip1-IcqkyLhFPv5CaxBcny3ZJtwnuzA,3144
|
||||
trio/_core/_mock_clock.py,sha256=okC62pAgj_k3sHgnmpGr4u6liNo3CkSZtgVE95VfONQ,6305
|
||||
trio/_core/_parking_lot.py,sha256=7UcV3Gq1hYSWPgTtI4UiUoiDs-WoTJES4NbJeLh2vpQ,11972
|
||||
trio/_core/_run.py,sha256=dpaJDx6HFgXwTQ03F4E7s6yKrey7X5DyIp0ioYLrddY,121498
|
||||
trio/_core/_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
trio/_core/_tests/__pycache__/__init__.cpython-313.pyc,,
|
||||
trio/_core/_tests/__pycache__/test_asyncgen.cpython-313.pyc,,
|
||||
trio/_core/_tests/__pycache__/test_exceptiongroup_gc.cpython-313.pyc,,
|
||||
trio/_core/_tests/__pycache__/test_guest_mode.cpython-313.pyc,,
|
||||
trio/_core/_tests/__pycache__/test_instrumentation.cpython-313.pyc,,
|
||||
trio/_core/_tests/__pycache__/test_io.cpython-313.pyc,,
|
||||
trio/_core/_tests/__pycache__/test_ki.cpython-313.pyc,,
|
||||
trio/_core/_tests/__pycache__/test_local.cpython-313.pyc,,
|
||||
trio/_core/_tests/__pycache__/test_mock_clock.cpython-313.pyc,,
|
||||
trio/_core/_tests/__pycache__/test_parking_lot.cpython-313.pyc,,
|
||||
trio/_core/_tests/__pycache__/test_run.cpython-313.pyc,,
|
||||
trio/_core/_tests/__pycache__/test_thread_cache.cpython-313.pyc,,
|
||||
trio/_core/_tests/__pycache__/test_tutil.cpython-313.pyc,,
|
||||
trio/_core/_tests/__pycache__/test_unbounded_queue.cpython-313.pyc,,
|
||||
trio/_core/_tests/__pycache__/test_windows.cpython-313.pyc,,
|
||||
trio/_core/_tests/__pycache__/tutil.cpython-313.pyc,,
|
||||
trio/_core/_tests/test_asyncgen.py,sha256=3F_7USJS3UBhxjDieO5iotsq-VshoT_4fO7XC6YZRS4,11448
|
||||
trio/_core/_tests/test_exceptiongroup_gc.py,sha256=0qUX7ZCzG4HVBdntkvayh3oan0fS5bi3krfp0_l8840,2814
|
||||
trio/_core/_tests/test_guest_mode.py,sha256=IoY47XRPQYowzJWLn2b5-KZNARUNXVqY0Ygf1d2xFKQ,22527
|
||||
trio/_core/_tests/test_instrumentation.py,sha256=5Ip2E_RgrS6gG1jIOf1Bp3jEsJso4w3z9XL5ZG50MwE,8346
|
||||
trio/_core/_tests/test_io.py,sha256=7WabORkQQcK79_AHu4rkXAXfDwKQJbUb02BPVrM9t14,16167
|
||||
trio/_core/_tests/test_ki.py,sha256=5OpxhKihhagnflfmva5-89I_24kMSgZctp4wW1uGSEI,16287
|
||||
trio/_core/_tests/test_local.py,sha256=SqFyZb2OGxVsm6arn3E92fGa5cmL50iUfu-a69Vd2Bg,2889
|
||||
trio/_core/_tests/test_mock_clock.py,sha256=KFz4ltZFEEw1j0FdQaprImWIJVhFWaNQDx_Cp9sOETg,5207
|
||||
trio/_core/_tests/test_parking_lot.py,sha256=V7hgUDkGAMzA6r5XkaBpeB5izAnr2PHpNK-sIqxViHY,11728
|
||||
trio/_core/_tests/test_run.py,sha256=CmJYSVqvQ9MvBY9ltGkPLv1GnNpb8LCvjwjfDJkUaro,95356
|
||||
trio/_core/_tests/test_thread_cache.py,sha256=OhaRMdN_z_oCKbVYnSsW9ur_Ur4r4HGiKQD8ZeRo6Hg,6057
|
||||
trio/_core/_tests/test_tutil.py,sha256=fNjIdaMx5pVYGC8GMU0-YRhiC4ZZFrY-iRKBfaQ9lK0,459
|
||||
trio/_core/_tests/test_unbounded_queue.py,sha256=eRHRokbqAtF6k0u7NfsmStZ5Yap_joM_q2x4KrxkYIo,4323
|
||||
trio/_core/_tests/test_windows.py,sha256=bff9_BkX87vvfQg9svVj6n4BPmB3wvmmciCAbWdpnhU,10334
|
||||
trio/_core/_tests/tutil.py,sha256=h_Ve5J23LRLn-N6QC9gjVJF51C-x7MtvnyEdRh6YIy4,4021
|
||||
trio/_core/_tests/type_tests/__pycache__/nursery_start.cpython-313.pyc,,
|
||||
trio/_core/_tests/type_tests/__pycache__/run.cpython-313.pyc,,
|
||||
trio/_core/_tests/type_tests/nursery_start.py,sha256=opvTjJTmgpd9curfI9xEhDPoeAEGc4xVR_0VxnqpcfE,2029
|
||||
trio/_core/_tests/type_tests/run.py,sha256=IlznuwiOYdTCz2BgAeWkmKdM-_ApH0L8pstYUSK_UDA,1056
|
||||
trio/_core/_thread_cache.py,sha256=QW0ai9wOhZy9MtFaSYs-qyt-DOBTb5Vg_ZZixbEXnIY,11283
|
||||
trio/_core/_traps.py,sha256=rf4QdcWUcHfRjBAf7MV_foE7uxXgDrAzwtQlj6f7Ea8,11798
|
||||
trio/_core/_unbounded_queue.py,sha256=24Y9cLGyilwLHgGon1f7lepYBmJmLoKRCi66fPTlQ0A,5026
|
||||
trio/_core/_wakeup_socketpair.py,sha256=9nNUfcuDN9DMJ6ie53GrlPzpn565ZVPQe2JSrSymbrY,2882
|
||||
trio/_core/_windows_cffi.py,sha256=YB23HkLHPLGp50OrJrnAdVCuEC8lrPOZ4cOFaSrKJYQ,13905
|
||||
trio/_deprecate.py,sha256=YE69_cA39COTOdMhVeKrHPOhvDLB9CtFSdFreAOb9MQ,5790
|
||||
trio/_dtls.py,sha256=XJqgEkZQh4KSvN1BH7uQI1XtnF5rdDPISRrEEJBpPXY,55061
|
||||
trio/_file_io.py,sha256=YoUhDJ4ymWBEJEl5ucVqnup2ga6i1bTEqhBuk9GBsKo,15438
|
||||
trio/_highlevel_generic.py,sha256=bt1WZ-YCZ7Ufveav4G_PsZj9KcheoZDwoNdwXS-rh-w,4759
|
||||
trio/_highlevel_open_tcp_listeners.py,sha256=2dxhtvdYsC1vkArz33oyo5XhvnXMrMQDai-9v_Ak57I,9955
|
||||
trio/_highlevel_open_tcp_stream.py,sha256=vTR-rlAK0y1Q2ik1nFClgFQT7koJoSjBPiVEb2y_tt0,18727
|
||||
trio/_highlevel_open_unix_stream.py,sha256=haBGh2KVsfkjsBL3Y6gzqvZBWREnx4N3X2x1WpMGFAU,1625
|
||||
trio/_highlevel_serve_listeners.py,sha256=p33e2SRnn0osbUsZnFSEGxK4zxPK8wCKPEZTuSFbaIk,5099
|
||||
trio/_highlevel_socket.py,sha256=OGH1yKFjsJceqpZrRAaJWX_60mK3idinWeEwfdQUjvc,15733
|
||||
trio/_highlevel_ssl_helpers.py,sha256=m_HzevvF6BVX4RwX_Qq4376c7DxsWoE8wjVu1Rb9jHY,6535
|
||||
trio/_path.py,sha256=4ZP9AcOnm8dczkE_VydDCdzZTMDnm0WgfN6I9LhRnnE,8907
|
||||
trio/_repl.py,sha256=0iWw6rMXbRiOTYPokrFFBpVMuxQpIf6C_u5TfQi2ecU,3384
|
||||
trio/_signals.py,sha256=vGxZTQt8JppfeBidVXieCX51TO21mv3SS5JoVlirs1E,7187
|
||||
trio/_socket.py,sha256=kNExKx_BOuOQOju2K9mfEd69ilUnQyE5iqbLxxQn6gc,45580
|
||||
trio/_ssl.py,sha256=3RZp48Izj7Yl5YiqkCQT6KxpMvSvE-OfJW7K--x34-A,45601
|
||||
trio/_subprocess.py,sha256=kqNdFdKwQH1xAmUHGACSYJxX-3_720eHv33BqxohrU8,53664
|
||||
trio/_subprocess_platform/__init__.py,sha256=Eo-5559E1gSfihx6VvQEulF6LQfmLKKPgaoko3AvCVk,4561
|
||||
trio/_subprocess_platform/__pycache__/__init__.cpython-313.pyc,,
|
||||
trio/_subprocess_platform/__pycache__/kqueue.cpython-313.pyc,,
|
||||
trio/_subprocess_platform/__pycache__/waitid.cpython-313.pyc,,
|
||||
trio/_subprocess_platform/__pycache__/windows.cpython-313.pyc,,
|
||||
trio/_subprocess_platform/kqueue.py,sha256=td6A0t9RsCNLLayzFBidGKMvVF3EOG91jfZ2JdYmMhA,1825
|
||||
trio/_subprocess_platform/waitid.py,sha256=DyaOqrHY4mPml8GUM6F_zHuuRyXJxJjyN5xYr1fHNww,3888
|
||||
trio/_subprocess_platform/windows.py,sha256=cHF_0YKclShFtFEEMblam28W4OIqU5X7WoZJbtvVNpI,365
|
||||
trio/_sync.py,sha256=DCeAe_gDqb5VYIHH3lzGcAkZiFEC1okeL0PITyWEXn0,31368
|
||||
trio/_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
trio/_tests/__pycache__/__init__.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/check_type_completeness.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/module_with_deprecations.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/pytest_plugin.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_abc.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_channel.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_contextvars.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_deprecate.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_deprecate_strict_exception_groups_false.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_dtls.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_exports.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_fakenet.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_file_io.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_highlevel_generic.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_highlevel_open_tcp_listeners.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_highlevel_open_tcp_stream.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_highlevel_open_unix_stream.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_highlevel_serve_listeners.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_highlevel_socket.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_highlevel_ssl_helpers.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_path.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_repl.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_scheduler_determinism.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_signals.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_socket.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_ssl.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_subprocess.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_sync.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_testing.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_testing_raisesgroup.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_threads.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_timeouts.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_tracing.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_trio.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_unix_pipes.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_util.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_wait_for_object.cpython-313.pyc,,
|
||||
trio/_tests/__pycache__/test_windows_pipes.cpython-313.pyc,,
|
||||
trio/_tests/check_type_completeness.py,sha256=NEELl7wGTJW0GtrEqw2R28TwyuguepalNmzxou3-324,9821
|
||||
trio/_tests/module_with_deprecations.py,sha256=-70KI43-pydpHBoQ1aZ2Hq1C7bAvVl2HLTPD5mHdHyI,626
|
||||
trio/_tests/pytest_plugin.py,sha256=D1-5awR9YAXGw9topfLy_cshlgyPpyIM5hWXUn1YzU8,1581
|
||||
trio/_tests/test_abc.py,sha256=0thACNs2xJoOiJnTw7J1EbMoeRSA4Bli1bIni-idjoA,2034
|
||||
trio/_tests/test_channel.py,sha256=FCxf-TlCwOxQg9gXM0lf8Ow3b5jeXJnunKHH61K8jwg,12991
|
||||
trio/_tests/test_contextvars.py,sha256=EAhqYyjMKQORPmF-zfZ0kOhR118vTFKwN1S6HndLtOk,1534
|
||||
trio/_tests/test_deprecate.py,sha256=s3JGd-xt8g-vQ2kEt5MFEz1h_ZKKugldE--9IPYvRMU,8247
|
||||
trio/_tests/test_deprecate_strict_exception_groups_false.py,sha256=0zg9esmjk2yVJRf4Emm_SoItFjJN4iUQ8zQaJxdpkag,1866
|
||||
trio/_tests/test_dtls.py,sha256=OE7Q9smGF8egxmlHfycKezphN8iofz4yYi3xMlTbYSY,34098
|
||||
trio/_tests/test_exports.py,sha256=HY_LK_Oa3EyvQtCb8LKmCRyMe7JzTdrIQGxzLwBbW4Y,20883
|
||||
trio/_tests/test_fakenet.py,sha256=TZ1rZdr40ZZWwOQhb4L4i51g2OAnR-GOk5wzwI-jxs4,9778
|
||||
trio/_tests/test_file_io.py,sha256=SIZo-C9FJi8wria2T6TQoCtVEgVDxuZXbjG_RGyGcgE,7722
|
||||
trio/_tests/test_highlevel_generic.py,sha256=W0FvCC6g-18bbiCz1Jw3z8zPAyVIv366EyDZMOLQxf8,3035
|
||||
trio/_tests/test_highlevel_open_tcp_listeners.py,sha256=jHavlW5v5AG17J89s9JCbbicoe9gx_ylibU68_T2Ml4,13241
|
||||
trio/_tests/test_highlevel_open_tcp_stream.py,sha256=NiIhUs7SDXzrsS2IsWvD1suSkmeiDZkIMC1TB103wc8,22287
|
||||
trio/_tests/test_highlevel_open_unix_stream.py,sha256=wmFHT4hyYz-efv1_s7GW6PltLDXldBmm1cDTW53HGW8,2444
|
||||
trio/_tests/test_highlevel_serve_listeners.py,sha256=BGYokAnxnvF2rHGHqSu2S7e1IqEGmW4Y899JHu39pQ0,5923
|
||||
trio/_tests/test_highlevel_socket.py,sha256=5OI6eGIJVrASnES6oyaa8hILRBomjjN14vFlieNPOBw,10959
|
||||
trio/_tests/test_highlevel_ssl_helpers.py,sha256=LU99WKlRC8Kn89v2SDotG1uppxy5b1w61XqxmVp8KrU,5673
|
||||
trio/_tests/test_path.py,sha256=QHsnOVcO5RVjY3a9lYM0n1uQtKlbZo18GYuMK1T27v0,7813
|
||||
trio/_tests/test_repl.py,sha256=liepLr_cOhQAKtIpfWehITc_Eyw5t8vOYZBUwJHyX5M,7725
|
||||
trio/_tests/test_scheduler_determinism.py,sha256=ySfsn09sUJHbfnkJTzptGZB-CS_zaJvZTtEhBQutk9s,1320
|
||||
trio/_tests/test_signals.py,sha256=uE9Vx4ekL-0k7OuQLAjbJuSOfMQb9O3s6pNFYLERX1o,7442
|
||||
trio/_tests/test_socket.py,sha256=7r9h8ti3MI_AHBi15MK90NHCNoEOlGsA9IxEIafV9dU,42212
|
||||
trio/_tests/test_ssl.py,sha256=a2xtOy4cvmnEXzJdxu8OBu0SZDaJ8dszyvEo4uzZDfY,50935
|
||||
trio/_tests/test_subprocess.py,sha256=9tbI2pLcl7hSVkKj8qabevzhzNjrgZvDmCiRiJIxvQQ,23699
|
||||
trio/_tests/test_sync.py,sha256=u0A38-za1x6nFDPd2ibmfJHr4mLXAyTLW2nHmO-LYGg,19421
|
||||
trio/_tests/test_testing.py,sha256=JV5YNDXerayW-SzmHffQT0qhWfi2TsL1_fQDQpNjJEY,20801
|
||||
trio/_tests/test_testing_raisesgroup.py,sha256=6gMRTH9Zh8N7tfgo-C1qNxbNXUSupAepQ7He6DQskow,13722
|
||||
trio/_tests/test_threads.py,sha256=deLoEAQj0Eafai4LqYGqDSxSWna1gHXFdRUy3oRPZRs,39421
|
||||
trio/_tests/test_timeouts.py,sha256=83vuyWw45fQCZY51X2qRvjbUCHTsCT1LDe0FBT9p4w0,8459
|
||||
trio/_tests/test_tracing.py,sha256=xY1kQq6ADqLfL49xosfOpO7oU5eEd8IEGBi0h4R0-tU,1696
|
||||
trio/_tests/test_trio.py,sha256=iGi-6pXnwgr3H0FZkzJtoKme_zWvaxK81ogogqxkdlI,205
|
||||
trio/_tests/test_unix_pipes.py,sha256=g63RRkA1DeueSAz3RXOwT2L6nuPew9Y1x7qPgL5-apM,10087
|
||||
trio/_tests/test_util.py,sha256=MO0aDasGKMpV3Zu1msVbQBjzVTmMgg_At-srfItoNnI,9594
|
||||
trio/_tests/test_wait_for_object.py,sha256=tKni_9yYgAl9u5c0Qj7tq52hgJvegHfVzXfmMghVZec,8340
|
||||
trio/_tests/test_windows_pipes.py,sha256=HydxlZCHBBS1ddrd9GKyY5HowY3jkcI9iw5zTJWbosc,3353
|
||||
trio/_tests/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
trio/_tests/tools/__pycache__/__init__.cpython-313.pyc,,
|
||||
trio/_tests/tools/__pycache__/test_gen_exports.cpython-313.pyc,,
|
||||
trio/_tests/tools/__pycache__/test_mypy_annotate.cpython-313.pyc,,
|
||||
trio/_tests/tools/test_gen_exports.py,sha256=IeCmWsneSTPFESQEFpwgABt2ENc3ujoiLyjg956mTEI,4936
|
||||
trio/_tests/tools/test_mypy_annotate.py,sha256=K_LsBJpTHSX_9g3dCreeOwrnxh_3FLjAvU-kgqVx_yA,4114
|
||||
trio/_tests/type_tests/__pycache__/check_wraps.cpython-313.pyc,,
|
||||
trio/_tests/type_tests/__pycache__/open_memory_channel.cpython-313.pyc,,
|
||||
trio/_tests/type_tests/__pycache__/path.cpython-313.pyc,,
|
||||
trio/_tests/type_tests/__pycache__/raisesgroup.cpython-313.pyc,,
|
||||
trio/_tests/type_tests/__pycache__/task_status.cpython-313.pyc,,
|
||||
trio/_tests/type_tests/check_wraps.py,sha256=SN5UGLMOLDa3tR75r0i4LenYUZKmjQzDl2VfG4UdTKI,284
|
||||
trio/_tests/type_tests/open_memory_channel.py,sha256=Iaiu47Crt9bE3Qk7ecigrdLCgcFdmY60Xx5d8dxhe30,107
|
||||
trio/_tests/type_tests/path.py,sha256=ms7Bmz_7K3HJhsc8aJGU5UVsV1Mx-y5KkezBg2yiKg4,5991
|
||||
trio/_tests/type_tests/raisesgroup.py,sha256=lf5j7MjOng2GiBzKUpMBii-3T9lw14H5vCh-eIjISoA,9747
|
||||
trio/_tests/type_tests/task_status.py,sha256=t6xSkzp8EcQCABQbSDOLKXAw3cixpImT9XToNTUVHlQ,953
|
||||
trio/_threads.py,sha256=pR1K3gxnEbd7qPgM4VISxwtga_LJPK07W2CMfW2lJJY,23922
|
||||
trio/_timeouts.py,sha256=zT1rgR8U9gqNllfy6I3PNQ7LdC0qxENgWdF-3mdyaqQ,6108
|
||||
trio/_tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
trio/_tools/__pycache__/__init__.cpython-313.pyc,,
|
||||
trio/_tools/__pycache__/gen_exports.cpython-313.pyc,,
|
||||
trio/_tools/__pycache__/mypy_annotate.cpython-313.pyc,,
|
||||
trio/_tools/gen_exports.py,sha256=kuqPPUiE93i-JzJYV3d50FN8AB6kjOQWX128stqbr4Y,11914
|
||||
trio/_tools/mypy_annotate.py,sha256=Sg4LKNypK5aryYq2kDE-3zhjS7M7UIJnnE3y1NwFWgs,4018
|
||||
trio/_unix_pipes.py,sha256=HDmKdjL0YPd4xD7waw_ADz3YpQEVT6CYDHGF9qPu8-M,8194
|
||||
trio/_util.py,sha256=sTJrTTQ2hHlyEr4q0QMh-PobU9Ckef1XW2ZKizek4_4,14476
|
||||
trio/_version.py,sha256=WQzkNCIkajbxoPVyT35xZ3SPaFHTC1aHnn7zxBjkavY,90
|
||||
trio/_wait_for_object.py,sha256=nhmmHHJ7ooA80uVQwNqOkhV0fSYaBzAuKI0g4FUabIw,2081
|
||||
trio/_windows_pipes.py,sha256=xtJu6NhbDv9ewoXCTcIfNUuL6kEZUB47wOaFS0sx68Y,4855
|
||||
trio/abc.py,sha256=Nx74h6S60QQ1_zl7EQDhRVaHK772odL1o8nPtiSc_8g,907
|
||||
trio/from_thread.py,sha256=gtSlGAOkk_pk8Qh4QLNVKgAndWImvMsFjmqVs5tj2B8,442
|
||||
trio/lowlevel.py,sha256=dqoU0nYSjdjEWBg81l5_qO3ct4-TJnV4v_aWwTUo2lQ,3149
|
||||
trio/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
trio/socket.py,sha256=VhxxruT6PtHomyRrQh1Nz7uAMJUOKhghgWMGmSN2CnY,22932
|
||||
trio/testing/__init__.py,sha256=bnFBtml5dzYAwx2oZMKusKc1OdroZ_a40lED0R6nf_c,1480
|
||||
trio/testing/__pycache__/__init__.cpython-313.pyc,,
|
||||
trio/testing/__pycache__/_check_streams.cpython-313.pyc,,
|
||||
trio/testing/__pycache__/_checkpoints.cpython-313.pyc,,
|
||||
trio/testing/__pycache__/_fake_net.cpython-313.pyc,,
|
||||
trio/testing/__pycache__/_memory_streams.cpython-313.pyc,,
|
||||
trio/testing/__pycache__/_network.cpython-313.pyc,,
|
||||
trio/testing/__pycache__/_raises_group.cpython-313.pyc,,
|
||||
trio/testing/__pycache__/_sequencer.cpython-313.pyc,,
|
||||
trio/testing/__pycache__/_trio_test.cpython-313.pyc,,
|
||||
trio/testing/_check_streams.py,sha256=3pC7uhUmiUO-mGMIL0ZUzzjKLQJYV39yKmYvAJ7C2gc,22789
|
||||
trio/testing/_checkpoints.py,sha256=GYJcBMrrGPVq7f1ihrFG0QHH_WgECLoesySJj6bvi-U,2135
|
||||
trio/testing/_fake_net.py,sha256=wixf_SWvVXzaMiA1kdal4qAZOmN8omcWb-IFaQpc_PY,17926
|
||||
trio/testing/_memory_streams.py,sha256=Ul9H6H6iZIbK92Lsj8-REhgQ0umZw7gjHRWtubisJY0,23175
|
||||
trio/testing/_network.py,sha256=PNlhXTtJBgqrUnwAS7x5-dZfGUCq8akXvt4xoCudldg,1171
|
||||
trio/testing/_raises_group.py,sha256=peiOO_LGp54TCZq0qQqku_A-SZ_RCDIbdF1KrF0jQNM,22956
|
||||
trio/testing/_sequencer.py,sha256=S2Hbxoaur6puEk31QP7WKYjPOOC1iRnz3KE2UOhiSRY,2772
|
||||
trio/testing/_trio_test.py,sha256=p2nuguloIw610uzvPzWJOO9NtY-MMaxjljaX9EBud9Y,1386
|
||||
trio/to_thread.py,sha256=KsbqCvSQK-y-zHYda111seDpqhxyYL14wHQ5_vYJjjs,228
|
5
lib/python3.13/site-packages/trio-0.27.0.dist-info/WHEEL
Normal file
5
lib/python3.13/site-packages/trio-0.27.0.dist-info/WHEEL
Normal file
@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: setuptools (75.2.0)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
|
@ -0,0 +1,2 @@
|
||||
[hypothesis]
|
||||
trio = trio._core._run:_hypothesis_plugin_setup
|
@ -0,0 +1 @@
|
||||
trio
|
Reference in New Issue
Block a user