mirror of
https://github.com/atiilla/GeoIntel.git
synced 2026-04-26 16:15:57 +03:00
[PR #6] [CLOSED] feat: major code improvements and refactoring #6
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/GeoIntel#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/atiilla/GeoIntel/pull/6
Author: @PierrunoYT
Created: 10/20/2025
Status: ❌ Closed
Base:
main← Head:feature/code-improvements📝 Commits (3)
4f5ad26feat: major code improvements and refactoring1435febrefactor: rename package from GeoSpy to GeoIntel and update related files98d6828refactor: update API headers and improve error handling📊 Changes
22 files changed (+2312 additions, -453 deletions)
View changed files
📝
.gitignore(+3 -2)➕
CHANGELOG.md(+116 -0)➕
IMPROVEMENTS.md(+296 -0)➕
QUICK_REFERENCE.md(+332 -0)📝
README.md(+156 -32)📝
examples/README.md(+152 -21)➕
examples/advanced_usage.py(+196 -0)📝
examples/library_usage.py(+6 -6)📝
examples/requirements.txt(+1 -1)➕
geointel/__init__.py(+12 -0)➕
geointel/__main__.py(+11 -0)➕
geointel/cli.py(+293 -0)➕
geointel/config.py(+48 -0)➕
geointel/exceptions.py(+54 -0)➕
geointel/geointel.py(+409 -0)➕
geointel/prompts.py(+96 -0)➕
geointel/utils.py(+127 -0)➖
geospyer/__init__.py(+0 -4)➖
geospyer/__main__.py(+0 -6)➖
geospyer/cli.py(+0 -95)...and 2 more files
📄 Description
All changes are 100% backward compatible.
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Chores
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.