Gitignore
This commit is contained in:
parent
fef306f79c
commit
270b83e3db
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
headercheckdashboardproxy.egg-info
|
@ -1,38 +0,0 @@
|
|||||||
Metadata-Version: 2.1
|
|
||||||
Name: headercheckdashboardproxy
|
|
||||||
Version: 1.0.0
|
|
||||||
Summary: A quick and cheap python server to filter static content based on request headers.
|
|
||||||
Home-page:
|
|
||||||
Author: Daniel Dayley
|
|
||||||
Author-email: github@cronocide.com
|
|
||||||
License: Apache2
|
|
||||||
Requires-Dist: pyyaml
|
|
||||||
Requires-Dist: gunicorn
|
|
||||||
Requires-Dist: datetime
|
|
||||||
Requires-Dist: requests
|
|
||||||
Requires-Dist: fastapi[all]
|
|
||||||
Requires-Dist: bs4
|
|
||||||
|
|
||||||
# headercheckdashboardproxy
|
|
||||||
## A quick and cheap python server to filter static content based on request headers.
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
|
|
||||||
1.
|
|
||||||
2.
|
|
||||||
3.
|
|
||||||
|
|
||||||
## Configuration
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
## Justification
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
README.md
|
|
||||||
setup.py
|
|
||||||
bin/headercheckdashboardproxy
|
|
||||||
headercheckdashboardproxy.egg-info/PKG-INFO
|
|
||||||
headercheckdashboardproxy.egg-info/SOURCES.txt
|
|
||||||
headercheckdashboardproxy.egg-info/dependency_links.txt
|
|
||||||
headercheckdashboardproxy.egg-info/requires.txt
|
|
||||||
headercheckdashboardproxy.egg-info/top_level.txt
|
|
||||||
headercheckdashboardproxy.egg-info/zip-safe
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1,6 +0,0 @@
|
|||||||
pyyaml
|
|
||||||
gunicorn
|
|
||||||
datetime
|
|
||||||
requests
|
|
||||||
fastapi[all]
|
|
||||||
bs4
|
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1 +0,0 @@
|
|||||||
|
|
Loading…
Reference in New Issue
Block a user