Skip to main content

Atomic file writes on POSIX

Project description

https://travis-ci.org/untitaker/python-atomicwrites.svg?branch=master

Atomic file writes on POSIX.

Usage:

from atomicwrites import atomic_write

with atomic_write('foo.txt') as f:
    f.write('Hello world.')
    # "foo.txt" doesn't exist yet.

# Now it does.

License

Licensed under the MIT, see LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

atomicwrites-0.1.0.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

atomicwrites-0.1.0-py2.py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page