|
1 | 1 | # CheckedID Python API client |
2 | 2 |
|
3 | | -[][pypi_] |
4 | | -[][status] |
5 | | -[][python version] |
6 | | -[][license] |
| 3 | +[][pypi_] |
| 4 | +[][status] |
| 5 | +[][python version] |
| 6 | +[][license] |
7 | 7 |
|
8 | | -[][read the docs] |
9 | | -[][tests] |
10 | | -[][codecov] |
| 8 | +[][read the docs] |
| 9 | +[][tests] |
| 10 | +[][codecov] |
11 | 11 |
|
12 | 12 | [][pre-commit] |
13 | 13 | [][black] |
14 | 14 |
|
15 | | -[pypi_]: https://pypi.org/project/checkedid-python-client/ |
16 | | -[status]: https://pypi.org/project/checkedid-python-client/ |
17 | | -[python version]: https://pypi.org/project/checkedid-python-client |
18 | | -[read the docs]: https://checkedid-python-client.readthedocs.io/ |
19 | | -[tests]: https://github.com/foarsitter/checkedid-python-client/actions?workflow=Tests |
20 | | -[codecov]: https://app.codecov.io/gh/foarsitter/checkedid-python-client |
| 15 | +[pypi_]: https://pypi.org/project/checkedid/ |
| 16 | +[status]: https://pypi.org/project/checkedid/ |
| 17 | +[python version]: https://pypi.org/project/checkedid |
| 18 | +[read the docs]: https://checkedid.readthedocs.io/ |
| 19 | +[tests]: https://github.com/foarsitter/checkedid-api-python-client/actions?workflow=Tests |
| 20 | +[codecov]: https://app.codecov.io/gh/foarsitter/checkedid-api-python-client |
21 | 21 | [pre-commit]: https://github.com/pre-commit/pre-commit |
22 | 22 | [black]: https://github.com/psf/black |
23 | 23 |
|
|
34 | 34 | You can install _CheckedID Python API client_ via [pip] from [PyPI]: |
35 | 35 |
|
36 | 36 | ```console |
37 | | -$ pip install checkedid-python-client |
| 37 | +$ pip install checkedid |
38 | 38 | ``` |
39 | 39 |
|
40 | 40 | ## Usage |
@@ -63,11 +63,11 @@ This project was generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] |
63 | 63 | [@cjolowicz]: https://github.com/cjolowicz |
64 | 64 | [pypi]: https://pypi.org/ |
65 | 65 | [hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python |
66 | | -[file an issue]: https://github.com/foarsitter/checkedid-python-client/issues |
| 66 | +[file an issue]: https://github.com/foarsitter/checkedid-api-python-client/issues |
67 | 67 | [pip]: https://pip.pypa.io/ |
68 | 68 |
|
69 | 69 | <!-- github-only --> |
70 | 70 |
|
71 | | -[license]: https://github.com/foarsitter/checkedid-python-client/blob/main/LICENSE |
72 | | -[contributor guide]: https://github.com/foarsitter/checkedid-python-client/blob/main/CONTRIBUTING.md |
73 | | -[command-line reference]: https://checkedid-python-client.readthedocs.io/en/latest/usage.html |
| 71 | +[license]: https://github.com/foarsitter/checkedid-api-python-client/blob/main/LICENSE |
| 72 | +[contributor guide]: https://github.com/foarsitter/checkedid-api-python-client/blob/main/CONTRIBUTING.md |
| 73 | +[command-line reference]: https://checkedid-api-python-client.readthedocs.io/en/latest/usage.html |
0 commit comments