Nsukami _

Results 4 issues of Nsukami _

Currently working on adding [stubs](https://github.com/python/typeshed/pull/5778) for the dateparser library. I would like to know, is this something that could be interesting for you? Thanks o/

Type: Enhancement

The docs folder should be at the root package, right next to the `setup.py` file, [example](https://github.com/audreyfeldroy/cookiecutter-pypackage/tree/master/docs). Docs should be written using Restructured file format + Sphinx. See [here](https://www.sphinx-doc.org/en/master/) And a...

I'm not sure this file is useful. Or maybe I don't understand what is your intent. What is the real purpose of the `dev-test.ipynb` file ? Somewhere inside `test_user.py`, I...

Let's drop the `commands.txt` file and use Tox for automating some tasks (for example launching the tests) Here is a small `tox.ini` file that can be added to the project...