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 hashes)
Built Distribution
chmod-0.0.8-py3-none-any.whl
(3.0 kB
view hashes)