Determine how to group together input files into batches for subsequent concatenation
Project description
Overview
Batchee groups together filenames so that further operations (such as concatenation) can be performed separately on each group of files.
Installing
For local development, one can clone the repository and then use poetry or pip from the local directory:
git clone <Repository URL>
(Option A) using poetry:
i) Follow the instructions for installing poetry
here.
ii) Run poetry install
from the repository directory.
(Option B) using pip: Run pip install .
from the repository directory.
Usage
batchee [file_names ...]
Or, If installed using a poetry
environment:
poetry run batchee [file_names ...]
Options
-h
,--help
show this help message and exit-v
,--verbose
Enable verbose output to stdout; useful for debugging
This package is NASA Software Release Authorization (SRA) # LAR-20440-1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
batchee-1.0.0.tar.gz
(11.8 kB
view hashes)
Built Distribution
batchee-1.0.0-py3-none-any.whl
(14.6 kB
view hashes)