/subways

Subway provide some basic utilities like Factory objects, Process management based on subprocess module, some class to manipulate dictionaries and more.

Primary LanguagePythonMIT LicenseMIT

Subways

Subways is a python module that's provide some basic utilities like Factory objects, Process management based on subprocess module, some class to manipulate dictionaries and more.

Warnning

Only Python version 3.4+ are supported !

Install

Pypi:

# pip install subways

or as non root user

$ pip install --user subways

Git:

$ git clone https://github.com/midoriiro/subways.git
$ cd subways
# python setup.py install

or as non root user

$ python setup.py install --user