utelle / apsw-sqlite3mc

Another Python SQLite wrapper bundled with SQLite3 Multiple Ciphers
https://utelle.github.io/SQLite3MultipleCiphers
Other
0 stars 0 forks source link

PyPI package not available #9

Closed richboss closed 1 week ago

richboss commented 1 week ago

The installation with pip install apsw-sqlite3mc does not work as no matching distribution is found. Additionally the PyPI website does not know anything about apsw-sqlite3mc.

rogerbinns commented 1 week ago

Thanks for your interest in APSW and SQLite3 Multiple Ciphers.

You have caught us in the final stages of putting together the first release. That release will happen in the next few days. You can try our final test release from test.pypi.org immediately, or wait a few days.

Any feedback you have is appreciated.

utelle commented 1 week ago

The first official apsw-sqlite3mc release is now available. Please give it a try.

Feedback is welcome.

richboss commented 1 week ago

Thank you! Installation via pip was smooth and quick. For testing purposes I "converted" a Peewee application from sqlite_ext to apsw_ext by changing only two lines of code. It worked out of the box. Very nice!