Skip to main content

A package for recording directory and file information.

Project description

treerec

treerec is a Python module which allows the user to record information about a directory tree and its contents. It provides a command-line interface for creating, navigating, updating, and saving "Trees", which record the file structure and metadata of files on the system.

The primary use case is when there are many different devices whose files are being backed up to a single archive. By recording the files present on the devices, and linking the file in their Trees to the archive's Tree, you can keep track of where each file came from, where copies of it are being held, and which one is the most up-to-date.

Installation

pip install treerec

Usage

treerec can be executed from the command line,

python3 -m treerec

or in a Python interactive session through the TreeObj_Cursor class:

from treerec import TreeObj_Cursor

C = TreeObj_Cursor()
C.execute('type command to be executed')
C.mainloop()  # starts interactive session

For a more complete introduction to using treerec, see Getting Started.

While running an interactive session, type help to get a list of the most useful commands. Help is also available for each command individually with the -h flag.

When you have a Tree loaded, you will be given an interactive prompt:

   |TreeName>

By default, a Tree name of $ represents the host system. You have access to basic directory commands, such as cd, ls, and pwd.

The Tree behaves like a directory tree. The contents of the Tree's files mirror the system's, but the Tree can be traversed independently of the system. By using ls on the current tree, you see the contents of the Tree's current directory:

   |TreeName> ls
 x [] testdir
 x    a.txt
 x    b.txt
 x    c.txt

Directories are marked with [], and unrecorded entries are marked with x.

To record files to a Tree, a few variables must be set:

  • Session: every action to a Tree is associated with a named Session, to help keep track of when the changes occurred.
  • On-system: the Tree must be declared "on system"--meaning that the Tree is on the system that it is intended for--so we can be sure that the Tree's directory structure mirrors the system's.
  • Active: the Tree must be active for any changes to take place. This is to prevent any modification to a Tree that is only meant to be viewed.

The "on-system" and "active" properties are indicated next to the Tree name prompt:

 ao|TreeName>

To record an entry, use:

 ao|TreeName> rec a.txt

The Tree now has unsaved data, indicated next to the Tree name prompt:

uao|TreeName>

We can now view the file's metadata, including an SHA256 hash:

  Name: a.txt
  Type: file
  Owner: User
  Device: TestSystem
- Tree Path: O:/a.txt
- Nickname Path: (Root)/f.txt
- OS Type: nt
- Created: Sat Dec 30 15:07:41 2023
- Modified: Sat Dec 30 15:07:41 2023
- Accessed: Sun Jan  7 16:18:12 2024
- Hash: 08618b41f001901ae45cba77aaa50ada1b1b7d28368f8af45560af4675388f37
> Notes: 0
> Ties: 0
> History: 1
> Recorded: Session "TreeName Session" @ Sun Jan 28 16:24:42 2024
> Last modified: Session "TreeName Session" @ Sun Jan 28 16:24:42 2024

We can also "tie" two files together, to indicate that they should be thought of as the same file, on two different systems:

a |TreeName> tie a.txt SecondTree a.txt
   |TreeName> ties a.txt

>> a.txt <SecondSystem>
   P:/a.txt
   (Root)/a.txt
   Session: Tying Session
---------------

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

treerec-1.1.2.tar.gz (48.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

treerec-1.1.2-py3-none-any.whl (53.1 kB view details)

Uploaded Python 3

File details

Details for the file treerec-1.1.2.tar.gz.

File metadata

  • Download URL: treerec-1.1.2.tar.gz
  • Upload date:
  • Size: 48.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for treerec-1.1.2.tar.gz
Algorithm Hash digest
SHA256 054df27f17273bb69ec500e06efa707944b84437a57d54b4b10badae278a1312
MD5 dd1dc163d45b304ea01a772f7da5ae82
BLAKE2b-256 30c7075bc750f4eb4d057229befc3d25003f98b319b02edf365f60d3680b1317

See more details on using hashes here.

File details

Details for the file treerec-1.1.2-py3-none-any.whl.

File metadata

  • Download URL: treerec-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 53.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.13

File hashes

Hashes for treerec-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 0e663dd84139b65b79f8c7575b48e4ad5867644d8b5352b163c4d62b30a40a15
MD5 66c3c61a32b1733d2dc4ede8ffdd589d
BLAKE2b-256 9ff842f7eb12d744e177ba91ab0566722f9681d12e9b94dd8f278a235700d0c0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page