Skip to content

Commit 53d9aad

Browse files
committed
Various changes :
class and API creation refactoring bugfix in the generation of dns rules gen_*_rule definition changes etc.
1 parent 617d5c7 commit 53d9aad

File tree

8 files changed

+251
-216
lines changed

8 files changed

+251
-216
lines changed

MANIFEST

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# file GENERATED by distutils, do NOT edit
2+
setup.cfg
3+
setup.py
4+
bl2ru2/__init__.py
5+
bl2ru2/bl2ru2.py

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ To ensure maximum efficiency ofthis tool, your upstream Threat Intelligence shou
1212
- duplicates elimination
1313
- data enrichment
1414
- data splitting (i.e. split conix.fr/nos-expertises/ssi/ in conix.fr and /nos_expertises/ssi)
15+
# Installation
16+
```
17+
pip3 install bl2ru2
18+
```
1519

1620
# Usage
1721
```

bl2ru2.py

-216
This file was deleted.

bl2ru2/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = '0.3'

bl2ru2/__init__.pyc

165 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)