secgroundzero / warberry

WarBerryPi - Tactical Exploitation
2.22k stars 288 forks source link

Create warberry python package #17

Closed ghost closed 8 years ago

ghost commented 8 years ago

For better usability and code maintenance please consider:

I'd really be happy to help you out closing this issue.

secgroundzero commented 8 years ago

please show me a sample of what you are proposing for the package

ghost commented 8 years ago

Something like this template: https://github.com/Nekroze/cookiecutter-pypackage

with added on setup.py cli-support:

    entry_points='''
        [console_scripts]
        warberry=warberry.cli.application:cli
    ''',