This update for python-argcomplete, python-Fabric, python-PyGithub, python-antlr4-python3-runtime, python-avro, python-chardet, python-distro, python-docker, python-fakeredis, python-fixedint, python-httplib2, python-httpretty, python-javaproperties, python-jsondiff, python-knack, python-marshmallow, python-opencensus, python-opencensus-context, python-opencensus-ext-threading, python-opentelemetry-api, python-opentelemetry-sdk, python-opentelemetry-semantic-conventions, python-opentelemetry-test-utils, python-pycomposefile, python-pydash, python-redis, python-retrying, python-semver, python-sshtunnel, python-strictyaml, python-sure, python-vcrpy, python-xmltodict contains the following fixes:
Changes in python-argcomplete - Update to 3.3.0 (bsc#1222880): * Preserve compatibility with argparse option tuples of length 4. This update is required to use argcomplete on Python 3.11.9+ or 3.12.3+. - update to 3.2.3: * Allow register-python-argcomplete output to be used as lazy-loaded zsh completion module (#475) - Move debug_stream initialization to helper method to allow fd 9 behavior to be overridden in subclasses (#471)
update to 3.2.2:
Remove coverage check
Fix zsh test failures: avoid coloring terminal
update to 3.2.1:
drop without_zsh.patch: obsolete
update to 3.1.6:
update to 3.1.4:
Changes in python-Fabric: - Update to 3.2.2 - add fix-test-deps.patch to remove vendored dependencies *[Bug]: fabric.runners.Remote failed to properly deregister its SIGWINCH signal handler on shutdown; in rare situations this could cause tracebacks when the Python process receives SIGWINCH while no remote session is active. This has been fixed. * [Bug] #2204: The signal handling functionality added in Fabric 2.6 caused unrecoverable tracebacks when invoked from inside a thread (such as the use of fabric.group.ThreadingGroup) under certain interpreter versions. This has been fixed by simply refusing to register signal handlers when not in the main thread. Thanks to Francesco Giordano and others for the reports. * [Bug]: Neglected to actually add deprecated to our runtime dependency specification (it was still in our development dependencies). This has been fixed. * [Feature]: Enhanced fabric.testing in ways large and small: Backwards-compatibly merged the functionality of MockSFTP into MockRemote (may be opted-into by instantiating the latter with enablesftp=True) so you can mock out both SSH and SFTP functionality in the same test, which was previously impossible. It also means you can use this in a Pytest autouse fixture to prevent any tests from accidentally hitting the network! A new pytest fixture, remotewithsftp, has been added which leverages the previous bullet point (an all-in-one fixture suitable for, eg, preventing any incidental ssh/sftp attempts during test execution). A pile of documentation and test enhancements (yes, testing our testing helpers is a thing). * [Support]: Added a new runtime dependency on the Deprecated library. * [Support]: Language update: applied s/sanity/safety/g to the codebase (with the few actual API members using the term now marked deprecated & new ones added in the meantime, mostly in fabric.testing). * [Feature]: Add a new CLI flag to fab, fab --list-agent-keys, which will attempt to connect to your local SSH agent and print a key list, similarly to ssh-add -l. This is mostly useful for expectations-checking Fabric and Paramiko’s agent functionality, or for situations where you might not have ssh-add handy. * [Feature]: Implement opt-in support for Paramiko 3.2’s AuthStrategy machinery, as follows: Added a new module and class, fabric.auth.OpenSSHAuthStrategy, which leverages aforementioned new Paramiko functionality to marry loaded SSH config files with Fabric-level and runtime-level parameters, arriving at what should be OpenSSH-client-compatible authentication behavior. See its API docs for details. Added new configuration settings: authentication.strategyclass, which defaults to None, but can be set to OpenSSHAuthStrategy to opt-in to the new behavior. authentication.identities, which defaults to the empty list, and can be a list of private key paths for use by the new strategy class. * [Bug] #2263: Explicitly add our dependency on decorator to setup.py instead of using Invoke’s old, now removed, vendored copy of same. This allows Fabric to happily use Invoke 2.1 and above
Drop remove-pathlib2.patch because now in upstream.
Add %{?sle15pythonmodule_pythons}
Remove conditional definition of python_module.
Add patch remove-pathlib2.patch:
Update to 2.7.1:
Update to 2.7.0:
Add patch remove-mock.patch:
pytest-relaxed now supports pytest 6, so test on all python versions.
Don't test on python310 -- gh#bitprophet/pytest-relaxed#12 (This is mainly required by azure-cli in the primary python3 flavor)
Update to 2.6.0:
Changes in python-PyGithub: - Switch package to modern Python Stack on SLE-15 + Add %{?sle15pythonmodulepythons} + Drop %{?!pythonmodule:%define pythonmodule() python-%{} python3-%{}} + Drop %define skippython2 1
Update to 1.57 Breaking Changes
Update to 1.56 This is the last release that will support Python 3.6. *Bug Fixes & Improvements Create repo from template (#2090) (b50283a) Improve signature of Repository.createrepo (#2118) (001970d) Add support for 'visibility' attribute preview for Repositories (#1872) (8d1397a) Add Repository.renamebranch method (#2089) (6452ddf) Add function to delete pending reviews on a pull request (#1897) (c8a945b) Cover all code paths in searchcommits (#2087) (f1faf94) Correctly deal when PaginatedList's data is a dict (#2084) (93b92cd) Add twofactorauthentication in AuthenticatedUser. (#1972) (4f00cbf) Add ProjectCard.edit() to the type stub (#2080) (d417e4c) Add method to delete Workflow runs (#2078) (b1c8eec) Implement organization.cancelinvitation() (#2072) (53fb498) Feat: Add htmlurl property in Team Class. (#1983) (6570892) Add support for Python 3.10 (#2073) (aa694f8) Add github actions secrets to org (#2006) (bc5e595) Correct replay for Organization.createproject() test (#2075) (fcc1236) Fix install command example (#2043) (99e00a2) Fix: #1671 Convert Python Bool to API Parameter for Authenticated User Notifications (#2001) (1da600a) Do not transform requestHeaders when logging (#1965) (1265747) Add type to OrderedDict (#1954) (ed7d0fe) Add Commit.get_pulls() to pyi (#1958) (b466470) Adding headers in GithubException is a breaking change (#1931) (d1644e3)
Update to 1.55:
Repository.get_workflow_runs
parametersUpdate to 1.53:
Repository.create_git_tag_and_release()
and StatsPunchCard
. (#1520) (ce400bc7)Update to 1.51
Drop parametrized and pytest-cov from BuildRequires.
Update to 1.47
Update to 1.46
Drop no-hardcoded-dep.patch, no longer required
Update to 1.45:
Refresh no-hardcoded-dep.patch
Add patch to not pull in hardcoded dependencies:
Update to 1.44.1:
Add mock and parameterized to BuildRequires, the test suite requires them.
Update to 1.43.8:
Update to 1.43.7:
Switch package to modern Python Stack on SLE-15
fix build for python 3.12
require setuptools
Update to version 4.13.1 csharp target
Update filename pattern in %files section
Update to version 4.9.3 Issues fixed
Source upstream tarball from Github since PyPi tarball no longer ships testsuite
Update to version 4.9.1.
Drop py311.patch: fixed upstream.
Add py311.patch to make tests compatible with python 3.11 gh#apache/avro#1961
Update to 1.11.1 (from GitHub release notes):
python -m chardet
Changes in python-distro: - Switch to autosetup macro.
update to 1.9.0:
Remove duplicate files calling %fdupes
add sle15pythonmodule_pythons
update to 1.8.0:
LinuxDistribution._distro_release_info
method complexity
[#327]/etc/debian_version
[#333] & [#349]remove shebang from distro.py
update to version 1.7.0:
uname
back-ends when --root-dir
is specified [#311]distro.py
to src/distro/distro.py
[#315]distro.version()
can return an empty string on rolling releases [#312]distro.py
to allow standalone execution [#313]include_uname
parameter oversight [#305]uname -rs
output is empty [#304]distro.id()
documentation [#318]linux_distribution
regression introduced in [[#230](https://github.com/python-distro/distro/pull/230)] [#325]Tests: Set locale to UTF-8 to fix tests on Leap 15.3.
Expliciting setting of locale is not necessary anymore (gh#python-distro/distro#223).
Update to version 1.6.0
use %pytest macro
Enable tests properly (this is pytest, not unittest), Changes in python-docker:
update to 7.0.0:
ssl_version
) and explicit hostname
check (assert_hostname
) options (#3185)pip install docker[websockets]
to include websocket-
client
dependencydocker-py
hijacks the TCP connection and does
not use Websocketsattach_socket(container, ws=True)
networking_config
support for containers.create()
network_driver_opt
(added in 6.1.0)health()
property to container that returns status
(e.g. unhealthy
)pause
option to container.commit()
(#3159)rshared
,
private
)filters
, keep_storage
, and all
in
prune_builds()
on API v1.39+ (#3192)docker.errors.NotFound
on 404 responsesupdate to 6.1.3:
update to 6.0.0:
add sle15pythonmodule_pythons
python-six is not required as well
python-mock actually not required for build
update to 5.0.3:
Update to 4.4.4 From project changelog: 4.4.4 Bugfixes Remove LDLIBRARYPATH and SSLCERTFILE environment variables when shelling out to the ssh client 4.4.3 Features Add support for docker.types.Placement.MaxReplicas Bugfixes Fix SSH port parsing when shelling out to the ssh client 4.4.2 Bugfixes Fix SSH connection bug where the hostname was incorrectly trimmed and the error was hidden Fix docs example Miscellaneous Add Python3.8 and 3.9 in setup.py classifier list 4.4.1 Bugfixes Avoid setting unsuported parameter for subprocess.Popen on Windows Replace use of deprecated 'filter' argument on ''docker/api/image'
update to 4.4.0:
latest
on pull
auto
float
identityfile
optionDeviceRequest
type to expose host resources such as GPUsDriverOpts
in EndpointConfigupdate to 4.2.2:
update to 4.2.1:
tls
on Context constructorBump required version of pycreds to 0.4.0 (sync with requirements.txt)
add python-dockerpycreds dependency in the spec file rebase hidepypckgmgmt.patch Changes in python-fakeredis:
update to 2.21.0:
TOPK.INFO
, TOPK.LIST
,
TOPK.RESERVE
,TOPK.ADD
, TOPK.COUNT
, TOPK.QUERY
, TOPK.INCRBY
) #278update to 2.20.1:
XREAD
bug #256update to 2.20.0:
BITFIELD
command #247COMMAND
, COMMAND INFO
, COMMAND COUNT
#248Remove unnecessary BR on python-lupa
update to 2.19.0:
update to 2.18.1:
update to 2.18.0:
PUBSUB NUMPAT
#195, SSUBSCRIBE
#199, SPUBLISH
#198, SUNSUBSCRIBE
#200, PUBSUB SHARDCHANNELS
#196, PUBSUB
SHARDNUMSUB
#197update to 2.17.0:
LPOS
#207, LMPOP
#184, and BLMPOP
#183ZMPOP
#191, BZMPOP
#186JSON.MSET
#174, JSON.MERGE
#181update to 2.15.0:
XGROUP CREATE
#161, XGROUP DESTROY
#164, XGROUP SETID
#165, XGROUP DELCONSUMER
#162,XGROUP CREATECONSUMER
#163, XINFO GROUPS
#168, XINFO
CONSUMERS
#168, XINFO STREAM
#169, XREADGROUP
#171,XACK
#157, XPENDING
#170, XCLAIM
#159, XAUTOCLAIM
ZRANDMEMBER
#192, ZDIFF
#187, ZINTER
#189, ZUNION
#194, ZDIFFSTORE
#188,ZINTERCARD
#190, ZRANGESTORE
#193BLMOVE
#182,HRANDFIELD
#156JSON.MSET
update to 2.13.0:
Connection.read_response
arguments used in
redis-py 4.5.5 and 5.0.0update to 2.12.0:
XREAD
#147add sle15pythonmodule_pythons
Update to 2.10.3:
update to 2.7.1:
JSON.TYPE
, JSON.ARRLEN
and JSON.ARRAPPEND
update to v2.5.0:
update to v2.4.0:
drop fakeredis-pr54-fix-ensure_str.patch (upstream)
Update to 1.9.3
Add fakeredis-pr54-fix-ensure_str.patch
use upstream https://github.com/cunla/fakeredis-py/pull/51/
modified patches % python-fakeredis-no-six.patch (refreshed)
version update to 1.9.1
added patches fix https://github.com/cunla/fakeredis-py/issues/50
Update to 1.8.1
Release 1.7.6
update to 1.7.0
Update to 1.6.1
Release 1.6.0
update to 1.5.2
Disable py2 as upstream actually disabled python2 support competely
Update to 1.3.0:
python2 tests are dysfunctional, test with python3 only
Update to 1.0.5:
Update to 1.0.4:
Update to v1.0.3
Initial spec for v1.0.1 Changes in python-fixedint:
Switch build system from setuptools to pyproject.toml
Limit Python files matched in %files section
Switch package to modern Python Stack on SLE-15
Initial build
require setuptools
Clean up SPEC file.
Add %{?sle15pythonmodule_pythons}
update to 0.22.0:
Update to 0.21.0:
Content-Encoding: deflate
must accept zlib encapsulationupdate to 0.20.4: proxy: support proxy urls with ipv6 address Tests compatible with Python3.10 and recent pytest.
add pyparsing dependency
update to 0.20.2: auth: support pyparsing v3 proxy: correct extraction of errno from pysocks ProxyConnectionError IMPORTANT cacerts: remove expired DST Root CA X3, add ISRG Root X1, X2
update to 0.19.1:
set first, othewise a 'ValueError: Cannot set verifymode to CERTNONE when check_hostname instead (bnc#761162) item not in cache
Add patch 0001-Fix-test417openssl.py-if-pyOpenSSL-not-available.patch:
Allow building with python-urllib3 >= 2.x
Do not use python-boto3 when building in SLE where it's currently not available for python311
Add %{?sle15pythonmodule_pythons}
skip failing testsuite tests after requests update
Add patch relax-test-callback-response.patch:
Add patch 460-miliseconds_tests.patch (gh#gabrielfalcao/HTTPretty#460):
Fix test suite:
Add patch double-slash-paths.patch:
Add 453-fix-tests-pytest.patch (gh#gabrielfalcao/HTTPretty#449) to make tests compatible with pytest.
Add patch remove-mock.patch:
specfile:
urllib3
even if it originally wasn't #417changes from version 1.1.0:
httpretty.core.HTTPrettyRequest
(protocol, host, url, path, method).Updater to 1.0.5
Release 1.0.4
Update to 1.0.3
Replace nose with nose2
avoid reading DNS resolver settings gh#gabrielfalcao/HTTPretty#405
remove unnecessary test packages
Update to 1.0.2
enabled
and httprettized
in API docs.Version update to 0.9.6:
Make sure we really run the tests
Remove superfluous devel dependency for noarch package
Changes in python-javaproperties: - Switch package to modern Python Stack on SLE-15 + Add %{?sle15pythonmodule_pythons}
Support Python 3.10
v0.8.0 (2020-11-28)
ensure_ascii
parameter added to PropertiesFile.dump()
and
PropertiesFile.dumps()
<entry>
tags now produce an empty
string as a value, not None
Properties
and PropertiesFile
no longer raise TypeError
when given a
non-string key or value, as type correctness is now expected to be enforced
through static type checkingPropertiesElement
classes returned by parse()
are no longer
subclasses of namedtuple
, but they can still be iterated over to retrieve
their fields like a tuple
Replace %pythoninstall with %pyprojectinstall
Limit Python files matched in %files section
Add %{?sle15pythonmodule_pythons}
Update to version 2.0.0
Drop %define skip_python2 1
Stop converting argument's bool
default value to DefaultInt
(#273)
Support bytearray serialization (#268)
Drop Python 3.6 support (#259)
Replace %pythoninstall with %pyprojectinstall
Limit Python files matched in %files section
update to 3.20.2:
2164
).Other changes: - Officially support Python 3.12 (:pr:2188
).
get_declared_fields
: pass dict_cls
againabsolute
parameter to URL
validator and Url
FieldABC
and
SchemaABC
OrderedSet
as default set_class
. Schemas are now
ordered by default.OSError
and OverflowError
in
utils.from_timestamp
(:pr:2102
).2067
).Drop support for Python 3.7 (:pr:2135
).
Changes in python-opencensus:
- Add Obsoletes for old python3 package on SLE-15
- Switch build system from setuptools to pyproject.toml
+ Add python-pip and python-wheel to BuildRequires
+ Replace %pythonbuild with %pyprojectwheel
+ Replace %pythoninstall with %pyprojectinstall
- Update to 0.11.4
* Changed bit-mapping for httpx
and fastapi
integrations
- Refresh patches for new version
* opencensus-pr1002-remove-mock.patch
- Switch package to modern Python Stack on SLE-15
* Add %{?sle15pythonmodulepythons}
* Drop %{?!pythonmodule:%define python_module() python-%{} python3-%{}}
sorry, six is still needed :(
update to 0.11.2:
azure
, fastapi
,flask
modulesazure
, httpx
modulesUpdate to 0.11.0
azure
, context
, flask
, requests
modulesChanges in python-opencensus-context:
- Clean up the SPEC file
- Switch package to modern Python Stack on SLE-15
+ Add %{?sle15pythonmodulepythons}
+ Drop %{?!pythonmodule:%define pythonmodule() python-%{} python3-%{}}
- Update to 0.1.3
* Move version.py
file into runtime_context
folder (#1143)
Changes in python-opencensus-ext-threading:
- Switch package to modern Python Stack on SLE-15
+ Add %{?sle15pythonmodulepythons}
+ Drop %{?!pythonmodule:%define pythonmodule() python-%{} python3-%{}}
+ Drop build support for Python 2.x
Changes in python-opentelemetry-api:
- update to 1.23.0:
* Use Attribute rather than boundattribute in logrecord (#3567)
* Fix flush error when no LoggerProvider configured for LoggingHandler (#3608)
* Fix OTLPMetricExporter ignores preferredaggregation property (#3603)
* Logs: set observedtimestamp field (#3565)
* Add missing Resource SchemaURL in OTLP exporters (#3652)
* Fix loglevel warning text (#3566)
* Prometheus Exporter string representation for target_info labels (#3659)
* Logs: ObservedTimestamp field is missing in console exporter output (#3564)
* Fix explicit bucket histogram aggregation (#3429)
* Add code.lineno, code.function and code.filepath to all logs (#3645)
* Add Synchronous Gauge instrument (#3462)
* Drop support for 3.7 (#3668)
* Include key in attribute sequence warning (#3639)
* Upgrade markupsafe, Flask and related dependencies to dev and test
environments (#3609)
* Handle HTTP 2XX responses as successful in OTLP exporters (#3623)
* Improve Resource Detector timeout messaging (#3645)
* Add Proxy classes for logging (#3575)
* Remove dependency on 'backoff' library (#3679)
update to 1.22.0:
UNKNOWN
status OTLP export error (#3536)taskName
logrecord
attribute (#3557)update to 1.21.0:
SumAggregation
(#3390)opentelemetry_metrics_exporter
entrypoint support pull
exporters (#3428)Add speced out environment variables and arguments for BatchLogRecordProcessor (#3237)
ParentBased
sampler for implicit parent spans. Fix also trace_state
erasure for dropped spans or spans sampled by the TraceIdRatioBased
sampler.
Changes in python-opentelemetry-sdk:Add missing python-wheel build dependency to BuildRequires
update to 1.23.0:
update to 1.23.0:
Switch package to modern Python Stack on SLE-15
Initial package (1.22.0) Changes in python-opentelemetry-semantic-conventions:
update to 0.44b0:
update to 0.43b0:
UNKNOWN
status OTLP export errortaskName
logrecord
attributeSumAggregation
opentelemetry_metrics_exporter
entrypoint support pull
exporterssetuptools
runtime requirement.Initial build
update to 0.44b0:
Initial package (0.43b0) Changes in python-pycomposefile:
Switch package to modern Python Stack on SLE-15
Initial build
Switch package to modern Python Stack on SLE-15
Update to version 6.0.2
__globals__
or
__builtins__
instead of all dunder-methods for non-dict/list
objects.get()
for non-dict/list objects that used integer index references
like '[0]'
.get()
for non-dict/list objects. Attempting to access dunder-methods
using get-path keys will raise a KeyError
(e.g. get(SomeClass(),
'__init__'
will raise). Access to dict keys are unaffected (e.g.
get({'__init__': True}, '__init__')
will return True
).
(breaking change)exceptions
argument in pydash.retry
.pydash.delay
where it could
fail on certain environments.Update BuildRequires from pyproject.toml
version update to 5.1.0 v5.1.0 (2021-10-02)
pydash.get
in functions like pydash.find
.
v5.0.2 (2021-07-15)pydash.py_
/ pydash._
and typing.Protocol
+ typing.runtime_checkable
that caused an exception to be raised for isinstance(py_, SomeRuntimeCheckableProtocol)
.
v5.0.1 (2021-06-27)merge_with
that prevented custom iteratee from being used when recursively merging. Thanks weineel_!
v5.0.0 (2021-03-29)camel_case
human_case
kebab_case
lower_case
pascal_case
separator_case
slugify
snake_case
start_case
upper_case
pydash.strings
by pre-compiling them to regular expression pattern objects.
v4.9.3 (2021-03-03)v4.8.0
that caused merge
and merge_with
to raise an exception when passing None
as the first argument.
v4.9.2 (2020-12-24)v4.9.1
that broke pydash.get
for dictionaries and dot-delimited keys that reference
integer dict-keys.
v4.9.1 (2020-12-14)get/has
that caused defaultdict
objects to get populated on key access.
v4.9.0 (2020-10-27)default_to_any
. Thanks gonzalonaveira_!Fix mishandling of key names containing \.
in set_
, set_with
, and update_with
where the .
was not
treated as a literal value within the key name. Thanks zhaowb_!
python-mock is not required for build
Activate test suite
Update to v4.8.0
Initial spec for v4.7.6 Changes in python-redis:
Replace %pythoninstall with %pyprojectinstall
add https://github.com/redis/redis-py/pull/3005 as Close-various-objects-created-during-asyncio-tests.patch to fix tests for python 3.12
Add patch to increase timeouts in s390x where tests take longer to run:
increase-test-timeout.patch
Disable broken tests for ppc64le, bsc#1216606
Add pytest.ini source needed to run tests
Remove/disable broken tests because of suse environment
drop tox.ini. seems it does no longer exist in 5.0.1
add support to easily disable the testsuite at build time
update to 5.0.1
Maintenance
Docstring formatting fix (#2796)
update to 4.5.5:
Really do not use asyncio's timeout lib before 3.11.2
add sle15pythonmodule_pythons
Update to 4.5.4:
Bug Fixes
Clean up BuildRequires and Requires.
Disable broken test test_xautoclaim gh#redis/redis-py#2554
Mark TOPK.COUNT as deprecated (#2363)
Docs: Add a note about clientsetname and clientname difference
Delete unused redismod.conf, remove duplicate Source entry for tox.ini
Add redismod.conf and tox.ini as Sources to SPEC file.
Update to version 4.3.3
Fix modules links to https://redis.io/commands/ (#2185)
retries
for Retry
class to retry foreveritems
parameter to hset
signature.lock()
method on RedisClusterdecode_components
flag
to the from_url
functions. This is now done by default
and cannot be disabled. #589redis.client
to
access commands directly should import redis.commands
.
#1534, #1550Drop account-defaults-redis.patch merged upstream
Add account-defaults-redis.patch which fixes failing tests by taking into consideration redis defaults, not overwriting them (gh#andymccurdy/redis-py#1499).
Skipp two tests because of gh#andymccurdy/redis-py#1459.
update to 3.5.3
replace_ttl
. When False (the
default), Lock.extend() adds the additional_time
to the lock's existing
TTL. When replace_ttl=True, the lock's existing TTL is replaced with
the value of additional_time
.Add testing and support for PyPy.
Better error handling Changes in python-retrying:
Add %{?sle15pythonmodule_pythons}
require setuptools
Switch to pyproject macros.
Stop using greedy globs in %files.
Update to version 1.3.4
Updated repository references
Improve summary.
Remove superfluous devel dependency for noarch package
Initial package Changes in python-semver:
418
: Replace :class:~collection.OrderedDict
with
:class:dict
.~collection.OrderedDict
.431
: Clarify version policy for the different semver
versions (v2, v3, >v3) and the supported Python versions.432
: Improve external doc links to Python and Pydantic.:pr:417
: Amend GitHub Actions to check against MacOS.
Prepare version 3.0.1 by @tomschr in #413
update to version 3.0.0:
291
: Disallow negative numbers in VersionInfo arguments
for major
, minor
, and patch
.310
: Rework API documentation.
Follow a more 'semi-manual' attempt and add auto directives
into :file:docs/api.rst
.344
: Allow empty string, a string with a prefix, or None
as token in
:meth:~semver.version.Version.bump_build
and
:meth:~semver.version.Version.bump_prerelease
.384
: General cleanup, reformat files:
extend-exclude
for flake in :file:`setup.cfg`` and adapt list.skip_install=True
in :file:tox.ini
for black393
: Fix command :command:python -m semver
to avoid the error 'invalid choice'396
: Calling :meth:~semver.version.Version.parse
on a derived class will show correct type of derived class.
169
: Deprecate CLI functions not imported from semver.cli
.234
: In :file:setup.py
simplified file and remove
Tox
and Clean
classes284
: Deprecate the use of :meth:~Version.isvalid
.
Rename :meth:~semver.version.Version.isvalid
to :meth:~semver.version.Version.is_valid
for consistency reasons with :meth:~semver.version.Version.is_compatible
.402
: Keep :func:semver.compare <semver._deprecated.compare>
.
Although it breaks consistency with module level functions, it seems it's
a much needed/used function. It's still unclear if we should deprecate
this function or not (that's why we use :py:exc:PendingDeprecationWarning
).
As we don't have a uniform initializer yet, this function stays in the
:file:_deprecated.py
file for the time being until we find a better solution. See :gh:258
for details.
semver.py
src/semver/__init__.py
src/semver/cli.py
for all CLI methodssrc/semver/_deprecated.py
for the deprecated
decorator and other deprecated functionssrc/semver/__main__.py
to allow calling the CLI using :command:python -m semver
src/semver/_types.py
to hold type aliasessrc/semver/version.py
to hold the :class:Version
class (old name :class:VersionInfo
) and its utility functionssrc/semver/__about__.py
for all the metadata variables213
: Add typing information284
: Implement :meth:~semver.version.Version.is_compatible
to make 'is self compatible with X'.:gh:305
: Rename :class:~semver.version.VersionInfo
to :class:~semver.version.Version
but keep an alias for compatibility
374
: Correct Towncrier's config entries in the :file:pyproject.toml
file.
The old entries [[tool.towncrier.type]]
are deprecated and need
to be replaced by [tool.towncrier.fragment.<TYPE>]
.372
: Deprecate support for Python 3.6.
Python 3.6 reached its end of life and isn't supported anymore.
At the time of writing (Dec 2022), the lowest version is 3.7.
Although the poll <https://github.com/python-semver/python-semver/discussions/371>
_
didn't cast many votes, the majority agree to remove support for
Python 3.6.335
: Add new section 'Converting versions between PyPI and semver' the limitations
and possible use cases to convert from one into the other versioning scheme.340
: Describe how to get version from a file343
: Describe combining Pydantic with semver in the 'Advanced topic'
section.350
: Restructure usage section. Create subdirectory 'usage/' and splitted
all section into different files.351
: Introduce new topics for:
359
: Add optional parameter optional_minor_and_patch
in :meth:.Version.parse
to allow optional
minor and patch parts.362
: Make :meth:.Version.match
accept a bare version string as match expression, defaulting to
equality testing.364
: Enhance :file:pyproject.toml
to make it possible to use the
:command:pyproject-build
command from the build module.
For more information, see :ref:build-semver
.365
: Improve :file:pyproject.toml
.
A Practical Guide to Setuptools and Pyproject.toml
<https://godatadriven.com/blog/a-practical-guide-to-setuptools-and-pyproject-toml/>
_..travis.yml
in :file:MANIFEST.in
(not needed anymore)tox.ini
tox.ini
:gh:378
: Fix some typos in Towncrier configuration
switch to the tagged version rather than a gh branch tarball
fix support for Python 3.10 with update to development version:
'changelog.d' directory <https://github.com/python-semver/python-semver/tree/master/changelog.d>
_:169
: Deprecate CLI functions not imported from semver.cli
.169
: Create semver package and split code among different modules in the packages.
semver.py
src/semver/__init__.py
src/semver/cli.py
for all CLI methodssrc/semver/_deprecated.py
for the deprecated
decorator and other deprecated functionssrc/semver/__main__.py
to allow calling the CLI using :command:python -m semver
src/semver/_types.py
to hold type aliasessrc/semver/version.py
to hold the :class:Version
class (old name :class:VersionInfo
) and its utility functionssrc/semver/__about__.py
for all the metadata variables305
: Rename :class:VersionInfo
to :class:Version
but keep an alias for compatibility304
: Several improvements in documentation:
305
: Add note about :class:Version
rename.169
: Adapted infrastructure code to the new project layout.
setup.py
with :file:setup.cfg
because the :file:setup.cfg
is easier to usedeprecated
to hardcode the semver
package name in the warning.
Increase coverage to 100% for all non-deprecated APIs304
: Support PEP-561 :file:py.typed
.
According to the mentioned PEP:
'Package maintainers who wish to support type checking
of their code MUST add a marker file named :file:py.typed
to their package supporting typing.'
Add package_data to :file:setup.cfg
to include this marker in dist
and whl file.290
: For semver 3.0.0-alpha0:
tox.ini
and :file:.travis.yml
Remove targets py27, py34, py35, and pypy.
Add py38, py39, and nightly (allow to fail)setup.py
simplified file and remove
Tox
and Clean
classes234
: In :file:setup.py
simplified file and remove
Tox
and Clean
classes290
: Create semver 3.0.0-alpha0
README.rst
, mention maintenance
branch maint/v2
.tests/
directorysetup.py
. Requires Python >=3.6.*
Extract metadata directly from source (affects all the __version__
,
__author__
etc. variables)270
: Configure Towncrier (:pr:273
:)
changelog.d/.gitignore
to keep this directorychangelog.d/README.rst
with some descriptionschangelog.d/_template.rst
as Towncrier template[tool.towncrier]
section in :file:pyproject.toml
tox.ini
. Use it like
:command:tox -e changelog -- CMD
whereas CMD
is a
Towncrier command. The default :command:tox -e changelog
calls Towncrier to create a draft of the changelog file
and output it to stdout.changelog.d/README.rst
.276
: Document how to create a sublass from :class:VersionInfo
class213
: Add typing information291
: Disallow negative numbers in VersionInfo arguments
for major
, minor
, and patch
.290
: Several improvements in the documentation:
290
: Add supported Python versions to :command:black
.Require update-alternatives for the scriptlets.
Switch build system from setuptools to pyproject.toml
Replace %pythoninstall with %pyprojectinstall
Limit Python files matched in %files section
Use %sle15pythonmodule_pythons
do not require python-mock for build
update to 0.4.0:
#219
_) + Add docker based end to end
functinal tests for Mongo/Postgres/MySQL~/.ssh
.stop(force=True)
on exitdaemon_forward_servers = True
hack for hangs preventionblock_on_close
option.stop(force=True)
for force close active connectionsChanges in python-strictyaml:
require setuptools
update to 1.7.3:
Add %{?sle15pythonmodule_pythons}
Update to 1.6.2 No relevant code changes. see details changelog: https://hitchdev.com/strictyaml/changelog/#latest
update to 1.6.1 too many changes to be listed here see detailed changelog: https://hitchdev.com/strictyaml/changelog/
update to 1.4.4
version update to 1.0.6
Update to 1.0.5:
Expand %description.
Initial spec for v1.0.3 Changes in python-sure:
Switch build system from setuptools to pyproject.toml
update to 2.0.1:
Add %{?sle15pythonmodule_pythons}
Remove mock from BuildRequires.
Rebase python-sure-no-mock.patch to remove one missed import.
do not require mock for build nor runtime
added patches fix https://github.com/gabrielfalcao/sure/pull/161
Update to 2.0.0
switch to pytest
Version update to 1.4.11:
Changes in python-vcrpy:
- Update to 6.0.1
* BREAKING: Fix issue with httpx support (thanks @parkerhancock) in #784.
* BREAKING: Drop support for boto
(vcrpy still supports boto3, but is dropping the deprecated boto
support in this release. (thanks @jairhenrique)
* Fix compatibility issue with Python 3.12 (thanks @hartwork)
* Drop simplejson (fixes some compatibility issues) (thanks @jairhenrique)
* Run CI on Python 3.12 and PyPy 3.9-3.10 (thanks @mgorny)
* Various linting and docs improvements (thanks @jairhenrique)
* Tornado fixes (thanks @graingert)
six is not required
Use sle15pythonmodule_pythons
Restrict urllib3 < 2 -- gh#kevin1024/vcrpy#688
Update to version 4.2.1
Update to 4.1.1:
Update to 4.1.0:
Remove patch 0001-Revert-v4.0.x-Remove-legacy-python-and-add-python3.8.patch as we dropped py2 integration support on Tumbleweed
Added patch 0001-Revert-v4.0.x-Remove-legacy-python-and-add-python3.8.patch
Fix locale on Leap
update to version 4.0.2
Changes in python-xmltodict: - Clean up the SPEC file.
add sle15pythonmodule_pythons
update to 0.13.0:
Add patch skip-tests-expat-245.patch:
Changes in python-asgiref:
First package shipment.
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-chardet": "5.2.0-150400.13.7.2", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-docker": "7.0.0-150400.8.4.4", "python311-retrying": "1.3.4-150400.12.4.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-knack": "0.11.0-150400.10.4.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-pydash": "6.0.2-150400.9.4.1", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-semver": "3.0.2-150400.10.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-argcomplete": "3.3.0-150400.12.12.2", "python311-paramiko": "3.4.0-150400.13.10.4", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-yarl": "1.9.2-150400.8.7.4", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-blinker": "1.6.2-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-multidict": "6.0.4-150400.7.7.4", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-psutil": "5.9.5-150400.6.9.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-zope.interface": "6.0-150400.12.7.4" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-xmltodict": "0.13.0-150400.12.4.1", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-sure": "2.0.1-150400.12.4.4", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }
{ "binaries": [ { "python311-tabulate": "0.9.0-150400.11.7.4", "python311-lexicon": "2.0.1-150400.10.7.1", "python311-argcomplete": "3.3.0-150400.12.12.2", "python-paramiko-doc": "3.4.0-150400.13.10.4", "python311-Twisted-http2": "22.10.0-150400.5.17.4", "python311-vcrpy": "6.0.1-150400.7.4.4", "python311-asgiref": "3.6.0-150400.9.7.3", "python311-httplib2": "0.22.0-150400.10.4.1", "python311-Twisted-serial": "22.10.0-150400.5.17.4", "python311-httpretty": "1.1.4-150400.11.4.1", "python311-tqdm": "4.66.1-150400.9.7.4", "python311-Automat": "22.10.0-150400.3.7.2", "python311-opencensus-ext-threading": "0.1.2-150400.10.6.1", "python311-invoke": "2.1.2-150400.10.7.4", "python311-opentelemetry-test-utils": "0.44b0-150400.9.3.1", "python311-marshmallow": "3.20.2-150400.9.7.1", "python311-fakeredis": "2.21.0-150400.9.3.4", "python-tqdm-bash-completion": "4.66.1-150400.9.7.4", "python311-knack": "0.11.0-150400.10.4.4", "python311-requests-oauthlib": "1.3.1-150400.12.7.1", "python311-multidict": "6.0.4-150400.7.7.4", "python311-constantly": "15.1.0-150400.12.7.2", "python311-sortedcontainers": "2.4.0-150400.8.7.4", "python311-chardet": "5.2.0-150400.13.7.2", "python311-psutil": "5.9.5-150400.6.9.4", "python311-service_identity": "23.1.0-150400.8.7.1", "python311-wheel": "0.40.0-150400.13.7.4", "python311-frozenlist": "1.3.3-150400.9.7.2", "python311-pathspec": "0.11.1-150400.9.7.2", "python311-oauthlib": "3.2.2-150400.12.7.4", "python311-typing_extensions": "4.5.0-150400.3.9.1", "python311-opencensus": "0.11.4-150400.10.6.3", "python311-pyparsing": "3.0.9-150400.5.7.4", "python311-Twisted-all_non_platform": "22.10.0-150400.5.17.4", "python311-PyJWT": "2.8.0-150400.8.7.2", "python311-fixedint": "0.2.0-150400.9.3.1", "python311-zope.interface": "6.0-150400.12.7.4", "python311-wrapt": "1.15.0-150400.12.7.1", "python311-Deprecated": "1.2.14-150400.10.7.2", "python311-blinker": "1.6.2-150400.12.7.4", "python311-javaproperties": "0.8.1-150400.10.4.4", "python311-paramiko": "3.4.0-150400.13.10.4", "python311-pycomposefile": "0.0.30-150400.9.3.1", "python311-Twisted-conch": "22.10.0-150400.5.17.4", "python311-async_timeout": "4.0.2-150400.10.7.2", "python311-retrying": "1.3.4-150400.12.4.1", "python311-opencensus-context": "0.1.3-150400.10.6.1", "python311-yarl": "1.9.2-150400.8.7.4", "python311-incremental": "22.10.0-150400.3.7.2", "python311-distro": "1.9.0-150400.12.4.1", "python311-portalocker": "2.7.0-150400.10.7.4", "python311-docker": "7.0.0-150400.8.4.4", "python311-zipp": "3.15.0-150400.10.7.1", "python311-fluidity-sm": "0.2.0-150400.10.7.2", "python311-PyGithub": "1.57-150400.10.4.4", "python311-opentelemetry-api": "1.23.0-150400.10.7.1", "python311-jsondiff": "2.0.0-150400.10.4.1", "python311-opentelemetry-sdk": "1.23.0-150400.9.3.1", "python311-hyperlink": "21.0.0-150400.12.7.4", "python311-aiohttp": "3.9.3-150400.10.18.4", "python311-isodate": "0.6.1-150400.12.7.2", "python311-decorator": "5.1.1-150400.12.7.4", "python311-Fabric": "3.2.2-150400.10.4.1", "python311-Twisted-contextvars": "22.10.0-150400.5.17.4", "python311-Twisted-conch_nacl": "22.10.0-150400.5.17.4", "python311-Twisted-tls": "22.10.0-150400.5.17.4", "python311-antlr4-python3-runtime": "4.13.1-150400.10.4.1", "python311-scp": "0.14.5-150400.12.7.4", "python311-pip": "22.3.1-150400.17.16.4", "python311-opentelemetry-semantic-conventions": "0.44b0-150400.9.3.1", "python311-avro": "1.11.3-150400.10.4.1", "python311-Twisted": "22.10.0-150400.5.17.4", "python311-humanfriendly": "10.0-150400.13.7.4", "python311-pkginfo": "1.9.6-150400.7.7.1", "python311-strictyaml": "1.7.3-150400.9.3.4", "python311-importlib-metadata": "6.8.0-150400.10.9.2", "python311-redis": "5.0.1-150400.12.4.4", "python311-sshtunnel": "0.4.0-150400.5.4.4", "python311-Pygments": "2.15.1-150400.7.7.4", "python311-semver": "3.0.2-150400.10.4.1", "python311-aiosignal": "1.3.1-150400.9.7.2", "python311-websocket-client": "1.5.1-150400.13.7.1", "python311-pydash": "6.0.2-150400.9.4.1" } ] }