https://github.com/danlock/codetrack2mantis
Python library for converting project issues from Codetrack issue tracker into MantisBT.
https://github.com/danlock/codetrack2mantis
Last synced: about 1 year ago
JSON representation
Python library for converting project issues from Codetrack issue tracker into MantisBT.
- Host: GitHub
- URL: https://github.com/danlock/codetrack2mantis
- Owner: Danlock
- Created: 2016-01-29T00:32:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T20:38:56.000Z (over 10 years ago)
- Last Synced: 2025-02-06T02:49:57.563Z (over 1 year ago)
- Language: Python
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Installation process:
Make sure you have distutils installed on your system.pip install distutils
Run setup.py install.
python setup.py install
Now go into Codetrack2Mantis and run program normally.