Skip to content

Commit

Permalink
Update url
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchall committed Dec 1, 2023
1 parent c0312d0 commit a33913b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ For a demonstration of common recipes using ipaddress vectors and functions, see

## Related work

* [**iptools**](https://hrbrmstr.github.io/iptools/) -- A well established R package for working with IP addresses and networks. Unfortunately IPv6 support is severely limited. Also, addresses and networks are stored as character vectors, so they must be parsed to their native bit representation for every operation. It served as an excellent guide and motivation for ipaddress.
* [**iptools**](https://github.com/hrbrmstr/iptools) -- A well established R package for working with IP addresses and networks. Unfortunately IPv6 support is severely limited. Also, addresses and networks are stored as character vectors, so they must be parsed to their native bit representation for every operation. It served as an excellent guide and motivation for ipaddress.
* [**cyberpandas**](https://cyberpandas.readthedocs.io) -- A Python package for using IP addresses in a [pandas](https://pandas.pydata.org) DataFrame. This offers full support for IPv6 and stores addresses in the native bit representation. However, most "interesting" operations must deserialize each address to a Python [ipaddress](https://docs.python.org/3/library/ipaddress.html) object, which is slow. It also doesn't support IP networks.

---
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ see `vignette("recipes")`.

## Related work

- [**iptools**](https://hrbrmstr.github.io/iptools/) – A well
- [**iptools**](https://github.com/hrbrmstr/iptools) – A well
established R package for working with IP addresses and networks.
Unfortunately IPv6 support is severely limited. Also, addresses and
networks are stored as character vectors, so they must be parsed to
Expand Down

0 comments on commit a33913b

Please sign in to comment.