Vasiliy

Results 5 issues of Vasiliy

Like in this lib: [isodate](https://pypi.org/project/isodate/) [Lib python code](https://github.com/gweis/isodate/blob/ce635a7a483effb3fc246721cfb5a8a7b5174ab5/src/isodate/isoduration.py#L57) if needed Examples: P1Y2M6DT20H46M20S PT1H5M26S PT9H55M [Wiki description](https://en.wikipedia.org/wiki/ISO_8601#Durations)

help wanted

In master: geoip2 4.1.0 requires aiohttp=3.6.2, but you'll have aiohttp 2.3.10 which is incompatible. Also in an attempt to update package, you may and up with: `ImportError: aiosocks.SocksConnector require aiohttp...

How about also add docker and docker compose file to project to be able to user docker interpreter and/or if your package is intend to run under docker?

Yes, I read [faq](http://docs.mongoengine.org/faq.html). But now motor [stops active development](https://www.mongodb.com/community/forums/t/motor-3-6-0-released/297834) in favor of PyMongo and PyMongo develops [async client](https://pymongo.readthedocs.io/en/stable/async-tutorial.html). Also [uMongo](https://umongo.readthedocs.io/en/latest/) and [MotorEngine](https://motorengine.readthedocs.io/en/latest/) is not actively developed. Is there plans...

Is there any way to pass config dict as **kwargs to my class? There is 2 problem I try to solve: 1) Too many args will lead to an additional...

feature