Top "Package" questions

Package broadly refers to two things: 1) a usable unit/component of built/compiled software, or 2) a partition of the global namespace (Java).

Is there a standard way to list names of Python modules in a package?

Is there a straightforward way to list the names of all modules in a package, without using __all__? For example, …

python module package
How to reinstall rpm package?

I have installed a package from .rpm file and it is stored in /opt. After some configuration I found that …

package rpm reinstall
Execution of Python code with -m option or not

The python interpreter has -m module option that "Runs library module module as a script". With this python code a.…

python module package
Displaying information on non-installed RPM package?

I googled for this, but couldn't find how to query a non-installed RPM file for its information: # rpm -qa blackfin-jtag-tools-09…

package rpm
Whats the difference between a module and a library in Python?

I have background in Java and I am new to Python. I want to make sure I understand correctly Python …

python module package
R "stats" citation for a scientific paper

I analyzed my data using R package ‘stats’ (version 2.15.3). A reviewer asked me the right citation of this package and …

r package stat citations
How to run a .class file that is part of a package from cmd?

I keep getting errors when I make my .class part of a package and try to run it from cmd. …

java class cmd package javac
Installing "global" npm dependencies via package.json

I have a few "global" dependencies (jshint, csslint, buster, etc..) that I'd like to have automatically installed and executable via …

node.js package npm
Python package import from parent directory

I've the following source code structure /testapp/ /testapp/__init__.py /testapp/testmsg.py /testapp/sub/ /testapp/sub/__init__.py /testapp/…

python import package importerror
Which Eclipse package should I download for PyDev?

Which Eclipse package should I choose for Python development with PyDev? Nothing on the Eclipse homepage tells me what to …

python eclipse package pydev