https://github.com/datacanvasio/screwjack
ScrewJack is a tiny command line tool for manipulating modules.
https://github.com/datacanvasio/screwjack
Last synced: 11 months ago
JSON representation
ScrewJack is a tiny command line tool for manipulating modules.
- Host: GitHub
- URL: https://github.com/datacanvasio/screwjack
- Owner: DataCanvasIO
- License: bsd-3-clause
- Created: 2014-05-08T11:44:33.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T04:22:27.000Z (over 9 years ago)
- Last Synced: 2025-04-11T13:17:40.433Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 188 KB
- Stars: 8
- Watchers: 10
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ScrewJack
=========
ScrewJack is a tiny command line tool for manipulating modules.
Installation
------------
Install directly by pip:
```sh
pip install -U screwjack
```
Or, you can use the latest version:
```sh
git clone http://github.com/DataCanvasIO/screwjack.git screwjack.git
cd screwjack.git
pip install -r requirements.txt
./bin/screwjack --help
```
Usage
-----
[Online document](http://screwjack.readthedocs.org) is also avaliable.
About
-----
ScrewJack is licensed under BSD (3-Clause) License, see LICENSE file for detail. Comments and contribution are welcome.