/usr/share/doc/python-pymssql/README is in python-pymssql 1.0.2+dfsg-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | pymssql - simple MS SQL Python extension module
by Park joon-cheol <jooncheol@gmail.com> (Initial Version Developer)
Andrzej Kukula <akukula@gmail.com> (Active Developer)
pymssql is the Python language extension module that provides access to
Microsoft SQL Servers from Python scripts. It is compliant with Python
DB-API 2.0 Specification. pymssql project is hosted on Sourceforge.net.
-----------------------------------------------------------------------
This library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version.
-----------------------------------------------------------------------
Detailed information on pymssql is available on the website:
http://pymssql.sourceforge.net/
|