Metadata-Version: 1.1
Name: cyksuid
Version: 0.0.1
Summary: Cython implementation of ksuid
Home-page: https://github.com/timonwong/cyksuid
Author: Timon Wong
Author-email: timon86.wang@gmail.com
License: BSD
Description: CyKSUID
        =======
        
        Cython implementation of KSUID_(K-Sortable Globally Unique IDs).
        
        .. _KSUID: https://github.com/segmentio/ksuid
        
        LICENSE
        -------
        
        New BSD. See `License File <https://github.com/timonwong/cyksuid/blob/master/LICENSE.txt>`__.
        
        Install
        -------
        
        ``cyksuid`` is on the Python Package Index (PyPI):
        
        ::
        
            pip install cyksuid
        
        
        Dependencies
        ------------
        
        ``cyksuid`` supports Python 2.6+ and Python 3.3+ with a common codebase.
        It is developed in Cython, but requires no dependecies other than CPython
        and a C compiler.
        
Keywords: ksuid
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
