Cross Operation System Compatible Library.
Project description
Welcome to crosys Documentation
Like six is for python2/3 compatibility, crosys (cross system) is for Windows/MacOS/Linux Compatibility.
Quick Links
Install
crosys is released on PyPI, so all you need is:
$ pip install crosys
To upgrade to latest version:
$ pip install --upgrade crosys
Usage
>>> import crosys
>>> corsys.WINDOWS
True
>>> crosys.MACOS
False
>>> crosys.LINUX
False
>>> crosys.SP_PATH # site-packages path
C:\Python34\lib\site-packages
>>> crosys.PROGRAM_FILES_64
C:\Program Files
>>> crosys.PROGRAM_FILES_32
C:\Program Files (x86)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
crosys-0.0.1.zip
(10.3 kB
view details)
File details
Details for the file crosys-0.0.1.zip
.
File metadata
- Download URL: crosys-0.0.1.zip
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d15159c9af876cb9aab6cf5439bcb85a3fbcfe1aef6867fe5db4e22840689a96 |
|
MD5 | 9be748a72fcace7c0e10ffe57b25996a |
|
BLAKE2b-256 | 1dd8e6d67149a5d0a988d9da495220d6d4f512a1bf915296f2fb8aa851b21123 |