Metadata-Version: 2.1
Name: rawproxy
Version: 0.0.5
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
Requires-Dist: flask (>=2.0.2)
Requires-Dist: gunicorn (>=20.1.0)
Requires-Dist: requests (>=2.27.1)

# Rawproxy

a tiny proxy server for raw.githubusercontent.com 


## Deploy to ubuntu server

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



