Metadata-Version: 1.1
Name: atomiccreate
Version: 0.1.2
Summary: Create and write to a file atomically.
Home-page: https://github.com/stevemarple/python-atomiccreate
Author: Steve Marple
Author-email: stevemarple@googlemail.com
License: MIT
Description: atomiccreate
        ============
        
        Create and write to a file so that it appears as an atomic operation
        at the filesystem level.
        
        
        
        
        Credits
        =======
        
        "atomiccreate" is written and maintained by Steve Marple.
        
        
        Contributors
        ------------
        
        Please append your name here when you submit your first pull request.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
