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 (55 lines) | stat: -rw-r--r-- 1,993 bytes parent folder | download | duplicates (6)
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
Metadata-Version: 2.1
Name: importlib_metadata
Version: 1.5.0
Summary: Read metadata from Python packages
Home-page: http://importlib-metadata.readthedocs.io/
Author: Barry Warsaw
Author-email: barry@python.org
License: Apache Software License
Description: =========================
         ``importlib_metadata``
        =========================
        
        ``importlib_metadata`` is a library to access the metadata for a Python
        package.  It is intended to be ported to Python 3.8.
        
        
        Usage
        =====
        
        See the `online documentation <https://importlib_metadata.readthedocs.io/>`_
        for usage details.
        
        `Finder authors
        <https://docs.python.org/3/reference/import.html#finders-and-loaders>`_ can
        also add support for custom package installers.  See the above documentation
        for details.
        
        
        Caveats
        =======
        
        This project primarily supports third-party packages installed by PyPA
        tools (or other conforming packages). It does not support:
        
        - Packages in the stdlib.
        - Packages installed without metadata.
        
        Project details
        ===============
        
         * Project home: https://gitlab.com/python-devs/importlib_metadata
         * Report bugs at: https://gitlab.com/python-devs/importlib_metadata/issues
         * Code hosting: https://gitlab.com/python-devs/importlib_metadata.git
         * Documentation: http://importlib_metadata.readthedocs.io/
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7
Provides-Extra: testing
Provides-Extra: docs