We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498c0d8 commit 905af80Copy full SHA for 905af80
2 files changed
core/README.md
@@ -0,0 +1,7 @@
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/`
core/pyproject.toml
@@ -0,0 +1,17 @@
+[project]
+name = "fastcomments-core"
+version = "0.0.1"
+authors = ["FastComments"]
+description = "Fastcomments python core for SSO and client interaction"
+readme = "README.md"
+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"
0 commit comments