We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c141baa commit 5184a81Copy full SHA for 5184a81
python/package.json
@@ -0,0 +1,25 @@
1
+{
2
+ "name": "@platformatic/python",
3
+ "version": "0.0.1",
4
+ "description": "Integration of Python with Wattpm",
5
+ "homepage": "https://github.com/platformatic/python#readme",
6
+ "license": "Apache-2.0",
7
+ "author": "Platformatic Inc. <[email protected]> (https://platformatic.dev)",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/platformatic/python.git"
11
+ },
12
+ "bugs": {
13
+ "url": "https://github.com/platformatic/python/issues"
14
15
+ "keywords": [
16
+ "wattpm",
17
+ "thread",
18
+ "python"
19
+ ],
20
+ "publishConfig": {
21
+ "registry": "https://registry.npmjs.org/",
22
+ "access": "restricted",
23
+ "scope": "@platformatic"
24
+ }
25
+}
0 commit comments