# uuiddqd-python **Repository Path**: mirrors_simi/uuiddqd-python ## Basic Information - **Project Name**: uuiddqd-python - **Description**: libuuidd python binding - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-27 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Uuiddqd-python [![Build Status](https://secure.travis-ci.org/simi/uuiddqd-python.png)](http://travis-ci.org/simi/uuiddqd-python) Simple libuuid pytjom c binding ## Installation ```bash python setup.py build (sudo) python setup.py install ``` ## Usage ```python import uuiddqd uuiddqd.generate #=> "c3523d95-ecb5-4f86-9f75-aa7ac230e8f0" ``` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request