Metadata-Version: 2.1
Name: pyCardiac
Version: 1.0
Summary: UNKNOWN
Home-page: https://github.com/humanphysiologylab/pyCardiac
Author: Human Physiology Lab
Author-email: dmitrii.smirnov@phystech.edu
License: MIT
Description: # pyCardiac
        > Action Potential signals processing and analysis.
        
        ## Installation
        
        OS X & Linux:
        
        ```sh
        pip install pyCardiac
        ```
        
        ## Usage example
        
        Please see [examples](./examples) directory in current repository.
        
        _For more explanations, please refer to the [Wiki][wiki]._
        
        
        ## Release History
        
        * 1.0
            * ADD: Examples and documentation
            * ADD: All basic functionality
        
        ## Meta
        
        Dmitrii Smirnov – dmitrii.smirnov@phystech.edu
        
        Andrey Pikunov – pikunov@phystech.edu
        
        Distributed under the MIT license. See [LICENSE](./LICENSE) for more information.
        
        ## Contributing
        
        1. Fork it (<https://github.com/humanphysiologylab/pyCardiac/fork>)
        2. Create your feature branch (`git checkout -b feature/fooBar`)
        3. Commit your changes (`git commit -am 'Add some fooBar'`)
        4. Push to the branch (`git push origin feature/fooBar`)
        5. Create a new Pull Request
        
        ---
        
        This file created from [here][readme_template]
        
        <!-- Markdown link & img dfn's -->
        [wiki]: https://github.com/humanphysiologylab/pyCardiac/wiki
        [readme_template]: https://dbader.org/blog/write-a-great-readme-for-your-github-project
        
Keywords: Cardiac analysis
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Description-Content-Type: text/markdown
