Skip to main content

A CLI tool for managing file uploads

Project description

ScematicsCLI

A command-line interface (CLI) tool for accessing and managing Scematics API resources. This tool provides an interactive way to work with Scematics projects, uploads, annotations, and more.

Installation

pip install scematics-cli

Upgrading

To upgrade to the latest version:

pip install --upgrade scematics-cli

To completely reinstall the package:

pip uninstall scematics-cli -y
pip install scematics-cli

Features

  • User Authentication: Login with credentials or API key
  • Project Management: List and view project details
  • Data Upload Options:
    • Direct upload for images and videos
    • Folder-wise project upload
    • Tag-based upload
    • Custom video folder upload
  • Annotation Management:
    • Export annotations with progress tracking
    • Import annotations from files
  • Interactive Interface: User-friendly CLI with menus

Requirements

  • Python 3.10
  • Internet connection for API access
  • Scematics account credentials or API key

Usage

After installation, you can launch the tool with:

scematics-cli

Authentication

When you start the application, you'll be prompted to choose your authentication method:

Please choose your authentication method.
Choose option (1: Login with credentials, 2: Use API key) [1/2] (1):
  • Option 1: Enter your username and password
  • Option 2: Provide your API key

Available Commands

Once authenticated, you'll see the main menu with these options:

# Command
1 List All Projects
2 Get Project Details
3 Upload Data
4 Export Annotations
5 Import Annotations
6 Upload Videos Folder
7 Logout
q Quit

1. List All Projects

Displays all your projects with basic information including:

  • Project Name
  • Project ID
  • Description
  • Progress percentage
  • Total Images
  • Completed Images

2. Get Project Details

Retrieves and displays detailed information about a specific project:

+----------------------------------------+
| Project Details                        |
+----------------------------------------+
| Project Name      | exampleprojects    |
| Project ID        | exampleprojects097 |
| Description       | Annotations        |
| Progress          | 75%                |
| Total Images      | 1330               |
| Completed Images  | 1000               |
+----------------------------------------+

3. Upload Data

Opens the upload submenu with multiple upload options:

# Option
1 Direct Upload
2 Folder-wise Project Upload
3 Tag-based Upload
b Back to Main Menu

3.1 Direct Upload

Uploads files directly to an existing project.

Required input:

  • Project ID
  • Path to files

Example folder structure:

/home/user/images/
├── image1.jpg
├── image2.png
├── image3.jpeg
└── image4.tiff

3.2 Folder-wise Project Upload

Creates new projects based on folder names and uploads images from those folders.

Required input:

  • Path to main folder containing subfolders

Example folder structure:

/home/user/main-folder/
├── folder1/
│   ├── image1.jpg
│   ├── image2.png
│   ├── image3.jpeg
│   ├── image4.bmp
│   ├── photo1.tiff
│   └── sample_image.gif
├── folder2/
│   ├── image1.jpg
│   ├── image2.png
│   ├── image3.jpeg
│   ├── image4.bmp
│   ├── photo1.tiff
│   └── sample_image.gif
└── folder3/
    ├── image1.jpg
    ├── image2.png
    ├── image3.jpeg
    ├── image4.bmp
    ├── photo1.tiff
    └── sample_image.gif

In this case, three projects will be created named "folder1", "folder2", and "folder3", each containing its respective images.

3.3 Tag-based Upload

Uploads files using folder names as tags.

Required input:

  • Project ID
  • Path to main folder containing subfolders

Example folder structure: Same as folder-wise upload, but folder names are used as tags for the images instead of project names.

4. Export Annotations

Exports annotations from a project.

Required input:

  • Project name
  • Export format

5. Import Annotations

Imports annotations into a project.

Required input:

  • Project name
  • Import format
  • File path

6. Upload Videos Folder

Uploads a folder structure containing videos and corresponding JSON files.

Required input:

  • Path to main folder

Example folder structure:

Main Folder (e.g., test)
├── [UUID-subfolder1]
│   ├── examplenames.mp4
│   └── examplenames.json
├── [UUID-subfolder2]
│   ├── examplenames.mp4
│   └── examplenames.json
└── ...

7. Logout

Logs out the current user session.

Examples

Login Example

Please choose your authentication method.
Choose option (1: Login with credentials, 2: Use API key) [1/2] (1):
Username: user@example.com
Password: ********
Login successful!
Starting application...

Project Upload Example

After selecting "Folder-wise Project Upload", provide the main folder path:

Enter the path to the main folder: /home/user/main-folder/

The system will:

  1. Create projects named after each subfolder
  2. Upload images from each subfolder to their respective projects
  3. Display progress during the upload

Supported File Formats

Images

  • jpg/jpeg
  • png
  • bmp
  • tiff/tif
  • gif

Videos

  • mp4

Troubleshooting

If you encounter any issues:

  1. Check your internet connection
  2. Verify your credentials
  3. Ensure you have the correct permissions for the project
  4. Check if the file path exists and is accessible
  5. If the upload process is interrupted for any reason (such as internet disconnection or system error), a _thumbnail folder might still be created at your specified path. In such cases, please delete the existing _thumbnail folder before attempting the upload again. A fresh folder will be automatically generated during the next upload.
  6. If you face an error during upload, please ensure that each image within a dataset has a unique filename. Each image must have a unique name. Rename the image and try again.

Contact

For support, please contact info@scematics.io

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scematics_cli-0.1.18.tar.gz (53.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

scematics_cli-0.1.18-py3-none-any.whl (59.3 kB view details)

Uploaded Python 3

File details

Details for the file scematics_cli-0.1.18.tar.gz.

File metadata

  • Download URL: scematics_cli-0.1.18.tar.gz
  • Upload date:
  • Size: 53.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for scematics_cli-0.1.18.tar.gz
Algorithm Hash digest
SHA256 41ae6de07dec0665d05ea937dbd818a268dbcc63139fb489d01b167401979b51
MD5 f8d0861fc02c75c2adc955e3ab51708f
BLAKE2b-256 95b3ad332fc13e496e57d7b23f44ad29ad5fbef2f0ec2093de869f3ab5082e7f

See more details on using hashes here.

File details

Details for the file scematics_cli-0.1.18-py3-none-any.whl.

File metadata

  • Download URL: scematics_cli-0.1.18-py3-none-any.whl
  • Upload date:
  • Size: 59.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for scematics_cli-0.1.18-py3-none-any.whl
Algorithm Hash digest
SHA256 55841e643f57771756d77e3663edb8166a0dcd66f524fa7d9403718c0d7e5bdc
MD5 5a69e012cabd85284933e3a2862f91b6
BLAKE2b-256 f74aee1a260160eff263cddd91c8996091a66220ff7d7c1e0183bd243daaebbb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page