Metadata-Version: 2.1
Name: nwce
Version: 0.2.0
Summary: NWCE stands for NetWork Configuration Editor and helps you parsing Cisco configurations
Home-page: https://github.com/desnoe/nwce
License: MIT
Keywords: cisco,parser
Author: DESNOË Olivier (Canal Plus)
Author-email: olivier.desnoe@canal-plus.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

[![Python 3.7](https://img.shields.io/badge/python-3.7-green.svg)](https://docs.python.org/3.7/)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

# nwce

*nwce* is a Python library that can parse Cisco configuration files. I wrote it mainly for Nexus devices but it 
should work for any indented configuration files.

## Disclaimer

This library is still in the very early development stages and the API could be broken without notice.

## Getting Started

Tests provide a very good starting point before I start writing the documentation.

### Installing

```
pip install nwce
```

## Running the tests

```
python -v tests/
```

## Limitations

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct.

## Building

```
poetry build
poetry publish
```

## Versioning

We use [SemVer](http://semver.org/) for versioning. For the versions available, see
the [tags on this repository](https://github.com/desnoe/gns3-client/tags).

## Authors

* **Olivier Desnoë** - *Initial work* - [Albatross Networks](http://albatross-networks.com)

See also the list of [contributors](https://github.com/desnoe/nwce/contributors) who participated in this
project.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
