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 better 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 cmd -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.0.tar.gz (48.2 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.0-py3-none-any.whl (52.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: treerec-1.1.0.tar.gz
  • Upload date:
  • Size: 48.2 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.0.tar.gz
Algorithm Hash digest
SHA256 c7dc0df85659ee5558f75bf61fa36f671013ad90877582726956546c9e4e390b
MD5 36151a3d8334adada3c1b23734e1fa10
BLAKE2b-256 2fd42fa8421c462f651de8ae739eadddf6ee7b8119cab7be57ea484784eac076

See more details on using hashes here.

File details

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

File metadata

  • Download URL: treerec-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 52.4 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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b52810a3c797afa592e447d1cf8588c7ac19b93407d1524d032ed420443f90be
MD5 36482ca6d1aecb49caf50038dad3438b
BLAKE2b-256 22409f5614f7c9efc92914763af6e586e9e15c13cf2cd5e7ea5fc485a81876b5

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