You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

randomstringgen

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

randomstringgen - pypi Package Compare versions

Comparing version
0.1
to
0.2
+1
-1
PKG-INFO
Metadata-Version: 1.1
Name: RandomStringGen
Version: 0.1
Version: 0.2
Summary: Tool to generate strings

@@ -5,0 +5,0 @@ Home-page: https://www.youtube.com/watch?v=dQw4w9WgXcQ

@@ -1,1 +0,1 @@

from RandomStringGen import String
from RandomStringGen import Strings

@@ -12,3 +12,3 @@ import random

completed = False
class String():
class Strings():
def generate(l):

@@ -15,0 +15,0 @@ global completed

@@ -5,3 +5,3 @@ from distutils.core import setup

packages = ['RandomStringGen'], # Chose the same as "name"
version = '0.1', # Start with a small number and increase it with every change you make
version = '0.2', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository

@@ -8,0 +8,0 @@ description = 'Tool to generate strings', # Give a short description about your library