Metadata-Version: 1.0
Name: django-crystal-small
Version: 2011.2.13
Summary: Everaldo's Crystal icons (small sizes) bundled for direct consumption from Django applications
Home-page: http://www.everaldo.com/crystal/
Author: Everaldo Coehlo, Lukasz Langa
Author-email: contact@everaldo.com, lukasz@langa.pl
License: LGPL
Description: --------------------
        django-crystal-small
        --------------------
        
        This library bundles `Everaldo's Crystal icons
        <http://www.everaldo.com/crystal/>`_ for direct consumption with Django
        applications. Sizes available are 16x16, 22x22, 24x24, 32x32 and 48x48. 
        
        Look for `django-crystal-big <http://pypi.python.org/pypi/django-crystal-big/>`_
        for 64x64 and 128x128.
        
        Very simple installation:
        
        * Use Django 1.3 or `django-staticfiles
          <http://pypi.python.org/pypi/django-staticfiles/>`_
          
        * add ``django_crystal_small`` to ``INSTALLED_APPS``
          
        * run ``manage.py collectstatic`` should pick up Crystal icons as well. They are
          available under the ``crystal`` directory
        
        The latest version can be installed via `PyPI
        <http://pypi.python.org/pypi/django-crystal-small/>`_::
        
          $ pip install django-crystal-small
          
        or::
        
          $ easy_install django-crystal-small
        
        The `source code repository <http://github.com/LangaCore/django-crystal-small>`_
        and `issue tracker <http://github.com/LangaCore/django-crystal-small/issues>`_
        are maintained on `GitHub <http://github.com/LangaCore/django-crystal-small>`_.
        
        **Note:** This is only a handy Django-specific bundle of icons originally
        crafted by `Everaldo Coelho <http://www.everaldo.com/about/>`_ and contributors.
        These icons have been released under the LGPL, and so is this bundle.
        
Keywords: django small crystal icons everaldo lgpl static
Platform: any
Classifier: Development Status :: 6 - Mature
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
