Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/parallelize' into parallelize
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Aug 5, 2024
2 parents ff38e85 + a738244 commit 90f43ea
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
exclude: ^docs/

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.4
rev: v0.5.5
hooks:
- id: ruff
args: [ --fix ]
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Developed for the DANDI Archive.



# Usage
## Usage

To iteratively parse all historical logs all at once:

Expand All @@ -28,7 +28,13 @@ parse_dandi_raw_s3_log --raw_s3_log_file_path < s3 log file path > --parsed_s3_l
# Developer notes
## Submit line decoding errors
Please email line decoding errors collected from your local config file to the core maintainer before raising issues or submitting PRs contributing them as examples, to more easily correct any aspects that might require anonymization.
## Developer notes
`.log` file suffixes should typically be ignored when working with Git, so when committing changes to the example log collection, you will have to forcibly include it with
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = ["src/dandi_s3_log_parser"]
name = "dandi_s3_log_parser"
version="0.0.1"
authors = [
{ name="Cody Baker", email="cody.baker@catalystneuro.com" },
{ name="Cody Baker", email="cody.c.baker.phd@gmail.com" },
]
description = "Parse S3 logs to more easily calculate usage metrics per asset."
readme = "README.md"
Expand Down

0 comments on commit 90f43ea

Please sign in to comment.