Copyrights
==========
-* Copyright (c) 2006, 2014 Parisson SARL
+* Copyright (c) 2006, 2014 Parisson Sarl
* Copyright (c) 2006, 2014 Guillaume Pellerin
* Copyright (c) 2010, 2014 Paul Brossier
* Copyright (c) 2013, 2014 Thomas Fillon
See LICENSE for more details.
-Usage
-======
-
-To fund the project and continue our development process, we need your explicit support. So if you use TimeSide in production or even in development, please let us know:
-
- * star or fork the project on `GitHub <https://github.com/yomguy/TimeSide>`_
- * tweet something to `@parisson_studio <https://twitter.com/parisson_studio>`_ or `@yomguy <https://twitter.com/yomguy>`_
- * send us an email <support@parisson.com>
-
-Thanks for your support!
* Tutorial : http://files.parisson.com/timeside/doc/tutorial/index.html
* API : http://files.parisson.com/timeside/doc/api/index.html
* Player / UI : https://github.com/yomguy/TimeSide/wiki/Ui-Guide (see also "Web player")
-* Examples:
-
- - http://nbviewer.ipython.org/github/thomasfillon/Timeside-demos/tree/master/
- - http://archives.crem-cnrs.fr/archives/items/CNRSMH_E_2004_017_001_01/
-
+* Notebooks : http://nbviewer.ipython.org/github/thomasfillon/Timeside-demos/tree/master/
+* Usage : http://archives.crem-cnrs.fr/archives/items/CNRSMH_E_2004_017_001_01/
Processors
==========
-
IEncoder
--------
long_description=open('README.rst').read(),
author="Guillaume Pellerin, Paul Brossier, Thomas Fillon, Riccardo Zaccarelli, Olivier Guilyardi",
author_email="yomguy@parisson.com, piem@piem.org, thomas@parisson.com, riccardo.zaccarelli@gmail.com, olivier@samalyse.com",
- version='0.5.7',
+ version='0.6',
install_requires=[
'numpy',
'mutagen',
'south',
'traits',
'networkx',
- 'sphinx_rtd_theme',
],
platforms=['OS Independent'],
license='Gnu Public License V2',
from . import api
from . import core
-__version__ = '0.5.7'
+__version__ = '0.6'
# Check Availability of external Audio feature extraction librairies