Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

horus-4ever/package-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

package-manager

It is a very simple package manager, that can be used to do updates. It is quite simple to use, since there are only two functions:

  • create(input_directory, output_file)
  • install(input_file, destination_directory)

The input_directory must be an absolute pathname.

This code works fine up to 14Gb of datas (I didn't try more, but it should work on larger datas). Since it is written in Python, it can slow down your computer during creation or installation of packages (because memory isn't freed directly).

About

Create simple package in order to do auto-updates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages