Name | sheesh JSON |
Version |
0.0.2
JSON |
| download |
home_page | |
Summary | a collection of useful tools to perform tasks in the command line |
upload_time | 2024-02-10 21:47:14 |
maintainer | |
docs_url | None |
author | James |
requires_python | >=3.9,<4.0 |
license | MIT |
keywords |
sheesh
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# sheesh
Sheesh is a collection of useful IT tools in the commandline.
### How to install sheesh
```shell
pip install sheesh
```
This will install sheesh on your system
### How to use sheesh
Using the app is easy, just type `sheesh` followed by a command that describes what you want to do eg:
```shell
sheesh uuid
```
This command will generate a valid UUID.
Most `sheesh` commands have options that make it easy to customise each command to your liking. As an example the `uuid`
command can take a version option to specify the version of UUID to generate. It can also take a count param to specify
how many uuids you want to generate. Passing in all the options and params, the uuid command can look like:
```shell
sheesh uuid --version=4 --count=10
```
Most commands follow this simple convention. To view the help for any command just type:
```shell
sheesh <command-name> --help
```
and this will show you all the available options and params for the command.
To view all available sheesh commands, just type:
```shell
sheesh --help
```
### Available Utilities
Crypto
---
- bcrypt
- bip39
- decrypt
- encrypt
- hash
- HMAC
- password
- slugify
- token
- ulid
- uuid
- rsa (RSA key pair generator)
- Password strength analyser
#### Coming soon
- PDF Signature checker
---
The goal is to add as many tools as possible and make them as simple a possible
Raw data
{
"_id": null,
"home_page": "",
"name": "sheesh",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.9,<4.0",
"maintainer_email": "",
"keywords": "sheesh",
"author": "James",
"author_email": "jsingizi7@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c7/2c/550560c7b9b04af979a1b8ce82d258fdbb4897cc0412e3bdb6de54ae577e/sheesh-0.0.2.tar.gz",
"platform": null,
"description": "# sheesh\n\nSheesh is a collection of useful IT tools in the commandline.\n\n### How to install sheesh\n\n```shell\npip install sheesh\n```\n\nThis will install sheesh on your system\n\n### How to use sheesh\n\nUsing the app is easy, just type `sheesh` followed by a command that describes what you want to do eg:\n\n```shell\nsheesh uuid\n```\n\nThis command will generate a valid UUID.\n\nMost `sheesh` commands have options that make it easy to customise each command to your liking. As an example the `uuid`\ncommand can take a version option to specify the version of UUID to generate. It can also take a count param to specify\nhow many uuids you want to generate. Passing in all the options and params, the uuid command can look like:\n\n```shell\nsheesh uuid --version=4 --count=10\n```\n\nMost commands follow this simple convention. To view the help for any command just type:\n\n```shell\nsheesh <command-name> --help\n```\n\nand this will show you all the available options and params for the command.\n\nTo view all available sheesh commands, just type:\n\n```shell\nsheesh --help\n```\n\n### Available Utilities\n\nCrypto\n---\n- bcrypt\n- bip39\n- decrypt\n- encrypt\n- hash\n- HMAC\n- password\n- slugify\n- token\n- ulid\n- uuid\n- rsa (RSA key pair generator)\n- Password strength analyser\n\n\n#### Coming soon\n- PDF Signature checker\n---\n\nThe goal is to add as many tools as possible and make them as simple a possible\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "a collection of useful tools to perform tasks in the command line",
"version": "0.0.2",
"project_urls": null,
"split_keywords": [
"sheesh"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0c38ee04864d6c0202c90d3b1585ec6d28a4c9538f719f134676a11b9de17790",
"md5": "e4e2c72a6a0c51985b97d52dfae9cf14",
"sha256": "9fbf88032801d60abdeb2c08619fc425aa7ee51b71fef435a9addcad45e5a076"
},
"downloads": -1,
"filename": "sheesh-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e4e2c72a6a0c51985b97d52dfae9cf14",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9,<4.0",
"size": 9673,
"upload_time": "2024-02-10T21:47:12",
"upload_time_iso_8601": "2024-02-10T21:47:12.245679Z",
"url": "https://files.pythonhosted.org/packages/0c/38/ee04864d6c0202c90d3b1585ec6d28a4c9538f719f134676a11b9de17790/sheesh-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c72c550560c7b9b04af979a1b8ce82d258fdbb4897cc0412e3bdb6de54ae577e",
"md5": "c279e9d3894b4e59bccf9735b35aac38",
"sha256": "47c4504cd3fad6607e6e96dc5213a5b5b8a965f07f65c75cf78c4e752999246b"
},
"downloads": -1,
"filename": "sheesh-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "c279e9d3894b4e59bccf9735b35aac38",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9,<4.0",
"size": 8996,
"upload_time": "2024-02-10T21:47:14",
"upload_time_iso_8601": "2024-02-10T21:47:14.185832Z",
"url": "https://files.pythonhosted.org/packages/c7/2c/550560c7b9b04af979a1b8ce82d258fdbb4897cc0412e3bdb6de54ae577e/sheesh-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-10 21:47:14",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "sheesh"
}