Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python2-smmap2-2.0.5-bp153.1.15 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python2-smmap2 Distribution: SUSE Linux Enterprise 15 SP3
Version: 2.0.5 Vendor: openSUSE
Release: bp153.1.15 Build date: Sat Mar 6 09:56:53 2021
Group: Development/Languages/Python Build host: lamb53
Size: 179516 Source RPM: python-smmap2-2.0.5-bp153.1.15.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/Byron/smmap
Summary: A pure python implementation of a sliding window memory map manager
Smmap wraps an interface around mmap and tracks the mapped files as
well as the amount of clients who use it. If the system runs out of
resources, or if a memory limit is reached, it will automatically
unload unused maps to allow continued operation.

To allow processing large files even on 32 bit systems, it allows
only portions of the file to be mapped. Once the user reads beyond
the mapped region, smmap will automatically map the next required
region, unloading unused regions using a LRU algorithm.

The interface also works around the missing offset parameter in python
implementations up to python 2.5.

Although the library can be used most efficiently with its native
interface, a Buffer implementation is provided to hide these details
behind a simple string-like interface.

For performance critical 64 bit applications, a simplified version of
memory mapping is provided which always maps the whole file, but
still provides the benefit of unloading unused mappings on demand.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Mar 28 2019 pgajdos@suse.com
  - version update to 2.0.5
    * Drop support for EOL Python
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Tue Aug 07 2018 toddrme2178@gmail.com
  - Update to 2.0.4
    * Update homepage
* Thu May 03 2018 toddrme2178@gmail.com
  - Use %license tag
* Wed Jan 17 2018 toddrme2178@gmail.com
  - Initial version

Files

/usr/lib/python2.7/site-packages/smmap
/usr/lib/python2.7/site-packages/smmap/__init__.py
/usr/lib/python2.7/site-packages/smmap/__init__.pyc
/usr/lib/python2.7/site-packages/smmap/__init__.pyo
/usr/lib/python2.7/site-packages/smmap/buf.py
/usr/lib/python2.7/site-packages/smmap/buf.pyc
/usr/lib/python2.7/site-packages/smmap/buf.pyo
/usr/lib/python2.7/site-packages/smmap/exc.py
/usr/lib/python2.7/site-packages/smmap/exc.pyc
/usr/lib/python2.7/site-packages/smmap/exc.pyo
/usr/lib/python2.7/site-packages/smmap/mman.py
/usr/lib/python2.7/site-packages/smmap/mman.pyc
/usr/lib/python2.7/site-packages/smmap/mman.pyo
/usr/lib/python2.7/site-packages/smmap/test
/usr/lib/python2.7/site-packages/smmap/test/__init__.py
/usr/lib/python2.7/site-packages/smmap/test/__init__.pyc
/usr/lib/python2.7/site-packages/smmap/test/__init__.pyo
/usr/lib/python2.7/site-packages/smmap/test/lib.py
/usr/lib/python2.7/site-packages/smmap/test/lib.pyc
/usr/lib/python2.7/site-packages/smmap/test/lib.pyo
/usr/lib/python2.7/site-packages/smmap/test/test_buf.py
/usr/lib/python2.7/site-packages/smmap/test/test_buf.pyc
/usr/lib/python2.7/site-packages/smmap/test/test_buf.pyo
/usr/lib/python2.7/site-packages/smmap/test/test_mman.py
/usr/lib/python2.7/site-packages/smmap/test/test_mman.pyc
/usr/lib/python2.7/site-packages/smmap/test/test_mman.pyo
/usr/lib/python2.7/site-packages/smmap/test/test_tutorial.py
/usr/lib/python2.7/site-packages/smmap/test/test_tutorial.pyc
/usr/lib/python2.7/site-packages/smmap/test/test_tutorial.pyo
/usr/lib/python2.7/site-packages/smmap/test/test_util.py
/usr/lib/python2.7/site-packages/smmap/test/test_util.pyc
/usr/lib/python2.7/site-packages/smmap/test/test_util.pyo
/usr/lib/python2.7/site-packages/smmap/util.py
/usr/lib/python2.7/site-packages/smmap/util.pyc
/usr/lib/python2.7/site-packages/smmap/util.pyo
/usr/lib/python2.7/site-packages/smmap2-2.0.5-py2.7.egg-info
/usr/lib/python2.7/site-packages/smmap2-2.0.5-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/smmap2-2.0.5-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/smmap2-2.0.5-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/smmap2-2.0.5-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/smmap2-2.0.5-py2.7.egg-info/zip-safe
/usr/share/doc/packages/python2-smmap2
/usr/share/doc/packages/python2-smmap2/README.md
/usr/share/licenses/python2-smmap2
/usr/share/licenses/python2-smmap2/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024