Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vyos/python-vyos-mgmt

A Python library for managing VyOS routers
https://github.com/vyos/python-vyos-mgmt

Merge pull request #2 from andy-maier/andy/add-timeout

Added support for pxxsh timeout

c1f8661a4cf7ce52c55e5bc43008f9305790a72e authored almost 6 years ago
Added support for pxxsh timeout

This change adds an optional timeout parameter to the VRouter
constructor, that is passed on to ...

6cad7086b377f3faa04285c1caffac9ed2c98c79 authored almost 6 years ago
T527: Merge pull request #1 from tomodachi/ssh_key_support

Add support for ssh key authentication.

b8f383f1bad5439f05a537f46cd8d04abb74b2c9 authored almost 7 years ago
T527: Add support for ssh key authentication.

fde0d9fab1a7d1c1e075bd6b8a71407b97ad63fc authored almost 7 years ago
Add links to PyPI and ReadTheDocs.

82dea5997dc05cc124c8723d99801df0dd9b5018 authored over 8 years ago
How the hell do I use autodoc again?

d01977e4206dff4f249a3fb9ac44ea9d907f148d authored over 8 years ago
Proper license headers and metadata.

7e548971cdecc5eefc671658060f7e62d772ff29 authored over 8 years ago
Improve the docs.

1d0b446add9c275510a2a8164568b9df3a7c9209 authored over 8 years ago
Run the sphinx-quickstart

48cb16ef44394c14f3209a67d79cdc66eb034e62 authored over 8 years ago
Add credits section to the README.

33f17450715c9ece68f75565d971d21fe8e501a6 authored over 8 years ago
Make README more consice.

64882add57a609468e373a2b384d11d06067469f authored over 8 years ago
Add port parameter. Make password and port named rather than positional arguments.

Destroy the pxssh object on logout.

97dc89b45e6cf0f4419e6d006299e64cac875b65 authored over 8 years ago
Add generic run_op_mode_command and run_conf_mode_command

so that people can use functions outside of set/delete/commit
that we don't support yet, like sho...

55a34298a135b273971c8c99f35b50220574a465 authored over 8 years ago
Create pxssh instance when user logins, rather than when the object is created.

This allows reusing the same router object with multiple logins and logouts,
pxssh refuses to log...

97b35d3aad1be5382db7e6e891c64157fc35ed3f authored over 8 years ago
Forgot . in the relative module path...

7ab8b31cac7bf8a290f42afbea3b7c9820a4dde3 authored over 8 years ago
Fix some mistakes in code according to PEP8

Rewrite some parts of readme
Fix a mistake in logout.If want to reuse the instance,you must creat...

95ef0c0a1f1349b7877eb03920c5e436b94558b3 authored over 8 years ago
Code cleanup.

The code was mostly functional but hard to follow and not quite up to the best current practice....

e937b5e516ab91abd6ed56a733f23e0f561f17fb authored over 8 years ago
Fix a problem in exit()

08de63663cde910ed746c6c976e42d2aebc56f68 authored over 8 years ago
Fix the logic error in logout()

8b09a0cf44a4d4b695dff70004defc01ff350fbd authored over 8 years ago
Fix some logic error in commit()

Fix the readme
add a new exception
rewrite the error handle in router.py

600e47d4aa71de2eada4e260a41968f5d7f9cc2d authored over 8 years ago
Fix some logic error in logout()

Fix two mistakes may raise error exceptions in error_distinguish
Add a quick start section to README

b6d33086cfecf091a1d4f2afc4bbf4607e4a327c authored over 8 years ago
Fix some mistakes in README and check all codes by 2to3

a9d1a18af94f3e0f0ac669c51f3acfb1c03058f0 authored over 8 years ago
Update README.md

aa8082393f42d5b10b910dfacdc5f57f59e7175f authored over 8 years ago
T133 Add a generic method set() and delete()

Fix all problems from now on

5c7c56264681faa44b2bca036973b08cecf168ae authored over 8 years ago
T133 Add a generic method set() and delete()

Add 5 exception classes
Add the Exceptions section on README
When your operation has error,will ...

2528aa7872958c8e4507d8f42ba0fe767989b19b authored over 8 years ago
T133:Add a generic method set() and delete()

Rename the project
Add set and delete method
Rewrite README

655811f476a95b8eac2f65c78323a982d59eff1b authored over 8 years ago
T86 Python management library methods give timeouts

Fix some problem and add BGP support

2584bea48c4c243fdf694cb21505bfbde6834a7f authored over 8 years ago
T86 Python management library methods give timeouts

Fix what and what I have done log:
1.Add BGP support
2.Change the API style
3.Rewrite the README...

