Skip to content

benpope82/repoeditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repoeditor

Editor of small and medium size repositories of Npackd package manager.

Linux Users

Installation

Linux users are intended to simply copy source files to the destination directory. Python3 with PyQt4 module must me installed in the system.

Running

Simply invoke following command:

python repoeditor.py

Windows Users

Installation

Windows users are encouraged to use installer which installs compiled version of the application in their system.

Alternatively repoeditor can be installed from the official repository using npackd package manager.

Running

Simply start repoeditor.exe, or use shortcut in your Start Menu.

Building

The application requires Python3 with PyQt4 module installed. Both modules come with Anaconda package.

In addition you need to install dodo and PyInstaller modules. This can be done by invoking:

pip install dodo
pip install pyinstaller

Finally Inno Setup needs to be installed in order to build the installer.

After preparing your environment as described above

  1. Update version.txt file with the version of repoeditor that you would like to build.

  2. In the top directory invoke:

doit installer

Alternatively you can invoke:

doit install

if you would like the tool chain to immediately install the application after building it. Installation directory can be specified in dodo.py

Finally

doit clean

uninstalls the application and cleans working directory.

About

Editor of small and medium size repositories of Npackd package manager.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.6%
  • Inno Setup 5.8%
  • XSLT 5.6%