Skip to content

LunarPyOrg/harpia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Harpia Project

Harpia é um instalador feito em python Foca principalmente em repositórios do Github

Python Ver

Install

Using PIP command:

git clone https://github.com/LunarPyOrg/harpia # Will clone 'main' branch
cd harpia
pip install .

Build and install (you'll need to install poetry first):

git clone https://github.com/LunarPyOrg/harpia # Will clone 'main' branch
cd harpia
poetry build
pip install dist/harpia-*.whl

Uninstall

pip uninstall harpia

Contribute

You'll need to use poetry dependencie manager:

git clone --branch dev https://github.com/LunarPyOrg/harpia
cd harpia

# To run main() function from harpia/main.py
poetry run harpia

# To build to a .whl file
poetry build

# To install the build file using pip
pip install dist/harpia-APPVERSION-PYTHONVERSION-none-any.whl

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages