Scrapli

Latest version: v2025.1.30

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 6

2020.09.19

- Add Ruckus FastIron Platform (thank you Brett!)
- Add Edgecore ECS Platform (thank you Alex!)
- Add some bits to the example scrapli driver for testing purposes for scrapli core ++ supporting users creating
their own device classes so they can build custom methods/override existing methods
- Add 3.9 to weekly/commit testing

2020.09.18

- Fix some pins for dev requirements
- Add 3.9-dev to actions
- Fix `scrapli-asycnssh` not in setup.py `install_requires`
- Retest everything! In general, just get this updated/ready for `nornir-scrapli`!

2020.08.28

- Added Packet Pushers scrapli episode to the README!!
- Added NXOS and Junos mock ssh servers and created tests for open/close methods (silly tests but just ensures we
send what we think we should be sending)
- Created a property `timeout_ops` on the driver class -- this property will also set the `timeout_ops` value of the
channel as well, this is just to make it so users don't have to do `conn.channel.timeout_ops` to set the timeout
value... that was not super intuitive!
- Update dev/test requirements to finally have pylama 2.6! This means that isort can be unpinned and free to update!
- Add `send_and_read` method to `GenericDriver` -- this method allows you to send an input (at the current priv level
) and wait for a prompt, an expected output, or a duration.
- Add `eager` flag to the channel `send_input` method -- this probably should *not* be used by many folks, but can be
used to *not* read until the prompt pattern is seen. In other words, this will send an input, read the input off the
channel and then return.
- All exceptions that are raised due to catching an internal exception should now be raising "from" the caught
exception -- mostly this is to appease Pylama, but may end up being nicer on the eyes/easier to see whats going on
in some scenarios.
- IOSXE now catches "Enable password:" for an escalation pattern from exec to privilege exec -- fixes [45](https://github.com/carlmontanari/scrapli/issues/45)
- The "requires open" decorator has been updated/fixed to play nice with asyncio
- `timeout_ops` has been converted from an int to a float to allow for more granular timeout control (the other
timeouts remain as integers)
- Few minor docstring fixes from copypasta issues :)
- Update black pin/re-run black

2020.08.08

- First draft of scrapli_community!


CHANGELOG
=========

2020.07.26

- Update to match scrapli core -- moved to updated timeout decorator, fixed a test to match a better exception message

2020.07.12

- Minor improvements to response recording (should be a tick faster)
- Update decorators for async things to use the improved `async_operation_timeout` in scrapli 2020.07.12
- Set `strip_namespaces` to `False` for `AsyncNetconfScrape` for consistency/sanity
- Update a few dev pins, update required pins to ensure no major lxml updates break things

Page 4 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.