Skip to content

PolygonalTree/PAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAM

Python App Manger.

Version: alpha-v0.1

This a simple application Manager that permits to automatically install python applications and run them. In the installation process it creates a virtual enviroment under user_home_directory/.virtualenv with the name of the app. The app needs to be distributed in compressed format (for now tar.gz) and need to have at least:

  1. A folder /bin with run.py inside it, this will be the script call during launching.
  2. A folder /img with icon.ico in it, this will be the app icon used to identify the app.

In the future it will support .whl packages and other distribution format.

Some screenshoots: alt tag alt tag

It uses NW.js to run the application. Dependencies:

  • Python installed
  • Virtualenv

It will be all packed in the future to a nice installer for Windows, MacOSX and Linux, help is welcome.

About

Python Application Manger.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published