自述文件
Microquake是根据开源软件包。 Microquake是Obspy的扩展,用于处理微地震数据
发展
pip install poetry
poetry config http-basic.microquake {user} {password}
poetry install
运行测试
poetry run pytest
如何发布新版本
poetry version
git add pyproject.toml
git commit -m "bump version"
git ta