Name | randomisedString JSON |
Version |
1.3.3
JSON |
| download |
home_page | None |
Summary | A well maintained program to generate randomised strings. Can be used for assigning unique IDs of any specified size. Can be alpha only or numeric or alphanumeric as specified. |
upload_time | 2024-10-30 21:59:47 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.6 |
license | None |
keywords |
id
uid
uuid
random string
unique id
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# randomisedString v1.3.3
```pip install randomisedString --upgrade```
###### <br>A well maintained program to generate randomised strings. Can be used for assigning unique IDs of any specified size. Can be alpha only or numeric or alphanumeric as specified.
<br>To install:
```
pip install randomisedString --upgrade
pip3 install randomisedString --upgrade
python -m pip install randomisedString --upgrade
python3 -m pip install randomisedString --upgrade
```
#### <br><br>Using this program is as simple as:
```
from randomisedString import Generator as StringGenerator
generator = StringGenerator()
print(generator.AlphaNumeric(10, 10))
>> 45HCMJ4SCy
print(generator.OnlyNumeric(10, 10))
>> 1127163
print(generator.OnlyAlpha(10, 10))
>> UjfQZDDOOq
print(generator.AlphaNumeric(5, 10))
>> FxgirdEYB
print(generator.OnlyNumeric(5, 10))
>> 917478
print(generator.OnlyAlpha(5, 10))
>> HqGiHqt
```
### Future implementations:
* Include special characters.
###### <br>This project is always open to suggestions and feature requests.
Raw data
{
"_id": null,
"home_page": null,
"name": "randomisedString",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "Bhindi <bhaskarpanja93@gmail.com>",
"keywords": "id, uid, uuid, random string, unique id",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/2a/18/3c4d588cd3a9bd0374227714c71b140bdbe2fc80ccfecc855903ffcf890f/randomisedstring-1.3.3.tar.gz",
"platform": null,
"description": "# randomisedString v1.3.3\n\n```pip install randomisedString --upgrade```\n\n\n###### <br>A well maintained program to generate randomised strings. Can be used for assigning unique IDs of any specified size. Can be alpha only or numeric or alphanumeric as specified.\n\n\n<br>To install: \n```\npip install randomisedString --upgrade\npip3 install randomisedString --upgrade\npython -m pip install randomisedString --upgrade\npython3 -m pip install randomisedString --upgrade\n```\n\n\n#### <br><br>Using this program is as simple as:\n```\nfrom randomisedString import Generator as StringGenerator\n\ngenerator = StringGenerator()\n\nprint(generator.AlphaNumeric(10, 10))\n>> 45HCMJ4SCy\nprint(generator.OnlyNumeric(10, 10))\n>> 1127163\nprint(generator.OnlyAlpha(10, 10))\n>> UjfQZDDOOq\nprint(generator.AlphaNumeric(5, 10))\n>> FxgirdEYB\nprint(generator.OnlyNumeric(5, 10))\n>> 917478\nprint(generator.OnlyAlpha(5, 10))\n>> HqGiHqt\n```\n\n\n### Future implementations:\n* Include special characters.\n\n\n###### <br>This project is always open to suggestions and feature requests.\n",
"bugtrack_url": null,
"license": null,
"summary": "A well maintained program to generate randomised strings. Can be used for assigning unique IDs of any specified size. Can be alpha only or numeric or alphanumeric as specified.",
"version": "1.3.3",
"project_urls": {
"Homepage": "https://github.com/BhaskarPanja93/randomisedString"
},
"split_keywords": [
"id",
" uid",
" uuid",
" random string",
" unique id"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4f6d551ccd9c67d6223063af94c7a7543a1fcaec1e39250ca754fdab5d284214",
"md5": "ddd9f835555e76da71b56b9c5e1daec7",
"sha256": "9df8e6b917bf8bee48eaa1836667b355eaff94d02e9cb59427fd9f8239bca2b9"
},
"downloads": -1,
"filename": "randomisedString-1.3.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ddd9f835555e76da71b56b9c5e1daec7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 2816,
"upload_time": "2024-10-30T21:59:45",
"upload_time_iso_8601": "2024-10-30T21:59:45.816156Z",
"url": "https://files.pythonhosted.org/packages/4f/6d/551ccd9c67d6223063af94c7a7543a1fcaec1e39250ca754fdab5d284214/randomisedString-1.3.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2a183c4d588cd3a9bd0374227714c71b140bdbe2fc80ccfecc855903ffcf890f",
"md5": "74ec62d589b5077addc1e6b83f358ce4",
"sha256": "a72ed8effeffa8976b972d40c747af04511bd38b5c0ed0aecd9f51f3267b516e"
},
"downloads": -1,
"filename": "randomisedstring-1.3.3.tar.gz",
"has_sig": false,
"md5_digest": "74ec62d589b5077addc1e6b83f358ce4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 2546,
"upload_time": "2024-10-30T21:59:47",
"upload_time_iso_8601": "2024-10-30T21:59:47.353068Z",
"url": "https://files.pythonhosted.org/packages/2a/18/3c4d588cd3a9bd0374227714c71b140bdbe2fc80ccfecc855903ffcf890f/randomisedstring-1.3.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-30 21:59:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "BhaskarPanja93",
"github_project": "randomisedString",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "randomisedstring"
}