Skip to content

Latest commit

 

History

History
executable file
·
29 lines (18 loc) · 1.25 KB

README.rst

File metadata and controls

executable file
·
29 lines (18 loc) · 1.25 KB

firewallconfigdecryptor: firewall configuration parsing tool

TODO: Modify the whole file as necessary.

This is a "long description" file for the package that you are creating. If you submit your package to PyPi, this text will be presented on the public page of your package.

Note: This README has to be written using reStructured Text, otherwise PyPi won't format it properly.

Installation

The easiest way to install most Python packages is via easy_install or pip:

$ easy_install firewallconfigdecryptor

Usage

TODO: This is a good place to start with a couple of concrete examples of how the package should be used.

The boilerplate code provides a dummy main function that prints out the word 'Hello':

>> from firewallconfigdecryptor import main
>> main()

When the package is installed via easy_install or pip this function will be bound to the firewallconfigdecryptor executable in the Python installation's bin directory (on Windows - the Scripts directory).