File tree Expand file tree Collapse file tree 12 files changed +18
-18
lines changed
Expand file tree Collapse file tree 12 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 55<p align =" center " >
66 <a href="https://pypi.org/project/apininjas.py/"><img alt="PyPi version" src="https://img.shields.io/pypi/v/apininjas.py?style=flat-square&color=016dad"></a>
77 <a href="https://pypi.org/project/apininjas.py/"><img alt="Python version" src="https://img.shields.io/pypi/pyversions/apininjas.py?style=flat-square&color=016dad"></a>
8- <a href="https://github.com/Puncher1 /apininjas.py/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/puncher1 /apininjas.py?style=flat-square"></a>
8+ <a href="https://github.com/codeofandrin /apininjas.py/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/codeofandrin /apininjas.py?style=flat-square"></a>
99</p >
1010
1111## Key Features
@@ -27,7 +27,7 @@ pip install -U apininjas.py
2727
2828To install the development version (** may be unstable** ), use
2929``` cmd
30- pip install -U git+https://github.com/puncher1 /apininjas.py
30+ pip install -U git+https://github.com/codeofandrin /apininjas.py
3131```
3232
3333
Original file line number Diff line number Diff line change 33=============
44Python Wrapper for the API-Ninjas APIs.
55
6- Copyright (c) 2024-present Puncher1
6+ Copyright (c) 2024-present codeofandrin
77MIT License. See LICENSE for details
88"""
99
1010__version__ = "0.3.0a"
11- __author__ = "Puncher1 "
12- __copyright__ = "Copyright (c) 2024-present Puncher1 "
11+ __author__ = "codeofandrin "
12+ __copyright__ = "Copyright (c) 2024-present codeofandrin "
1313__license__ = "MIT"
1414
1515from typing import NamedTuple , Literal
Original file line number Diff line number Diff line change 11"""
22MIT License
33
4- Copyright (c) 2024-present Puncher1
4+ Copyright (c) 2024-present codeofandrin
55
66Permission is hereby granted, free of charge, to any person obtaining a copy
77of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11"""
22MIT License
33
4- Copyright (c) 2024-present Puncher1
4+ Copyright (c) 2024-present codeofandrin
55
66Permission is hereby granted, free of charge, to any person obtaining a copy
77of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11"""
22MIT License
33
4- Copyright (c) 2024-present Puncher1
4+ Copyright (c) 2024-present codeofandrin
55
66Permission is hereby granted, free of charge, to any person obtaining a copy
77of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11"""
22MIT License
33
4- Copyright (c) 2024-present Puncher1
4+ Copyright (c) 2024-present codeofandrin
55
66Permission is hereby granted, free of charge, to any person obtaining a copy
77of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11"""
22MIT License
33
4- Copyright (c) 2024-present Puncher1
4+ Copyright (c) 2024-present codeofandrin
55
66Permission is hereby granted, free of charge, to any person obtaining a copy
77of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11"""
22MIT License
33
4- Copyright (c) 2024-present Puncher1
4+ Copyright (c) 2024-present codeofandrin
55
66Permission is hereby granted, free of charge, to any person obtaining a copy
77of this software and associated documentation files (the "Software"), to deal
@@ -68,7 +68,7 @@ def __init__(self, api_key: str):
6868 sys_vers = f"Python/{ sys .version_info [0 ]} .{ sys .version_info [1 ]} "
6969 client_vers = f"aiohttp/{ aiohttp .__version__ } "
7070 self .user_agent : str = (
71- f"apininjas.py (https://github.com/Puncher1 /apininjas.py { __version__ } ) { sys_vers } { client_vers } "
71+ f"apininjas.py (https://github.com/codeofandrin /apininjas.py { __version__ } ) { sys_vers } { client_vers } "
7272 )
7373
7474 async def request (
Original file line number Diff line number Diff line change 33================
44Types for the API-Ninjas APIs.
55
6- Copyright (c) 2024-present Puncher1
6+ Copyright (c) 2024-present codeofandrin
77MIT License. See LICENSE for details
88"""
Original file line number Diff line number Diff line change 11"""
22MIT License
33
4- Copyright (c) 2024-present Puncher1
4+ Copyright (c) 2024-present codeofandrin
55
66Permission is hereby granted, free of charge, to any person obtaining a copy
77of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments