A Python module that’s provide some basic utilities.
Project description
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
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
subways-0.1.0.dev7.tar.gz
(4.6 kB
view hashes)