-
- Downloads
feat(Bamemetals): add recover system doc
Showing
- .pre-commit-config.yaml 31 additions, 0 deletions.pre-commit-config.yaml
- .readthedocs.yaml 14 additions, 0 deletions.readthedocs.yaml
- CHANGELOG.md 15 additions, 0 deletionsCHANGELOG.md
- LICENSE 21 additions, 0 deletionsLICENSE
- Makefile 0 additions, 0 deletionsMakefile
- Pipfile 15 additions, 0 deletionsPipfile
- Pipfile.lock 452 additions, 0 deletionsPipfile.lock
- README.md 41 additions, 0 deletionsREADME.md
- README.rst 0 additions, 9 deletionsREADME.rst
- cz.yaml 4 additions, 0 deletionscz.yaml
- docs/make.bat 0 additions, 35 deletionsdocs/make.bat
- docs/source/api.rst 0 additions, 7 deletionsdocs/source/api.rst
- docs/source/conf.py 0 additions, 35 deletionsdocs/source/conf.py
- docs/source/index.rst 0 additions, 22 deletionsdocs/source/index.rst
- docs/source/usage.rst 0 additions, 34 deletionsdocs/source/usage.rst
- lumache.py 0 additions, 23 deletionslumache.py
- pyproject.toml 0 additions, 8 deletionspyproject.toml
- requirements.txt 35 additions, 0 deletionsrequirements.txt
- scripts/generate-requeriments.sh 2 additions, 0 deletionsscripts/generate-requeriments.sh
- source/_static/.gitkeep 0 additions, 0 deletionssource/_static/.gitkeep
.pre-commit-config.yaml
0 → 100644
.readthedocs.yaml
0 → 100644
CHANGELOG.md
0 → 100644
LICENSE
0 → 100644
File moved
Pipfile
0 → 100644
Pipfile.lock
0 → 100644
This diff is collapsed.
README.md
0 → 100644
README.rst
deleted
100644 → 0
cz.yaml
0 → 100644
docs/make.bat
deleted
100644 → 0
docs/source/api.rst
deleted
100644 → 0
docs/source/conf.py
deleted
100644 → 0
docs/source/index.rst
deleted
100644 → 0
docs/source/usage.rst
deleted
100644 → 0
lumache.py
deleted
100644 → 0
pyproject.toml
deleted
100644 → 0
requirements.txt
0 → 100644
# | |||
# These requirements were autogenerated by pipenv | |||
# To regenerate from the project's Pipfile, run: | |||
# | |||
# pipenv lock --requirements | |||
# | |||
-i https://pypi.org/simple | |||
alabaster==0.7.12 | |||
babel==2.10.3; python_version >= '3.6' | |||
certifi==2022.6.15; python_version >= '3.6' | |||
charset-normalizer==2.1.1; python_version >= '3.6' | |||
docutils==0.17.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' | |||
idna==3.3; python_version >= '3.5' | |||
imagesize==1.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | |||
importlib-metadata==4.12.0 | |||
jinja2==3.1.2; python_version >= '3.7' | |||
markupsafe==2.1.1; python_version >= '3.7' | |||
packaging==21.3; python_version >= '3.6' | |||
pygments==2.13.0; python_version >= '3.6' | |||
pyparsing==3.0.9; python_full_version >= '3.6.8' | |||
pytz==2022.2.1 | |||
requests==2.28.1; python_version >= '3.7' and python_version < '4' | |||
snowballstemmer==2.2.0 | |||
sphinx-rtd-size==0.2.0 | |||
sphinx-rtd-theme==1.0.0 | |||
sphinx==5.1.1 | |||
sphinxcontrib-applehelp==1.0.2; python_version >= '3.5' | |||
sphinxcontrib-devhelp==1.0.2; python_version >= '3.5' | |||
sphinxcontrib-htmlhelp==2.0.0; python_version >= '3.6' | |||
sphinxcontrib-jsmath==1.0.1; python_version >= '3.5' | |||
sphinxcontrib-qthelp==1.0.3; python_version >= '3.5' | |||
sphinxcontrib-serializinghtml==1.1.5; python_version >= '3.5' | |||
urllib3==1.26.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4' | |||
zipp==3.8.1; python_version >= '3.7' |
scripts/generate-requeriments.sh
0 → 100755
source/_static/.gitkeep
0 → 100644
Please register or sign in to comment