Splatlogger 1.6.2__tar.gz → 1.6.2.post1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Splatlogger
3
- Version: 1.6.2
3
+ Version: 1.6.2.post1
4
4
  Summary: A CLI PID (Principal ID)/PNID grabber and match logger for Splatoon.
5
5
  Author-email: Shadow Doggo <shadowdoggo@protonmail.com>
6
6
  License-Expression: MIT
@@ -72,7 +72,7 @@ path/to/Splatlogger-1.x.exe -ip IP [options]
72
72
  ```
73
73
 
74
74
  Options:
75
- - `-log-level [option]` - Set how much data should be logged.
75
+ - `-log-level option` - Set how much data should be logged.
76
76
  - `none` - Don't create a log file.
77
77
  - `standard` - Log only basic player information, the same as what's printed to the console (default).
78
78
  - `extended` - Log all player information and additional match information.
@@ -85,7 +85,7 @@ Options:
85
85
  - `-aroma` - Switch to Aroma mode. Enable if using the TCPGecko Aroma plugin.
86
86
 
87
87
  - `-cemu [PID]` - Switch to Cemu mode. The `-ip` argument is not required and will be ignored.
88
- *Note: If you have ptrace protection enabled, you'll need to run python as root. It's best to run the module from source in that case.*
88
+ Note: If you have ptrace protection enabled, you'll need to run python as root. It's best to run the module from source in that case.
89
89
  - `PID` - PID of the Cemu process (optional).
90
90
 
91
91
  - `-stack Address (in hex)` - (Cemu only, optional) Beginning address of the stack space for Default Core 1 (Debug > View PPC threads).
@@ -95,7 +95,7 @@ Only required for logging stats. If the default values don't work, you'll need t
95
95
 
96
96
  - `-silent` - Disable printing logs to the console.
97
97
 
98
- Logs are saved in `(User)/Documents/Splatlogger/logs/(Date)/`.
98
+ Logs are saved in `(User)/Documents/Splatlogger/logs/`.
99
99
 
100
100
  To always run with the same IP and options without having to type them in manually, create an `args.txt` file in
101
101
  `(User)/Documents/Splatlogger/` and put the arguments following `splatlogger` in there.
@@ -56,7 +56,7 @@ path/to/Splatlogger-1.x.exe -ip IP [options]
56
56
  ```
57
57
 
58
58
  Options:
59
- - `-log-level [option]` - Set how much data should be logged.
59
+ - `-log-level option` - Set how much data should be logged.
60
60
  - `none` - Don't create a log file.
61
61
  - `standard` - Log only basic player information, the same as what's printed to the console (default).
62
62
  - `extended` - Log all player information and additional match information.
@@ -69,7 +69,7 @@ Options:
69
69
  - `-aroma` - Switch to Aroma mode. Enable if using the TCPGecko Aroma plugin.
70
70
 
71
71
  - `-cemu [PID]` - Switch to Cemu mode. The `-ip` argument is not required and will be ignored.
72
- *Note: If you have ptrace protection enabled, you'll need to run python as root. It's best to run the module from source in that case.*
72
+ Note: If you have ptrace protection enabled, you'll need to run python as root. It's best to run the module from source in that case.
73
73
  - `PID` - PID of the Cemu process (optional).
74
74
 
75
75
  - `-stack Address (in hex)` - (Cemu only, optional) Beginning address of the stack space for Default Core 1 (Debug > View PPC threads).
@@ -79,7 +79,7 @@ Only required for logging stats. If the default values don't work, you'll need t
79
79
 
80
80
  - `-silent` - Disable printing logs to the console.
81
81
 
82
- Logs are saved in `(User)/Documents/Splatlogger/logs/(Date)/`.
82
+ Logs are saved in `(User)/Documents/Splatlogger/logs/`.
83
83
 
84
84
  To always run with the same IP and options without having to type them in manually, create an `args.txt` file in
85
85
  `(User)/Documents/Splatlogger/` and put the arguments following `splatlogger` in there.
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "Splatlogger"
7
- version = "1.6.2"
7
+ version = "1.6.2.post1"
8
8
  authors = [
9
9
  { name="Shadow Doggo", email="shadowdoggo@protonmail.com" }
10
10
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Splatlogger
3
- Version: 1.6.2
3
+ Version: 1.6.2.post1
4
4
  Summary: A CLI PID (Principal ID)/PNID grabber and match logger for Splatoon.
5
5
  Author-email: Shadow Doggo <shadowdoggo@protonmail.com>
6
6
  License-Expression: MIT
@@ -72,7 +72,7 @@ path/to/Splatlogger-1.x.exe -ip IP [options]
72
72
  ```
73
73
 
74
74
  Options:
75
- - `-log-level [option]` - Set how much data should be logged.
75
+ - `-log-level option` - Set how much data should be logged.
76
76
  - `none` - Don't create a log file.
77
77
  - `standard` - Log only basic player information, the same as what's printed to the console (default).
78
78
  - `extended` - Log all player information and additional match information.
@@ -85,7 +85,7 @@ Options:
85
85
  - `-aroma` - Switch to Aroma mode. Enable if using the TCPGecko Aroma plugin.
86
86
 
87
87
  - `-cemu [PID]` - Switch to Cemu mode. The `-ip` argument is not required and will be ignored.
88
- *Note: If you have ptrace protection enabled, you'll need to run python as root. It's best to run the module from source in that case.*
88
+ Note: If you have ptrace protection enabled, you'll need to run python as root. It's best to run the module from source in that case.
89
89
  - `PID` - PID of the Cemu process (optional).
90
90
 
91
91
  - `-stack Address (in hex)` - (Cemu only, optional) Beginning address of the stack space for Default Core 1 (Debug > View PPC threads).
@@ -95,7 +95,7 @@ Only required for logging stats. If the default values don't work, you'll need t
95
95
 
96
96
  - `-silent` - Disable printing logs to the console.
97
97
 
98
- Logs are saved in `(User)/Documents/Splatlogger/logs/(Date)/`.
98
+ Logs are saved in `(User)/Documents/Splatlogger/logs/`.
99
99
 
100
100
  To always run with the same IP and options without having to type them in manually, create an `args.txt` file in
101
101
  `(User)/Documents/Splatlogger/` and put the arguments following `splatlogger` in there.
File without changes