Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 0 additions & 65 deletions QUIRKS

This file was deleted.

7 changes: 4 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ ScraperWiki Python library
==========================

This is a Python library for scraping web pages and saving data.
It is the easiest way to save data on the ScraperWiki platform, and it
can also be used locally or on your own servers.

**Warning: This library is now in maintenance mode.**

**The library has been updated to work with Python 3.14 but there are no guarantees on future maintenance.**

Installing
----------
Expand All @@ -30,7 +32,6 @@ the schema automatically according to the data you save.

Currently only supports SQLite. It will make a local SQLite database.
It is based on `SQLAlchemy <https://pypi.python.org/pypi/SQLAlchemy>`_.
You should expect it to support other SQL databases at a later date.

scraperwiki.sql.save(unique_keys, data[, table_name="swdata"])
Saves a data record into the datastore into the table given by ``table_name``.
Expand Down
15 changes: 0 additions & 15 deletions benchmark.py

This file was deleted.

Loading