tohsato-lab / bdmleditor

This is a editor for hdf5's file
0 stars 0 forks source link
editor hdf5

bdmleditor reviewdog

This is a editor for hdf5's file

Installation

pip install git+https://github.com/tohsato-lab/bdmleditor

Usage

You can use this command in the following ways.

$ bdmleditor HDFFILE

And you can see all available options by using --help:

usage: bdmleditor [-h] [-v] filename

A tool to edit bdml files

positional arguments:
  filename

optional arguments:
  -h, --help     show this help message and exit
  -v, --version  show program's version number and exit

Development

We are using Pipenv in this project.\ You can recreate the environment using the following methods.\ pyenv may be required. See the official pipenv's reference for details.

  1. pip install pipenv

  2. git clone https://github.com/tohsato-lab/bdmleditor && cd bdmleditor

  3. pipenv sync --dev

  4. pipenv shell

  5. pip install -e .