File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ # Fastcomments-python
2+
3+ Utilities to interact with the FastComments python client, particularly for Single Sign-On (SSO) functionality.
4+
5+ # Examples
6+
7+ see ` examples/ `
Original file line number Diff line number Diff line change 1+ [project ]
2+ name = " fastcomments-core"
3+ version = " 0.0.1"
4+ authors = [" FastComments" ]
5+ description = " Fastcomments python core for SSO and client interaction"
6+ readme = " README.md"
7+ requires-python = " >=3.9"
8+ classifiers = [
9+ " Programming Language :: Python :: 3" ,
10+ " Operating System :: OS Independent" ,
11+ ]
12+ license = " MIT"
13+ license-files = [" LICEN[CS]E*" ]
14+
15+ [project .urls ]
16+ Homepage = " https://github.com/FastComments/fastcomments-python"
17+ Issues = " https://github.com/FastComments/fastcomments-python/issues"
You can’t perform that action at this time.
0 commit comments