Skip to content

Project that dynamically unpickles pickle files.

Notifications You must be signed in to change notification settings

Jdvakil/Unpickler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Unpickler

Project that dynamically unpickles pickle files. With this tool, all the user needs to do is to import the package, pass the parameters(path) and let the unpickling happen

Example on using unpic.py:

path = 'path/filename.pkl'

print(unpickle.unpickle(path))

About

Project that dynamically unpickles pickle files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages