annotex
Advanced tools
| Metadata-Version: 2.4 | ||
| Name: annotex | ||
| Version: 2.0.0 | ||
| Summary: AI-Powered Annotation Tool for Computer Vision Datasets | ||
| Home-page: https://github.com/Randika/annotex | ||
| Version: 2.0.1 | ||
| Summary: Annotation Tool for Computer Vision Datasets | ||
| Home-page: https://github.com/RandikaKM/annotex | ||
| Author: Randika K. Makumbura | ||
| Author-email: Your Name <your.email@example.com> | ||
| Author-email: "Randika K. Makumbura" <randikamk.96@gmail.com> | ||
| License: MIT | ||
| Project-URL: Homepage, https://github.com/yourusername/annotex | ||
| Project-URL: Homepage, https://github.com/RandikaKM/annotex | ||
| Project-URL: Documentation, https://annotex.readthedocs.io | ||
| Project-URL: Repository, https://github.com/yourusername/annotex | ||
| Project-URL: Bug Tracker, https://github.com/yourusername/annotex/issues | ||
| Project-URL: Repository, https://github.com/RandikaKM/annotex | ||
| Project-URL: Bug Tracker, https://github.com/RandikaKM/annotex/issues | ||
| Keywords: annotation,computer-vision,AI,machine-learning,YOLO,dataset | ||
@@ -57,4 +57,4 @@ Classifier: Development Status :: 4 - Beta | ||
| <!-- [](https://opensource.org/licenses/MIT) --> | ||
| [](https://badge.fury.io/py/annotex) | ||
| [](https://pepy.tech/project/annotex) | ||
| <!-- [](https://badge.fury.io/py/annotex) --> | ||
| <!-- [](https://pepy.tech/project/annotex) --> | ||
@@ -181,2 +181,2 @@ Annotex is a professional-grade annotation tool designed for creating high-quality computer vision datasets. With AI-powered assistance and an intuitive interface, it streamlines the annotation process for machine learning practitioners. | ||
| Made with ā¤ļø by [Randika](https://github.com/RandikaKM) | ||
| Made by [Randika](https://github.com/RandikaKM) |
@@ -5,3 +5,3 @@ """ | ||
| __version__ = "2.0.0" | ||
| __version__ = "2.0.1" | ||
| __author__ = "Randika K. Makumbura" | ||
@@ -8,0 +8,0 @@ __email__ = "Randikamk.96@gmail.com" |
+1
-1
@@ -74,3 +74,3 @@ #!/usr/bin/env python3 | ||
| action="version", | ||
| version="Annotex 2.0.0" | ||
| version="Annotex 2.0.1" | ||
| ) | ||
@@ -77,0 +77,0 @@ |
+10
-10
| Metadata-Version: 2.4 | ||
| Name: annotex | ||
| Version: 2.0.0 | ||
| Summary: AI-Powered Annotation Tool for Computer Vision Datasets | ||
| Home-page: https://github.com/Randika/annotex | ||
| Version: 2.0.1 | ||
| Summary: Annotation Tool for Computer Vision Datasets | ||
| Home-page: https://github.com/RandikaKM/annotex | ||
| Author: Randika K. Makumbura | ||
| Author-email: Your Name <your.email@example.com> | ||
| Author-email: "Randika K. Makumbura" <randikamk.96@gmail.com> | ||
| License: MIT | ||
| Project-URL: Homepage, https://github.com/yourusername/annotex | ||
| Project-URL: Homepage, https://github.com/RandikaKM/annotex | ||
| Project-URL: Documentation, https://annotex.readthedocs.io | ||
| Project-URL: Repository, https://github.com/yourusername/annotex | ||
| Project-URL: Bug Tracker, https://github.com/yourusername/annotex/issues | ||
| Project-URL: Repository, https://github.com/RandikaKM/annotex | ||
| Project-URL: Bug Tracker, https://github.com/RandikaKM/annotex/issues | ||
| Keywords: annotation,computer-vision,AI,machine-learning,YOLO,dataset | ||
@@ -57,4 +57,4 @@ Classifier: Development Status :: 4 - Beta | ||
| <!-- [](https://opensource.org/licenses/MIT) --> | ||
| [](https://badge.fury.io/py/annotex) | ||
| [](https://pepy.tech/project/annotex) | ||
| <!-- [](https://badge.fury.io/py/annotex) --> | ||
| <!-- [](https://pepy.tech/project/annotex) --> | ||
@@ -181,2 +181,2 @@ Annotex is a professional-grade annotation tool designed for creating high-quality computer vision datasets. With AI-powered assistance and an intuitive interface, it streamlines the annotation process for machine learning practitioners. | ||
| Made with ā¤ļø by [Randika](https://github.com/RandikaKM) | ||
| Made by [Randika](https://github.com/RandikaKM) |
+5
-5
@@ -7,5 +7,5 @@ [build-system] | ||
| name = "annotex" | ||
| description = "AI-Powered Annotation Tool for Computer Vision Datasets" | ||
| description = "Annotation Tool for Computer Vision Datasets" | ||
| authors = [ | ||
| {name = "Your Name", email = "your.email@example.com"} | ||
| {name = "Randika K. Makumbura", email = "randikamk.96@gmail.com"} | ||
| ] | ||
@@ -54,6 +54,6 @@ license = {text = "MIT"} | ||
| [project.urls] | ||
| Homepage = "https://github.com/yourusername/annotex" | ||
| Homepage = "https://github.com/RandikaKM/annotex" | ||
| Documentation = "https://annotex.readthedocs.io" | ||
| Repository = "https://github.com/yourusername/annotex" | ||
| "Bug Tracker" = "https://github.com/yourusername/annotex/issues" | ||
| Repository = "https://github.com/RandikaKM/annotex" | ||
| "Bug Tracker" = "https://github.com/RandikaKM/annotex/issues" | ||
@@ -60,0 +60,0 @@ [project.scripts] |
+3
-3
@@ -7,4 +7,4 @@ # Annotex š | ||
| <!-- [](https://opensource.org/licenses/MIT) --> | ||
| [](https://badge.fury.io/py/annotex) | ||
| [](https://pepy.tech/project/annotex) | ||
| <!-- [](https://badge.fury.io/py/annotex) --> | ||
| <!-- [](https://pepy.tech/project/annotex) --> | ||
@@ -131,2 +131,2 @@ Annotex is a professional-grade annotation tool designed for creating high-quality computer vision datasets. With AI-powered assistance and an intuitive interface, it streamlines the annotation process for machine learning practitioners. | ||
| Made with ā¤ļø by [Randika](https://github.com/RandikaKM) | ||
| Made by [Randika](https://github.com/RandikaKM) |
+5
-5
@@ -28,3 +28,3 @@ #!/usr/bin/env python3 | ||
| name="annotex", | ||
| version="2.0.0", | ||
| version="2.0.1", | ||
| author="Randika K. Makumbura", | ||
@@ -35,7 +35,7 @@ author_email="randikamk.96@gmail.com", | ||
| long_description_content_type="text/markdown", | ||
| url="https://github.com/Randika/annotex", | ||
| url="https://github.com/RandikaKM/annotex", | ||
| project_urls={ | ||
| "Bug Reports": "https://github.com/Randika819/annotex/issues", | ||
| "Source": "https://github.com/Randika819/annotex", | ||
| "Documentation": "https://github.com/Randika819/annotex/docs", | ||
| "Bug Reports": "https://github.com/RandikaKM/annotex/issues", | ||
| "Source": "https://github.com/RandikaKM/annotex", | ||
| "Documentation": "https://github.com/RandikaKM/annotex/docs", | ||
| }, | ||
@@ -42,0 +42,0 @@ packages=find_packages(), |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
1439744
0