Skip to content

Commit 8f7ba13

Browse files
committed
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
1 parent 7063e9a commit 8f7ba13

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2069,10 +2069,14 @@ <h2 id="database-drivers">Database Drivers</h2>
20692069
<li><a href="https://github.com/gmr/queries">queries</a> - A wrapper of the psycopg2 library for interacting with PostgreSQL.</li>
20702070
</ul>
20712071
</li>
2072+
<li>SQlite - <a href="https://github.com/planetopendata/awesome-sqlite">awesome-sqlite</a><ul>
2073+
<li><a href="https://docs.python.org/3/library/sqlite3.html">sqlite3</a> - (Python standard library) SQlite interface compleint with DB-API 2.0</li>
2074+
<li><a href="https://github.com/plasticityai/supersqlite">SuperSQLite</a> - A supercharged SQLite library built on top of <a href="https://github.com/rogerbinns/apsw">apsw</a>.</li>
2075+
</ul>
2076+
</li>
20722077
<li>Other Relational Databases<ul>
20732078
<li><a href="https://github.com/mymarilyn/clickhouse-driver">clickhouse-driver</a> - Python driver with native interface for ClickHouse.</li>
20742079
<li><a href="https://pymssql.readthedocs.io/en/latest/">pymssql</a> - A simple database interface to Microsoft SQL Server.</li>
2075-
<li><a href="https://github.com/plasticityai/supersqlite">SuperSQLite</a> - A supercharged SQLite library built on top of <a href="https://github.com/rogerbinns/apsw">apsw</a>.</li>
20762080
</ul>
20772081
</li>
20782082
<li>NoSQL Databases<ul>
@@ -2123,7 +2127,6 @@ <h2 id="debugging-tools">Debugging Tools</h2>
21232127
<li>Profiler<ul>
21242128
<li><a href="https://github.com/rkern/line_profiler">line_profiler</a> - Line-by-line profiling.</li>
21252129
<li><a href="https://github.com/fabianp/memory_profiler">memory_profiler</a> - Monitor Memory usage of Python code.</li>
2126-
<li><a href="https://github.com/what-studio/profiling">profiling</a> - An interactive Python profiler.</li>
21272130
<li><a href="https://github.com/benfred/py-spy">py-spy</a> - A sampling profiler for Python programs. Written in Rust.</li>
21282131
<li><a href="https://github.com/uber/pyflame">pyflame</a> - A ptracing profiler For Python.</li>
21292132
<li><a href="https://github.com/nvdv/vprof">vprof</a> - Visual Python profiler.</li>
@@ -2396,7 +2399,6 @@ <h2 id="geolocation">Geolocation</h2>
23962399
<li><a href="https://github.com/maxmind/geoip-api-python">GeoIP</a> - Python API for MaxMind GeoIP Legacy Database.</li>
23972400
<li><a href="https://github.com/frewsxcv/python-geojson">geojson</a> - Python bindings and utilities for GeoJSON.</li>
23982401
<li><a href="https://github.com/geopy/geopy">geopy</a> - Python Geocoding Toolbox.</li>
2399-
<li><a href="https://github.com/appliedsec/pygeoip">pygeoip</a> - Pure Python GeoIP API.</li>
24002402
</ul>
24012403
<h2 id="html-manipulation">HTML Manipulation</h2>
24022404
<p><em>Libraries for working with HTML and XML.</em></p>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://awesome-python.com/</loc>
5-
<lastmod>2021-01-21</lastmod>
5+
<lastmod>2021-01-22</lastmod>
66
<changefreq>daily</changefreq>
77
</url>
88
</urlset>

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)