adamapi
Advanced tools
+1
-1
@@ -1,2 +0,2 @@ | ||
| Copyright (c) 2023 MEEO s.r.l. | ||
| Copyright (c) 2024 MEEO s.r.l. | ||
@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
+6
-4
| Metadata-Version: 2.1 | ||
| Name: adamapi | ||
| Version: 2.2.2.2 | ||
| Version: 2.2.2.3 | ||
| Summary: Python Adam API | ||
@@ -11,5 +11,7 @@ Home-page: https://git.services.meeo.it/das/adamapi | ||
| Classifier: Operating System :: Unix | ||
| Requires-Python: >=3.6 | ||
| Requires-Python: >=3.10 | ||
| Description-Content-Type: text/markdown | ||
| License-File: LICENSE | ||
| Requires-Dist: requests==2.32.3 | ||
| Requires-Dist: tqdm==4.66.5 | ||
@@ -20,3 +22,3 @@ # Installation | ||
| 1. adamapi==2.2.2.2, This pachage works only with ADAMCORE 2. | ||
| 1. adamapi==2.2.2.3, This pachage works only with ADAMCORE 2. | ||
@@ -35,3 +37,3 @@ ## Requirements | ||
| pip install adamapi | ||
| ln -s "/usr/lib/python3/dist-packages/osgeo" "${VENVNAME}/lib/python3.8/site-packages/osgeo" | ||
| ln -s "/usr/lib/python3/dist-packages/osgeo" "${VENVNAME}/lib/python3.10/site-packages/osgeo" | ||
| ``` | ||
@@ -38,0 +40,0 @@ |
+2
-2
@@ -5,3 +5,3 @@ # Installation | ||
| 1. adamapi==2.2.2.2, This pachage works only with ADAMCORE 2. | ||
| 1. adamapi==2.2.2.3, This pachage works only with ADAMCORE 2. | ||
@@ -20,3 +20,3 @@ ## Requirements | ||
| pip install adamapi | ||
| ln -s "/usr/lib/python3/dist-packages/osgeo" "${VENVNAME}/lib/python3.8/site-packages/osgeo" | ||
| ln -s "/usr/lib/python3/dist-packages/osgeo" "${VENVNAME}/lib/python3.10/site-packages/osgeo" | ||
| ``` | ||
@@ -23,0 +23,0 @@ |
+5
-16
| """ | ||
| Copyright (c) 2023 MEEO s.r.l. | ||
| Copyright (c) 2024 MEEO s.r.l. | ||
@@ -31,3 +31,3 @@ Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| name="adamapi", | ||
| version="2.2.2.2", | ||
| version="2.2.2.3", | ||
| author="MEEO s.r.l.", | ||
@@ -42,15 +42,4 @@ author_email="info@meeo.it", | ||
| install_requires=[ | ||
| 'requests >= 2.22.0', | ||
| 'imageio == 2.9.0', | ||
| 'tqdm == 4.62.3', | ||
| 'numpy == 1.21.2', | ||
| 'python-dateutil == 2.8.2', | ||
| "certifi == 2021.5.30", | ||
| "charset-normalizer == 2.0.6", | ||
| "cycler == 0.10.0", | ||
| "idna == 3.2", | ||
| "kiwisolver == 1.3.2", | ||
| "pyparsing == 2.4.7", | ||
| "six == 1.16.0", | ||
| "urllib3 ==1.26.7" | ||
| 'requests == 2.32.3', | ||
| 'tqdm == 4.66.5', | ||
| ], | ||
@@ -62,3 +51,3 @@ classifiers=[ | ||
| ], | ||
| python_requires='>=3.6', | ||
| python_requires='>=3.10', | ||
| ) |
| Metadata-Version: 2.1 | ||
| Name: adamapi | ||
| Version: 2.2.2.2 | ||
| Version: 2.2.2.3 | ||
| Summary: Python Adam API | ||
@@ -11,5 +11,7 @@ Home-page: https://git.services.meeo.it/das/adamapi | ||
| Classifier: Operating System :: Unix | ||
| Requires-Python: >=3.6 | ||
| Requires-Python: >=3.10 | ||
| Description-Content-Type: text/markdown | ||
| License-File: LICENSE | ||
| Requires-Dist: requests==2.32.3 | ||
| Requires-Dist: tqdm==4.66.5 | ||
@@ -20,3 +22,3 @@ # Installation | ||
| 1. adamapi==2.2.2.2, This pachage works only with ADAMCORE 2. | ||
| 1. adamapi==2.2.2.3, This pachage works only with ADAMCORE 2. | ||
@@ -35,3 +37,3 @@ ## Requirements | ||
| pip install adamapi | ||
| ln -s "/usr/lib/python3/dist-packages/osgeo" "${VENVNAME}/lib/python3.8/site-packages/osgeo" | ||
| ln -s "/usr/lib/python3/dist-packages/osgeo" "${VENVNAME}/lib/python3.10/site-packages/osgeo" | ||
| ``` | ||
@@ -38,0 +40,0 @@ |
@@ -1,13 +0,2 @@ | ||
| requests>=2.22.0 | ||
| imageio==2.9.0 | ||
| tqdm==4.62.3 | ||
| numpy==1.21.2 | ||
| python-dateutil==2.8.2 | ||
| certifi==2021.5.30 | ||
| charset-normalizer==2.0.6 | ||
| cycler==0.10.0 | ||
| idna==3.2 | ||
| kiwisolver==1.3.2 | ||
| pyparsing==2.4.7 | ||
| six==1.16.0 | ||
| urllib3==1.26.7 | ||
| requests==2.32.3 | ||
| tqdm==4.66.5 |
| """ | ||
| Copyright (c) 2023 MEEO s.r.l. | ||
| Copyright (c) 2024 MEEO s.r.l. | ||
@@ -4,0 +4,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
| """ | ||
| Copyright (c) 2023 MEEO s.r.l. | ||
| Copyright (c) 2024 MEEO s.r.l. | ||
@@ -4,0 +4,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
| """ | ||
| Copyright (c) 2023 MEEO s.r.l. | ||
| Copyright (c) 2024 MEEO s.r.l. | ||
@@ -4,0 +4,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
| """ | ||
| Copyright (c) 2023 MEEO s.r.l. | ||
| Copyright (c) 2024 MEEO s.r.l. | ||
@@ -4,0 +4,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
| """ | ||
| Copyright (c) 2023 MEEO s.r.l. | ||
| Copyright (c) 2024 MEEO s.r.l. | ||
@@ -4,0 +4,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
64185
-0.66%543
-1.99%