Pre-release
This release is a pre-release and may not be stable for production use.
pylibseekdb compatibility package
pylibseekdb was renamed to seekdb in version 1.4.0. This final
compatibility release installs seekdb==1.4.0 and preserves the public
top-level import temporarily:
import pylibseekdb # deprecated
Applications should migrate to:
import seekdb
The former internal extension path pylibseekdb.pylibseekdb is not part of
the compatibility contract.