Block or Report
Block or report Necklaces
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
plyvel Public
Forked from wbolster/plyvel
Plyvel, a fast and feature-rich Python interface to LevelDB
Cython
5 contributions in the last year
Less
More
Contribution activity
March 2023
Created 1 commit in 1 repository
Created 1 repository
- Necklaces/plyvel Cython
Created a pull request in wbolster/plyvel that received 5 comments
Allow using plyvel.DB as a context manager
Allows for using with
on plyvel.DB, like this:
with plyvel.DB(...) as db: ...
I'm not too familiar with the codebase, but I added a test and it see…
+16
−0
•
5
comments