Skip to main content

TXR: The teXt aRchiver - archives text as text. and much more.

Project description

Mainly purposed for archiving text files as text files, but can archive any file and not only as text. txr was inspired by tar, gzip and gunzip. License: GPL v3 or later.

The txr format is composed of two files with the following extensions:

  • .txr - a comma delimited index file (text).

  • .txd - a data file (can either be text or binary). By default it is concatenation of the input files, separated by a sentinel).

txr uses:

  • sha256 (for optional hashing, by default).

  • zlib (for optional compressing).

  • cryptography (for optional encrypting).

Install:

>>> pip install txr

txr is a standalone application (It consist of a single source file txr.py). Using the above command installs txr both as a console script and as a python module. If you wish you could also just copy txr.py and use it as a standalone app.

Basic Usage:

Archive a folder (or a single file)

>>> txr c:\my_input

Extracting a txr file:

>>> txr -x c:\my_input.txr

See detailed help with all available parameters:

>>> txr

Contributions are welcome.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

txr-2.0.1-py3-none-any.whl (19.5 kB view details)

Uploaded Python 3

File details

Details for the file txr-2.0.1-py3-none-any.whl.

File metadata

  • Download URL: txr-2.0.1-py3-none-any.whl
  • Upload date:
  • Size: 19.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for txr-2.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e7b1f257ed6cc4c01980fa8476ffd7cfd18c66396228579c6e1a904384368907
MD5 668d7ad23f353a92efa6a209a1cb6eae
BLAKE2b-256 79c26d9b140ca9ceb1210ffc6f8173214dbba2d2ed4f1231140e7d821b9de458

See more details on using hashes here.

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