summaryrefslogtreecommitdiffstats
path: root/src/python/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* python: synced version of eggs with openlmi-providersMichal Minar2013-07-301-1/+1
|
* openlmi-python: split python packageMichal Minar2013-07-301-2/+2
| | | | | | | | | | | 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'
* renamed openlmi namespace to lmiMichal Minar2013-07-041-4/+4
| | | | | To comply with lmi shell, which is placed in *lmi* package, and to make our imports shorter, we are renaming *openlmi* namespace to *lmi*.
* new subpackage openlmi.common created for sharing codeMichal Minar2013-02-041-2/+2
| | | | | | | | 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.
* Relicence all sources from GPLv2+ to LGPLv2+0.0.15Radek Novacek2012-11-121-1/+1
|
* added python namespace package called openlmiMichal Minar2012-11-081-0/+16
This is aimed to be a common package for all openlmi python providers. It allows using fully-qualified imports in provider source packages.