Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project status #1

Open
3 of 10 tasks
Windfarer opened this issue Oct 22, 2019 · 0 comments
Open
3 of 10 tasks

Project status #1

Windfarer opened this issue Oct 22, 2019 · 0 comments

Comments

@Windfarer
Copy link
Owner

Windfarer commented Oct 22, 2019

This project ports mongokit to Python 3 and the latest pymongo version.

Current status

Summary

This project can works in common Python 3 projects now, but there are some issues to be fixed.

Environment

OS: MacOS 10.14.6 or Linux
MongoDB version: 4.0
Python 3.5~3.8

Unit Test result:

https://travis-ci.org/Windfarer/mongokit-ng
Ran 277 tests all passed.

TODO:

  • Travis CI setup
  • Upload to pypi
  • Documentation
  • Fix unit tests
  • Fix deprecations

Known issues to be fixed:

  • Collection.save() is deprecated. => insert_one() or replace_one()
  • Collection.insert() is deprecated. => insert_one() or insert_many()
  • Collection.update() is deprecated. => replace_one, update_one or update_many
  • cursor.count() is deprecated. => Collection.count_documents()
  • Collection.find_and_modify is deprecated, use find_one_and_delete, find_one_and_replace, or find_one_and_update instead
@Windfarer Windfarer pinned this issue Oct 22, 2019
@Windfarer Windfarer changed the title Porting plan Project status Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant