This release is a pre-release and may not be stable for production use.
GitHub • LinkedIn • X • Discord
Telekinesis Applications
Telekinesis Applications is a package providing application-level building blocks on top of the Telekinesis SDK, for robotics and computer vision use cases within the Telekinesis ecosystem.
Requirements
Current support for Python versions - 3.11, 3.12.
Note
- Telekinesis Applications is currently in its early development phase (pre-1.0).
- There will be continuous version updates. To have the latest features, please always install or upgrade to the latest version of the package.
Installation
-
Create an isolated environment so that there is no dependency conflicts. We recommend installing
Minicondaenvironment by following instructions from here. -
Create a new
condaenvironment calledtelekinesis-applications:conda create -n telekinesis-applications python=3.11
-
Activate the environment:
conda activate telekinesis-applications
-
Install the core SDK using
pip:pip install telekinesis-applications
Note: The Python module is provided under the
telekinesisnamespace astelekinesis.applications, while the package published on PyPI istelekinesis-applications.
Example
from telekinesis import applications
sorter = applications.SortingApplication()
Resources
-
Examples Runnable usage examples for Telekinesis Applications: Telekinesis Examples
-
Documentation Full SDK documentation and usage details: Telekinesis Documentation
Support
For issues and questions:
- Create an issue in the GitHub repository.
- Contact the Telekinesis development team at support@telekinesis.ai or on Discord.
Release files for telekinesis-applications 0.0.1rc5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| telekinesis_applications-0.0.1rc5.tar.gz | 121.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| telekinesis_applications-0.0.1rc5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 232.9 kB
Release files / telekinesis_applications-0.0.1rc5.tar.gz
| Download URL | telekinesis_applications-0.0.1rc5.tar.gz |
|---|---|
| Size | 121.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f2a7a72515ef2a8398b8b754ee75f227c0eee8b00dd4991cffc31ed4211b8cb2
|
|
BLAKE2b-256 checksum How to use checksums |
3669d37c5256cb945ea879cf9dd60cb2e498eb7276c3ffb19f7fb6ecde968c09
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|
Release files / telekinesis_applications-0.0.1rc5-py3-none-any.whl
| Download URL | telekinesis_applications-0.0.1rc5-py3-none-any.whl |
|---|---|
| Size | 111.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a8ef75a3211576ee39c59726efecbe38a3cbcedc526512b03843c35c72a0e44a
|
|
BLAKE2b-256 checksum How to use checksums |
a4075f4a06dc59147c996333dad72a1b5e6cc05a4503d98b459f2d0e224497cc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.11.15
|