https://github.com/pgq/python-skytools
Scripting utilities for Python
https://github.com/pgq/python-skytools
database python utility
Last synced: 5 months ago
JSON representation
Scripting utilities for Python
- Host: GitHub
- URL: https://github.com/pgq/python-skytools
- Owner: pgq
- License: isc
- Created: 2016-06-03T10:57:37.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T22:23:37.000Z (almost 2 years ago)
- Last Synced: 2025-09-25T16:45:39.751Z (9 months ago)
- Topics: database, python, utility
- Language: Python
- Homepage:
- Size: 357 KB
- Stars: 8
- Watchers: 6
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Authors: AUTHORS
Awesome Lists containing this project
README
Skytools - Utilities for writing Python scripts
===============================================
This is the low-level utility module split out from
old Skytools meta-package. It contains various
utilities for writing database scripts.
Database specific utilites are mainly meant for PostgreSQL.
Features
--------
* Support for background scripts
- Daemonizing
- logging
- config parsing
* Database tools
- Tuned connection
- DB structure examining
- SQL parsing
- COPY I/O
* Time utilities
- ISO timestamp parsing
- datetime to timestamp
* Text utilities
- Natural sort
- Fast urlencode I/O
TODO
----
* Move from optparse to argparse
* Doc cleanup