You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

listdbm

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

listdbm

helps you manage databases using lists

0.0.3
pipPyPI
Maintainers
1

Explaining The Library:

This Library is Useful, Why?

Because This Library can be used for .JSON Format Databases

Examples:

Creating a User:


from listdbm import SetUser

user = SetUser('rose', 'rosesecretpass1234', 'rosemail@gmail.com')

SetUser Args: name, password and email

Result:


list: [202, True, {'uuid': '1d0552db-4280-4d7b-83e5-a97a825ba3f5', ...}]

Changelog 0.0.3

  • Added own file Name Support

  • In the User() functions like name, password and email have changed to variables

Understand More by Exploring...

Keywords

python

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