5289c4df3b
- made api.py, cfgparse.py, exceptions.py, genmodel.py, migrate_repository.py, and pathed.py PEP-8 clean - add tools.rst documenting the usage of migrate_repository.py - add more modules to api.rst - reference tools.rst from index.rst
6 lines
161 B
Python
6 lines
161 B
Python
"""
|
|
This package provides functionality to create and manage
|
|
repositories of database schema changesets and to apply these
|
|
changesets to databases.
|
|
"""
|