sk1libs is a set of python libs for sK1 Project. The package includes 
multiplatform non-GUI extensions which are usually native extensions.
sK1 Team (http://sk1project.org), copyright (C) 2009-2010 by Igor E. Novikov.

How to install: 
========================================
 to install package:   python setup.py install
 (will be installed into Python site-packages/ directory)
========================================
 to create source distribution:   python setup.py sdist
 (creates .tar.gz archive)
========================================
 to create binary RPM distribution:  python setup.py bdist_rpm
========================================
 to create binary DEB package:  python setup.py bdist_deb
========================================

help on available distribution formats: 
python setup.py bdist --help-formats
