wslpy | A python3 Library for WSL specific tasks
kandi X-RAY | wslpy Summary
kandi X-RAY | wslpy Summary
wslpy is a Python library. wslpy has no bugs, it has no vulnerabilities, it has build file available, it has a Strong Copyleft License and it has low support. You can install using 'pip install wslpy' or download it from GitLab, GitHub, PyPI.
wslpy is far from complete. the API will change frequently.
wslpy is far from complete. the API will change frequently.
Support
Quality
Security
License
Reuse
Support
wslpy has a low active ecosystem.
It has 44 star(s) with 5 fork(s). There are 4 watchers for this library.
It had no major release in the last 12 months.
There are 14 open issues and 10 have been closed. On average issues are closed in 80 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of wslpy is 0.0.13
Quality
wslpy has no bugs reported.
Security
wslpy has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
wslpy is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
wslpy releases are not available. You will need to build from source code and install.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed wslpy and discovered the below as its top functions. This is intended to give you an instant insight into wslpy implemented functionality, and help decide if they suit your requirements.
- Automatically mount a Windows drive
- Return the mount prefix
- Returns the system drive prefix
- Execute a command
- Gets the display scaling
- Run a Windows PowerShell command
- Check if WSLInterop is enabled
- Check if we are running
- Return the OS distribution name
- Read attribute from a file
- Return a system environment variable
- List the system environment variables
- Get shell environment variable
- Lists shell environment variables
- Returns the Windows build registry
- Returns the build branch
- Reset the current time
- Returns the locale
- Returns a tuple of the windows uptime
- Convert input to Windows
- Convert input to a Windows double
- Run command
- Determine the WSL version
- Gets the Windows install date
- Get the current executable
- Returns the current theme
Get all kandi verified functions for this library.
wslpy Key Features
No Key Features are available at this moment for wslpy.
wslpy Examples and Code Snippets
Copy
wslpy.isWSL()
wslpy.system.shellEnvVarList()
wslpy.system.registry(input)
wslpy.convert.to(input, toType=PathConvType.AUTO)
wslpy.convert.toWin(input)
wslpy.convert.toWinDouble(input)
wslpy.convert.toWSL(input)
wslpy.exec.cmd(command)
wslpy.exec.pw
Copy
>>> import wslpy as wp
>>> wp.isWSL()
True
>>> wp.exec.cmd('ver')
Microsoft Windows [Version 10.0.18219.1000]
>>> wp.convert.to('/mnt/c/Windows/')
'c:\\Windows\\'
>>>
Community Discussions
No Community Discussions are available at this moment for wslpy.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install wslpy
you can install from pypi using pip install wslpy, or install from source using python3 setup.py install.
Support
wslpy is far from complete. this documentation page will change frequently.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page