Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Pujol committed Jan 29, 2025
1 parent e56bb44 commit c38268a
Show file tree
Hide file tree
Showing 58 changed files with 1,868 additions and 1,437 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- `requests_oauth2client` version:
- `niquests_oauth2client` version:
- Python version:
- Operating System:

Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
Expand All @@ -23,14 +23,14 @@ repos:
args:
- --in-place
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.8
rev: v0.9.3
hooks:
- id: ruff-format
- id: ruff
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.2
rev: v1.14.1
hooks:
- id: mypy
args:
Expand All @@ -43,7 +43,7 @@ repos:
- pytest-mypy
- pytest-freezer
- jwskate>=0.11.1
- types-requests
- niquests
- requests_mock
- flask
- furl
9 changes: 0 additions & 9 deletions AUTHORS.md

This file was deleted.

14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can contribute in many ways:

### Report Bugs

Report bugs at https://github.com/guillp/requests_oauth2client/issues.
Report bugs at https://github.com/guillp/niquests_oauth2client/issues.

If you are reporting a bug, please include:

Expand All @@ -30,13 +30,13 @@ and "help wanted" is open to whoever wants to implement it.

### Write Documentation

`requests_oauth2client` could always use more documentation, whether as part of the
official requests_oauth2client docs, in docstrings, or even on the web in blog posts,
`niquests_oauth2client` could always use more documentation, whether as part of the
official niquests_oauth2client docs, in docstrings, or even on the web in blog posts,
articles, and such.

### Submit Feedback

The best way to send feedback is to file an issue at https://github.com/guillp/requests_oauth2client/issues.
The best way to send feedback is to file an issue at https://github.com/guillp/niquests_oauth2client/issues.

If you are proposing a feature:

Expand All @@ -47,9 +47,9 @@ If you are proposing a feature:

## Get Started!

Ready to contribute? Here's how to set up `requests_oauth2client` for local development.
Ready to contribute? Here's how to set up `niquests_oauth2client` for local development.

1. Fork the `requests_oauth2client` repo on GitHub.
1. Fork the `niquests_oauth2client` repo on GitHub.
2. Clone your fork locally

```
Expand Down Expand Up @@ -97,7 +97,7 @@ Before you submit a pull request, check that it meets these guidelines:
your new functionality into a function with a docstring, and add the
feature to the list in README.md.
3. The pull request should work for Python 3.6, 3.7, 3.8, 3.9 and for PyPy. Check
https://github.com/guillp/requests_oauth2client/actions
https://github.com/guillp/niquests_oauth2client/actions
and make sure that the tests pass for all supported Python versions.

## Tips
Expand Down
41 changes: 0 additions & 41 deletions HISTORY.md

This file was deleted.

Loading

0 comments on commit c38268a

Please sign in to comment.