Update README.md

corrected a few spellings
This commit is contained in:
KunchaChennikaWangmai
2025-04-02 19:21:52 +05:30
committed by GitHub
parent 2252650cfd
commit 3cc9d3c057

View File

@@ -167,7 +167,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
## Authentication ## Authentication
*Libraries for implementing authentications schemes.* *Libraries for implementing authentication schemes.*
* OAuth * OAuth
* [authlib](https://github.com/lepture/authlib) - JavaScript Object Signing and Encryption draft implementation. * [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 * Code Analysis
* [code2flow](https://github.com/scottrogowski/code2flow) - Turn your Python and JavaScript code into DOT flowcharts. * [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. * [prospector](https://github.com/PyCQA/prospector) - A tool to analyze Python code.
* [vulture](https://github.com/jendrikseipp/vulture) - A tool for finding and analysing dead Python code. * [vulture](https://github.com/jendrikseipp/vulture) - A tool for finding and analyzing dead Python code.
* Code Linters * Code Linters
* [flake8](https://github.com/PyCQA/flake8) - A wrapper around `pycodestyle`, `pyflakes` and McCabe. * [flake8](https://github.com/PyCQA/flake8) - A wrapper around `pycodestyle`, `pyflakes` and McCabe.
* [awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions) * [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 ## 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. * [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. * [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. * [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. * [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. * [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 ## Natural Language Processing