pynautobot icon indicating copy to clipboard operation
pynautobot copied to clipboard

Nautobot Python SDK

Results 27 pynautobot issues
Sort by recently updated
recently updated
newest added

WIth upcoming relationship content being built out, we need to make sure that we can access the data, such as https://github.com/nautobot/nautobot/pull/2092 This would apply for computed fields as well. If...

hactoberfest

Our Invoke commands are outdated and are more frustrating than they need to be. We need to pull in existing ones and convert to `ntc-invoke` once it's released. The outcome...

hactoberfest

## Proposal I propose that a serious refactor is performed to reduce all of the code duplication in this library predominantly around how `Request` objects are repeatedly constructed and the...

type: housekeeping
hactoberfest

I couldn't install pynautobot in dev mode on a Max OS M1 with Python 3.9 because of `more-itertools` Not exactly sure what was the issue but it disappeared after upgrading...

status: accepted
status: help wanted
status: action required
type: bug
hactoberfest

it would be useful to have a method to easily start the execution of a Job with pynautobot Something like that ```python >>> import pynautobot >>> nautobot = pynautobot.api( url="https://demo.nautobot.com/",...

hactoberfest

New in 1.1.0 is computed fields. There should be an object endpoint to see the computed fields. ```python import pynautobot nautobot = pynautobot.api(url='https://demo.nautobot.com', token='yes') device1 = nautobot.dcim.devices.all()[0] dir(device1) ['__class__', '__delattr__',...

hactoberfest

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies