>>> from kenobi import KenobiDB  

>>> db = KenobiDB('example.db')  

>>> db.insert({'name': 'Yoda', 'lightsaber': 'green'})  
True  

>>> db.search('lightsaber', 'green')  
[{'name': 'Yoda', 'lightsaber': 'green'}]  
  • logging_strict
    link
    fedilink
    arrow-up
    4
    ·
    2 days ago

    Why do we care?

    Both github and pypi are likely to receive DMCA Complaints causing them trouble and grief.

    Coders use both github and pypi and would prefer less trouble coming their way