UniConvertor 2.0 source code repository

The project source code is stored in GitHub repository. To download latest source code you need installing git package. All Linux distros usually have git package in their repositories.

To get latest source code snapshot just use following command:

git clone https://github.com/sk1project/uniconvertor

uniconvertor repository depends on build-utils (utilities to build and pack application into rpm, deb and other packages) repository.

Actually you don't need to clone build-utils repository because setup.py build script of uniconvertor clones this code automatically. The repo should be cloned for development purposes only.

Please pay attention that master branch can contains an incomplete implementation. If you are not developer we would recommend to use stable snapshots or latest release version.


UniConvertor 2.0 issue tracker

Issues for UniConvertor 2.0 are tracked on GitHub.

If you found a bug in UniConvertor 2.0 or want to propose some improvement, please search the GitHub issue tracker to see similar issues.

If not, open new issue and provide following details:

  • Your OS, UniConvertor version, UniConvertor installation manner.
  • If you installed UniConvertor from sources, include Python version.
  • Problem description.
  • Description of expected translation result.

We reply on all issue. But issue fixing/implementation depends on issue complexity and internal team planning. The same about issue processing order.

Please note, you can report issue if you have signed on GitHub. If not, just registry your account there.