aa-intel-tool 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl
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.
- {aa_intel_tool-1.0.0.dist-info → aa_intel_tool-1.0.1.dist-info}/METADATA +24 -24
- {aa_intel_tool-1.0.0.dist-info → aa_intel_tool-1.0.1.dist-info}/RECORD +4 -4
- {aa_intel_tool-1.0.0.dist-info → aa_intel_tool-1.0.1.dist-info}/WHEEL +0 -0
- {aa_intel_tool-1.0.0.dist-info → aa_intel_tool-1.0.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aa-intel-tool
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: A simple parser for D-Scans and more for Alliance Auth
|
|
5
5
|
Project-URL: Changelog, https://github.com/ppfeufer/aa-intel-tool/blob/master/CHANGELOG.md
|
|
6
6
|
Project-URL: Documentation, https://github.com/ppfeufer/aa-intel-tool/blob/master/README.md
|
|
@@ -789,16 +789,18 @@ See [Settings](#settings) section for details.
|
|
|
789
789
|
|
|
790
790
|
## Installation<a name="installation"></a>
|
|
791
791
|
|
|
792
|
-
**
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
792
|
+
> **Note**
|
|
793
|
+
>
|
|
794
|
+
> Please make sure you meet all preconditions before you proceed:
|
|
795
|
+
>
|
|
796
|
+
> - AA Intel Tool is a plugin for [Alliance Auth]. If you don't have Alliance Auth running
|
|
797
|
+
> already, please install it first before proceeding. (see the official
|
|
798
|
+
> [Alliance Auth installation guide] for details)
|
|
799
|
+
> - AA Intel Tool needs at least **Alliance Auth v3.6.1**. Please make sure to meet this
|
|
800
|
+
> condition _before_ installing this app, otherwise an update to Alliance Auth will
|
|
801
|
+
> be pulled in unsupervised.
|
|
802
|
+
> - AA Intel Tool needs [Eve Universe] to function. Please make sure it is installed,
|
|
803
|
+
> before continuing.
|
|
802
804
|
|
|
803
805
|
### Step 1: Install the Package<a name="step-1-install-the-package"></a>
|
|
804
806
|
|
|
@@ -815,16 +817,16 @@ pip install aa-intel-tool
|
|
|
815
817
|
|
|
816
818
|
This is fairly simple, configure your AA settings (`local.py`) as follows:
|
|
817
819
|
|
|
818
|
-
|
|
819
|
-
|
|
820
|
+
Add `eveuniverse` (if not already done so for a different app) and `aa_intel_tool` to
|
|
821
|
+
the list of `INSTALLED_APPS`.
|
|
820
822
|
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
823
|
+
```python
|
|
824
|
+
# Add any additional apps to this list.
|
|
825
|
+
INSTALLED_APPS += [
|
|
826
|
+
"eveuniverse",
|
|
827
|
+
"aa_intel_tool", # https://github.com/ppfeufer/aa-intel-tool
|
|
828
|
+
]
|
|
829
|
+
```
|
|
828
830
|
|
|
829
831
|
#### Add the Scheduled Task<a name="add-the-scheduled-task"></a>
|
|
830
832
|
|
|
@@ -842,10 +844,8 @@ if "aa_intel_tool" in INSTALLED_APPS:
|
|
|
842
844
|
|
|
843
845
|
#### (Optional) Allow Public Views<a name="optional-allow-public-views"></a>
|
|
844
846
|
|
|
845
|
-
This app supports AA's feature of public views
|
|
846
|
-
|
|
847
|
-
without the need to log in, please add `"aa_intel_tool",` to the list of
|
|
848
|
-
`APPS_WITH_PUBLIC_VIEWS` in your `local.py`:
|
|
847
|
+
This app supports AA's feature of public views. To allow this feature, please add
|
|
848
|
+
`"aa_intel_tool",` to the list of `APPS_WITH_PUBLIC_VIEWS` in your `local.py`:
|
|
849
849
|
|
|
850
850
|
```python
|
|
851
851
|
# By default, apps are prevented from having public views for security reasons.
|
|
@@ -117,7 +117,7 @@ aa_intel_tool/tests/test-data/fleetcomp.txt,sha256=BYqCJznI3e6jlHTQwmr08wZr2D_an
|
|
|
117
117
|
aa_intel_tool/views/__init__.py,sha256=zf5e30BdJ772oDJkQnBfFIi5a7-HEJByUIkv0iz3Kr8,29
|
|
118
118
|
aa_intel_tool/views/ajax.py,sha256=7xBsd0Eg6enDl7JeI9vNJXaF66lWjhStLfYdJGAobvM,911
|
|
119
119
|
aa_intel_tool/views/general.py,sha256=7VbM9r-UOiMCOAURJ4JXw1tL3sIHT6FhSYXZAYFjjQE,4023
|
|
120
|
-
aa_intel_tool-1.0.
|
|
121
|
-
aa_intel_tool-1.0.
|
|
122
|
-
aa_intel_tool-1.0.
|
|
123
|
-
aa_intel_tool-1.0.
|
|
120
|
+
aa_intel_tool-1.0.1.dist-info/METADATA,sha256=iJNR7bX5pzec8eP40fMaJASFwWH0ikqcV4UcgclDngU,54859
|
|
121
|
+
aa_intel_tool-1.0.1.dist-info/WHEEL,sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA,87
|
|
122
|
+
aa_intel_tool-1.0.1.dist-info/licenses/LICENSE,sha256=UTib95uJWe2NQIG3TzU8-Hm-eaEZFqv9fqsjNT_xKWU,35151
|
|
123
|
+
aa_intel_tool-1.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|