Metadata-Version: 2.1
Name: class-pool
Version: 0.6rc6
Summary: Simple implementation of class pools for Python. Optional support for Django and DRF (if available)
Home-page: UNKNOWN
Author: Pawel Pecio
Author-email: 
License: UNKNOWN
Description: # class-pool
        
        Simple, but powerful library for python classes registries.
        
        This tool bases on django's models pool with a lot of improvements.
        
        *Features*
        - thread-safe classes pool
        - ad-hoc class registering
        - auto class registering from packages
        - custom class identifiers in a pool
        - filtering classes during registration
        - default class for unregistered identifiers
        - pool classes choice field for Django models, forms and Django Rest Framework serializers
        
        ## Requirements
        * Python 3
        * django >= 1.7 (optional)
        
        ## Installation
        
        ``pip install class-pool``
        
        ## Documentation
        
        https://py-class-pool.readthedocs.io/
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
