Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 923 Bytes

File metadata and controls

25 lines (16 loc) · 923 Bytes

barktools

This repository is intended as a practice ground for me to try out various Python tools, such as packaging, distribution, documentation generation, testing and CI/CD automation. It also serves as a repository of functions and scripts I may find useful.

Modules

base_utils

A collection of modules which only depend on the Python Standard Library (PSL)

plot_utils

A collection of modules for plotting and data visualization which depends on common plotting and scientific packages such as matplotlib and scikit-learn

Scripts

index_files

Renames files in a directory such that the filenames are numerically indexed Arguments:

  • -d, directory in which to index files
  • -n, number of leading zeros for target filenames
  • -e, only process files with this extension

TODO:

  • Reffa till variabler med var i docstrings för att tydliggöra i dokumentationen att detta är en variabel