pybgpkit-parser 0.5.1__tar.gz → 0.5.2__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.
@@ -13,4 +13,7 @@ Cargo.lock
13
13
  venv
14
14
  .venv
15
15
 
16
- .env
16
+ .env
17
+ cache
18
+
19
+ .DS_Store
@@ -4,6 +4,7 @@
4
4
 
5
5
  - `maturin`
6
6
  - `docker`
7
+ - run `docker build . -t bgpkit-builder:latest` to build the builder image
7
8
 
8
9
  ## Checklist
9
10
 
@@ -26,4 +27,4 @@ Run `docker run --rm -it bgpkit-builder:latest bash` to open a shell in the cont
26
27
  ####
27
28
 
28
29
  bash build.sh
29
- ```
30
+ ```