mongokit icon indicating copy to clipboard operation
mongokit copied to clipboard

MongoKit 1.0.0 Release!?

Open eneepo opened this issue 10 years ago • 2 comments

I'm more than happy to anounce that the new realease is almost ready. It just needs your opinion and some dicussion to add/remove some features and of course to fix some buggs.

MongoKit now works on

  • [ ] Python 2.6 (I know some people are using it, but I'm really sorry, I don't think that I find the time to work on it)
  • [x] Python 2.7
  • [x] Python 3.3
  • [x] Python 3.4

The new release is available on the new branch called development(not devel). What I've done so far and should be done further more with your help:

  • [x] MongoKit now fully supports python 3.3 and python 3.4
  • [x] New documentation
    • [x] New documentation is abailable at MongoKit @ Read The Docs
    • [x] All the examples now have python 3 version too(I've tried to make it as simple as possible for Python/MongoKit new users)
    • [x] A new development section was added
    • [x] Organizing the documentation into sections for easier content reading/finding: Primary sections are:
      • Getting Started / Tutorial
      • Mapper Syntax: All the stuffs that you need to create Document Mapper(structure, required fields, etc)
      • CRUD Operations
      • Special Features: Mongokit special features like JSON convertions, Data Migration, and Pagination
      • Frameworks Support Documentations that you might need while using MongoKit with other frameworks, like django, flask, pylon, etc
    • [x] Documentation folder restructured(and I think it should be refined even more)
    • [x] An API Documentation is new available
    • [ ] Since I'm not a native speaker, it would be really nice if someone reads through the documentation.
    • [ ] What else do you think should be added?
  • [ ] Example app/s:
    • [ ] MongoKit-Flask - Just authentication/profile related stuffs, login, logout, profile(It's half ready - I'll push it to my repo soon)
    • [ ] Maybe an Oauth2 App
    • [ ] What else do you think is needed?
  • [ ] Replying/fixing the open issues(I think this one should be priority)

Your feedback makes what MongoKit will be in the future.

eneepo avatar Dec 25 '14 13:12 eneepo

Thanks for the hard works! Will #81 being fixed in the 1.0.0 version ?

reorx avatar Apr 02 '15 04:04 reorx

@eneepo any update on this?

I am interested in helping with mongokit, specially in Mongo 3.0 compatibility.

Want to chat over gitter?

goanpeca avatar Sep 25 '15 00:09 goanpeca