🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

wpkit

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wpkit

A small example package

1.1.2.4
PyPI
Maintainers
1

wpkit

StartLogging

0.2.2.4:

Add to wpkit.pan:
    class LocalFSHandle:
        A handle to operate files and dirs
Add wpkt.services:
    class LocalFSServer:
        Combine falsk app and LocalFSHandle as one
        Serves on specific port and dir to handle requests from frontend
    class DBServer:
        Combine flask app and BackupDB as one
        Serves as a cloud database
[Frontend]
Add to pan.js:
    class RemoteDB & class RemoteFS:
        Helper classes to communicate with backend LocalFSServers and DBServers
Add to win.js:
    class QMenubar:
        GUI component
Other:
    Improve helper functions of class QWindow
    Add support for deleting files@dirs to explorer.js
    Add support for saving file to editor.js
@date:2019-12-28

0.2.1.6:

Add to wpkit.piu: 
    class Table:
        A db that stored data as record object. 
    class FileStorageHelper(Piu):
        A Piu db binded to a Table db , that helps handle files. 

0.2.1.2:

Add to wpkit:
    cv: 
        class Helper}
Add to wpkit.piu: 
    class FileDict:
        A dict binded to a file with specific name. 
    class BackupDB:
        A db stores old values even when keys are updated. 

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts