Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install macpacbot

How to install MacPacbot

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install macpacbot
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.0.6
1.0.9Never BuiltWhy not?
1.0.6 Available View build log
Windows (64-bit)
Mac OS X (10.5+)
1.0.6
1.0.9Never BuiltWhy not?
1.0.6 Available View build log
1.0.6
1.0.9Never BuiltWhy not?
1.0.8 Failed View build log
1.0.6 Available View build log
Linux (32-bit)
1.0.9 Available View build log
1.0.8 Available View build log
1.0.6 Available View build log
1.0.6
1.0.9Never BuiltWhy not?
1.0.8 Failed View build log
1.0.6 Available View build log
Linux (64-bit)
1.0.9 Available View build log
1.0.8 Available View build log
1.0.6 Available View build log
1.0.6
1.0.9Never BuiltWhy not?
1.0.8 Failed View build log
1.0.6 Available View build log
1.0.9 Available View build log
 
Author
Dependencies
Imports
Lastest release
version 1.0.9 on Dec 21st, 2012

MacPacbot is a Python toolkit of PAC(auto proxy configuration) for Mac OS X, which makes it much easier to create, edit and enable PAC script. It could transform a simple YAML config into a valid PAC script.

## Usage

Transform YAML info PAC, automatically detect network-service and update auto proxy configuration:

sudo pacbot <yaml_file> [-o <pac_file>]

Update auto proxy configuration with an existing PAC file:

sudo pacbot -u <pac_file>

Disable auto proxy in current network-service:

sudo pacbot -s off

Vim plugin:

function! EnablePAC()
if &filetype == 'javascript'
!sudo pacbot -u %
elseif &filetype == 'yaml'
!sudo pacbot %

System Message: WARNING/2 (<string>, line 25)

Definition list ends without a blank line; unexpected unindent.

endif

System Message: WARNING/2 (<string>, line 26)

Definition list ends without a blank line; unexpected unindent.

endfunction

command! PACenable call EnablePAC() autocmd! bufwritepost *.pac :PACenable autocmd! bufwritepost *.ypac :PACenable

System Message: WARNING/2 (<string>, line 28); backlink

Inline emphasis start-string without end-string.

System Message: WARNING/2 (<string>, line 28); backlink

Inline emphasis start-string without end-string.

Subscribe to package updates

Last updated Dec 21st, 2012

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.