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.
Files changed (42) hide show
  1. {greynoise-2.0.0 → greynoise-2.0.1}/CHANGELOG.rst +20 -0
  2. {greynoise-2.0.0/src/greynoise.egg-info → greynoise-2.0.1}/PKG-INFO +21 -1
  3. {greynoise-2.0.0 → greynoise-2.0.1}/setup.py +1 -1
  4. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/__version__.py +1 -1
  5. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/util.py +3 -3
  6. {greynoise-2.0.0 → greynoise-2.0.1/src/greynoise.egg-info}/PKG-INFO +21 -1
  7. {greynoise-2.0.0 → greynoise-2.0.1}/LICENSE +0 -0
  8. {greynoise-2.0.0 → greynoise-2.0.1}/MANIFEST.in +0 -0
  9. {greynoise-2.0.0 → greynoise-2.0.1}/README.rst +0 -0
  10. {greynoise-2.0.0 → greynoise-2.0.1}/setup.cfg +0 -0
  11. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/__init__.py +0 -0
  12. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/api/__init__.py +0 -0
  13. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/api/analyzer.py +0 -0
  14. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/api/filter.py +0 -0
  15. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/__init__.py +0 -0
  16. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/decorator.py +0 -0
  17. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/formatter.py +0 -0
  18. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/helper.py +0 -0
  19. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/parameter.py +0 -0
  20. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/subcommand.py +0 -0
  21. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/analyze.txt.j2 +0 -0
  22. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/gnql_query.txt.j2 +0 -0
  23. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/gnql_stats.txt.j2 +0 -0
  24. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/interesting.txt.j2 +0 -0
  25. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/ip_community.txt.j2 +0 -0
  26. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/ip_context.txt.j2 +0 -0
  27. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/ip_context_result.txt.j2 +0 -0
  28. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/ip_multi_context.txt.j2 +0 -0
  29. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/ip_quick_check.txt.j2 +0 -0
  30. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/macros.txt.j2 +0 -0
  31. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/riot.txt.j2 +0 -0
  32. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/similarity.txt.j2 +0 -0
  33. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/stats.txt.j2 +0 -0
  34. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/timeline.txt.j2 +0 -0
  35. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/cli/templates/timelinehourly.txt.j2 +0 -0
  36. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise/exceptions.py +0 -0
  37. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise.egg-info/SOURCES.txt +0 -0
  38. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise.egg-info/dependency_links.txt +0 -0
  39. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise.egg-info/entry_points.txt +0 -0
  40. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise.egg-info/not-zip-safe +0 -0
  41. {greynoise-2.0.0 → greynoise-2.0.1}/src/greynoise.egg-info/requires.txt +0 -0
  42. {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.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
@@ -28,7 +28,7 @@ INSTALL_REQUIRES = [
28
28
 
29
29
  setup(
30
30
  name="greynoise",
31
- version="2.0.0",
31
+ version="2.0.1",
32
32
  description="Abstraction to interact with GreyNoise API.",
33
33
  url="https://greynoise.io/",
34
34
  author="GreyNoise Intelligence",
@@ -5,4 +5,4 @@ __license__ = "MIT"
5
5
  __maintainer__ = "GreyNoise Intelligence"
6
6
  __email__ = "hello@greynoise.io"
7
7
  __status__ = "BETA"
8
- __version__ = "2.0.0"
8
+ __version__ = "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 30. Current input is a "
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) <= 30:
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 30.")
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.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