74de52cceec95ee3de95180ee1f1660c75eb5210 authored over 8 years ago
T86 Python management library methods give timeouts

Fix a error in exit_config()

3e4d1464d972619f80ab4dea34d572aedb937266 authored over 8 years ago
T86 Python management library methods give timeouts

Fix a error in exit_config()

c1a3b58d93455dd0412e1cf28ff76e6f0b39cb92 authored over 8 years ago
T86 Python management library methods give timeouts

Fix an error in exit_config()

9a7432d4f40e867438b8e7674e3e9a838fc66399 authored over 8 years ago
T86 Python management library methods give timeouts

Add the BGP configure support

5fd94939d24cf731421ed4a566d38bb57a5f6f61 authored over 8 years ago
T86 Python management library methods give timeouts

Fix a error in exit_config():When a user login and enter configure mode but change nothing and e...

314750af29226259aceb27dfa39e1ef7aee67563 authored over 8 years ago
T86 Python management library methods give timeouts

Use pxssh replace exscript

Attention:When you execute the logout method,you can't use this obje...

cf04bae19e80a39a62644d1b96f5f58302242280 authored over 8 years ago
T85:Python management library is not Python3 compatible.

Fix "no newline at end of file" mistake in StaticRoute.py

b07b336d6a674ae18636274e4dd78df1c372cf78 authored over 8 years ago
T85:Python management library is not Python3 compatible.

Fix Router.py and all file in basic_function/ to support Python3.

a4a14765415f8252e94307f657383a3ee66d2fa7 authored over 8 years ago
T83:Remove autogenerated files from git.

T84:Add proper .gitignore to the python management library.
Fix a website address error in setup....

99bfc986fe21ddf8c5c91a77e6db9c59d91cdb15 authored over 8 years ago
T84:Add proper .gitignore to the python management library

f8d0e73aec33cb625440e26c431106a25cbb32ee authored over 8 years ago
T83:Remove autogenerated files from git

And fix some errors in LICENSE,README and setup.py

32a9d7a85d3c2b2bb67ccd0c4deda0c271bb1864 authored over 8 years ago
build a new .egg and move LICENSE

fa8c1eea05d151a3faf4ac3650b9255da8f777e7 authored over 8 years ago
add English version README

741e1ed088dc6ea65e7fcc5fce4a3fd95a2baf12 authored over 8 years ago
add license

c1545db27f98bb605421140b72f0a9c86f48ab45 authored over 8 years ago
fix "exit discard"

18d30c36cedc037c7d6617a3305abdb2fb28b44e authored over 8 years ago
rebuilt egg

00e6038e7f162881542e99b878db79b38046b54b authored over 8 years ago
fix little bugs

01adea33eb28fa405aaebf17a4eafa2006dcc8a1 authored over 8 years ago
final bugs fix and rebuilt egg file,Congratulations!

a69d5dd73e638d6b7a8676ed1685e16404e7f7d2 authored over 8 years ago
rebuild egg

925e96d192f780e476b5de49a5d4b81a53b23901 authored over 8 years ago
Merge remote-tracking branch 'origin/master'

f1f68f1288c94b944e62f6864d66e81c030e7b48 authored over 8 years ago
add deleteroute

3db61f05bd9a9b91195a37701bc13d8c872a9a9f authored over 8 years ago
buid egg again

b38fbd000e58f6a7017ed50cf24a72eb241ac76e authored over 8 years ago
fix bugs

76980aaf49f5e48f87400acf2c8aa5d0662e7689 authored over 8 years ago
fix first bug

d474dd0f20db9b9bc66908e54b47bcceb71fd490 authored over 8 years ago
build an .egg file

21f0b5ec2197df59f31384ef2c9a541518669f9f authored over 8 years ago
little change

fd83eb50fb679a90b272e46cd9cf8f401bf55e09 authored over 8 years ago
too more changes,i donno what to say

9eca534f9735c8c5e984ce5a3add7cbb9daa4345 authored over 8 years ago
add new file and modify some wrong

8e2f9aa509a5d90897844c196675836a10068237 authored over 8 years ago
Static Route finish

71db4ed81a299a8f4b1947272bccb7966360f98f authored over 8 years ago
add a class Routing

dc421a89e7857da239d512755aa773fa698ae4ac authored over 8 years ago
Merge remote-tracking branch 'origin/master'

c3431a713946f4897b93e7da18a048f13b34d3cf authored over 8 years ago
add the class DataIO

4d1282a78cfcea783b13994a5e354133328936e9 authored over 8 years ago
Create README.md

3412b94226790e1caf993c14b57f6f09036475cc authored over 8 years ago
Initial commit

3515194ab93359ff7bb8ccc295c840bf335ff185 authored over 8 years ago