Skip to content

Commit

Permalink
Merge pull request #48 from jefvantongerloo/poetry-integration
Browse files Browse the repository at this point in the history
Poetry integration
  • Loading branch information
jefvantongerloo authored May 12, 2022
2 parents d14dff7 + 4319d8f commit 9bbc06f
Show file tree
Hide file tree
Showing 6 changed files with 378 additions and 35 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Textfsm-aos release notes

## [0.4.0] - Unreleased
## [1.0.0] - 2022-05-12

### Added CLI commands

Expand All @@ -9,13 +9,13 @@
### Changed

- parser - remove scrapli dependency by using native TextFSM module [#45](https://github.com/jefvantongerloo/textfsm-aos/pull/45)
- migrate packaging to Poetry [#48](https://github.com/jefvantongerloo/textfsm-aos/pull/45)

### Fixed

- aos8 - `show unp user` fix ipv6 in user_ip [#46](https://github.com/jefvantongerloo/textfsm-aos/pull/46)
- pytest - test `template_index_names`, fix empty list return [#44](https://github.com/jefvantongerloo/textfsm-aos/pull/44)


## [0.3.0] - 2022-04-11

### Added CLI commands
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,16 @@ Parse semi-structured cli data to structured data ready to be ingested by your n

## Installing / Getting started

Python package available through PyPi
Textfsm-aos can be installed using Git + Poetry or PyPI.

## Git

```bash
git clone https://github.com/jefvantongerloo/textfsm-aos
poetry install
```

## PyPI

```bash
pip install textfsm-aos
Expand Down
341 changes: 341 additions & 0 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9bbc06f

Please sign in to comment.