DevOps, Python developer, Sailor.
- Saint-Petersburg, Russia
- https://www.upwork.com/fl/andreyshpak
Block or Report
Block or report insspb
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
cookiecutter/cookiecutter Public
A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects.
-
MongoEngine flask extension with WTF model forms support
-
-
458 contributions in the last year
Activity overview
Contributed to
insspb/geocoder3,
insspb/django-admin-plus,
vutran1710/PyrateLimiter
and 11 other
repositories
Contribution activity
May 2022
Created 308 commits in 1 repository
Created 1 repository
-
insspb/geocoder3
Python
•
Built by
Created a pull request in insspb/geocoder3 that received 1 comment
Opened 67 other pull requests in 2 repositories
insspb/geocoder3
2
open
57
merged
7
closed
- LocationIQ: Completely updated and detached from OSM
- bbox property behaviour changed and now match geojson bbox, bounds property added to represent Google style bounds
- Removed: direct file call statements (for debug)
- Changelog for geocoder removed, use releases section
- Added tests for base classes
- Added OneResult subclasses requirements for some properties representation
- Geocoder -> geocoder3 providers separated. Geocoder3 not tested/finished providers will raise warning on any call
- Updated __all__ statements in providers folders
- Merged opencage and opencage_reverse and moved to core providers
- Merged mapzen and mapzen_reverse and moved to core providers
- Merged mapbox and mapbox_reverse and moved to core providers
- Merged gisgraphy and gisgraphy_reverse and moved to core providers
- Merged geocodefarm and geocodefarm_reverse and moved to core providers
- Merged komoot and komoot_reverse and moved to core providers
- Merged here and here_reverse and moved to core providers
- Consolidate other address providers in core folder and pass sourcery checks/fixes
- Merged mapquest, mapquest_reverse, mapquest_batch and moved to core providers
- Merged w3w and w3w_reverse and moved to core providers
- Merged uscensus, uscensus_reverse, uscensus_batch and moved to core providers
- Merged yandex and yandex_reverse and moved to core providers
- Merged locationiq and locationiq_reverse and moved to core providers
- Removed: Ottawa provider and Ottawa parcels provider
- Merged all geonames related providers and moved to core provider's folder
- Merged all google related providers, some related classes renamed
- Merged gaode and gaode_reverse and moved to core providers
- Some pull requests not shown.
DenisCarriere/geocoder
1
closed
Reviewed 3 pull requests in 1 repository
DenisCarriere/geocoder
3 pull requests
Opened 14 issues in 1 repository
insspb/geocoder3
7
open
7
closed
- [Feature request] All providers, that use key auth (mandatory or not) should have related env variable
- Check expected exceptions type everywhere
- Function to select best results from multiple results
- Remove ratelimiter, pass limiting to user
- Change documentation template
- Project requirements update
- Documentation per file content\usage check
- Per module documentation check
- Per file python 3 checks and related tests
- Use single logger for all package
- Code and documentation styling update
- Fix yandex geocoder when given full address
- [Feature request] Adds support for the geocoderxyz API
- OpenCage website URL changed