davidlatwe / montydb

Monty, Mongo tinified. MongoDB implemented in Python !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve maintainability

davidlatwe opened this issue · comments

  • To be clear about what's implemented and what's not
  • Improve README
  • Add wiki
  • Add doc strings
  • Add type hints (after #28)
  • Add development guide (after #28)

I'm happy to start some mkdocs for the project

Thanks ! That would be really helpful :D

Seeing the project currently does not have that many dependencies, adding mkdocs-materials will now add some that need to be managed. How do you want me to handle these?

I personally have been using poetry to manage everything in my projects and fits in nicely with pyproject.toml of this project, it also simplifies package building and deployment, however will fit in with what you suggest.

Ah sure, poetry is good and would like to work with :)