Package python-module-pathlib: Information

    Source package: python-module-pathlib
    Version: 1.0.1-alt3
    Build time:  May 21, 2019, 12:57 AM
    Report package bug
    License: MIT
    Summary: Object-oriented filesystem paths
    Description: 
    pathlib offers a set of classes to handle filesystem paths. It offers
    the following advantages over using string objects:
    
    * No more cumbersome use of os and os.path functions. Everything can be
      done easily through operators, attribute accesses, and method calls.
    * Embodies the semantics of different path types. For example, comparing
      Windows paths ignores casing.
    * Well-defined semantics, eliminating any warts or ambiguities (forward
      vs. backward slashes, etc.).

    List of rpms provided by this srpm:
    python-module-pathlib (noarch)



      1. python-module-pytest
      2. python-module-setuptools
      3. python-test

    Last changed


    Aug. 30, 2018 Stanislav Levin 1.0.1-alt3
    - Drop python3 package.
    July 14, 2017 Aleksei Nikiforov 1.0.1-alt2
    - Fixed build spec with py.test3
    March 13, 2016 Ivan Zakharyaschev 1.0.1-alt1.1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)