Skip to main content

A simple and intuitive Python package for generating unique IDs.

Project description

simpleUID (unique ID) for Python

GitHub releases PyPI release License: MIT

A simple and intuitive Python package for generating unique IDs.

This package helps developers by bringing them some "quality of life" features. Stop rewriting the same piece of code in every project.

Installation

Install using PIP

pip install simpleUID

Note the pip refers to the Python 3 package manager. In environment where Python 2 is also available the correct command may be pip3.

Usage

Import simpleUID:

import simpleUID

Create a random string:

simpleUID.string()

You can specify the string length and a prefix:

simpleUID.string(length=20, prefix='start')

All functions will take the same arguments, existing functions are:

Function Args(with default) Returns
string length=6, prefix 6 character long string
integer length=6, prefix 6 character long integer
password length=8, prefix 10 character alphanumeric password with at least one lowercase character, at least one uppercase character, and at least three digits
database cursor, method="string", length=6, prefix 6 character long string excl. prefix

Keep in mind that the prefix for the integer function should be of type int.

Support

If you found a problem with the software, please create an issue on GitHub.

Maintainer

This project is maintained by Wibo Kuipers.

Contributing

Your contributions are highly appreciated. Please create a pull request on GitHub. Bigger changes need to be discussed with the development team via the issues section at GitHub first.

License

MIT LICENSE

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simpleUID-0.1.3.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

simpleUID-0.1.3-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page