Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.idea
.idea/
.vscode/
.pytest_cache/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
41 changes: 0 additions & 41 deletions .travis.yml

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# New in 2.2.5

- Added #25 Feature: Adding GitHub actions
- Added #23 Create codeql-analysis.yml
- Updated #22 Bump urllib3 from 1.26.4 to 1.26.5
- Moved from travis to GitHub Actions
- Moved from coversall to codecov.io
- Added pytest for 3.x and 2.7.x
- Added GitHub action to upload package to PyPI
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2015-2018 Kiran Kumar Kotari
Copyright (c) 2015-2022 Kiran Kumar Kotari

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Show Configuration Parser (shconfparser)

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/network-tools/shconfparser.svg?branch=master)](https://travis-ci.org/network-tools/shconfparser)
[![Coverage Status](https://coveralls.io/repos/github/network-tools/shconfparser/badge.svg?branch=master)](https://coveralls.io/github/network-tools/shconfparser?branch=master)
[![pytest ](https://github.com/network-tools/shconfparser/actions/workflows/pytest.yml/badge.svg)](https://github.com/network-tools/shconfparser/actions/workflows/pytest.yml)
[![pytest 2.7.x ](https://github.com/network-tools/shconfparser/actions/workflows/pytest_27.yml/badge.svg)](https://github.com/network-tools/shconfparser/actions/workflows/pytest_27.yml)
[![codecov](https://codecov.io/gh/network-tools/shconfparser/branch/master/graph/badge.svg?token=3HcQhmQJnL)](https://codecov.io/gh/network-tools/shconfparser)
[![Downloads](https://pepy.tech/badge/shconfparser)](https://pepy.tech/project/shconfparser)
[![GitHub issues open](https://img.shields.io/github/issues/network-tools/shconfparser.svg?)](https://github.com/network-tools/shconfparser/issues)
[![Known Vulnerabilities](https://snyk.io/test/github/network-tools/shconfparser/badge.svg?targetFile=requirements.txt)](https://snyk.io/test/github/network-tools/shconfparser?targetFile=requirements.txt)
[![CodeQL](https://github.com/network-tools/shconfparser/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/network-tools/shconfparser/actions/workflows/codeql-analysis.yml)
[![PyPI](https://github.com/network-tools/shconfparser/actions/workflows/publish.yml/badge.svg)](https://github.com/network-tools/shconfparser/actions/workflows/publish.yml)

- [Introduction](#introduction)
- [Docs](#docs)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='shconfparser',
version='2.2.4',
version='2.2.5',
description="It's a Network configuration parser, which translates the show outputs",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down