A Python library for setting up projects using tabular data
A Python library for setting up projects using tabular data. It can create project folders, standardize delimiters, and convert files to CSV from either individual files or a directory.
To install, navigate to the directory holding your Python libraries, then copy the “pyprocess” folder into it. The pyrocess folder should contain the pyprocess.py
and __init__.py
files.
Example path: C:Users
miniconda3envs
Libsite-packagespyprocess
Class – Setup
Functions
setup.Project_Folders
: Sets up project folders. Creates the main project folder, as well as Data, Methods, and Results folders within it.
Parameters
proj_dir
: Path to the project directory. Can be an existing folder or one yet to be created.
Class