Skip to content

Generate a port number in specified interval from string

Notifications You must be signed in to change notification settings

tiwilliam/portgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Generate port numbers

Set any integer range and then hash any given string to a number within your range.

>>> import portgen
>>> print portgen.generate('frank', 1024, 49151)
16428

About

Generate a port number in specified interval from string

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages