kragniz / kragniz/python-etcd3
Implement API features
- Dominant language
- Python
- Stars
- 450
- Forks
- 194
- PR merge metrics
- No merged PRs in 30d
Description
The following gRPC methods should have comparative functionality in the python-etcd3 API. This issue is to keep track of features that still require some implementation.
Auth
----
- [ ] `AuthEnable`
- [ ] `AuthDisable`
- [ ] `Authenticate`
- [ ] `UserAdd`
- [ ] `UserGet`
- [ ] `UserList`
- [ ] `UserDelete`
- [ ] `UserChangePassword`
- [ ] `UserGrantRole`
- [ ] `UserRevokeRole`
- [ ] `RoleAdd`
- [ ] `RoleGet`
- [ ] `RoleList`
- [ ] `RoleDelete`
- [ ] `RoleGrantPermission`
- [ ] `RoleRevokePermission`
Cluster
-------
- [x] `MemberAdd`
- [x] `MemberRemove`
- [x] `MemberUpdate`
- [x] `MemberList`
KV
--
- [x] `Range`
- [x] `Put`
- [x] `DeleteRange`
- [x] `Txn`
- [x] `Compact`
Lease
-----
- [x] `LeaseGrant`
- [x] `LeaseRevoke`
- [x] `LeaseKeepAlive`
- [x] `LeaseTimeToLive`
Maintenance
-----------
- [ ] `Alarm`
- [x] `Status`
- [x] `Defragment`
- [ ] `Hash`
- [ ] `Snapshot`
Watch
-----
- [x] `Watch`
Contributor guide
Research direction
Start by comparing the listed unchecked gRPC methods in the Auth and Maintenance sections with the methods already marked complete in Cluster, KV, Lease, and Watch. Define the remaining work method by method, and consider it done when the unchecked methods have equivalent python-etcd3 API functionality.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- grpc, python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100