sugaroid.platform package

Submodules

sugaroid.platform.darwin module

class sugaroid.platform.darwin.Darwin[source]

Bases: object

cfgpath()[source]
increment()[source]
static make_config()[source]
paths()[source]
system()[source]

sugaroid.platform.linux module

class sugaroid.platform.linux.Linux[source]

Bases: object

cfgpath()[source]
increment()[source]
static make_config()[source]
paths()[source]
system()[source]

sugaroid.platform.platform module

sugaroid.platform.windows module

GUISCRCPY by srevinsaju Get it on : https://github.com/srevinsaju/guiscrcpy Licensed under GNU Public License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

class sugaroid.platform.windows.Windows[source]

Bases: object

cfgpath()[source]
increment()[source]
static make_config()[source]
paths()[source]
system()[source]

Module contents

Sugaroid Platform configuration manager

Manages platform specific configuration, as in local disk storage, new lines and path separators similar to the platform.platform module