Metadata-Version: 2.1
Name: ecosound
Version: 0.0.4
Summary: Python toolkit for analysing passive acoustic data
Home-page: https://github.com/xaviermouy/ecosound
Author: Xavier Mouy
Author-email: xaviermouy@uvic.ca
License: BSD license
Keywords: ecosound
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Requires-Python: >=3.7.0,<3.8.0
Description-Content-Type: text/x-rst
Requires-Dist: dask (==2.30.0)
Requires-Dist: xarray (==0.16.1)
Requires-Dist: pandas (==1.1.3)
Requires-Dist: numba (==0.51.2)
Requires-Dist: PySoundFile (==0.9.0.post1)
Requires-Dist: dask-image (==0.4.0)
Requires-Dist: matplotlib (==3.3.1)
Requires-Dist: scipy (==1.5.2)
Requires-Dist: numpy (==1.19.1)
Requires-Dist: scikit-learn (==0.23.2)
Requires-Dist: toolz (==0.9.0)
Requires-Dist: opencv-python (==4.4.0.46)
Requires-Dist: soundfile (==0.10.3.post1)
Requires-Dist: netCDF4 (==1.5.3)

========
Ecosound
========


.. image:: https://img.shields.io/pypi/v/ecosound.svg
        :target: https://pypi.python.org/pypi/ecosound

.. image:: https://img.shields.io/travis/xaviermouy/ecosound.svg
        :target: https://travis-ci.com/xaviermouy/ecosound

.. image:: https://readthedocs.org/projects/ecosound/badge/?version=latest
        :target: https://ecosound.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/xaviermouy/ecosound/shield.svg
     :target: https://pyup.io/repos/github/xaviermouy/ecosound/
     :alt: Updates



Python library to analyse passive acoustic data


* Free software: BSD license
* Documentation: https://ecosound.readthedocs.io.


Features
--------

* TODO

Credits
-------



=======
History
=======

0.0.0 (2020-11-20)
------------------

* First release on PyPI.


