This file is indexed.

/usr/lib/python3/dist-packages/biomaj_cli-3.1.9.egg-info/PKG-INFO is in python3-biomaj3-cli 3.1.9-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
Metadata-Version: 1.1
Name: biomaj-cli
Version: 3.1.9
Summary: BioMAJ command line tool
Home-page: http://biomaj.genouest.org
Author: Olivier Sallou
Author-email: olivier.sallou@irisa.fr
License: UNKNOWN
Download-URL: http://biomaj.genouest.org
Description-Content-Type: UNKNOWN
Description: # About
        
        Package to use BioMAJ providing biomaj-cli
        
        # Example
        
            biomaj-cli.py --proxy http://biomaj-public-proxy --api-key XYZ_MYAPIKEY --update --bank Anopheles_gambiae
        
        To get help usage:
        
            biomaj-cli -h
        
         If proxy is not specifed, a monolitic and local BioMAJ installation is expected
        
         To create users, see biomaj-user repo or BioMAJ wiki
        
        
        3.1.9:
          Add option --stats, needs biomaj-daemon >= 3.0.13
          Add option --json, needs biomaj-daemon >= 3.0.13
        3.1.8:
          Add option --schedule
        3.1.7:
          If no arg given, display help
        3.1.6:
          Add options --last-log and --tail to get last log of a bank, needs biomaj-daemon >= 3.0.8
        3.1.5:
          Add missing biomaj-core req
        3.1.4:
          Add whatsup option
          Fix default value for --config
        3.1.2:
          Add missing README
          Fix for monolithic usage
        3.1.1:
          Use biomaj daemon utils for options management
          Fix config setup when using local install
          Rename biomaj-daemon-cli to biomaj-cli
        3.1.0:
          Create client for biomaj with micro services
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4