Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barraponto/python-steamdesktop
https://github.com/barraponto/python-steamdesktop
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/barraponto/python-steamdesktop
- Owner: barraponto
- License: other
- Created: 2016-02-23T16:27:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T20:15:07.000Z (almost 9 years ago)
- Last Synced: 2024-04-15T12:51:03.490Z (9 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
========
Overview
========.. start-badges
.. list-table::
:stub-columns: 1* - docs
- |docs|
* - tests
- | |travis| |requires|
| |codecov|
* - package
- |version| |downloads| |wheel| |supported-versions| |supported-implementations|.. |docs| image:: https://readthedocs.org/projects/python-steamdesktop/badge/?style=flat
:target: https://readthedocs.org/projects/python-steamdesktop
:alt: Documentation Status.. |travis| image:: https://travis-ci.org/barraponto/python-steamdesktop.svg?branch=master
:alt: Travis-CI Build Status
:target: https://travis-ci.org/barraponto/python-steamdesktop.. |requires| image:: https://requires.io/github/barraponto/python-steamdesktop/requirements.svg?branch=master
:alt: Requirements Status
:target: https://requires.io/github/barraponto/python-steamdesktop/requirements/?branch=master.. |codecov| image:: https://codecov.io/github/barraponto/python-steamdesktop/coverage.svg?branch=master
:alt: Coverage Status
:target: https://codecov.io/github/barraponto/python-steamdesktop.. |version| image:: https://img.shields.io/pypi/v/steamdesktop.svg?style=flat
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/steamdesktop.. |downloads| image:: https://img.shields.io/pypi/dm/steamdesktop.svg?style=flat
:alt: PyPI Package monthly downloads
:target: https://pypi.python.org/pypi/steamdesktop.. |wheel| image:: https://img.shields.io/pypi/wheel/steamdesktop.svg?style=flat
:alt: PyPI Wheel
:target: https://pypi.python.org/pypi/steamdesktop.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/steamdesktop.svg?style=flat
:alt: Supported versions
:target: https://pypi.python.org/pypi/steamdesktop.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/steamdesktop.svg?style=flat
:alt: Supported implementations
:target: https://pypi.python.org/pypi/steamdesktop.. end-badges
Python Steam .desktop file manager
Finds desktop entries for games installed through Steam and adds the `Steam` category.
Makes it possible to group the entries in some Desktop Environments.* Free software: GPL3 License
Installation
============::
pip install steamdesktop
Documentation
=============https://python-steamdesktop.readthedocs.org/
Development
===========To run the all tests run::
tox
Note, to combine the coverage data from all the tox environments run:
.. list-table::
:widths: 10 90
:stub-columns: 1- - Windows
- ::set PYTEST_ADDOPTS=--cov-append
tox- - Other
- ::PYTEST_ADDOPTS=--cov-append tox