recallrai 0.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of recallrai might be problematic. Click here for more details.

@@ -0,0 +1,17 @@
1
+ Metadata-Version: 2.3
2
+ Name: recallrai
3
+ Version: 0.0.1
4
+ Summary: Comming soon
5
+ License: MIT
6
+ Author: Devasheesh Mishra
7
+ Author-email: devasheeshmishra4@gmail.com
8
+ Requires-Python: >=3.10,<4.0
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Programming Language :: Python :: 3.10
12
+ Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
+ Classifier: Programming Language :: Python :: 3.13
15
+ Description-Content-Type: text/markdown
16
+
17
+ Comming soon...
@@ -0,0 +1 @@
1
+ Comming soon...
@@ -0,0 +1,18 @@
1
+ [tool.poetry]
2
+ name = "recallrai"
3
+ version = "0.0.1"
4
+ description = "Comming soon"
5
+ authors = ["Devasheesh Mishra <devasheeshmishra4@gmail.com>"]
6
+ license = "MIT License"
7
+ readme = "README.md"
8
+ package-mode = true
9
+
10
+ [tool.poetry.dependencies]
11
+ python = "^3.10"
12
+
13
+ [tool.poetry.group.dev.dependencies]
14
+ twine = "^5.1.1"
15
+
16
+ [build-system]
17
+ requires = ["poetry-core"]
18
+ build-backend = "poetry.core.masonry.api"
File without changes
File without changes