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'
]
)
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file python-logging-proxy-1.0.tar.gz
.
File metadata
- Download URL: python-logging-proxy-1.0.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d77f57aba0f7997755ee539bec79aff02ffbc8d8e532a93f0d9d197f06e68912 |
|
MD5 | 78427542a815035fffb5394d72a11726 |
|
BLAKE2b-256 | e6681e72a5f87942a0269aaaf302c1eeb38b91edee5220607f275063a016345b |