| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Added openlmi-python-test subpackage with contents taken from
src/python/lmi/test. This allows for testing code charing among verious
openlmi* git repositories.
|
| |
|
|
|
|
| |
Let's write openlmi version to the main __init__ module of each python
egg at build time. This version information is easily accessible from
setup scripts.
|
| |
|
|
| |
Bumped version in setups to 0.3.0.
|
| |
|
|
|
|
|
|
| |
PyPi requires valid classifiers from:
https://pypi.python.org/pypi?%3Aaction=list_classifiers
They compared case-sensitively.
added pywbem to requires
|
| | |
|
| |
|
|
|
|
|
| |
changed 'lmi' to 'openlmi' of python eggs to make them look related to
openlmi-storage and openlmi-tools eggs
preparation for upload to PyPi
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
Split the openlmi-python package to 2:
* openlmi-python-base
- lmi namespace
- functionality for any OpenLMI related python code
- contains packages 'lmi' and 'lmi.base'
* openlmi-python-providers
- common functionality for OpenLMI providers
- contains 'lmi.providers'
|
| |
|
|
|
| |
To comply with lmi shell, which is placed in *lmi* package, and to
make our imports shorter, we are renaming *openlmi* namespace to *lmi*.
|
| |
|
|
|
|
|
|
| |
openlmi.common subpackage allows to share code accros various OpenLMI
provider packages. Currently there is a cmpi_logging.py module.
Resolves: #71 in openlmi trac -- Make common package under openlmi
namespace for utilities shared accross python providers.
|
| | |
|
|
|
This is aimed to be a common package for all openlmi python providers.
It allows using fully-qualified imports in provider source packages.
|