.. nxpy documentation --------------------------------------------------------- .. Copyright Nicola Musatti 2010 - 2012 .. Use, modification, and distribution are subject to the Boost Software .. License, Version 1.0. (See accompanying file LICENSE.txt or copy at .. http://www.boost.org/LICENSE_1_0.txt) .. See http://nxpy.sourceforge.net for library home page. --------------------- ``core`` - The basics ===================== .. automodule:: nxpy.core ``async_subprocess`` - Subprocesses with non-blocking I/O --------------------------------------------------------- .. automodule:: nxpy.core.async_subprocess :members: ``backup_file`` - File objects with automated backup ---------------------------------------------------- .. automodule:: nxpy.core.backup_file :members: ``error`` - ``nxpy``'s exception hierarchy ------------------------------------------ .. automodule:: nxpy.core.error :members: ``file_object`` - Stubs for read-only and modifiable file-like objects ---------------------------------------------------------------------- .. automodule:: nxpy.core.file_object :members: ``file`` - File related utilities --------------------------------- .. automodule:: nxpy.core.file :members: ``memo`` - Memoize objects according to a given key --------------------------------------------------- .. automodule:: nxpy.core.memo :members: ``sequence`` - Sequence related utilities ----------------------------------------- .. automodule:: nxpy.core.sequence :members: ``sort`` - Sorting functions ---------------------------- .. automodule:: nxpy.core.sort :members: ``temp_file`` - Temporary files that support the context protocol ----------------------------------------------------------------- .. automodule:: nxpy.core.temp_file :members: