Skip to content

terremoth/athenaenv-pkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AthenaEnv Packages

AthenaEnv Packages

Main repository for packages of the Athena Environment to be used with Zeus Package Manager

Feel free to send via pull request your package

Standard template to push your pkg:

  • create a directory in the root folder in this repo, with the exact name you want for the package (all lowercase with no spaces, spaces in the name should have - (hyphen) separating
  • this root folder that lies your package should have a file called "description.txt" written what your lib does, so the package manager command "search" could list and read from these files
  • put your pkg files inside this directory

The zeus package manager should then find the package with:

$ python zeus.py --search pkg-name