Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an orderly command line tool. #53

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add an orderly command line tool. #53

wants to merge 3 commits into from

Commits on Jun 12, 2024

  1. Add an orderly command line tool.

    A lot of the operational APIs in the package were exposed only as
    functions, following the R practice. It is more common in Python to
    expose these as a command like tool.
    
    This adds basic commands to create a repository, run a report, search
    packets and manage locations. More features and bells and whistles can
    be added later on.
    
    The tool is currently named `orderly`, following the package's name.
    This may change in the future, if and when we decide to rename the
    package.
    plietar committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    322355f View commit details
    Browse the repository at this point in the history
  2. Update src/orderly/cli/options.py

    Co-authored-by: Rich FitzJohn <r.fitzjohn@imperial.ac.uk>
    plietar and richfitz committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    33ef924 View commit details
    Browse the repository at this point in the history
  3. Code review.

    plietar committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    aecd30c View commit details
    Browse the repository at this point in the history