mirror of
https://github.com/vinta/awesome-python.git
synced 2026-01-25 15:38:43 +00:00
Update README.md
corrected a few spellings
This commit is contained in:
parent
2252650cfd
commit
3cc9d3c057
10
README.md
10
README.md
@ -167,7 +167,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||
|
||||
## Authentication
|
||||
|
||||
*Libraries for implementing authentications schemes.*
|
||||
*Libraries for implementing authentication schemes.*
|
||||
|
||||
* OAuth
|
||||
* [authlib](https://github.com/lepture/authlib) - JavaScript Object Signing and Encryption draft implementation.
|
||||
@ -230,8 +230,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||
|
||||
* Code Analysis
|
||||
* [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts.
|
||||
* [prospector](https://github.com/PyCQA/prospector) - A tool to analyse Python code.
|
||||
* [vulture](https://github.com/jendrikseipp/vulture) - A tool for finding and analysing dead Python code.
|
||||
* [prospector](https://github.com/PyCQA/prospector) - A tool to analyze Python code.
|
||||
* [vulture](https://github.com/jendrikseipp/vulture) - A tool for finding and analyzing dead Python code.
|
||||
* Code Linters
|
||||
* [flake8](https://github.com/PyCQA/flake8) - A wrapper around `pycodestyle`, `pyflakes` and McCabe.
|
||||
* [awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions)
|
||||
@ -314,7 +314,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||
|
||||
## Data Analysis
|
||||
|
||||
*Libraries for data analyzing.*
|
||||
*Libraries for data analysis.*
|
||||
|
||||
* [pandas](http://pandas.pydata.org/) - A library providing high-performance, easy-to-use data structures and data analysis tools.
|
||||
* [aws-sdk-pandas](https://github.com/aws/aws-sdk-pandas) - Pandas on AWS.
|
||||
@ -725,7 +725,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||
* [itsdangerous](https://github.com/pallets/itsdangerous) - Various helpers to pass trusted data to untrusted environments.
|
||||
* [magenta](https://github.com/magenta/magenta) - A tool to generate music and art using artificial intelligence.
|
||||
* [pluginbase](https://github.com/mitsuhiko/pluginbase) - A simple but flexible plugin system for Python.
|
||||
* [tryton](http://www.tryton.org/) - A general purpose business framework.
|
||||
* [tryton](http://www.tryton.org/) - A general-purpose business framework.
|
||||
|
||||
## Natural Language Processing
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user