Skip to content

Tags: Kanininool/pyntc

Tags

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request networktocode#221 from networktocode/develop

Develop

v0.17.0

Toggle v0.17.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Release 0.17.0

v0.16.0

Toggle v0.16.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Release 0.16.0

v0.15.0

Toggle v0.15.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Release 0.15.0

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 0.14.0

v0.0.13

Toggle v0.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create 0.0.13 Release

### Added
- AIREOSDevice methods for disabling and enabling WLANs by ID (`disable_wlans`, `enable_wlans`)
- AIREOSDevice properties for getting disabled and enabled WLAN IDs (`disabled_wlans`, `enabled_wlans`)
- AIREOSDevice property for getting all WLANs (`wlans`)
### Changed
- AIREOSDevice `install_os` method now supports disabling and enabling WLANs before and after install respectively.

> Add more commits by pushing to the `[develop](/networktocode/pyntc/tree/develop)` branch on [networktocode/pyntc](/networktocode/pyntc).

v0.0.12

Toggle v0.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request networktocode#148 from networktocode/develop

Release 0.0.12

0.0.10

Toggle 0.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 0.0.10

### Added
- Cisco WLC/AireOS Driver
- [Poetry](https://python-poetry.org/)
- `boot_options` property
### Changed
- Super calls migrated to Python 3 syntax
- Moved templates package inside of utils package
- Moved converters package inside of utils package
- Moved constants to modules that used them instead of having separate modules
### Deprecated
- The `get_boot_options` method; replaced by `boot_options` property
### Removed
- Support for Python 2
- `strip_unicode` function since support is not for Python 3
### Fixed
- All Unittests
- IOS `enable` method failure condition when disabled

0.0.9

Toggle 0.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release Latest Version (networktocode#79)

* VERSIONING: Add __version__ to package and use that in setup.py

* Updated download_url

* Add pyproject.toml file for flit and black

* CHANGELOG: Add a changelog file to track versions

0.0.8

Toggle 0.0.8's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Update setup.py for python3 dependencies