compiled tar file

This commit is contained in:
2025-09-09 10:19:44 +02:00
parent ff4b46b8d3
commit 1b0dff9e97
8 changed files with 35 additions and 1 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+13
View File
@@ -0,0 +1,13 @@
Metadata-Version: 2.4
Name: mfl
Version: 0.0.0
Summary: Wraper for pyads
Author-email: RomanBerti <roman.berti09@gmail.com>
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: requests>2.26.0
Requires-Dist: enum
Requires-Dist: sys
Requires-Dist: os
Requires-Dist: datetime
Requires-Dist: time
+13
View File
@@ -0,0 +1,13 @@
README.md
pyproject.toml
.idea/.gitignore
.idea/workspace.xml
.idea/inspectionProfiles/profiles_settings.xml
mfl.egg-info/PKG-INFO
mfl.egg-info/SOURCES.txt
mfl.egg-info/dependency_links.txt
mfl.egg-info/requires.txt
mfl.egg-info/top_level.txt
motion_package/__init__.py
motion_package/eAxisParameters.py
motion_package/motionFunctionsLib.py
+1
View File
@@ -0,0 +1 @@
+6
View File
@@ -0,0 +1,6 @@
requests>2.26.0
enum
sys
os
datetime
time
+1
View File
@@ -0,0 +1 @@
motion_package
+1 -1
View File
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "mfl"
authors = [
{name = "Roman Berti ", email = "roman.berti09gmail.com"}
{name = "RomanBerti ", email = "roman.berti09@gmail.com"}
]
description = "Wraper for pyads"
version = "0.0.0"