mirror of
https://github.com/vinta/awesome-python
synced 2024-11-14 15:57:15 +00:00
remove Compatibility section
This commit is contained in:
parent
8eec1a75f3
commit
9b634444e7
1 changed files with 0 additions and 9 deletions
|
@ -19,7 +19,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
- [Code Analysis](#code-analysis)
|
- [Code Analysis](#code-analysis)
|
||||||
- [Command-line Interface Development](#command-line-interface-development)
|
- [Command-line Interface Development](#command-line-interface-development)
|
||||||
- [Command-line Tools](#command-line-tools)
|
- [Command-line Tools](#command-line-tools)
|
||||||
- [Compatibility](#compatibility)
|
|
||||||
- [Computer Vision](#computer-vision)
|
- [Computer Vision](#computer-vision)
|
||||||
- [Concurrency and Parallelism](#concurrency-and-parallelism)
|
- [Concurrency and Parallelism](#concurrency-and-parallelism)
|
||||||
- [Configuration](#configuration)
|
- [Configuration](#configuration)
|
||||||
|
@ -288,14 +287,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
* [mycli](https://github.com/dbcli/mycli) - MySQL CLI with autocompletion and syntax highlighting.
|
* [mycli](https://github.com/dbcli/mycli) - MySQL CLI with autocompletion and syntax highlighting.
|
||||||
* [pgcli](https://github.com/dbcli/pgcli) - PostgreSQL CLI with autocompletion and syntax highlighting.
|
* [pgcli](https://github.com/dbcli/pgcli) - PostgreSQL CLI with autocompletion and syntax highlighting.
|
||||||
|
|
||||||
## Compatibility
|
|
||||||
|
|
||||||
*Libraries for migrating from Python 2 to 3.*
|
|
||||||
|
|
||||||
* [python-future](http://python-future.org/index.html) - The missing compatibility layer between Python 2 and Python 3.
|
|
||||||
* [modernize](https://github.com/PyCQA/modernize) - Modernizes Python code for eventual Python 3 migration.
|
|
||||||
* [six](https://pypi.org/project/six/) - Python 2 and 3 compatibility utilities.
|
|
||||||
|
|
||||||
## Computer Vision
|
## Computer Vision
|
||||||
|
|
||||||
*Libraries for Computer Vision.*
|
*Libraries for Computer Vision.*
|
||||||
|
|
Loading…
Reference in a new issue