Skip to content

lu-zero/oruuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oruuid

An example wrapper around uuid.

Status

It is just part of a presentation/tutorial on PyO3 and maturin, if you find it useful you are welcome to fork and develop it further.

Building

As usual you may use a venv:

$ python -m venv .venv
$ .venv/bin/activate

You need maturin, you can install it using pypi

$ pip install maturin

or cargo:

$ cargo install maturin

And then use the develop command:

$ maturin develop

Testing

You may use pytest:

$ maturin develop
$ pip install -r rest-requirements.txt
$ pytest

About

The rust uuid implementation wrapped in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published