>>> 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@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    1 day 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