Metadata-Version: 1.1
Name: django-curtail-uuid
Version: 1.0.0
Summary: Curtail UUID Appointed Length
Home-page: https://github.com/Brightcells/django-curtail-uuid
Author: Hackathon
Author-email: kimi.huang@brightcells.com
License: UNKNOWN
Description: ===================
        django-curtail-uuid
        ===================
        
        Installation
        ============
        
        ::
        
            pip install django-curtail-uuid
        
        
        Usage
        =====
        
        ::
        
            from account.models import LensmanInfo
        
            from curtail_uuid import CurtailUUID
        
            CurtailUUID.uuid(LensmanInfo, field='lensman_id', length=7)
        
        
        Function
        ========
        
        ::
        
            CurtailUUID.uuid(model, field='uuid', length=None)
        
        
        Settings.py
        ===========
        
        ::
        
            CURTAIL_UUID_LENGTH = 7
        
        
Keywords: django-curtail-uuid
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
