Metadata-Version: 2.1
Name: subtil
Version: 0.1.0
Summary: Subgroup discovery platform for examination of Bacterial TIme-Lapse microscopy dataset
Home-page: https://dtai.cs.kuleuven.be/software/python-subtle/
Author: Antoine Adam
Author-email: antoine.adam@cs.kuleuven.be
License: MIT
Project-URL: Source, https://github.com/AntoineAdam/subtil
Project-URL: Documentation, https://dtai.cs.kuleuven.be/software/python-subtle/
Project-URL: Tracker, https://github.com/AntoineAdam/subtil/issues
Description: # Subtil
        > A Subgroup discovery platform for examining bacterial time-lapse microscopy
        
        Version: 0.1.0
        
        Subtil is a python platform for analysing time-lapse microscopy data from bacterial experiements. It is aimed for microbiologists to performs subgroup discovery on relational and temporal data obtained from time-lapse experiments.
        
        ![](screenshot.png)
        
        ## Installation
        
        With pip:
        
        ```
        pip install subtil
        ```
        
        From the source:
        
        ```sh
        python setup.py install
        ```
        
        
        ## Usage example
        
        For more information, refer to (https://dtai.cs.kuleuven.be/software/python-subtle/)
        
        ## Release History
        
        * 0.1.0
            * First release.
        
        ## Meta
        
        Antoine Adam – (https://people.cs.kuleuven.be/~antoine.adam) – antoine.adam@cs.kuleuven.be
        
        Distributed under the MIT license. See ``LICENSE.txt`` for more information.
        
        [https://github.com/AntoineAdam/subtil](https://github.com/AntoineAdam/subtil)
        
        <!-- Markdown link & img dfn's -->
        [npm-image]: https://img.shields.io/npm/v/datadog-metrics.svg?style=flat-square
        [npm-url]: https://npmjs.org/package/datadog-metrics
        [npm-downloads]: https://img.shields.io/npm/dm/datadog-metrics.svg?style=flat-square
        [travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square
        [travis-url]: https://travis-ci.org/dbader/node-datadog-metrics
        [wiki]: https://github.com/yourname/yourproject/wiki
        
Keywords: time-lapse-microsopy subgroup-discovery microbiology
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Python: >=2.7, <3
Description-Content-Type: text/markdown
