Skip to main content

Determine how to group together input files into batches for subsequent concatenation

Project description

batchee, a python package for grouping together filenames to enable subsequent batched operations (such as concatenation).

Project Status: Active – The project has reached a stable, usable state and is being actively developed Code style Mypy checked Python Versions Package version Code coverage

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


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.1.0.tar.gz (12.1 kB view hashes)

Uploaded Source

Built Distribution

batchee-1.1.0-py3-none-any.whl (14.7 kB view hashes)

Uploaded 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