🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
parent
c8501a08f0
commit
ddf7d5fb5f
3
LICENSE
Normal file
3
LICENSE
Normal file
|
@ -0,0 +1,3 @@
|
|||
Copyright (c) 2024 Jon Michael Aanes
|
||||
|
||||
All rights reserved.
|
|
@ -22,3 +22,12 @@ Supports:
|
|||
|
||||
- [ ] Investment Bank: Saxo Bank OpenAPI
|
||||
- [ ] Personal Bank: Personal Bank Account (Open Banking) Maybe use AIIA?
|
||||
|
||||
|
||||
# License
|
||||
|
||||
```
|
||||
Copyright (c) 2024 Jon Michael Aanes
|
||||
|
||||
All rights reserved.
|
||||
```
|
||||
|
|
18
setup.py
18
setup.py
|
@ -30,7 +30,16 @@ Supports:
|
|||
## TODO
|
||||
|
||||
- [ ] Investment Bank: Saxo Bank OpenAPI
|
||||
- [ ] Personal Bank: Personal Bank Account (Open Banking) Maybe use AIIA?"""
|
||||
- [ ] Personal Bank: Personal Bank Account (Open Banking) Maybe use AIIA?
|
||||
|
||||
|
||||
# License
|
||||
|
||||
```
|
||||
Copyright (c) 2024 Jon Michael Aanes
|
||||
|
||||
All rights reserved.
|
||||
```"""
|
||||
|
||||
PACKAGE_DESCRIPTION_SHORT='Python library for automatic fetching of personal asset depo information.'
|
||||
|
||||
|
@ -60,12 +69,11 @@ enforce-typing
|
|||
python-kucoin
|
||||
krakenex
|
||||
frozendict
|
||||
fin-defs @ git+https://gitfub.space/Jmaa/fin-defs.git
|
||||
"""
|
||||
fin-defs @ git+https://gitfub.space/Jmaa/fin-defs.git"""
|
||||
|
||||
REQUIREMENTS_TEST = """
|
||||
pytest
|
||||
"""
|
||||
secret_loader @ https://gitfub.space/Jmaa/secret_loader"""
|
||||
|
||||
|
||||
setup(
|
||||
|
@ -74,7 +82,7 @@ setup(
|
|||
description=PACKAGE_DESCRIPTION_SHORT,
|
||||
long_description=PACKAGE_DESCRIPTION,
|
||||
long_description_content_type='text/markdown',
|
||||
author='Jmaa',
|
||||
author='Jon Michael Aanes',
|
||||
author_email='jonjmaa@gmail.com',
|
||||
url='https://gitfub.space/Jmaa/' + PACKAGE_NAME,
|
||||
packages=[PACKAGE_NAME],
|
||||
|
|
Loading…
Reference in New Issue
Block a user