Skip to main content

Python ul py tool

Project description

ul-py-tool

This library allows to bootstrap Python UnicLab project from scratch. It provides a set of useful CMD commands mapping in main.py file.

def main() -> None:
    Cmd.main({
        'code_stats': 'ul_py_tool.commands.cmd_stats:CmdStats',
        'minor': 'ul_py_tool.commands.cmd_version:CmdVersionMinor',
        'major': 'ul_py_tool.commands.cmd_version:CmdVersionMajor',
        'patch': 'ul_py_tool.commands.cmd_version:CmdVersionPatch',
        'lint': 'ul_py_tool.commands.cmd_lint:CmdLint',
        'install': 'ul_py_tool.commands.cmd_install:CmdInstall',
        'test': 'ul_py_tool.commands.cmd_test:CmdTest',
        'fmt': 'ul_py_tool.commands.cmd_fmt:CmdFmt',
        'release': 'ul_py_tool.commands.cmd_release:CmdRelease',
        'test_secrets': 'ul_py_tool.commands.cmd_test_secrets.py:CmdTestSecrets',
        'build-images': 'ul_py_tool.commands.cmd_build_images:CmdBuildImages',
        'outdated': 'ul_py_tool.commands.cmp_outdated:CmdOutdated',
        'cleanup': 'ul_py_tool.commands.cmd_cleanup:CmdCleanup',
        'fix_own': 'ul_py_tool.commands.cmd_fix_own:CmdFixOwn',
    })

This maps the code of the CMD command to its name. After mapping, we can use a command like this:

python -m FOLDER_NAME_WHERE_MAIN_PY_LOCATED command_name
python -m src run_some_script  # main.py located in src/ root
Command Desription
Cmd Base class. Each command should inherit from it and provide method run().
CmdStats Command that provides us statistics about service, lines of code written, etc.
CmdVersion Command that applies a versioning to setup.py (major, minor, patch).
CmdTest Command that runs tests.
CmdRelease Command for making a release.
CmdLint Command to run lint (different steps).
CmdFmt Command to apply formatting (black, isort (to be implemented)).
CmdBuildImages Command that helps to build & push to the registry Docker images.
CmdInstall Generates project files, configs, pre-commits, etc.

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

ul-py-tool-1.15.38.tar.gz (35.6 kB view details)

Uploaded Source

Built Distribution

ul_py_tool-1.15.38-py3-none-any.whl (48.8 kB view details)

Uploaded Python 3

File details

Details for the file ul-py-tool-1.15.38.tar.gz.

File metadata

  • Download URL: ul-py-tool-1.15.38.tar.gz
  • Upload date:
  • Size: 35.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.9

File hashes

Hashes for ul-py-tool-1.15.38.tar.gz
Algorithm Hash digest
SHA256 5435aa58362786c8f03c08e00820779411b90b3a8c975cbb0b0c61b094ae1ba8
MD5 7c3eca1067db06f2e8b35ab52b4b64dd
BLAKE2b-256 3e20d92a201e3bf6b9538f033d4e29e4e36cd43231126fac00b24d00b30d00ab

See more details on using hashes here.

File details

Details for the file ul_py_tool-1.15.38-py3-none-any.whl.

File metadata

File hashes

Hashes for ul_py_tool-1.15.38-py3-none-any.whl
Algorithm Hash digest
SHA256 4e586cba8ed829bb97022558e1d89eca48fc23467d97007c9819eeeb59564e36
MD5 67350737bdec8b756f2de020c82142db
BLAKE2b-256 f5de941b3976c4560022303692d02b2b28573c6a1c10f8ab7964ecd2f41643ae

See more details on using hashes here.

Supported by

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