Metadata-Version: 2.1
Name: barktools
Version: 0.0.2
Summary: Package containing various useful python modules and scripts
Home-page: https://github.com/BarkenBark/python-tools
Author: Oscar Bark
Author-email: kurshid.ognianov@protonmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# 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
