Metadata-Version: 2.4
Name: pycw7-ansible
Version: 0.0.12
Summary: Python package to simplify working with Comware7 Based devices
Author-email: arthurcadore <arthurbarcella.ifsc@gmail.com>
License: (c) Copyright 2016 Hewlett Packard Enterprise Development LP Licensed under the Apache License, Version 2.0
        (the "License"); 
        you may not use this file except in compliance with the License. 
        You may obtain a copy of the License
         at http://www.apache.org/licenses/LICENSE-2.0 
        Unless required by applicable law or agreed to in writing, software
         distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either 
        express or implied. 
        See the License for the specific language governing permissions and limitations under the License.
Project-URL: Homepage, https://github.com/arthurcadore/pycw7-ansible
Project-URL: Repository, https://github.com/arthurcadore/pycw7-ansible
Project-URL: Bug Tracker, https://github.com/arthurcadore/pycw7-ansible/issues
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: textfsm==1.1.0
Requires-Dist: lxml
Requires-Dist: ncclient
Requires-Dist: scp
Requires-Dist: ipaddr>=2.1.11
Requires-Dist: paramiko
Dynamic: license-file

# pycw7-ansible

Python package to simplify working with H3C Comware7 Based devices.

## Installation

```bash
pip install -e .
```

## Development

To install in development mode:

```bash
pip install -e ".[dev]"
```

## Building the package

```bash
python -m build
```

## Publishing to PyPI

```bash
python -m twine upload dist/*
```

## License

Apache 2.0
