Metadata-Version: 2.1
Name: synchronized-set
Version: 0.0.1
Summary: A threadsafe set.
Home-page: https://gitlab.com/dcmorse/python_synchronized_set
Author: David Charles Morse
Author-email: dcmorse@armarti.com
License: BSD
Download-URL: https://gitlab.com/dcmorse/python_synchronized_set/-/archive/master/python_synchronized_set-master.tar.gz
Description: ## synchronized_set
        
        Simple wrapper around the builtin `set` that allows safer access from multiple threads.
        
Keywords: set,synchronized,threadsafe,thread-safe,thread safe
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
