IP address support
Open
enhancement
- Dominant language
- Python
- Stars
- 11
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Objects from the python `ipaddress` module should map to Postgres `inet` types.
Note that the python shared `ipaddress._Base_Address` class is private/undocumented
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names Python's ipaddress module and PostgreSQL inet types but no files, tests, or entry points. Locate the library's Python-to-PostgreSQL type mapping and inspect how address objects are identified, keeping the private _Base_Address warning in mind. Done means supported ipaddress objects map to inet types with coverage for the relevant address forms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, python
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100