]> mj.ucw.cz Git - osdd.git/commit
Python: Cleaned up the Python library xft
authorMartin Mares <mj@ucw.cz>
Wed, 24 Aug 2022 11:29:31 +0000 (13:29 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 24 Aug 2022 11:29:31 +0000 (13:29 +0200)
commit845c4443230d933069948b22bb076b42ba4c362a
tree4080839179f7982f2f6a8f3fa5d140a6f5302911
parent710ad3ca3a6abb36370cc12c33fa8bf0dc55a04b
Python: Cleaned up the Python library

- both the library module and its packaging live in python-osd/
- fixed a typo
- added "import osd" to example usage
- added dependency on python-xlib
python-osd/osd/__init__.py [new file with mode: 0755]
python-osd/pyproject.toml [new file with mode: 0644]
python-osd/setup.cfg [new file with mode: 0644]
python_client_lib.py [deleted file]
python_client_pip_package/pyproject.toml [deleted file]
python_client_pip_package/setup.cfg [deleted file]
python_client_pip_package/src/osd/__init__.py [deleted symlink]