Skip to content

Function to generate a UUIDv4 on processors supporting os.urandom

License

Notifications You must be signed in to change notification settings

DerBroader71/circuitpython_uuid4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This is a CircuitPython library to generate a UUID version 4.

Dependencies

This driver depends on:

  • Adafruit CircuitPython <https://github.com/adafruit/circuitpython>_

Please ensure all dependencies are available on the CircuitPython filesystem.

Usage Example

    import circuitpython_uuid4 as Uuid
    uuid = Uuid.generate_uuid_v4()
    print(uuid)

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

About

Function to generate a UUIDv4 on processors supporting os.urandom

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages