>>> from kenobi import KenobiDB  

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

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

>>> db.search('lightsaber', 'green')  
[{'name': 'Yoda', 'lightsaber': 'green'}]  
  • @[email protected]
    link
    fedilink
    45 months 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