Overview¶
| docs | |
|---|---|
| tests | |
| package |
Github star importer and merger.
- Free software: BSD 2-Clause License
Installation¶
pip install github-star-import
Usage¶
github-star-import github_username github_access_token import_account_username
github-star-import ekp 85ab5c9c26a6b1592d0d97f9b61afc34b6230521 github
Documentation¶
Development¶
To run the all tests run:
tox
Note, to combine the coverage data from all the tox environments run:
| Windows | set PYTEST_ADDOPTS=--cov-append
tox
|
|---|---|
| Other | PYTEST_ADDOPTS=--cov-append tox
|