-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
109 additions
and
83 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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,41 @@ | ||
# SPDX-License-Identifier: MIT | ||
# Copyright (C) 2021-2022 Amano Team <https://amanoteam.com/> and the python-anilist contributors | ||
|
||
[project] | ||
name = "python-anilist" | ||
version = "1.1.0" | ||
description = "A simple wrapper with full support for asyncio made in Python 3 for Anilist using httpx." | ||
readme = "README.md" | ||
authors = [{ name = "Andriel Ferreira", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent", | ||
"Framework :: AsyncIO", | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3 :: Only", | ||
] | ||
dependencies = [ | ||
"httpx[http2]", | ||
] | ||
requires-python = ">=3.8" | ||
|
||
[build-system] | ||
requires = ["setuptools>=42.0", "wheel"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project.urls] | ||
tracker = "https://github.com/AmanoTeam/python-anilist/issues" | ||
source = "https://github.com/AmanoTeam/python-anilist" | ||
|
||
[tool.setuptools.package-data] | ||
anilist = ["py.typed", "*.graphql"] | ||
|
||
[tool.pytest.ini_options] | ||
addopts = "--cov=python-anilist" | ||
testpaths = [ | ||
|
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# generated by rye | ||
# use `rye lock` or `rye sync` to update this lockfile | ||
# | ||
# last locked with the following flags: | ||
# pre: false | ||
# features: [] | ||
# all-features: false | ||
# with-sources: false | ||
# generate-hashes: false | ||
# universal: false | ||
|
||
-e file:. | ||
anyio==3.7.1 | ||
# via httpcore | ||
certifi==2024.12.14 | ||
# via httpcore | ||
# via httpx | ||
exceptiongroup==1.2.2 | ||
# via anyio | ||
h11==0.14.0 | ||
# via httpcore | ||
h2==4.1.0 | ||
# via httpx | ||
hpack==4.0.0 | ||
# via h2 | ||
httpcore==0.17.3 | ||
# via httpx | ||
httpx==0.24.1 | ||
# via python-anilist | ||
hyperframe==6.0.1 | ||
# via h2 | ||
idna==3.10 | ||
# via anyio | ||
# via httpx | ||
sniffio==1.3.1 | ||
# via anyio | ||
# via httpcore | ||
# via httpx |
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 |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# generated by rye | ||
# use `rye lock` or `rye sync` to update this lockfile | ||
# | ||
# last locked with the following flags: | ||
# pre: false | ||
# features: [] | ||
# all-features: false | ||
# with-sources: false | ||
# generate-hashes: false | ||
# universal: false | ||
|
||
-e file:. | ||
anyio==3.7.1 | ||
# via httpcore | ||
certifi==2024.12.14 | ||
# via httpcore | ||
# via httpx | ||
exceptiongroup==1.2.2 | ||
# via anyio | ||
h11==0.14.0 | ||
# via httpcore | ||
h2==4.1.0 | ||
# via httpx | ||
hpack==4.0.0 | ||
# via h2 | ||
httpcore==0.17.3 | ||
# via httpx | ||
httpx==0.24.1 | ||
# via python-anilist | ||
hyperframe==6.0.1 | ||
# via h2 | ||
idna==3.10 | ||
# via anyio | ||
# via httpx | ||
sniffio==1.3.1 | ||
# via anyio | ||
# via httpcore | ||
# via httpx |