codefury 0.1.0__py3-none-any.whl
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.
codefury/__init__.py
ADDED
File without changes
|
@@ -0,0 +1,17 @@
|
|
1
|
+
Metadata-Version: 2.3
|
2
|
+
Name: codefury
|
3
|
+
Version: 0.1.0
|
4
|
+
Summary: The single agent to make your production burn
|
5
|
+
Author: Michał Murawski
|
6
|
+
Author-email: mmurawski777@gmail.com
|
7
|
+
Requires-Python: >=3.12
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
9
|
+
Classifier: Programming Language :: Python :: 3.12
|
10
|
+
Classifier: Programming Language :: Python :: 3.13
|
11
|
+
Description-Content-Type: text/markdown
|
12
|
+
|
13
|
+
<p align="center">
|
14
|
+
<img src="doc/logo.png" width="300px" height="300px" />
|
15
|
+
</p>
|
16
|
+
|
17
|
+
## The single agent to make your production burn
|
@@ -0,0 +1,4 @@
|
|
1
|
+
codefury/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
codefury-0.1.0.dist-info/METADATA,sha256=hniY4vvkK-oPqcxiFjDY9ylIVhaCKWBdIH5Vv8Q96Cs,516
|
3
|
+
codefury-0.1.0.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
4
|
+
codefury-0.1.0.dist-info/RECORD,,
|