This commit is contained in:
Gianluca Campanella 2019-07-31 10:06:00 +01:00
Коммит a2dd264caf
3 изменённых файлов: 71 добавлений и 0 удалений

49
.gitignore поставляемый Normal file
Просмотреть файл

@ -0,0 +1,49 @@
build/
.cache
*.cover
.coverage
.coverage.*
coverage.xml
develop-eggs/
dist/
docs/_build/
downloads/
*.egg
*.egg-info/
.eggs/
eggs/
.env
env/
ENV/
env.bak/
htmlcov/
.hypothesis/
.installed.cfg
.ipynb_checkpoints
*/.ipynb_checkpoints/*
ipython_config.py
lib/
lib64/
MANIFEST
nosetests.xml
.nox/
parts/
pip-delete-this-directory.txt
pip-log.txt
pip-wheel-metadata/
profile_default/
__pycache__/
*$py.class
*.py[cod]
.pytest_cache/
.Python
.python-version
sdist/
share/python-wheels/
*.so
.tox/
var/
.venv
venv/
venv.bak/
wheels/

21
LICENSE.txt Normal file
Просмотреть файл

@ -0,0 +1,21 @@
MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

1
README.md Normal file
Просмотреть файл

@ -0,0 +1 @@
# DeepSeismic