PyCrack

PyCrack is a Python toolbox for analysis and quantification of cracks structural systems using optical methods.


License
MIT
Install
pip install PyCrack==0.0.6

Documentation

Crack analysis and quantification with Python (PyCrack)

logo


Authors: Ketson R. M. dos Santos, Katrin Beyer
Contact: ketson.santos@epfl.ch
Version: 0.0.6

Description

PyCrack is a Python toolbox for analysis and quantification of cracks in structural systems using optical methods.

Documentation

Website:
https://....readthedocs.io

Dependencies

  • Python >= 3.6
    Git >= 2.13.1
    

License

PyCrack is distributed under the MIT license

Copyright (c) 2020 Earthquake Engineering and Structural Dynamics laboratory

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.

Installation

From PyPI

  • pip install ...
    

In order to uninstall it

  • pip uninstall ...
    

Using Conda

  • conda install --channel  ``...``  ...
    

Clone your fork of the PyCrack repo from your GitHub account to your local disk (to get the latest version):

  • git clone https://github.com/eesd-epfl/PyCrack.git
    cd PyCrack/
    python setup.py install  (user installation)
    python setup.py develop (developer installation)
    

Referencing PyCrack

If you are using this software in a work that will be published, please cite this paper:

...

Help and Support

python_powered.png