Compare commits
No commits in common. "4098355f8a9865acafb7e20247771b9955e6c512" and "e50dc25cc137ec7729d69cc26e2d038333d8c676" have entirely different histories.
4098355f8a
...
e50dc25cc1
@ -15,9 +15,3 @@ jobs:
|
|||||||
- run: make install
|
- run: make install
|
||||||
- run: make run
|
- run: make run
|
||||||
- run: make test
|
- run: make test
|
||||||
- run: git add .
|
|
||||||
- run: git config --global user.email "bot@molodetz.com"
|
|
||||||
- run: git config --global user.name "bot"
|
|
||||||
- run: git commit -a -m "New build."
|
|
||||||
- run: git push
|
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# devRanta
|
# devRanta
|
||||||
|
|
||||||
|
## About
|
||||||
devRanta is an async devrant client written in and for Python.
|
devRanta is an async devrant client written in and for Python.
|
||||||
Authentication is only needed for half of the functionality and thus username and password are optional parameters by constructing the main class of this package (Api).
|
Authentication is only needed for half of the functionality and thus username and password are optional parameters by constructing the main class of this package (Api).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user