compiled tar file
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
@@ -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
|
||||
@@ -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
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
requests>2.26.0
|
||||
enum
|
||||
sys
|
||||
os
|
||||
datetime
|
||||
time
|
||||
@@ -0,0 +1 @@
|
||||
motion_package
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user