>>> from kenobi import KenobiDB  

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

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

>>> db.search('lightsaber', 'green')  
[{'name': 'Yoda', 'lightsaber': 'green'}]  
  • harrisonerd@piefed.social
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    7 hours ago

    Thanks everyone for their interest in this little project. We removed the drawing and any even somewhat Disney references. Disney does not own ‘kenobi’, they do own ‘Obi-Wan Kenobi’ and ‘Ben Kenobi’. There is nothing to do with either of these names of the Star Wars character on the GitHub or PyPI now. Thanks for the feedback everyone!

    • logging_strict
      link
      fedilink
      arrow-up
      3
      ·
      12 hours ago

      Thank you for getting rid of the imagery so quickly. It’s much better without it.

      You are right can get away with the package name.

      Looked over the source code and it’s a good project.

      Will look over it again and see what i can contribute