ReExpose HTTP basic auth endpoints on localhost as unauthenticated endpoints
Project description
reexpose
Expose an authenticated HTTP endpoint on localhost as an unauthenticated one.
Built for Plex Podcasts to connect to premium podcast feeds.
Installation & running
git clone https://github.com/jeffcasavant/reexpose.git
cd reexpose
pip install .
This will put ReExpose on your path. Then, copy config_example.yaml
to
config.yaml
and edit it to your liking. When you're ready:
reexpose --config path/to/config.yaml [--port 5000]
ReExpose will make the endpoint available on localhost at port 5000 by default.
Development
Simply install the dev extra:
pip install .[dev]
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
ReExpose-0.1.0.tar.gz
(2.3 kB
view hashes)