Skip to main content

Script to intelligently extract multiple archive types

Project description

dtrx-noah

This is a copy-paste of the original dtrx repo:

https://github.com/moonpyk/dtrx

The dtrx utility is not right now (2020-04-06) available on the Ubuntu 20.04 PPA, and the package published to pypi.org is no longer installable from pip, due to pypi.python.org now redirecting to pypi.org, and the pypi dtrx package 404's due to empty list of packages:

https://pypi.org/simple/dtrx/

Main dtrx pypi page is here:

https://pypi.org/project/dtrx/

📦🐍🌀

What is this repo then

This repo is just enough patch to deploy a dtrx-noah to pypi so I can keep using this tool on Ubuntu 20.04.

I attempted to get the tests all working via tox , for which I used a Dockerfile to try to get some kind of environment consistency. You could run the tests like:

# build the image
docker build -t "dtrx" -f Dockerfile --build-arg UID=$(id -u) .

# run tox in the container. note tox is being run serially (no -p auto), in case
# the working dir gets abused by the test script
docker run -v"$(pwd):/mnt/workspace" -t dtrx bash -c "cd /mnt/workspace && tox -s true"

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

dtrx_noahp-7.1.2-py2.py3-none-any.whl (27.1 kB view hashes)

Uploaded Python 2 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