File immutability manager
Project description
Keep your important files safe.
Make them unable to be modified or deleted by any user, even root.
Installation
$ pip install entomb
How it works
Entomb recursively sets/unsets the immutable attribute on all files on a path using the chattr command.
Files in .git directories are ignored by default, but can be included.
The immutable attribute is never set on directories, because this would stop files being created in those directories. Entomb works on files only.
At the moment Entomb only works on Linux.
Entomb has no dependencies.
Examples
$ # Make all files in ~/photos immutable. $ entomb ~/photos $ # List all files in ~/photos which are not immutable. $ entomb --list-mutable ~/photos $ # Report on how many files in ~/photos are and aren't immutable. $ entomb --report ~/photos $ # Do a dry run on ~/photos, including any git files/directories. $ entomb -d -g ~/photos $ # Make all files in ~/photos mutable (i.e. unset the immutable $ # attribute). $ entomb -u ~/photos
Usage
$ entomb --help usage: entomb [options] path Manage file immutability. positional arguments: path the path to operate on optional arguments: -h, --help show this help message and exit -d, --dry-run make no changes -g, --include-git include .git directories (excluded by default) --list-immutable list all immutable files --list-mutable list all mutable files -r, --report display a status report -u, --unset unset immutability -v, --version show program's version number and exit
Development
Get set up, preferably in a virtualenv:
$ make init $ make install
Lint the code:
$ make lint
Run the tests:
$ make test
Check the test coverage:
$ make coverage
Releasing
Check out the main branch.
Ensure CHANGELOG.rst includes everything to go in the release and is committed.
Ensure everything to go in the release is committed.
Increment the version in __init__.py.
Shift everything in the Unreleased section of CHANGELOG.rst to a new section named with the new version number and the current date.
Ensure CI runs without warnings or errors:
$ make ci
Make and tag the release commit:
$ make release
Build the package:
$ make package
Publish the package to PyPI:
$ make publish
Push to the repo and clean up packaging artifacts:
$ make push $ make clean
Create a GitHub release.
Code style
Only modules are imported. Classes, functions and variables are not imported directly.
A module’s functions are ordered alphabetically.
A module’s private functions are placed alphabetically at the bottom of the module.
Docstrings follow the NumPy docstring guide.
Strings are enclosed with double quotes.
The last item of a multi-line dictionary or list has a trailing comma.
Changes
For what has changed in each version, see CHANGELOG.rst.
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
Built Distribution
File details
Details for the file entomb-0.4.0.tar.gz
.
File metadata
- Download URL: entomb-0.4.0.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0046984d91bc7f0e8f1be44db99a4b7c8e857995a1024f682257245c5a14661c |
|
MD5 | 50ddae6f67b3bfdd64658dfc6cc9af53 |
|
BLAKE2b-256 | d76161f384e8438cee3b0e1ef691ad81414bd2f922caa77c0f88d617f8943cd7 |
File details
Details for the file entomb-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: entomb-0.4.0-py3-none-any.whl
- Upload date:
- Size: 27.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b43af44616c14ad5388977359a35951263a36a268a0adbf4511ff391dbf40ee4 |
|
MD5 | 8997163d08b43684a458907aa38f7976 |
|
BLAKE2b-256 | 59d43046b3f44fad551fd068ec67e1be5f3267f9d454a5ab07251e0faca7377e |