This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use pkg_resources to find the config file path,
instead of using __file__ as it would fail when packed in a zip. Include the config file in the package adding it to MANIFEST.in
- Loading branch information
Showing
5 changed files
with
35 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
include README LICENSE requirements.txt | ||
include README.rst requirements.txt bwscanner/data/config.ini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[default] | ||
|
||
data_dir = ~/.config/bwscanner | ||
measurement_dir = ~/.config/bwscanner/measurements | ||
tor_dir = ~/.config/bwscanner/tordata | ||
loglevel = info | ||
logfile = bwscanner.log | ||
baseurl = https://siv.sunet.se/bwauth/ | ||
launch_tor = True | ||
circuit_build_timeout = 20 | ||
partitions = 1 | ||
current_partition = 1 | ||
timeout = 120 | ||
request_limit = 10 | ||
int_keys = partitions current_partition timeout request_limit | ||
bool_keys = launch_tor | ||
|
||
[bw_files] | ||
|
||
64M = 6258de4f4d602be75a3458117b29d2c580c4bcb7ba5b9d2c4135c7603109f554 | ||
32M = 5a5d66d7865f09498d776f20c9e9791b055a4fff357185f84fb4ecfca7da93f0 | ||
16M = 6258de4f4d602be75a3458117b29d2c580c4bcb7ba5b9d2c4135c7603109f554 | ||
8M = 738c5604295b9377f7636ce0c2c116f093bb50372f589a6c2332a3bb6bba096a | ||
4M = 4daaa42377d3c87577797d44a8fa569038e7a9d6a5d417a09d8ba41a69456164 | ||
2M = 3e39b0bb92912cf1ad6c01fb7c9d592e814a691c61de1f649416f6bba2d15082 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters