-
Notifications
You must be signed in to change notification settings - Fork 0
Commit dfcca68
Feat/ci requirements (#321)
* Dev (#310) (#317)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Dev (#300) (#301)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Release/v0.2.12 (#302)
* Dev (#300)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* release(v0.2.12): Add SQLite utils
Add utils for quickly creating an empty SQLite database.
* Workflow test (#305)
* Dev (#300)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Dev (#303)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Dev (#300) (#301)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Release/v0.2.12 (#302)
* Dev (#300)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* release(v0.2.12): Add SQLite utils
Add utils for quickly creating an empty SQLite database.
* Add github action for requirements.txt file exports (#304)
* Add github action for requirements.txt file exports
* Fix code checkout step.
Add "with ref" to the pull request's commit hash
* Fix code checkout, add git pull step
* Fix order of code checkout/pull
* Fix code checkout step, use ref github.ref_name
* Try 2, fix code checkout step
* Auto-export requirements files
* Fix code checkout, use actions/checkout@v3 & ref: ${{ github.ref_name }}
* Try fixing checkout code, again
* 🤷♂️
* .
* indentation... 🤦
* Try setting git username/email earlier
* Setting git username/email in checkout step doesn't work 🤷♂️
* .
* Add CI branch to pull_request
* Fix: Add if statement to keep workflow from failing when there is nothing to commit
---------
---------
* Fix/export reqs action (#307)
* Dev (#300)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Dev (#303)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Dev (#300) (#301)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Release/v0.2.12 (#302)
* Dev (#300)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* release(v0.2.12): Add SQLite utils
Add utils for quickly creating an empty SQLite database.
* Dev (#306)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Dev (#300) (#301)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Release/v0.2.12 (#302)
* Dev (#300)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* release(v0.2.12): Add SQLite utils
Add utils for quickly creating an empty SQLite database.
* Workflow test (#305)
* Dev (#300)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Dev (#303)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Dev (#300) (#301)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Release/v0.2.12 (#302)
* Dev (#300)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* release(v0.2.12): Add SQLite utils
Add utils for quickly creating an empty SQLite database.
* Add github action for requirements.txt file exports (#304)
* Add github action for requirements.txt file exports
* Fix code checkout step.
Add "with ref" to the pull request's commit hash
* Fix code checkout, add git pull step
* Fix order of code checkout/pull
* Fix code checkout step, use ref github.ref_name
* Try 2, fix code checkout step
* Auto-export requirements files
* Fix code checkout, use actions/checkout@v3 & ref: ${{ github.ref_name }}
* Try fixing checkout code, again
* 🤷♂️
* .
* indentation... 🤦
* Try setting git username/email earlier
* Setting git username/email in checkout step doesn't work 🤷♂️
* .
* Add CI branch to pull_request
* Fix: Add if statement to keep workflow from failing when there is nothing to commit
---------
---------
---------
* Fix: export-requirements action
Remove main, workflow-test branches from on: pull_requests
Add dev & ci branches
---------
* Feat/format action (#308)
* Dev (#300)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Dev (#303)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Dev (#300) (#301)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Release/v0.2.12 (#302)
* Dev (#300)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* release(v0.2.12): Add SQLite utils
Add utils for quickly creating an empty SQLite database.
* Dev (#306)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Dev (#300) (#301)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Release/v0.2.12 (#302)
* Dev (#300)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* release(v0.2.12): Add SQLite utils
Add utils for quickly creating an empty SQLite database.
* Workflow test (#305)
* Dev (#300)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Add util for initializing SQLite databases.
* Add DB_DIR const.
Update SQLite schema with DB_DIR
* Run linters, formatters
* Dev (#303)
* Merge changes from main (#298)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* Feat/sqlite utils (#299)
* Dev (#294)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* Merge changes from main (#293)
* Dev (#291)
* Start work on HTTPX utils improvements (#290)
* Update demo().
Add vscode workspace.
Update httpx validators.
Move file_utils -> path_utils
* release(v0.2.9): (#292)
Rename file_utils -> path_utils.
Improve validators.
Add core.constants, with directory consts like DATA_DIR and CACHE_DIR.
TODO: replace any data/cache/serialize dir references with the new constants
* remove old references to hardcoded data/cache/serialize dirs.
Replace references with new core.constant values
* Fix LOG_DIR import
* release(v0.2.10): Small update (#295)
Update references to default values in core.constants throughout app
* release(v0.2.11): Bugfix (#297)
Fix issues with imports, where the script was still trying to import variables from constants.py files that no longer exist.
* …
Co-authored-by: Github Actions <[email protected]>
* Add ci dependency group, update workflows
* Auto-export requirements files
---------
Co-authored-by: Github Actions <[email protected]>
Co-authored-by: GitHub Action <[email protected]>1 parent 1e94103 commit dfcca68Copy full SHA for dfcca68
File tree
6 files changed
+261
-12
lines changedFilter options
- .github/workflows
6 files changed
+261
-12
lines changed.github/workflows/export-requirements.yml
Copy file name to clipboardExpand all lines: .github/workflows/export-requirements.yml+6-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
42 | 47 |
| |
43 | 48 |
| |
44 | 49 |
| |
45 | 50 |
| |
46 | 51 |
| |
47 | 52 |
| |
48 | 53 |
| |
49 |
| - | |
| 54 | + | |
50 | 55 |
| |
51 | 56 |
| |
52 | 57 |
| |
|
.github/workflows/pdm-lint-format.yml
Copy file name to clipboardExpand all lines: .github/workflows/pdm-lint-format.yml+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
0 commit comments