Metadata-Version: 2.1
Name: rawproxy
Version: 0.0.7
Summary: a githubusercontent proxy tool
Home-page: https://github.com/DevecorSoft/rawproxy
Author: Devecor
Author-email: devecor@outlook.com
License: UNKNOWN
Project-URL: rawproxy, https://github.com/DevecorSoft/rawproxy
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Rawproxy

a tiny proxy server for raw.githubusercontent.com

It's so hard to fetch script from `https://raw.githubusercontent.com` sometimes.
So I create this proxy server to map `https://raw.githubusercontent/path/to/some/scripts` to `https://myhost/raw.githubusercontent/path/to/some/scripts`.
and deploy it on cloud. Accessibility improvements will make your life easier!

## Example



## Deploy to ubuntu server

```commandline
sudo ln -s $(python3 -m site --user-site)/rawproxy/rawproxy.service /etc/systemd/system/rawproxy.service
sudo systemctl daemon-reload
sudo systemctl start rawproxy.service
```


