File: PKG-INFO

package info (click to toggle)
mozjs78 78.15.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 739,892 kB
  • sloc: javascript: 1,344,214; cpp: 1,215,708; python: 526,544; ansic: 433,835; xml: 118,736; sh: 26,176; asm: 16,664; makefile: 11,537; yacc: 4,486; perl: 2,564; ada: 1,681; lex: 1,414; pascal: 1,139; cs: 879; exp: 499; java: 164; ruby: 68; sql: 45; csh: 35; sed: 18; lisp: 2
file content (72 lines) | stat: -rw-r--r-- 3,012 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Metadata-Version: 1.1
Name: pathlib2
Version: 2.3.2
Summary: Object-oriented filesystem paths
Home-page: https://pypi.python.org/pypi/pathlib2/
Author: Matthias C. M. Troffaes
Author-email: matthias.troffaes@gmail.com
License: MIT
Download-URL: https://pypi.python.org/pypi/pathlib2/
Description-Content-Type: UNKNOWN
Description: The `old pathlib <https://bitbucket.org/pitrou/pathlib>`_
        module on bitbucket is in bugfix-only mode.
        The goal of pathlib2 is to provide a backport of
        `standard pathlib <http://docs.python.org/dev/library/pathlib.html>`_
        module which tracks the standard library module,
        so all the newest features of the standard pathlib can be
        used also on older Python versions.
        
        Download
        --------
        
        Standalone releases are available on PyPI:
        http://pypi.python.org/pypi/pathlib2/
        
        Development
        -----------
        
        The main development takes place in the Python standard library: see
        the `Python developer's guide <http://docs.python.org/devguide/>`_.
        In particular, new features should be submitted to the
        `Python bug tracker <http://bugs.python.org/>`_.
        
        Issues that occur in this backport, but that do not occur not in the
        standard Python pathlib module can be submitted on
        the `pathlib2 bug tracker <https://github.com/mcmtroffaes/pathlib2/issues>`_.
        
        Documentation
        -------------
        
        Refer to the
        `standard pathlib <http://docs.python.org/dev/library/pathlib.html>`_
        documentation.
        
        .. |travis| image:: https://travis-ci.org/mcmtroffaes/pathlib2.png?branch=develop
            :target: https://travis-ci.org/mcmtroffaes/pathlib2
            :alt: travis-ci
        
        .. |appveyor| image:: https://ci.appveyor.com/api/projects/status/baddx3rpet2wyi2c?svg=true
            :target: https://ci.appveyor.com/project/mcmtroffaes/pathlib2
            :alt: appveyor
        
        .. |codecov| image:: https://codecov.io/gh/mcmtroffaes/pathlib2/branch/develop/graph/badge.svg
            :target: https://codecov.io/gh/mcmtroffaes/pathlib2
            :alt: codecov
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Filesystems