greynoise 2.0.0__tar.gz → 2.0.1__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.
- {greynoise-2.0.0 → greynoise-2.0.1}/CHANGELOG.rst +20 -0
- {greynoise-2.0.0/src/greynoise.egg-info → greynoise-2.0.1}/PKG-INFO +21 -1
- {greynoise-2.0.0 → greynoise-2.0.1}/setup.py +1 -1
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/__version__.py +1 -1
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/util.py +3 -3
- {greynoise-2.0.0 → greynoise-2.0.1/src/greynoise.egg-info}/PKG-INFO +21 -1
- {greynoise-2.0.0 → greynoise-2.0.1}/LICENSE +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/MANIFEST.in +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/README.rst +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/setup.cfg +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/__init__.py +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/api/__init__.py +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/api/analyzer.py +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/api/filter.py +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/__init__.py +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/decorator.py +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/formatter.py +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/helper.py +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/parameter.py +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/subcommand.py +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/analyze.txt.j2 +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/gnql_query.txt.j2 +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/gnql_stats.txt.j2 +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/interesting.txt.j2 +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/ip_community.txt.j2 +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/ip_context.txt.j2 +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/ip_context_result.txt.j2 +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/ip_multi_context.txt.j2 +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/ip_quick_check.txt.j2 +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/macros.txt.j2 +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/riot.txt.j2 +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/similarity.txt.j2 +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/stats.txt.j2 +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/timeline.txt.j2 +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/timelinehourly.txt.j2 +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/exceptions.py +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise.egg-info/SOURCES.txt +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise.egg-info/dependency_links.txt +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise.egg-info/entry_points.txt +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise.egg-info/not-zip-safe +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise.egg-info/requires.txt +0 -0
- {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise.egg-info/top_level.txt +0 -0
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
Changelog
|
|
3
3
|
=========
|
|
4
4
|
|
|
5
|
+
Version `2.0.1`_
|
|
6
|
+
================
|
|
7
|
+
**Date**: April 14, 2023
|
|
8
|
+
|
|
9
|
+
* API client:
|
|
10
|
+
|
|
11
|
+
* Updated timeline commands to support 90 day lookback period
|
|
12
|
+
|
|
13
|
+
* CLI:
|
|
14
|
+
|
|
15
|
+
* Updated timeline commands to support 90 day lookback period
|
|
16
|
+
|
|
17
|
+
* Dependencies:
|
|
18
|
+
|
|
19
|
+
* Updated ansimarkup to version 1.5.0
|
|
20
|
+
* Updated dict2xml to version 1.7.3
|
|
21
|
+
* Updated itertools to version 9.1.0
|
|
22
|
+
* Updated requests to version 2.28.2
|
|
23
|
+
|
|
5
24
|
Version `2.0.0`_
|
|
6
25
|
================
|
|
7
26
|
**Date**: February 15, 2023
|
|
@@ -343,3 +362,4 @@ Version `0.2.0`_
|
|
|
343
362
|
.. _`1.2.1`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v1.2.0...1.2.1
|
|
344
363
|
.. _`1.3.0`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v1.2.1...1.3.0
|
|
345
364
|
.. _`2.0.0`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v1.3.0...HEAD
|
|
365
|
+
.. _`2.0.1`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v2.0.0...2.0.1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: greynoise
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.1
|
|
4
4
|
Summary: Abstraction to interact with GreyNoise API.
|
|
5
5
|
Home-page: https://greynoise.io/
|
|
6
6
|
Download-URL: https://github.com/GreyNoise-Intelligence/pygreynoise
|
|
@@ -124,6 +124,25 @@ Usage
|
|
|
124
124
|
Changelog
|
|
125
125
|
=========
|
|
126
126
|
|
|
127
|
+
Version `2.0.1`_
|
|
128
|
+
================
|
|
129
|
+
**Date**: April 14, 2023
|
|
130
|
+
|
|
131
|
+
* API client:
|
|
132
|
+
|
|
133
|
+
* Updated timeline commands to support 90 day lookback period
|
|
134
|
+
|
|
135
|
+
* CLI:
|
|
136
|
+
|
|
137
|
+
* Updated timeline commands to support 90 day lookback period
|
|
138
|
+
|
|
139
|
+
* Dependencies:
|
|
140
|
+
|
|
141
|
+
* Updated ansimarkup to version 1.5.0
|
|
142
|
+
* Updated dict2xml to version 1.7.3
|
|
143
|
+
* Updated itertools to version 9.1.0
|
|
144
|
+
* Updated requests to version 2.28.2
|
|
145
|
+
|
|
127
146
|
Version `2.0.0`_
|
|
128
147
|
================
|
|
129
148
|
**Date**: February 15, 2023
|
|
@@ -465,3 +484,4 @@ Version `0.2.0`_
|
|
|
465
484
|
.. _`1.2.1`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v1.2.0...1.2.1
|
|
466
485
|
.. _`1.3.0`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v1.2.1...1.3.0
|
|
467
486
|
.. _`2.0.0`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v1.3.0...HEAD
|
|
487
|
+
.. _`2.0.1`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v2.0.0...2.0.1
|
|
@@ -190,13 +190,13 @@ def validate_timeline_days(days):
|
|
|
190
190
|
"""
|
|
191
191
|
if isinstance(days, str):
|
|
192
192
|
raise ValueError(
|
|
193
|
-
"Days must be a valid integer between 1 and
|
|
193
|
+
"Days must be a valid integer between 1 and 90. Current input is a "
|
|
194
194
|
"string."
|
|
195
195
|
)
|
|
196
|
-
if isinstance(days, int) and 1 <= int(days) <=
|
|
196
|
+
if isinstance(days, int) and 1 <= int(days) <= 90:
|
|
197
197
|
return True
|
|
198
198
|
else:
|
|
199
|
-
raise ValueError("Days must be a valid integer between 1 and
|
|
199
|
+
raise ValueError("Days must be a valid integer between 1 and 90.")
|
|
200
200
|
|
|
201
201
|
|
|
202
202
|
def validate_timeline_granularity(granularity):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: greynoise
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.1
|
|
4
4
|
Summary: Abstraction to interact with GreyNoise API.
|
|
5
5
|
Home-page: https://greynoise.io/
|
|
6
6
|
Download-URL: https://github.com/GreyNoise-Intelligence/pygreynoise
|
|
@@ -124,6 +124,25 @@ Usage
|
|
|
124
124
|
Changelog
|
|
125
125
|
=========
|
|
126
126
|
|
|
127
|
+
Version `2.0.1`_
|
|
128
|
+
================
|
|
129
|
+
**Date**: April 14, 2023
|
|
130
|
+
|
|
131
|
+
* API client:
|
|
132
|
+
|
|
133
|
+
* Updated timeline commands to support 90 day lookback period
|
|
134
|
+
|
|
135
|
+
* CLI:
|
|
136
|
+
|
|
137
|
+
* Updated timeline commands to support 90 day lookback period
|
|
138
|
+
|
|
139
|
+
* Dependencies:
|
|
140
|
+
|
|
141
|
+
* Updated ansimarkup to version 1.5.0
|
|
142
|
+
* Updated dict2xml to version 1.7.3
|
|
143
|
+
* Updated itertools to version 9.1.0
|
|
144
|
+
* Updated requests to version 2.28.2
|
|
145
|
+
|
|
127
146
|
Version `2.0.0`_
|
|
128
147
|
================
|
|
129
148
|
**Date**: February 15, 2023
|
|
@@ -465,3 +484,4 @@ Version `0.2.0`_
|
|
|
465
484
|
.. _`1.2.1`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v1.2.0...1.2.1
|
|
466
485
|
.. _`1.3.0`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v1.2.1...1.3.0
|
|
467
486
|
.. _`2.0.0`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v1.3.0...HEAD
|
|
487
|
+
.. _`2.0.1`: https://github.com/GreyNoise-Intelligence/pygreynoise/compare/v2.0.0...2.0.1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|