Skip to main content

data pipeline tool

Project description

datapipe

Как залить на PyPI и пользоваться в других проектах

Часть 1: Один раз залить пакет на PyPI

  1. Аккаунт на PyPIЗарегистрируйтесь на pypi.org → Account → API tokens → Add API token. Скопируйте токен (он вида pypi-...).

  2. Автор в проектеВ файле pyproject.toml в блоке [project] замените:

    authors = [
        {name = "Ваше Имя", email = "your@email.com"}
    ]
    
  3. Сборка и загрузкаОткройте CMD в папке проекта D:\projects\datapipe и выполните:

    publish.bat
    

    Когда спросит логин: Username__token__, Password — вставьте ваш API token.(Если PowerShell блокирует скрипты — используйте именно CMD и publish.bat.)

  4. Новые версии Перед каждой следующей публикацией увеличьте версию в pyproject.toml и в datapipe/__init__.py (например, 0.1.1), затем снова запустите publish.bat.


Часть 2: Использовать в других проектах

В любом другом проекте (другая папка, другой репозиторий):

pip install datapipemath

В коде (импорт по‑прежнему from datapipe import ...):

from datapipe import decomposition

decomposition()                           # одно плавное движение мыши
decomposition(max_offset=200, duration=0.5)  # со своими параметрами

Или из терминала: команда datapipe запускает бесконечный цикл (движение мыши + нажатие клавиши).


Установка

pip install datapipemath

Использование

Требования

  • Python 3.8+
  • PyAutoGUI

Лицензия

MIT

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

datapipemath-0.1.0.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

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

datapipemath-0.1.0-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file datapipemath-0.1.0.tar.gz.

File metadata

  • Download URL: datapipemath-0.1.0.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.4

File hashes

Hashes for datapipemath-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d7009736b2f4619da550230978a7ca4efe9da24ed0c17fad23afe209f422345c
MD5 7721fe716ee85b49a1247b675462c404
BLAKE2b-256 34c73469201a589fc9ce7d619a83a8e0c9a48f95895f23cd5dd5d981f1e4da28

See more details on using hashes here.

File details

Details for the file datapipemath-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: datapipemath-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.4

File hashes

Hashes for datapipemath-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a97941a46ca7a212df6bbfdf7fe0d8521a4636c06cb71737c1e344dfc215b566
MD5 ccdabb9fee9c991b495a69e50f99e054
BLAKE2b-256 de599e53be87ae02ac175fbbdf5a6ff805ef5fe3ab37ca14cb4cba4fe9b027ee

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