Skip to content

naorsms/horey

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

298 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

horey

My packages. Do whatever you want with them.

Installing a package:

This will install a package with its requirements. There are 2 types of requirements:

  • global - standard pypi packages installed with pip3.
  • horey. - recursively installed from source.

In the global environment

make recursive_install_from_source-aws_api

In the venv: build/_build/_venv

make recursive_install_from_source_local_venv-aws_api

Running pylint:

make pylint

Run unit tests

make test

Clean the environment

make clean

About

My packages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 96.2%
  • Makefile 2.0%
  • Shell 1.5%
  • Other 0.3%