Skip to main content

Python3 fork of mongokit

Project description

This is a fork of [MongoKit](https://github.com/namlook/mongokit) for Python 3. All the documentation can be view there, with the following differences:

  • All references to unicode have been replaced with str.

  • basestring does not exist in Python 3, so it has mostly been replaced with bytes, except for a few cases where it is obvious from the context that str was intended instead.

  • Data stored in GridFS must be bytes. If a str is used, it should be encoded to bytes first.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page