Skip to main content

Micro Interceptor Proxy - a simple MITM HTTP/S proxy with logging

Project description

from setuptools import setup, find_packages
from os import path


def read(fname):
return open(path.join(path.dirname(__file__), fname)).read()

setup(
name='python-logging-proxy',
include_package_data = True,
author='Alistair Broomhead',
version='1.0.1',
author_email='alistair.broomhead@gmail.com',
description='Micro Interceptor Proxy - a simple MITM HTTP/S proxy with logging',
license='GPL',
url='https://github.com/alistair-broomhead/python-logging-proxy',
download_url='https://github.com/alistair-broomhead/python-logging-proxy/zipball/master',
long_description=read('README.md'),
packages=find_packages('src'),
package_dir={ '' : 'src' },
install_requires = [
'pyopenssl'
]
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-logging-proxy-1.0.tar.gz (9.0 kB view details)

Uploaded Source

File details

Details for the file python-logging-proxy-1.0.tar.gz.

File metadata

File hashes

Hashes for python-logging-proxy-1.0.tar.gz
Algorithm Hash digest
SHA256 d77f57aba0f7997755ee539bec79aff02ffbc8d8e532a93f0d9d197f06e68912
MD5 78427542a815035fffb5394d72a11726
BLAKE2b-256 e6681e72a5f87942a0269aaaf302c1eeb38b91edee5220607f275063a016345b

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page