moving to scripts
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,20 @@
|
||||
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.
|
||||
@@ -0,0 +1,105 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: trio
|
||||
Version: 0.19.0
|
||||
Summary: A friendly Python library for async concurrency and I/O
|
||||
Home-page: https://github.com/python-trio/trio
|
||||
Author: Nathaniel J. Smith
|
||||
Author-email: njs@pobox.com
|
||||
License: MIT -or- Apache License 2.0
|
||||
Keywords: async,io,networking,trio
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 3 - Alpha
|
||||
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.6
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Classifier: Programming Language :: Python :: 3.9
|
||||
Classifier: Topic :: System :: Networking
|
||||
Classifier: Framework :: Trio
|
||||
Requires-Python: >=3.6
|
||||
License-File: LICENSE.APACHE2
|
||||
License-File: LICENSE.MIT
|
||||
License-File: LICENSE
|
||||
Requires-Dist: attrs (>=19.2.0)
|
||||
Requires-Dist: sortedcontainers
|
||||
Requires-Dist: async-generator (>=1.9)
|
||||
Requires-Dist: idna
|
||||
Requires-Dist: outcome
|
||||
Requires-Dist: sniffio
|
||||
Requires-Dist: cffi (>=1.14) ; os_name == "nt" and implementation_name != "pypy"
|
||||
Requires-Dist: contextvars (>=2.1) ; python_version < "3.7"
|
||||
|
||||
.. image:: https://raw.githubusercontent.com/python-trio/trio/9b0bec646a31e0d0f67b8b6ecc6939726faf3e17/logo/logo-with-background.svg
|
||||
:width: 200px
|
||||
:align: right
|
||||
|
||||
The Trio project's goal is to produce a production-quality, `permissively
|
||||
licensed <https://github.com/python-trio/trio/blob/master/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 at the same time, 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 do use it, but you should `read and
|
||||
subscribe to issue #1
|
||||
<https://github.com/python-trio/trio/issues/1>`__ to get warning and a
|
||||
chance to give feedback about any compatibility-breaking changes.
|
||||
|
||||
Vital statistics:
|
||||
|
||||
* Supported environments: Linux, macOS, or Windows running some kind of Python
|
||||
3.6-or-better (either CPython or PyPy3 is fine). \*BSD and illumos likely
|
||||
work too, but are not tested.
|
||||
|
||||
* Install: ``python3 -m pip install -U trio`` (or on Windows, maybe
|
||||
``py -3 -m pip install -U trio``). No compiler needed.
|
||||
|
||||
* Tutorial and reference manual: https://trio.readthedocs.io
|
||||
|
||||
* Bug tracker and source code: https://github.com/python-trio/trio
|
||||
|
||||
* Real-time chat: https://gitter.im/python-trio/general
|
||||
|
||||
* Discussion forum: https://trio.discourse.group
|
||||
|
||||
* License: MIT or Apache 2, your choice
|
||||
|
||||
* Contributor guide: https://trio.readthedocs.io/en/latest/contributing.html
|
||||
|
||||
* Code of conduct: Contributors are requested to follow our `code of
|
||||
conduct
|
||||
<https://trio.readthedocs.io/en/latest/code-of-conduct.html>`_
|
||||
in all project spaces.
|
||||
|
||||
|
||||
258
asq-env/lib/python3.9/site-packages/trio-0.19.0.dist-info/RECORD
Normal file
258
asq-env/lib/python3.9/site-packages/trio-0.19.0.dist-info/RECORD
Normal file
@@ -0,0 +1,258 @@
|
||||
trio-0.19.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
trio-0.19.0.dist-info/LICENSE,sha256=QY0CXhKEMR8mkCY-bvpr9RWF5XQYGOzmPlhiSH5QW7k,190
|
||||
trio-0.19.0.dist-info/LICENSE.APACHE2,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
||||
trio-0.19.0.dist-info/LICENSE.MIT,sha256=Pm2uVV65J4f8gtHUg1Vnf0VMf2Wus40_nnK_mj2vA0s,1046
|
||||
trio-0.19.0.dist-info/METADATA,sha256=pr-T-PZZzM3cLHiF8nbi-hRXkiQB7QuJC10IXBh8hBA,4540
|
||||
trio-0.19.0.dist-info/RECORD,,
|
||||
trio-0.19.0.dist-info/WHEEL,sha256=OqRkF0eY5GHssMorFjlbTIq072vpHpF60fIQA6lS9xA,92
|
||||
trio-0.19.0.dist-info/top_level.txt,sha256=_le_BDvZ_wML19n4VV0F5vMuqlucn3S2WDj34dDY_Vo,5
|
||||
trio/__init__.py,sha256=vI9JFDfCfIlCECE_J9SsUhtGV6G3Jea-kgChfNBvTK0,3073
|
||||
trio/__pycache__/__init__.cpython-39.pyc,,
|
||||
trio/__pycache__/_abc.cpython-39.pyc,,
|
||||
trio/__pycache__/_channel.cpython-39.pyc,,
|
||||
trio/__pycache__/_deprecate.cpython-39.pyc,,
|
||||
trio/__pycache__/_file_io.cpython-39.pyc,,
|
||||
trio/__pycache__/_highlevel_generic.cpython-39.pyc,,
|
||||
trio/__pycache__/_highlevel_open_tcp_listeners.cpython-39.pyc,,
|
||||
trio/__pycache__/_highlevel_open_tcp_stream.cpython-39.pyc,,
|
||||
trio/__pycache__/_highlevel_open_unix_stream.cpython-39.pyc,,
|
||||
trio/__pycache__/_highlevel_serve_listeners.cpython-39.pyc,,
|
||||
trio/__pycache__/_highlevel_socket.cpython-39.pyc,,
|
||||
trio/__pycache__/_highlevel_ssl_helpers.cpython-39.pyc,,
|
||||
trio/__pycache__/_path.cpython-39.pyc,,
|
||||
trio/__pycache__/_signals.cpython-39.pyc,,
|
||||
trio/__pycache__/_socket.cpython-39.pyc,,
|
||||
trio/__pycache__/_ssl.cpython-39.pyc,,
|
||||
trio/__pycache__/_subprocess.cpython-39.pyc,,
|
||||
trio/__pycache__/_sync.cpython-39.pyc,,
|
||||
trio/__pycache__/_threads.cpython-39.pyc,,
|
||||
trio/__pycache__/_timeouts.cpython-39.pyc,,
|
||||
trio/__pycache__/_unix_pipes.cpython-39.pyc,,
|
||||
trio/__pycache__/_util.cpython-39.pyc,,
|
||||
trio/__pycache__/_version.cpython-39.pyc,,
|
||||
trio/__pycache__/_wait_for_object.cpython-39.pyc,,
|
||||
trio/__pycache__/_windows_pipes.cpython-39.pyc,,
|
||||
trio/__pycache__/abc.cpython-39.pyc,,
|
||||
trio/__pycache__/from_thread.cpython-39.pyc,,
|
||||
trio/__pycache__/lowlevel.cpython-39.pyc,,
|
||||
trio/__pycache__/socket.cpython-39.pyc,,
|
||||
trio/__pycache__/to_thread.cpython-39.pyc,,
|
||||
trio/_abc.py,sha256=vFlBeTci6PSmaEon2R4utHiQ7qV1AtR22BuzLdFAv_g,23835
|
||||
trio/_channel.py,sha256=31FoA4r7gHZXRVfZZQM3D_3fi_pTJ9r8dvcdMbL6OVM,14352
|
||||
trio/_core/__init__.py,sha256=jN_qQfbWuC00ZzV4bvLt44b-dIbgJyUEbHLTPYlJ0yg,2077
|
||||
trio/_core/__pycache__/__init__.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_asyncgens.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_entry_queue.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_exceptions.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_generated_instrumentation.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_generated_io_epoll.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_generated_io_kqueue.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_generated_io_windows.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_generated_run.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_instrumentation.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_io_common.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_io_epoll.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_io_kqueue.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_io_windows.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_ki.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_local.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_mock_clock.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_multierror.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_parking_lot.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_run.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_thread_cache.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_traps.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_unbounded_queue.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_wakeup_socketpair.cpython-39.pyc,,
|
||||
trio/_core/__pycache__/_windows_cffi.cpython-39.pyc,,
|
||||
trio/_core/_asyncgens.py,sha256=AcW3AiXhA18yvnpV_HW61sLYNdXfn7Zb2hZ0SOJSWMk,8976
|
||||
trio/_core/_entry_queue.py,sha256=GAtxreZoYwEMJx6kWBg64VNyUj_2qlvM32vGc8xOQEQ,8453
|
||||
trio/_core/_exceptions.py,sha256=pZJ8PtrrV8qZ-nZOBBKz7rZ3o-26aunARPkduQDncws,4165
|
||||
trio/_core/_generated_instrumentation.py,sha256=Iwo-rLRfwyaZDTSLB-h_ScTiFP8e2pw7EuE9HOkjO_Y,1619
|
||||
trio/_core/_generated_io_epoll.py,sha256=f-fNEIA4ESstpev37ADjEIPmqagksSBBU73UwrBHH0c,1125
|
||||
trio/_core/_generated_io_kqueue.py,sha256=X1oPNjMA1icyJejPu7M0fLUP9p_oiY6bLprZgoH987Y,1948
|
||||
trio/_core/_generated_io_windows.py,sha256=_thhRFJknx2OmV0IVDYGg5_8WOVjTbgBgig-tiMvim4,2855
|
||||
trio/_core/_generated_run.py,sha256=J9x8Z7oddOmw2GtdMwEl4sskNUbiwd3JDg9qByGHlMc,9712
|
||||
trio/_core/_instrumentation.py,sha256=_okzOEOvIPOh-i-B-QwLbuUthkhx4J8fVH7NbdkEWgQ,3788
|
||||
trio/_core/_io_common.py,sha256=k_FCjuwxukUV_b8KTs6T51Ao2IVJ04qwzmw5gRvuboY,637
|
||||
trio/_core/_io_epoll.py,sha256=CUclPaNUhqCPEJSZE_VnaPRSnULu0GBEFr1KnI6sA7c,14491
|
||||
trio/_core/_io_kqueue.py,sha256=2E7woGX1GBGU1VsRJ4byTnSPWMClwZ5v9M6d-V1RJkQ,7169
|
||||
trio/_core/_io_windows.py,sha256=QqKCQqrsrHECq4LEYP4gtokntjKXCPQp47as10gGv5s,36972
|
||||
trio/_core/_ki.py,sha256=0tPqNESBLVMj_NZZYyw85m23Awwznqu6E5UQu0DcI-s,7941
|
||||
trio/_core/_local.py,sha256=P38VJP1mGalRXzV-PXEO0VrVH533hqNhXeeRRwVj8WE,2749
|
||||
trio/_core/_mock_clock.py,sha256=Bz5dq3NwNoHBWhBL2hK_-xx02WD6NNCuVOjdzAW19Fk,6196
|
||||
trio/_core/_multierror.py,sha256=kDdmwGziD-wSjY_dJ5oV_yreRppkwVUDk9XWhl_kAY4,18685
|
||||
trio/_core/_parking_lot.py,sha256=KWWLu9DSHxbZEDHe3EzoUUd9szWqOoYPnRfMdbB0L1Q,8485
|
||||
trio/_core/_run.py,sha256=v1YF9fnUISjoZhLIcUobeS2T8fILJo5e31zTO69myII,96138
|
||||
trio/_core/_thread_cache.py,sha256=RVcTl_zc3qLh0PMXpF7ol01GeD5LNRvoPkZmAKJjwqc,6807
|
||||
trio/_core/_traps.py,sha256=7rVtU3lhCSfMsI_owzqfOYrTjDPou7k-yg85D69NU4U,11228
|
||||
trio/_core/_unbounded_queue.py,sha256=3whr1gps0wWwTtTkd7yqqa162A-q5ZuJE3lVuz7rpRs,4626
|
||||
trio/_core/_wakeup_socketpair.py,sha256=KtJb29vrabOsv4wKCXbx9xo8BJwr9qRr9HQNPHVLnhM,3497
|
||||
trio/_core/_windows_cffi.py,sha256=k8WN6qnsVsmQS72Gukeksz3dxvlekSQVgo5UKiosLeo,8863
|
||||
trio/_core/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
trio/_core/tests/__pycache__/__init__.cpython-39.pyc,,
|
||||
trio/_core/tests/__pycache__/conftest.cpython-39.pyc,,
|
||||
trio/_core/tests/__pycache__/test_asyncgen.cpython-39.pyc,,
|
||||
trio/_core/tests/__pycache__/test_guest_mode.cpython-39.pyc,,
|
||||
trio/_core/tests/__pycache__/test_instrumentation.cpython-39.pyc,,
|
||||
trio/_core/tests/__pycache__/test_io.cpython-39.pyc,,
|
||||
trio/_core/tests/__pycache__/test_ki.cpython-39.pyc,,
|
||||
trio/_core/tests/__pycache__/test_local.cpython-39.pyc,,
|
||||
trio/_core/tests/__pycache__/test_mock_clock.cpython-39.pyc,,
|
||||
trio/_core/tests/__pycache__/test_multierror.cpython-39.pyc,,
|
||||
trio/_core/tests/__pycache__/test_parking_lot.cpython-39.pyc,,
|
||||
trio/_core/tests/__pycache__/test_run.cpython-39.pyc,,
|
||||
trio/_core/tests/__pycache__/test_thread_cache.cpython-39.pyc,,
|
||||
trio/_core/tests/__pycache__/test_tutil.cpython-39.pyc,,
|
||||
trio/_core/tests/__pycache__/test_unbounded_queue.cpython-39.pyc,,
|
||||
trio/_core/tests/__pycache__/test_util.cpython-39.pyc,,
|
||||
trio/_core/tests/__pycache__/test_windows.cpython-39.pyc,,
|
||||
trio/_core/tests/__pycache__/tutil.cpython-39.pyc,,
|
||||
trio/_core/tests/conftest.py,sha256=aBD4QJ6-ulwX0LXNhwgEToUBN2VQE7BM8g_c0ysfcyw,703
|
||||
trio/_core/tests/test_asyncgen.py,sha256=yuYYNL-PfgNaIEotu02QFc31lkQQsKtRH2G7LVE9x60,10700
|
||||
trio/_core/tests/test_guest_mode.py,sha256=wK4z423u5wyyXTJxxQ39RZTxSOXvZrHwfib05mHNmQE,18538
|
||||
trio/_core/tests/test_instrumentation.py,sha256=8EAdIBYeIg970y9LCyacJUIUfuza5VwHGd8Y8e7F4qc,7365
|
||||
trio/_core/tests/test_io.py,sha256=XJiwoRC1eh5YNc2sreDAkKA9h5LiQ2wD4PYtZnzN0tk,14974
|
||||
trio/_core/tests/test_ki.py,sha256=b7fIqIapp2BuYEjS7UpvvkY4zdSG5Zs_jue4FyUvBZc,19384
|
||||
trio/_core/tests/test_local.py,sha256=vsXSyDAhqAG4POycegwTqEkl3QjiRHBajdQnVedcPgU,2623
|
||||
trio/_core/tests/test_mock_clock.py,sha256=I7UtWpqwynQPjzFjiZu1_uq2JirZfXHgguUTUi8hQsk,5022
|
||||
trio/_core/tests/test_multierror.py,sha256=8bvnWbiUZ-0Wp201CRSIhbquFs8soACzVvBnljYgTk0,22064
|
||||
trio/_core/tests/test_multierror_scripts/__init__.py,sha256=rEyK4jY7EOO1XyX9kepS9U_dgqILYeEj4LvBax1H4Gg,155
|
||||
trio/_core/tests/test_multierror_scripts/__pycache__/__init__.cpython-39.pyc,,
|
||||
trio/_core/tests/test_multierror_scripts/__pycache__/_common.cpython-39.pyc,,
|
||||
trio/_core/tests/test_multierror_scripts/__pycache__/apport_excepthook.cpython-39.pyc,,
|
||||
trio/_core/tests/test_multierror_scripts/__pycache__/custom_excepthook.cpython-39.pyc,,
|
||||
trio/_core/tests/test_multierror_scripts/__pycache__/ipython_custom_exc.cpython-39.pyc,,
|
||||
trio/_core/tests/test_multierror_scripts/__pycache__/simple_excepthook.cpython-39.pyc,,
|
||||
trio/_core/tests/test_multierror_scripts/__pycache__/simple_excepthook_IPython.cpython-39.pyc,,
|
||||
trio/_core/tests/test_multierror_scripts/__pycache__/simple_excepthook_partial.cpython-39.pyc,,
|
||||
trio/_core/tests/test_multierror_scripts/_common.py,sha256=wtQVHRiJjNgOBlcVbYWYQwdRwY-Vntq6P0AH3R9oz5A,171
|
||||
trio/_core/tests/test_multierror_scripts/apport_excepthook.py,sha256=A_dlSjKW92RFATfw5nxzwrDVgfOr82HVU68cw_rbweY,390
|
||||
trio/_core/tests/test_multierror_scripts/custom_excepthook.py,sha256=iTh6QQrVNZg5AC2-uzyy9W7srGTPENZG5dpr_ZiSM90,364
|
||||
trio/_core/tests/test_multierror_scripts/ipython_custom_exc.py,sha256=3hde5bQkSfb-clFqGZ2-Dj292Y3rACtMwyMm03VHqGw,728
|
||||
trio/_core/tests/test_multierror_scripts/simple_excepthook.py,sha256=pQ4neiqdGj_gNoZReuAGl1LjyqoFfKkFC9LS2SPvQzY,342
|
||||
trio/_core/tests/test_multierror_scripts/simple_excepthook_IPython.py,sha256=U46OmeMoqYYaVX7esBCLVLvTVJQufRaypGUsgBq0vyE,172
|
||||
trio/_core/tests/test_multierror_scripts/simple_excepthook_partial.py,sha256=tlJBBhs6SLWodi3S8WCWVY8BEOHv8yh4L95koMT725E,260
|
||||
trio/_core/tests/test_parking_lot.py,sha256=vAar65m5_HL9aLnr0KX5vnJMqGsrbZJiP_GbhQXCLlA,5772
|
||||
trio/_core/tests/test_run.py,sha256=Qb8uRDMeJH-EJ6lm6uPT3bFvCOmA7KFELnxzBMVZM1c,72995
|
||||
trio/_core/tests/test_thread_cache.py,sha256=BXBCxBmDIiZ3bB1O0o99HBY4rDKOBCBCmGJiBPx9Tyc,5019
|
||||
trio/_core/tests/test_tutil.py,sha256=2csghS8vfAwTyMvN9XjbpM6F2_F5J1p43CeSbVkLNFI,451
|
||||
trio/_core/tests/test_unbounded_queue.py,sha256=ONdn8B7m2OztkHDBoR6hYyv_B9XJnlBMG4YLAfgwt0s,4088
|
||||
trio/_core/tests/test_util.py,sha256=Z1qDAsYhkHRs2PwinGGG8R-1MUIYsg0bdCkgMBpJW3U,14
|
||||
trio/_core/tests/test_windows.py,sha256=NRlXppKOVMV6BwZK18a_d63rkcHT20ClRgQcsHYu4zc,7807
|
||||
trio/_core/tests/tutil.py,sha256=Z3P0jbWz_W6AwtDLjQs0EqUu8sLGuozuUq3vdujRGEM,4659
|
||||
trio/_deprecate.py,sha256=U0l4XhCtYbRSJxu2zZ53mhi9Kbp4C2miGDG2bPJgpUY,4692
|
||||
trio/_file_io.py,sha256=4kb2jkzI4kt0IM5FxzfwaZrBMFSDwt_UkIaBNCzojTs,4554
|
||||
trio/_highlevel_generic.py,sha256=qj4zPjzxeurLC3XtdH9fMm1IF_LTx7YbGaJ51pJ6xL0,3928
|
||||
trio/_highlevel_open_tcp_listeners.py,sha256=8RpD2OaeN0kLvq_Cs2urCT-l1FD0Qr8crI6xcMX27jk,9070
|
||||
trio/_highlevel_open_tcp_stream.py,sha256=LN-OoDqHIXxUUnQK2rOBs2gKp0_Nueh4bqQh0Js-stM,17497
|
||||
trio/_highlevel_open_unix_stream.py,sha256=6sve8rZVQE_ygv3dFa9x20oXTiu3cRLI9DsGDHiUiIo,1247
|
||||
trio/_highlevel_serve_listeners.py,sha256=5L9aOqY8FXOVjAwRGScZEmX2C4tmtNmdYxZ9q0MlPVY,4250
|
||||
trio/_highlevel_socket.py,sha256=Jtf7FdXOd2fFHYa6iJYyVvcqLMBHM5gmdMbOdZQXNNc,14503
|
||||
trio/_highlevel_ssl_helpers.py,sha256=tPO_q41OdIkAwBEVx4jjNj7MaFjWKDZEh32CnLMuMw4,5717
|
||||
trio/_path.py,sha256=nYvLn5BvqPplHDZnL-pcnb2dIt9mvZ0sdQhD9agG0yc,6315
|
||||
trio/_signals.py,sha256=zxpizyFabtrrXcmCIMvTqiI42p478kiTx1OpTvWz97U,6479
|
||||
trio/_socket.py,sha256=K9Du8v-cksVfXHdXUCbIZPeiO7PFLsIT06zHcr43GCE,30243
|
||||
trio/_ssl.py,sha256=s4Sw7xQ4TZJ6QcRIz6SnOSWLwwmvZe_CBA5YfYcQO1U,44132
|
||||
trio/_subprocess.py,sha256=M3LMCqB6AmmL6ntdUsy9MQnz6CLEkP6HGpJXBBZ7xm4,26784
|
||||
trio/_subprocess_platform/__init__.py,sha256=b3zENz33DH_zfzgucpL48D_jWyUMedJwGwkoHgZGJjk,4295
|
||||
trio/_subprocess_platform/__pycache__/__init__.cpython-39.pyc,,
|
||||
trio/_subprocess_platform/__pycache__/kqueue.cpython-39.pyc,,
|
||||
trio/_subprocess_platform/__pycache__/waitid.cpython-39.pyc,,
|
||||
trio/_subprocess_platform/__pycache__/windows.cpython-39.pyc,,
|
||||
trio/_subprocess_platform/kqueue.py,sha256=mupI-fg3jl03OAHWNOxrVqYQndJ6LKQLk0bKU5lkZl4,1677
|
||||
trio/_subprocess_platform/waitid.py,sha256=QgtNM5KiJ2jOM1XB3YR6wOMSbuCOmGy6LH7O61M2xqQ,3672
|
||||
trio/_subprocess_platform/windows.py,sha256=mgHAlBbIFEUlg7CcRF_1OQMFVIaz6qb4GNHpbrV3B5I,208
|
||||
trio/_sync.py,sha256=vAtf3NBhog2zLP8q1nwroyrA2CEdmdyScTWQ3AaIb5Q,27565
|
||||
trio/_threads.py,sha256=jwM4S75CvbgRLacI3cI_b-cQry7JWBqK3DGHSne5Zng,13252
|
||||
trio/_timeouts.py,sha256=psTRWh6HgrHxC2STbNSRauxjyCLRyReqF9YqcSCsA5s,3913
|
||||
trio/_tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
trio/_tools/__pycache__/__init__.cpython-39.pyc,,
|
||||
trio/_tools/__pycache__/gen_exports.cpython-39.pyc,,
|
||||
trio/_tools/gen_exports.py,sha256=NBOq8_3q_OVpZskS_XmZNiszZQqiTPPAIw8Og3vrxfs,5902
|
||||
trio/_unix_pipes.py,sha256=4UPWSC3NiguGjNr36k3_lPH6t5QClQGawyR9XMXU21s,7853
|
||||
trio/_util.py,sha256=GY1tMC7NXwVEd4uDH5_SY3PQ4mSwBAlZoywfYeeXWec,12641
|
||||
trio/_version.py,sha256=aPn7cnl31lBdV_H6XvGYEaWrjDuox59u3wMK1zzUXkk,90
|
||||
trio/_wait_for_object.py,sha256=aQ1Rae5REjJ5FPvIXV6rDBwo8KLB-BMTQMgB5LjNe9A,2006
|
||||
trio/_windows_pipes.py,sha256=sXT9VR4htibP0J--1Y8neVqbF-W9pC8QgUwoY-pxEfA,4689
|
||||
trio/abc.py,sha256=EscUaDn1pb4t9-VZ_iAf3l64zq9I5v3qpvJuXdRA4yQ,624
|
||||
trio/from_thread.py,sha256=etZaY4QsZTAPMthz2ad2tSUv1KeKQqMN63fZZfpH41o,263
|
||||
trio/lowlevel.py,sha256=DIypd4iZxn8Lh87BcorTPSu3YNZarnbiwzb0O-4YTyw,1858
|
||||
trio/socket.py,sha256=v2jg3xUralIBs4Io9uxcniGrywLp26TIa2jDgprxwsY,10278
|
||||
trio/testing/__init__.py,sha256=M7NVlxRD4wADzuDWvep2Tlkif5GyY7wIdb4dNUJwcHI,765
|
||||
trio/testing/__pycache__/__init__.cpython-39.pyc,,
|
||||
trio/testing/__pycache__/_check_streams.cpython-39.pyc,,
|
||||
trio/testing/__pycache__/_checkpoints.cpython-39.pyc,,
|
||||
trio/testing/__pycache__/_memory_streams.cpython-39.pyc,,
|
||||
trio/testing/__pycache__/_network.cpython-39.pyc,,
|
||||
trio/testing/__pycache__/_sequencer.cpython-39.pyc,,
|
||||
trio/testing/__pycache__/_trio_test.cpython-39.pyc,,
|
||||
trio/testing/_check_streams.py,sha256=sG_PkwypYo5Me_qZlMlZcmOt7r-etAkWCPn4fmrkogA,20082
|
||||
trio/testing/_checkpoints.py,sha256=2BklYPGgpc0AqL20Ozo75tQxegvMgfbqPiNOc0hjVVA,1816
|
||||
trio/testing/_memory_streams.py,sha256=9sG8vXgjFwbTSaUMjIAvOBN63R57w1FYhQf49pw7RWU,21350
|
||||
trio/testing/_network.py,sha256=Tn7xqSGSYwiWqbelE3B2bQnvYitxg5O78qq3enBvxrM,1116
|
||||
trio/testing/_sequencer.py,sha256=boqulqCvdUsyQtL62sEAFPyotZ9V_PHu19mrvzLITB8,2650
|
||||
trio/testing/_trio_test.py,sha256=82lqjRdf_4gH4NvsV4i8VHAlMtNglasiPlDFH5wwWYg,828
|
||||
trio/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
trio/tests/__pycache__/__init__.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/conftest.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/module_with_deprecations.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_abc.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_channel.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_deprecate.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_exports.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_file_io.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_highlevel_generic.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_highlevel_open_tcp_listeners.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_highlevel_open_tcp_stream.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_highlevel_open_unix_stream.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_highlevel_serve_listeners.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_highlevel_socket.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_highlevel_ssl_helpers.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_path.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_scheduler_determinism.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_signals.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_socket.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_ssl.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_subprocess.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_sync.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_testing.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_threads.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_timeouts.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_unix_pipes.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_util.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_wait_for_object.cpython-39.pyc,,
|
||||
trio/tests/__pycache__/test_windows_pipes.cpython-39.pyc,,
|
||||
trio/tests/conftest.py,sha256=IBayWWpEwhZts-53_7rVCKqfFUCOhVC2v6tuXZdNACY,1106
|
||||
trio/tests/module_with_deprecations.py,sha256=s4oh4_-p7HDgQKee_C4yapdCfL9tM1lvGMAIe0vSraE,601
|
||||
trio/tests/test_abc.py,sha256=8bX8G0kosva9oFuWIrM-ILoE6Z3zXfhetfXozwW5Le4,1310
|
||||
trio/tests/test_channel.py,sha256=KFRrnerP5Z5DKl1q54YHVWx1JfxsDzCSwxinCe2GZIc,12202
|
||||
trio/tests/test_deprecate.py,sha256=6G3rPeyKMpY-ruxZuGhBByr1PtCraZLTd2A2L0Nx7G4,6497
|
||||
trio/tests/test_exports.py,sha256=DmX65GV_SOv7lA2kMxJXlG2CupjORpfDWH1rY0Lfsoc,5574
|
||||
trio/tests/test_file_io.py,sha256=tGfkPf9jSDUgn-hlYkA_AOrGtR7d5XcPbyaJ-BhYbTY,4994
|
||||
trio/tests/test_highlevel_generic.py,sha256=AB8-50pbU7Cywb3ov2Vrp-yypJvsYjuVf6ymUphGGS0,2651
|
||||
trio/tests/test_highlevel_open_tcp_listeners.py,sha256=sKkKsNlaCydnOTjOmhC5MhuvR0SsGTM0ht0A8QEt7Wc,9542
|
||||
trio/tests/test_highlevel_open_tcp_stream.py,sha256=U_yKXKKpLXll8vXpRD9Ii-PLrkmfCLG4XWz6riNHoEI,18054
|
||||
trio/tests/test_highlevel_open_unix_stream.py,sha256=GQUyeJr5MpM3n5QZ3-WPfBDwAVZ6EJpPBedn5WhSTLc,1897
|
||||
trio/tests/test_highlevel_serve_listeners.py,sha256=MQDZjmVJISUCusNUvP4s3TOvvq3OFkgdvqWHDG47w9I,4437
|
||||
trio/tests/test_highlevel_socket.py,sha256=f7FyzKyzzCOH6xWyc3pkZHoJ-PuZdI_OP11PBg7zhcc,8921
|
||||
trio/tests/test_highlevel_ssl_helpers.py,sha256=sHJ0-a1Zr_61hskGZlun2Syy6iEGiRB8tiKgK-E3cdk,4038
|
||||
trio/tests/test_path.py,sha256=RJfs7whV8HM5wMF-nHZiKvJ1vljKBj6KRFuKZjv4wFA,6585
|
||||
trio/tests/test_scheduler_determinism.py,sha256=3sW8Us8Zty_g798CusnJF9FMaeHSgrP8GRHc6V-qdl4,1137
|
||||
trio/tests/test_signals.py,sha256=6vBWYZXbvvSYdf0Gqqc_5RZ_SCgBq39mpelSOp2cjio,6976
|
||||
trio/tests/test_socket.py,sha256=prbTCPM341D6UZf94_3f1umnd2mZwB-Z3k7pxYcoJ0c,35630
|
||||
trio/tests/test_ssl.py,sha256=ZIdPTyhpJIKPanoD_WUJtb0R_tZJ_WctD7-9cTVScig,48882
|
||||
trio/tests/test_subprocess.py,sha256=YOZXqqnV-1OK9nLxIVkkewBzTzkZbt4mtgpwQNbCAvw,16124
|
||||
trio/tests/test_sync.py,sha256=NVom2pJ6ljLbsQX6GiEAq9zMj9q3Ek1mH6sAXFMnFkc,16094
|
||||
trio/tests/test_testing.py,sha256=x6Ni1jO88RlQUN6osoTB72kJbZnb1EbZzWlh0cEBCOs,19086
|
||||
trio/tests/test_threads.py,sha256=FQW0oo_gdgW6A0OhPFmQDNI-GL1qM1q7QhMLjVrHE2M,19221
|
||||
trio/tests/test_timeouts.py,sha256=UYQ6ZuXIyWVKJkcTnOYnMIi8tWZtV200MaKadidPp4I,3335
|
||||
trio/tests/test_unix_pipes.py,sha256=vU-Nw0ooNwXsOhK1E1YO5uwWTROPfgVnhXfmPs5PuL4,8899
|
||||
trio/tests/test_util.py,sha256=tP5PM2RgSxkiAMLFv6iJsI5wbPvvvCwBQl6pNuqxzbU,5466
|
||||
trio/tests/test_wait_for_object.py,sha256=XoPkG4d4N3yov3os7I0ONdK-iD0ugwd9kLwSDyDWOSQ,8050
|
||||
trio/tests/test_windows_pipes.py,sha256=2UH4VwhDWosIbgG7-furHW3nh24ORr6bkl2NO4nDg-k,3100
|
||||
trio/tests/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
trio/tests/tools/__pycache__/__init__.cpython-39.pyc,,
|
||||
trio/tests/tools/__pycache__/test_gen_exports.cpython-39.pyc,,
|
||||
trio/tests/tools/test_gen_exports.py,sha256=DMRYFq1q4t5iSnaPSN1M_yBpUJfrgX-ki8dPO6TWSYo,1945
|
||||
trio/to_thread.py,sha256=7BRDdezCi_HVphVC6H6hWfsRRieWuD8DeXo5H30MCqk,106
|
||||
@@ -0,0 +1,5 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.36.2)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
trio
|
||||
Reference in New Issue
Block a user