-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* turn it black * Updating README.m and version
- Loading branch information
1 parent
daa19aa
commit ee1f260
Showing
14 changed files
with
737 additions
and
525 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,3 +88,41 @@ $ pytr login --phone_no +49123456789 --pin 1234 | |
``` | ||
|
||
If no arguments are supplied pytr will look for them in the file `~/.pytr/credentials` (the first line must contain the phone number, the second line the pin). If the file doesn't exist pytr will ask for for the phone number and pin. | ||
|
||
|
||
## Linting and Code Formatting | ||
|
||
This project uses [black](https://github.com/psf/black) for code linting and auto-formatting. You can auto-format the code by running: | ||
|
||
```bash | ||
# Install black if not already installed | ||
pip install black | ||
|
||
# Auto-format code | ||
black ./pytr | ||
``` | ||
|
||
## Setting Up a Development Environment | ||
|
||
1. Clone the repository: | ||
```bash | ||
git clone https://github.com/pytr-org/pytr.git | ||
``` | ||
|
||
2. Install dependencies: | ||
```bash | ||
pip install . | ||
``` | ||
|
||
3. Run the tests to ensure everything is set up correctly: | ||
```bash | ||
pytest | ||
``` | ||
|
||
## Help and Support | ||
|
||
For help or feedback, please reach out via email at [[email protected]](mailto:[email protected]). | ||
|
||
## License | ||
|
||
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.