PyPI project
pymongo
100+ indexed releases ยท newest sdist 4.17.0 with 405 indexed members
Files in 4.17.0 pymongo-4.17.0.tar.gz
- .evergreen/scripts/__init__.py
- .evergreen/scripts/generate_config.py
- .evergreen/scripts/generate_config_utils.py
- .evergreen/scripts/kms_tester.py
- .evergreen/scripts/mod_wsgi_tester.py
- .evergreen/scripts/oidc_tester.py
- .evergreen/scripts/resync-all-specs.py
- .evergreen/scripts/run_server.py
- .evergreen/scripts/run_tests.py
- .evergreen/scripts/setup_tests.py
- .evergreen/scripts/teardown_tests.py
- .evergreen/scripts/utils.py
- _setup.py
- bson/__init__.py
- bson/_helpers.py
- bson/binary.py
- bson/code.py
- bson/codec_options.py
- bson/datetime_ms.py
- bson/dbref.py
- bson/decimal128.py
- bson/errors.py
- bson/int64.py
- bson/json_util.py
- bson/max_key.py
- bson/min_key.py
- bson/objectid.py
- bson/raw_bson.py
- bson/regex.py
- bson/son.py
- bson/timestamp.py
- bson/typings.py
- bson/tz_util.py
- doc/__init__.py
- doc/conf.py
- gridfs/__init__.py
- gridfs/asynchronous/__init__.py
- gridfs/asynchronous/grid_file.py
- gridfs/errors.py
- gridfs/grid_file.py
- gridfs/grid_file_shared.py
- gridfs/synchronous/__init__.py
- gridfs/synchronous/grid_file.py
- hatch_build.py
- integration_tests/test_uv_loop.py
- pymongo/__init__.py
- pymongo/_asyncio_lock.py
- pymongo/_asyncio_task.py
- pymongo/_azure_helpers.py
- pymongo/_client_bulk_shared.py
- pymongo/_csot.py
- pymongo/_gcp_helpers.py
- pymongo/_version.py
- pymongo/asynchronous/__init__.py
- pymongo/asynchronous/aggregation.py
- pymongo/asynchronous/auth.py
- pymongo/asynchronous/auth_aws.py
- pymongo/asynchronous/auth_oidc.py
- pymongo/asynchronous/bulk.py
- pymongo/asynchronous/change_stream.py
- pymongo/asynchronous/client_bulk.py
- pymongo/asynchronous/client_session.py
- pymongo/asynchronous/collection.py
- pymongo/asynchronous/command_cursor.py
- pymongo/asynchronous/cursor.py
- pymongo/asynchronous/cursor_base.py
- pymongo/asynchronous/database.py
- pymongo/asynchronous/encryption.py
- pymongo/asynchronous/helpers.py
- pymongo/asynchronous/mongo_client.py
- pymongo/asynchronous/monitor.py
- pymongo/asynchronous/network.py
- pymongo/asynchronous/pool.py
- pymongo/asynchronous/server.py
- pymongo/asynchronous/settings.py
- pymongo/asynchronous/srv_resolver.py
- pymongo/asynchronous/topology.py
- pymongo/asynchronous/uri_parser.py
- pymongo/auth.py
- pymongo/auth_oidc.py
- pymongo/auth_oidc_shared.py
- pymongo/auth_shared.py
- pymongo/bulk_shared.py
- pymongo/change_stream.py
- pymongo/client_options.py
- pymongo/client_session.py
- pymongo/collation.py
- pymongo/collection.py
- pymongo/command_cursor.py
- pymongo/common.py
- pymongo/compression_support.py
- pymongo/cursor.py
- pymongo/cursor_shared.py
- pymongo/daemon.py
- pymongo/database.py
- pymongo/database_shared.py
- pymongo/driver_info.py
- pymongo/encryption.py
- pymongo/encryption_options.py
- pymongo/errors.py
- pymongo/event_loggers.py
- pymongo/hello.py
- pymongo/helpers_shared.py
- pymongo/lock.py
- pymongo/logger.py
- pymongo/max_staleness_selectors.py
- pymongo/message.py
- pymongo/mongo_client.py
- pymongo/monitoring.py
- pymongo/network_layer.py
- pymongo/ocsp_cache.py
- pymongo/ocsp_support.py
- pymongo/operations.py
- pymongo/periodic_executor.py
- pymongo/pool.py
- pymongo/pool_options.py
- pymongo/pool_shared.py
- pymongo/pyopenssl_context.py
- pymongo/read_concern.py
- pymongo/read_preferences.py
- pymongo/response.py
- pymongo/results.py
- pymongo/saslprep.py
- pymongo/server_api.py
- pymongo/server_description.py
- pymongo/server_selectors.py
- pymongo/server_type.py
- pymongo/socket_checker.py
- pymongo/ssl_context.py
- pymongo/ssl_support.py
- pymongo/synchronous/__init__.py
- pymongo/synchronous/aggregation.py
- pymongo/synchronous/auth.py
- pymongo/synchronous/auth_aws.py
- pymongo/synchronous/auth_oidc.py
- pymongo/synchronous/bulk.py
- pymongo/synchronous/change_stream.py
- pymongo/synchronous/client_bulk.py
- pymongo/synchronous/client_session.py
- pymongo/synchronous/collection.py
- pymongo/synchronous/command_cursor.py
- pymongo/synchronous/cursor.py
- pymongo/synchronous/cursor_base.py
- pymongo/synchronous/database.py
- pymongo/synchronous/encryption.py
- pymongo/synchronous/helpers.py
- pymongo/synchronous/mongo_client.py
- pymongo/synchronous/monitor.py
- pymongo/synchronous/network.py
- pymongo/synchronous/pool.py
- pymongo/synchronous/server.py
- pymongo/synchronous/settings.py
- pymongo/synchronous/srv_resolver.py
- pymongo/synchronous/topology.py
- pymongo/synchronous/uri_parser.py
- pymongo/topology_description.py
- pymongo/typings.py
- pymongo/uri_parser.py
- pymongo/uri_parser_shared.py
- pymongo/write_concern.py
- setup.py
- test/__init__.py
- test/asynchronous/__init__.py
- test/asynchronous/conftest.py
- test/asynchronous/helpers.py
- test/asynchronous/pymongo_mocks.py
- test/asynchronous/qcheck.py
- test/asynchronous/test_async_cancellation.py
- test/asynchronous/test_async_contextvars_reset.py
- test/asynchronous/test_async_loop_safety.py
- test/asynchronous/test_async_loop_unblocked.py
- test/asynchronous/test_auth.py
- test/asynchronous/test_auth_oidc.py
- test/asynchronous/test_auth_spec.py
- test/asynchronous/test_bulk.py
- test/asynchronous/test_change_stream.py
- test/asynchronous/test_client.py
- test/asynchronous/test_client_backpressure.py
- test/asynchronous/test_client_bulk_write.py
- test/asynchronous/test_client_context.py
- test/asynchronous/test_client_metadata.py
- test/asynchronous/test_collation.py
- test/asynchronous/test_collection.py
- test/asynchronous/test_collection_management.py
- test/asynchronous/test_command_logging.py
- test/asynchronous/test_command_monitoring.py
- test/asynchronous/test_comment.py
- test/asynchronous/test_common.py
- test/asynchronous/test_concurrency.py
- test/asynchronous/test_connection_logging.py
- test/asynchronous/test_connection_monitoring.py
- test/asynchronous/test_connections_survive_primary_stepdown_spec.py
- test/asynchronous/test_create_entities.py
- test/asynchronous/test_crud_unified.py
- test/asynchronous/test_csot.py
- test/asynchronous/test_cursor.py
- test/asynchronous/test_custom_types.py
- test/asynchronous/test_database.py
- test/asynchronous/test_discovery_and_monitoring.py
- test/asynchronous/test_dns.py
- test/asynchronous/test_encryption.py
- test/asynchronous/test_examples.py
- test/asynchronous/test_grid_file.py
- test/asynchronous/test_gridfs.py
- test/asynchronous/test_gridfs_bucket.py
- test/asynchronous/test_gridfs_spec.py
- test/asynchronous/test_heartbeat_monitoring.py
- test/asynchronous/test_index_management.py
- test/asynchronous/test_json_util_integration.py
- test/asynchronous/test_load_balancer.py
- test/asynchronous/test_locks.py
- test/asynchronous/test_logger.py
- test/asynchronous/test_max_staleness.py
- test/asynchronous/test_mongos_load_balancing.py
- test/asynchronous/test_monitor.py
- test/asynchronous/test_monitoring.py
- test/asynchronous/test_on_demand_csfle.py
- test/asynchronous/test_pooling.py
- test/asynchronous/test_raw_bson.py
- test/asynchronous/test_read_concern.py
- test/asynchronous/test_read_preferences.py
- test/asynchronous/test_read_write_concern_spec.py
- test/asynchronous/test_retryable_reads.py
- test/asynchronous/test_retryable_reads_unified.py
- test/asynchronous/test_retryable_writes.py
- test/asynchronous/test_retryable_writes_unified.py
- test/asynchronous/test_run_command.py
- test/asynchronous/test_sdam_monitoring_spec.py
- test/asynchronous/test_server_selection.py
- test/asynchronous/test_server_selection_in_window.py
- test/asynchronous/test_server_selection_logging.py
- test/asynchronous/test_server_selection_rtt.py
- test/asynchronous/test_session.py
- test/asynchronous/test_sessions_unified.py
- test/asynchronous/test_srv_polling.py
- test/asynchronous/test_ssl.py
- test/asynchronous/test_streaming_protocol.py
- test/asynchronous/test_transactions.py
- test/asynchronous/test_transactions_unified.py
- test/asynchronous/test_unified_format.py
- test/asynchronous/test_versioned_api_integration.py
- test/asynchronous/unified_format.py
- test/asynchronous/utils.py
- test/asynchronous/utils_selection_tests.py
- test/asynchronous/utils_spec_runner.py
- test/atlas/test_connection.py
- test/auth_aws/test_auth_aws.py
- test/conftest.py
- test/helpers.py
- test/helpers_shared.py
- test/lambda/mongodb/__init__.py
- test/lambda/mongodb/app.py
- test/mockupdb/operations.py
- test/mockupdb/test_auth_recovering_member.py
- test/mockupdb/test_cluster_time.py
- test/mockupdb/test_cursor.py
- test/mockupdb/test_cursor_namespace.py
- test/mockupdb/test_getmore_sharded.py
- test/mockupdb/test_handshake.py
- test/mockupdb/test_initial_ismaster.py
- test/mockupdb/test_list_indexes.py
- test/mockupdb/test_max_staleness.py
- test/mockupdb/test_mixed_version_sharded.py
- test/mockupdb/test_mongos_command_read_mode.py
- test/mockupdb/test_network_disconnect_primary.py
- test/mockupdb/test_op_msg.py
- test/mockupdb/test_op_msg_read_preference.py
- test/mockupdb/test_query_read_pref_sharded.py
- test/mockupdb/test_reset_and_request_check.py
- test/mockupdb/test_rsghost.py
- test/mockupdb/test_slave_okay_rs.py
- test/mockupdb/test_slave_okay_sharded.py
- test/mockupdb/test_slave_okay_single.py
- test/mockupdb/test_standalone_shard.py
- test/mod_wsgi_test/mod_wsgi_test.py
- test/mod_wsgi_test/test_client.py
- test/mypy_fails/insert_many_dict.py
- test/mypy_fails/insert_one_list.py
- test/mypy_fails/raw_bson_document.py
- test/mypy_fails/typedict_client.py
- test/ocsp/test_ocsp.py
- test/performance/async_perf_test.py
- test/performance/perf_test.py
- test/pymongo_mocks.py
- test/pytest_conf.py
- test/qcheck.py
- test/sigstop_sigcont.py
- test/test_auth.py
- test/test_auth_oidc.py
- test/test_auth_spec.py
- test/test_azure_helpers.py
- test/test_binary.py
- test/test_bson.py
- test/test_bson_binary_vector.py
- test/test_bson_corpus.py
- test/test_bulk.py
- test/test_change_stream.py
- test/test_client.py
- test/test_client_backpressure.py
- test/test_client_bulk_write.py
- test/test_client_context.py
- test/test_client_metadata.py
- test/test_code.py
- test/test_collation.py
- test/test_collection.py
- test/test_collection_management.py
- test/test_command_logging.py
- test/test_command_monitoring.py
- test/test_comment.py
- test/test_common.py
- test/test_connection_logging.py
- test/test_connection_monitoring.py
- test/test_connections_survive_primary_stepdown_spec.py
- test/test_create_entities.py
- test/test_crud_unified.py
- test/test_crud_v1.py
- test/test_csot.py
- test/test_cursor.py
- test/test_custom_types.py
- test/test_database.py
- test/test_dbref.py
- test/test_decimal128.py
- test/test_default_exports.py
- test/test_discovery_and_monitoring.py
- test/test_dns.py
- test/test_encryption.py
- test/test_errors.py
- test/test_examples.py
- test/test_fork.py
- test/test_gcp_helpers.py
- test/test_grid_file.py
- test/test_gridfs.py
- test/test_gridfs_bucket.py
- test/test_gridfs_spec.py
- test/test_heartbeat_monitoring.py
- test/test_index_management.py
- test/test_json_util.py
- test/test_json_util_integration.py
- test/test_load_balancer.py
- test/test_logger.py
- test/test_max_staleness.py
- test/test_mongos_load_balancing.py
- test/test_monitor.py
- test/test_monitoring.py
- test/test_objectid.py
- test/test_ocsp_cache.py
- test/test_on_demand_csfle.py
- test/test_operations.py
- test/test_pooling.py
- test/test_pymongo.py
- test/test_raw_bson.py
- test/test_read_concern.py
- test/test_read_preferences.py
- test/test_read_write_concern_spec.py
- test/test_replica_set_reconfig.py
- test/test_results.py
- test/test_retryable_reads.py
- test/test_retryable_reads_unified.py
- test/test_retryable_writes.py
- test/test_retryable_writes_unified.py
- test/test_run_command.py
- test/test_saslprep.py
- test/test_sdam_monitoring_spec.py
- test/test_server.py
- test/test_server_description.py
- test/test_server_selection.py
- test/test_server_selection_in_window.py
- test/test_server_selection_logging.py
- test/test_server_selection_rtt.py
- test/test_session.py
- test/test_sessions_unified.py
- test/test_son.py
- test/test_srv_polling.py
- test/test_ssl.py
- test/test_streaming_protocol.py
- test/test_threads.py
- test/test_timestamp.py
- test/test_topology.py
- test/test_transactions.py
- test/test_transactions_unified.py
- test/test_typing.py
- test/test_typing_strict.py
- test/test_unified_format.py
- test/test_uri_parser.py
- test/test_uri_spec.py
- test/test_versioned_api.py
- test/test_versioned_api_integration.py
- test/test_write_concern.py
- test/unicode/test_utf8.py
- test/unified_format.py
- test/unified_format_shared.py
- test/utils.py
- test/utils_selection_tests.py
- test/utils_selection_tests_shared.py
- test/utils_shared.py
- test/utils_spec_runner.py
- test/version.py
- tools/clean.py
- tools/compare_import_time.py
- tools/convert_test_to_async.py
and 5 more members in this release
Indexed releases
- 4.17.0
pymongo-4.17.0.tar.gz405 members - 4.17.0
pymongo-4.17.0-cp39-cp39-win_amd64.whl143 members - 4.17.0
pymongo-4.17.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl143 members - 4.17.0
pymongo-4.17.0-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl143 members - 4.17.0
pymongo-4.17.0-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl143 members - 4.17.0
pymongo-4.17.0-cp39-cp39-macosx_10_9_x86_64.whl143 members - 4.17.0
pymongo-4.17.0-cp314-cp314t-win_amd64.whl143 members - 4.17.0
pymongo-4.17.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl143 members - 4.17.0
pymongo-4.17.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl143 members - 4.17.0
pymongo-4.17.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl143 members - 4.17.0
pymongo-4.17.0-cp314-cp314t-macosx_10_15_x86_64.whl143 members - 4.17.0
pymongo-4.17.0-cp314-cp314-win_amd64.whl143 members - 4.17.0
pymongo-4.17.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl143 members - 4.17.0
pymongo-4.17.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl143 members - 4.17.0
pymongo-4.17.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl143 members - 4.17.0
pymongo-4.17.0-cp314-cp314-macosx_10_15_x86_64.whl143 members - 4.17.0
pymongo-4.17.0-cp313-cp313-win_amd64.whl143 members - 4.17.0
pymongo-4.17.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl143 members - 4.17.0
pymongo-4.17.0-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl143 members - 4.17.0
pymongo-4.17.0-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl143 members - 4.17.0
pymongo-4.17.0-cp313-cp313-macosx_10_13_x86_64.whl143 members - 4.17.0
pymongo-4.17.0-cp312-cp312-win_amd64.whl143 members - 4.17.0
pymongo-4.17.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl143 members - 4.17.0
pymongo-4.17.0-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl143 members - 4.17.0
pymongo-4.17.0-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl143 members - 4.17.0
pymongo-4.17.0-cp312-cp312-macosx_10_13_x86_64.whl143 members - 4.17.0
pymongo-4.17.0-cp311-cp311-win_amd64.whl143 members - 4.17.0
pymongo-4.17.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl143 members - 4.17.0
pymongo-4.17.0-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl143 members - 4.17.0
pymongo-4.17.0-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl143 members - 4.17.0
pymongo-4.17.0-cp311-cp311-macosx_10_9_x86_64.whl143 members - 4.17.0
pymongo-4.17.0-cp310-cp310-win_amd64.whl143 members - 4.17.0
pymongo-4.17.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl143 members - 4.17.0
pymongo-4.17.0-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl143 members - 4.17.0
pymongo-4.17.0-cp310-cp310-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl143 members - 4.17.0
pymongo-4.17.0-cp310-cp310-macosx_10_9_x86_64.whl143 members - 4.16.0
pymongo-4.16.0-cp39-cp39-win_arm64.whl141 members - 4.16.0
pymongo-4.16.0-cp39-cp39-win32.whl141 members - 4.16.0
pymongo-4.16.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl141 members - 4.16.0
pymongo-4.16.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl141 members - 4.16.0
pymongo-4.16.0-cp39-cp39-macosx_11_0_arm64.whl141 members - 4.16.0
pymongo-4.16.0-cp314-cp314t-win_arm64.whl141 members - 4.16.0
pymongo-4.16.0-cp314-cp314t-win32.whl141 members - 4.16.0
pymongo-4.16.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl141 members - 4.16.0
pymongo-4.16.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl141 members - 4.17.0
pymongo-4.17.0-cp39-cp39-win_arm64.whl143 members - 4.17.0
pymongo-4.17.0-cp39-cp39-win32.whl143 members - 4.17.0
pymongo-4.17.0-cp39-cp39-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl143 members - 4.16.0
pymongo-4.16.0-cp314-cp314t-macosx_11_0_arm64.whl141 members - 4.17.0
pymongo-4.17.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl143 members - 4.17.0
pymongo-4.17.0-cp39-cp39-macosx_11_0_arm64.whl143 members - 4.16.0
pymongo-4.16.0-cp314-cp314-win_arm64.whl141 members - 4.17.0
pymongo-4.17.0-cp314-cp314t-win_arm64.whl143 members - 4.17.0
pymongo-4.17.0-cp314-cp314t-win32.whl143 members - 4.16.0
pymongo-4.16.0-cp314-cp314-win32.whl141 members - 4.17.0
pymongo-4.17.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl143 members - 4.16.0
pymongo-4.16.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl141 members - 4.17.0
pymongo-4.17.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl143 members - 4.17.0
pymongo-4.17.0-cp314-cp314t-macosx_11_0_arm64.whl143 members - 4.17.0
pymongo-4.17.0-cp314-cp314-win_arm64.whl143 members - 4.17.0
pymongo-4.17.0-cp314-cp314-win32.whl143 members - 4.16.0
pymongo-4.16.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl141 members - 4.17.0
pymongo-4.17.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl143 members - 4.16.0
pymongo-4.16.0-cp314-cp314-macosx_11_0_arm64.whl141 members - 4.17.0
pymongo-4.17.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl143 members - 4.16.0
pymongo-4.16.0-cp313-cp313-win_arm64.whl141 members - 4.17.0
pymongo-4.17.0-cp314-cp314-macosx_11_0_arm64.whl143 members - 4.17.0
pymongo-4.17.0-cp313-cp313-win_arm64.whl143 members - 4.16.0
pymongo-4.16.0-cp313-cp313-win32.whl141 members - 4.17.0
pymongo-4.17.0-cp313-cp313-win32.whl143 members - 4.17.0
pymongo-4.17.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl143 members - 4.17.0
pymongo-4.17.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl143 members - 4.16.0
pymongo-4.16.0-cp313-cp313-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl141 members - 4.17.0
pymongo-4.17.0-cp313-cp313-macosx_11_0_arm64.whl143 members - 4.16.0
pymongo-4.16.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl141 members - 4.17.0
pymongo-4.17.0-cp312-cp312-win_arm64.whl143 members - 4.16.0
pymongo-4.16.0-cp313-cp313-macosx_11_0_arm64.whl141 members - 4.17.0
pymongo-4.17.0-cp312-cp312-win32.whl143 members - 4.16.0
pymongo-4.16.0-cp312-cp312-win_arm64.whl141 members - 4.17.0
pymongo-4.17.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl143 members - 4.17.0
pymongo-4.17.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl143 members - 4.17.0
pymongo-4.17.0-cp312-cp312-macosx_11_0_arm64.whl143 members - 4.16.0
pymongo-4.16.0-cp312-cp312-win32.whl141 members - 4.17.0
pymongo-4.17.0-cp311-cp311-win_arm64.whl143 members - 4.17.0
pymongo-4.17.0-cp311-cp311-win32.whl143 members - 4.17.0
pymongo-4.17.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl143 members - 4.16.0
pymongo-4.16.0-cp312-cp312-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl141 members - 4.17.0
pymongo-4.17.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl143 members - 4.17.0
pymongo-4.17.0-cp311-cp311-macosx_11_0_arm64.whl143 members - 4.16.0
pymongo-4.16.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl141 members - 4.17.0
pymongo-4.17.0-cp310-cp310-win_arm64.whl143 members - 4.16.0
pymongo-4.16.0-cp312-cp312-macosx_11_0_arm64.whl141 members - 4.17.0
pymongo-4.17.0-cp310-cp310-win32.whl143 members - 4.16.0
pymongo-4.16.0-cp311-cp311-win_arm64.whl141 members - 4.17.0
pymongo-4.17.0-cp310-cp310-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl143 members - 4.16.0
pymongo-4.16.0-cp311-cp311-win32.whl141 members - 4.17.0
pymongo-4.17.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl143 members - 4.16.0
pymongo-4.16.0-cp311-cp311-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl141 members - 4.17.0
pymongo-4.17.0-cp310-cp310-macosx_11_0_arm64.whl143 members - 4.16.0
pymongo-4.16.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl141 members
and more releases past the first 100