Metadata-Version: 2.1
Name: foto2
Version: 0.1.1
Summary: Fourier Transform Textural Ordination
Home-page: http://github.com/benjaminpillot/foto
Author: Benjamin Pillot
Author-email: benjaminpillot@riseup.net
License: GNU GPL v3.0
Description: #Fourier Transform Textural Ordination in Python
        
        Freely adapted from https://github.com/CaussesCevennes/FOTO.py
        
        Usage
        
        ```python
        from foto2.foto import Foto
        
        if __name__ == '__main__': 
        
          foto = Foto("path/to/your/image", method='BLOCK')
          foto.run(window_size=11, progress_bar=True)
        ```
        
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
