Skip to main content

Cross Operation System Compatible Library.

Project description

https://img.shields.io/pypi/v/crosys.svg https://img.shields.io/pypi/l/crosys.svg https://img.shields.io/pypi/pyversions/crosys.svg

Welcome to crosys Documentation

Like six is for python2/3 compatibility, crosys (cross system) is for Windows/MacOS/Linux Compatibility.

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page