You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2019. It is now read-only.
"""Galry is a high performance interactive visualization package in Python. It lets you visualize and navigate into very large plots in real time, by using the graphics card as much as possible. Galry is written directly on top of PyOpenGL for the highest performance possible."""
if os.path.exists('MANIFEST'):
os.remove('MANIFEST')
if __name__ == '__main__':
setup(
zip_safe=False,
name='galry',
version='0.3.1',
author='Cyrille Rossant',
author_email='rossant@github',
packages=['galry',
'galry.managers',
'galry.processors',
'galry.test',
'galry.visuals',
'galry.visuals.fontmaps',
],
package_data={
'galry': ['cursors/*.png', 'icons/*.png'],
'galry.visuals': ['fontmaps/*.*'],
'galry.test': ['autosave/*REF.png'],
},
# scripts=[''],
url='https://github.com/rossant/galry',
license='LICENSE.md',
description='High-performance interactive visualization in Python.',