Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 964 Bytes

File metadata and controls

42 lines (31 loc) · 964 Bytes

Noah's SDK

Static Badge Static Badge

A Python library that helps developers create OAuth2 systems.

💡 Requirements

Python 3 or higher.

📲 Installation

pip install noah

💫 How to use

from noah import NoahSec, OAuthSimple

Noah = (OAuthSimple)

noah = Noah(__name__)

# In ("") input your OAuth Name.
@noah.auth("oauth")
def your_oauth_name():
    noah.sec.define(oauth_name.define)

📚 Documentation

To read the project documentation, open the docs folder.

💁 Contributing

To contribute to this project, follow the Contributing Guidelines, You have to read this to contribute to the project.

📄License

MIT License.
Read the License file for more information.