udger-python
udger-python copied to clipboard
Python agent string parser based on Udger https://udger.com/products/local_parser
I just installed udger in virtual env and tried to test example code: ``` >>> from udger import Udger >>> udger = Udger() >>> udger.parse_ua("Mozilla/5.0 (Windows NT 10.0; Win64; x64)...
I am in need of the following parameter while establishing the sqlite3 connection. The existing code block is `db = sqlite3.connect(db_filepath)` Can we allow passing the pre-defined parameters like `check_same_thread...
It would be nice to be able to reload the database at runtime (without stopping the process). I know it has been implemented in Java but it would be great...