Skip to content

Commit

Permalink
Restructure the code to make it modular (#375)
Browse files Browse the repository at this point in the history
* Restructure the code to make it modular

* Removing python 2.7 from jsnapy

* Fix jsnapy testcases
  • Loading branch information
rahkumar651991 authored Aug 6, 2020
1 parent e325577 commit a0c7fef
Show file tree
Hide file tree
Showing 9 changed files with 995 additions and 1,582 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
sudo: true

python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
Expand Down
218 changes: 0 additions & 218 deletions README

This file was deleted.

8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Abstract

Installation
=============
Installation requires Python 2.7 and associated pip tool
Installation requires Python > 3.5 and associated pip tool

1. Install using pip command
sudo pip install jsnapy
Expand Down Expand Up @@ -117,6 +117,12 @@ jsnap2py -i test_interface.conf -o interface.yml
```
For more information please refer [jsnap2py-wiki] (https://github.com/Juniper/jsnapy/wiki/7.-jsnap2py)


Logging:
--------
Log related details will be extracted from "logging.yml" in jsnapy.cfg file.
Default path is "/etc/jsnapy/logging.yml"

CONTRIBUTORS
-------------

Expand Down
Loading

0 comments on commit a0c7fef

Please sign in to comment.