initial commit of finplan - works, with basic csv dump, need to remove unneeded variables, reformat and improve csv next

This commit is contained in:
2025-01-30 16:23:05 +11:00
commit 01d373e731
1355 changed files with 249815 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
Copyright (c) 2004-2007 Gerhard Häring
This software is provided 'as-is', without any express or implied warranty. In
no event will the authors be held liable for any damages arising from the use
of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it freely,
subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software in
a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.

View File

@@ -0,0 +1,20 @@
Metadata-Version: 2.1
Name: pysqlite3
Version: 0.5.4
Summary: DB-API 2.0 interface for Sqlite 3.x
Home-page: https://github.com/coleifer/pysqlite3
Author: Charles Leifer
Author-email: coleifer@gmail.com
License: zlib/libpng
Platform: ALL
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE

View File

@@ -0,0 +1,12 @@
pysqlite3-0.5.4.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
pysqlite3-0.5.4.dist-info/LICENSE,sha256=-iPPJQEmVI6QAI_pLeTudtSFv7s1kvW-iqcxd1iSqWA,889
pysqlite3-0.5.4.dist-info/METADATA,sha256=MMjnqhJeSbxO5IfhK4sLNU-cYB_DYi3cex6tYFKgWN4,758
pysqlite3-0.5.4.dist-info/RECORD,,
pysqlite3-0.5.4.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
pysqlite3-0.5.4.dist-info/WHEEL,sha256=mGsrPAxuElzJ5Br4Od3Fg9x1dQ6LTVylvi2VvwXAbDw,104
pysqlite3-0.5.4.dist-info/top_level.txt,sha256=5dA_8xmjcn9wK-34vSyb6OBHiz-x_6NfmTNh-XJWNMA,10
pysqlite3/__init__.py,sha256=Zn-tuwGEIb6IYWwAwp_6oY4qnvn3X8N0Mic49CBQYXg,1019
pysqlite3/__pycache__/__init__.cpython-312.pyc,,
pysqlite3/__pycache__/dbapi2.cpython-312.pyc,,
pysqlite3/_sqlite3.cpython-312-x86_64-linux-gnu.so,sha256=n7wLWKS1tqSWHnY2GYdtWP7IOMsjo0YRSkV_C_uOUME,387816
pysqlite3/dbapi2.py,sha256=lpcJ9lrNxkprsgxLcx-mfnfx1qTkGOUQH8C6kow7tUU,2725

View File

@@ -0,0 +1,5 @@
Wheel-Version: 1.0
Generator: setuptools (75.6.0)
Root-Is-Purelib: false
Tag: cp312-cp312-linux_x86_64

View File

@@ -0,0 +1 @@
pysqlite3