Skip to content

Some generally useful tools and examples in python. Used mainly for me to try out Python best practices for packaging, testing, publishing a repo, etc.

Notifications You must be signed in to change notification settings

BarkenBark/python-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Some generally useful tools and examples in python. Used mainly for me to try out Python best practices for packaging, testing, publishing a repo, etc.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages