Skip to main content

Basic chmod conversion tool

Project description

chmod-calculator

Tests

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)

Uploaded Source

Built Distribution

chmod-0.0.8-py3-none-any.whl (3.0 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