René's URL Explorer Experiment


Title: sqlite3 — DB-API 2.0 interface for SQLite databases — Python 3.7.17 documentation

Generator: Docutils 0.17.1: http://docutils.sourceforge.net/

direct link

Domain: docs.python.org

Links:

Python documentation for the current stable releasehttps://docs.python.org/3/library/sqlite3.html
indexhttps://docs.python.org/3.7/genindex.html
moduleshttps://docs.python.org/3.7/py-modindex.html
nexthttps://docs.python.org/3.7/library/archiving.html
previoushttps://docs.python.org/3.7/library/dbm.html
Pythonhttps://www.python.org/
3.7.17 Documentationhttps://docs.python.org/3.7/index.html
The Python Standard Libraryhttps://docs.python.org/3.7/library/index.html
Data Persistencehttps://docs.python.org/3.7/library/persistence.html
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
Lib/sqlite3/https://github.com/python/cpython/tree/3.7/Lib/sqlite3/
PEP 249https://www.python.org/dev/peps/pep-0249
Connectionhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection
Connectionhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection
Cursorhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor
execute()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.execute
https://xkcd.com/327/https://xkcd.com/327/
execute()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.execute
iteratorhttps://docs.python.org/3.7/glossary.html#term-iterator
fetchone()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.fetchone
fetchall()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.fetchall
https://github.com/ghaering/pysqlitehttps://github.com/ghaering/pysqlite
https://www.sqlite.orghttps://www.sqlite.org
https://www.w3schools.com/sql/https://www.w3schools.com/sql/
PEP 249https://www.python.org/dev/peps/pep-0249
https://docs.python.org/3.7/library/sqlite3.html#module-functions-and-constants
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.version
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.version_info
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.sqlite_version
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.sqlite_version_info
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.PARSE_DECLTYPES
connect()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.connect
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.PARSE_COLNAMES
connect()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.connect
Cursor.descriptionhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.description
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.connect
Connectionhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection
path-like objecthttps://docs.python.org/3.7/glossary.html#term-path-like-object
isolation_levelhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.isolation_level
Connectionhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection
register_converter()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.register_converter
PARSE_DECLTYPEShttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.PARSE_DECLTYPES
PARSE_COLNAMEShttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.PARSE_COLNAMES
Truehttps://docs.python.org/3.7/library/constants.html#True
Falsehttps://docs.python.org/3.7/library/constants.html#False
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
Connectionhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection
Connectionhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection
connect()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.connect
SQLite and Python typeshttps://docs.python.org/3.7/library/sqlite3.html#sqlite3-types
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
SQLite URI documentationhttps://www.sqlite.org/uri.html
path-like objecthttps://docs.python.org/3.7/glossary.html#term-path-like-object
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.register_converter
connect()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.connect
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.register_adapter
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.complete_statement
Truehttps://docs.python.org/3.7/library/constants.html#True
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.enable_callback_tracebacks
Falsehttps://docs.python.org/3.7/library/constants.html#False
https://docs.python.org/3.7/library/sqlite3.html#connection-objects
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.isolation_level
Nonehttps://docs.python.org/3.7/library/constants.html#None
Controlling Transactionshttps://docs.python.org/3.7/library/sqlite3.html#sqlite3-controlling-transactions
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.in_transaction
Truehttps://docs.python.org/3.7/library/constants.html#True
Falsehttps://docs.python.org/3.7/library/constants.html#False
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.cursor
Cursorhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.commit
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.rollback
commit()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.commit
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.close
commit()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.commit
commit()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.commit
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.execute
cursor()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.cursor
execute()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.execute
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.executemany
cursor()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.cursor
executemany()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.executemany
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.executescript
cursor()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.cursor
executescript()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.executescript
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.create_function
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.create_aggregate
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.create_collation
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.interrupt
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.set_authorizer
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
Nonehttps://docs.python.org/3.7/library/constants.html#None
Nonehttps://docs.python.org/3.7/library/constants.html#None
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.set_progress_handler
Nonehttps://docs.python.org/3.7/library/constants.html#None
OperationalErrorhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.OperationalError
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.set_trace_callback
Cursor.execute()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.execute
Nonehttps://docs.python.org/3.7/library/constants.html#None
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.enable_load_extension
1https://docs.python.org/3.7/library/sqlite3.html#f1
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.load_extension
enable_load_extension()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.enable_load_extension
1https://docs.python.org/3.7/library/sqlite3.html#f1
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.row_factory
row_factoryhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.row_factory
sqlite3.Rowhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Row
Rowhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Row
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.text_factory
strhttps://docs.python.org/3.7/library/stdtypes.html#str
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
byteshttps://docs.python.org/3.7/library/stdtypes.html#bytes
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.total_changes
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.iterdump
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.backup
Connectionhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection
https://docs.python.org/3.7/library/sqlite3.html#cursor-objects
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor
Cursorhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.execute
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
execute()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.execute
Warninghttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Warning
executescript()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.executescript
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.executemany
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
iteratorhttps://docs.python.org/3.7/glossary.html#term-iterator
generatorhttps://docs.python.org/3.7/glossary.html#term-generator
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.executescript
strhttps://docs.python.org/3.7/library/stdtypes.html#str
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.fetchone
Nonehttps://docs.python.org/3.7/library/constants.html#None
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.fetchmany
fetchmany()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.fetchmany
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.fetchall
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.close
ProgrammingErrorhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.ProgrammingError
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.rowcount
Cursorhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
executemany()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.executemany
rowcounthttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.rowcount
rowcounthttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.rowcount
rowcounthttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.rowcount
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.lastrowid
execute()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.execute
executemany()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.executemany
lastrowidhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.lastrowid
Nonehttps://docs.python.org/3.7/library/constants.html#None
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.arraysize
fetchmany()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.fetchmany
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.description
Nonehttps://docs.python.org/3.7/library/constants.html#None
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.connection
Connectionhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection
Cursorhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor
Cursorhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor
con.cursor()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.cursor
connectionhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.connection
https://docs.python.org/3.7/library/sqlite3.html#row-objects
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Row
Rowhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Row
row_factoryhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.row_factory
Connectionhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection
len()https://docs.python.org/3.7/library/functions.html#len
Rowhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Row
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Row.keys
Cursor.descriptionhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor.description
Rowhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Row
https://docs.python.org/3.7/library/sqlite3.html#exceptions
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Warning
Exceptionhttps://docs.python.org/3.7/library/exceptions.html#Exception
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Error
Exceptionhttps://docs.python.org/3.7/library/exceptions.html#Exception
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.DatabaseError
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.IntegrityError
DatabaseErrorhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.DatabaseError
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.ProgrammingError
DatabaseErrorhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.DatabaseError
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.OperationalError
DatabaseErrorhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.DatabaseError
https://docs.python.org/3.7/library/sqlite3.html#sqlite3.NotSupportedError
rollback()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.rollback
DatabaseErrorhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.DatabaseError
https://docs.python.org/3.7/library/sqlite3.html#sqlite-and-python-types
https://docs.python.org/3.7/library/sqlite3.html#introduction
Nonehttps://docs.python.org/3.7/library/constants.html#None
inthttps://docs.python.org/3.7/library/functions.html#int
floathttps://docs.python.org/3.7/library/functions.html#float
strhttps://docs.python.org/3.7/library/stdtypes.html#str
byteshttps://docs.python.org/3.7/library/stdtypes.html#bytes
Nonehttps://docs.python.org/3.7/library/constants.html#None
inthttps://docs.python.org/3.7/library/functions.html#int
floathttps://docs.python.org/3.7/library/functions.html#float
text_factoryhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.text_factory
strhttps://docs.python.org/3.7/library/stdtypes.html#str
byteshttps://docs.python.org/3.7/library/stdtypes.html#bytes
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
https://docs.python.org/3.7/library/sqlite3.html#using-adapters-to-store-additional-python-types-in-sqlite-databases
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
https://docs.python.org/3.7/library/sqlite3.html#letting-your-object-adapt-itself
https://docs.python.org/3.7/library/sqlite3.html#registering-an-adapter-callable
register_adapter()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.register_adapter
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
datetime.datehttps://docs.python.org/3.7/library/datetime.html#datetime.date
datetime.datetimehttps://docs.python.org/3.7/library/datetime.html#datetime.datetime
datetime.datetimehttps://docs.python.org/3.7/library/datetime.html#datetime.datetime
https://docs.python.org/3.7/library/sqlite3.html#converting-sqlite-values-to-custom-python-types
byteshttps://docs.python.org/3.7/library/stdtypes.html#bytes
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
Module functions and constantshttps://docs.python.org/3.7/library/sqlite3.html#sqlite3-module-contents
PARSE_DECLTYPEShttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.PARSE_DECLTYPES
PARSE_COLNAMEShttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.PARSE_COLNAMES
https://docs.python.org/3.7/library/sqlite3.html#default-adapters-and-converters
datetime.datehttps://docs.python.org/3.7/library/datetime.html#datetime.date
datetime.datetimehttps://docs.python.org/3.7/library/datetime.html#datetime.datetime
https://docs.python.org/3.7/library/sqlite3.html#controlling-transactions
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
connect()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.connect
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
https://docs.python.org/3.7/library/sqlite3.html#using-sqlite3-efficiently
https://docs.python.org/3.7/library/sqlite3.html#using-shortcut-methods
Connectionhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection
Cursorhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor
Cursorhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Cursor
Connectionhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection
https://docs.python.org/3.7/library/sqlite3.html#accessing-columns-by-name-instead-of-by-index
sqlite3https://docs.python.org/3.7/library/sqlite3.html#module-sqlite3
sqlite3.Rowhttps://docs.python.org/3.7/library/sqlite3.html#sqlite3.Row
https://docs.python.org/3.7/library/sqlite3.html#using-the-connection-as-a-context-manager
https://docs.python.org/3.7/library/sqlite3.html#common-issues
https://docs.python.org/3.7/library/sqlite3.html#multithreading
interrupt()https://docs.python.org/3.7/library/sqlite3.html#sqlite3.Connection.interrupt
1https://docs.python.org/3.7/library/sqlite3.html#id1
2https://docs.python.org/3.7/library/sqlite3.html#id2
Table of Contentshttps://docs.python.org/3.7/contents.html
sqlite3 — DB-API 2.0 interface for SQLite databaseshttps://docs.python.org/3.7/library/sqlite3.html
Module functions and constantshttps://docs.python.org/3.7/library/sqlite3.html#module-functions-and-constants
Connection Objectshttps://docs.python.org/3.7/library/sqlite3.html#connection-objects
Cursor Objectshttps://docs.python.org/3.7/library/sqlite3.html#cursor-objects
Row Objectshttps://docs.python.org/3.7/library/sqlite3.html#row-objects
Exceptionshttps://docs.python.org/3.7/library/sqlite3.html#exceptions
SQLite and Python typeshttps://docs.python.org/3.7/library/sqlite3.html#sqlite-and-python-types
Introductionhttps://docs.python.org/3.7/library/sqlite3.html#introduction
Using adapters to store additional Python types in SQLite databaseshttps://docs.python.org/3.7/library/sqlite3.html#using-adapters-to-store-additional-python-types-in-sqlite-databases
Letting your object adapt itselfhttps://docs.python.org/3.7/library/sqlite3.html#letting-your-object-adapt-itself
Registering an adapter callablehttps://docs.python.org/3.7/library/sqlite3.html#registering-an-adapter-callable
Converting SQLite values to custom Python typeshttps://docs.python.org/3.7/library/sqlite3.html#converting-sqlite-values-to-custom-python-types
Default adapters and convertershttps://docs.python.org/3.7/library/sqlite3.html#default-adapters-and-converters
Controlling Transactionshttps://docs.python.org/3.7/library/sqlite3.html#controlling-transactions
Using sqlite3 efficientlyhttps://docs.python.org/3.7/library/sqlite3.html#using-sqlite3-efficiently
Using shortcut methodshttps://docs.python.org/3.7/library/sqlite3.html#using-shortcut-methods
Accessing columns by name instead of by indexhttps://docs.python.org/3.7/library/sqlite3.html#accessing-columns-by-name-instead-of-by-index
Using the connection as a context managerhttps://docs.python.org/3.7/library/sqlite3.html#using-the-connection-as-a-context-manager
Common issueshttps://docs.python.org/3.7/library/sqlite3.html#common-issues
Multithreadinghttps://docs.python.org/3.7/library/sqlite3.html#multithreading
dbm — Interfaces to Unix “databases”https://docs.python.org/3.7/library/dbm.html
Data Compression and Archivinghttps://docs.python.org/3.7/library/archiving.html
Report a Bughttps://docs.python.org/3.7/bugs.html
Show Source https://github.com/python/cpython/blob/3.7/Doc/library/sqlite3.rst
indexhttps://docs.python.org/3.7/genindex.html
moduleshttps://docs.python.org/3.7/py-modindex.html
nexthttps://docs.python.org/3.7/library/archiving.html
previoushttps://docs.python.org/3.7/library/dbm.html
Pythonhttps://www.python.org/
3.7.17 Documentationhttps://docs.python.org/3.7/index.html
The Python Standard Libraryhttps://docs.python.org/3.7/library/index.html
Data Persistencehttps://docs.python.org/3.7/library/persistence.html
Copyrighthttps://docs.python.org/3.7/copyright.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/3.7/bugs.html
Sphinxhttp://sphinx.pocoo.org/

URLs of crawlers that visited me.