Basic chmod conversion tool
Project description
chmod-calculator
This is a python module for calculating chmod. This is my first module so it will have some bugs.
How to use
After running pip install chmod
, you can use it in Python
import chmod
a = chmod.ChmodConversion()
# Octal to Symbolic
print(a.int_to_perm(172))
# Symbolic to Octal
print(a.perm_to_int("--xrwx-w-"))
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
chmod-0.0.8.tar.gz
(3.0 kB
view details)
Built Distribution
chmod-0.0.8-py3-none-any.whl
(3.0 kB
view details)
File details
Details for the file chmod-0.0.8.tar.gz
.
File metadata
- Download URL: chmod-0.0.8.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6ca91af6cdaaaadc293360f0fbb854f22c7dd203e8971b434cba877cfc11a99 |
|
MD5 | 7e0023a424ef4221d041fd2da2e5bb1f |
|
BLAKE2b-256 | 3eb015c4162e9124742f3dc7514de341a8ffdf6bfa243743870ab2fa0aff0606 |
File details
Details for the file chmod-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: chmod-0.0.8-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9eb1b5268d2fc00a245ea20c43f429162b79d102a3198982a65fd9fd8b0f2f1c |
|
MD5 | 48f7bc05b5df3a18df171c8e09c5ea68 |
|
BLAKE2b-256 | 5319a51094e214e25f3631d16ef022e97f0cec8bcd0f5799d8f2e3f0a4a33a76 |