Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Convert to proper python package #57

Description

@Peter9192

We could restructure the repo like so:

moisture_tracking_intercomparison/
    pyproject.toml  # package metadata such as name ("itrack? wetrack?"), version, dependencies
    src/
        itrack/
            __init__.py  # empty file
            postprocessing.py   # contains data reading code: from itrack import postprocessing
            analysis.py    # contains code for making standard plots

    # not part of python package, but still useful
    notebooks/
        boxplots.ipynb
        ...
    scripts/
        standardize_data.py  # script to convert from "raw" to "polished" data.
    README.md  # documentation
    LICENSE
    CITATION.cff  

Then you can do pip install --editable . to install the package in "editable" mode,

or, given that we migrate and rename the repo, anyone could do
pip install git+https://github.com/moisture_tracking_community/itrack

and, if we publish it on PyPI, anyone can do pip install itrack

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions