Skip to main content

Instant Python3 script installer.

Project description

snakeland created by MikeTurkey
Version 0.0.2, 26 Nov 2024
2023-2024, COPYRIGHT MikeTurkey, All Right Reserved.
ABSOLUTELY NO WARRANTY. The Licence is based on GPLv3.

Summary

Instant Python3 script installer.

Synopsis

snakeland –version | –help | –license’
snakeland install-byconf [CONFIG]
snakeland uninstall [PKGNAME]
snakeland findpy3 [–later 3.xx] | [–older 3.xx] | –latest | [–range 3.xx-3.yy] | [–order 3.x,..,3.yy]

QUICK START

Install by config

$ snakeland install snakeland-APP.conf
$ APP --help
  -- help message --

Uninstall

$ snakeland uninstall APP

Find python3 command.

$ snakeland findpy3 --later 3.8
  /usr/bin/python3.12
$ snakeland findpy3 --older 3.11
  /usr/bin/python3.9
$ snakeland findpy3 --latest
  /usr/bin/python3.12
$ snakeland range 3.5-3.10
  /usr/bin/python3.9
$ snakeland range --order 3.13,3.12,3.11,3.10,3.9
  /usr/bin/python3.12

DESCRIPTION

snakeland is instant python3 script installer.
The script wrapper is make on /usr/local/bin as cui command.

ARGUMENT

--version, --help, --license
Print version, help message, license.

—latest

findpy3 sub command only
Print latest python3 command path.

—later [PYTHONVERSION]

findpy3 sub command only
Print PYTHONVERSION later command path.

—older [PYTHONVERSION]

findpy3 sub command only
Print PYTHONVERSION older command path.

—range 3.xx-3.yy

findpy3 sub command only
Print latest python command path in 3.xx - 3.yy.

—order 3.x,…,3.yy

findpy3 sub command only
Print first matched python command path.

CONFIG

The Config is in restricted toml format.

OSCHECK:

Describe OS names. The string is similar to ‘uname -s’ cmd.
default section, optional key.
Darwin: Mac OS
Linux: Linux based OS
FreeBSD: FreeBSD OS
OpenBSD: OpenBSD
e.g.
OSCHECK = [‘Darwin’, ‘Linux’, ‘FreeBSD’]

DSTBASEDIR:

Destination Base Directory.
Recommend path is ‘/usr/local/libexec/CMDNAME’.
default section, essential key.

INSTALLCMD:

Install command path. default path is ‘/usr/local/bin’.
default section, optional key.

CMDNAME001-CMDNAME999:

The command name. The command file is made on INSTALLCMD directory.
default section, essential key.

PY3TARGET001-PY3TARGET999:

The python3 script path. The script is executed by python3.xx cmd.
default section, optional key.
(Either of TARGETPY3, TARGETCMD is always required.)

SHEBANG:

The shebang of CMDNAME file. default path is ‘/bin/sh’.
default section, optional key.

PY3VERSION:

Execute python3 of the version.
The string is similar to ‘findpy3’ options.
default section, optional key.
‘3.x later’ : python 3.x later.
‘3.x older’ : python 3.x older.
‘latest’ : Latest python3
‘3.xx - 3.yy’: Latest python3 in 3.xx - 3.yy.
‘3.6 3.7 3.8’: First found python3 in 3.6, 3.7, 3.8.

DSTDIR:

Relative path of DSTBASEDIR.
You cannot set it to a directory above the DSTBASEDIR.
source file section, essential key.

FMODE:

File mode of the section file. default mode is 644.
source file section, optional key.

Example of config

DSTBASEDIR = '/usr/local/libexec/CMDNAMEAPP/'
PKGNAME    = 'CMDNAMEAPP'
CMDNAME001   = 'CMDNAMEAPP'
PY3TARGET001 = '/usr/local/libexec/CMDNAMEAPP/CMDNAMEAPP.py'

[script/CMDNAMEAPP.py]
    DSTDIR = '.'

BUGS

Please report bugs to the issue tracker:
or by e-mail: <voice[ATmark]miketurkey.com>

Author

MikeTurkey <voice[ATmark]miketurkey.com>

LICENSE

GPLv3 License including a prohibition clause for AI training.

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

snakeland-0.0.3.tar.gz (22.1 kB view details)

Uploaded Source

Built Distribution

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

snakeland-0.0.3-py3-none-any.whl (18.9 kB view details)

Uploaded Python 3

File details

Details for the file snakeland-0.0.3.tar.gz.

File metadata

  • Download URL: snakeland-0.0.3.tar.gz
  • Upload date:
  • Size: 22.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.11

File hashes

Hashes for snakeland-0.0.3.tar.gz
Algorithm Hash digest
SHA256 1fb57ad6cc4a046a1efcad2505f8021f12bdcb26fac026ea8258793a31f7c214
MD5 033fa280459e32932300b5f328e04dd6
BLAKE2b-256 cf76a446f75423403d3507987347c0e2d76f2d01f5396ce8f3a7d25481cb2821

See more details on using hashes here.

File details

Details for the file snakeland-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: snakeland-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 18.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.11

File hashes

Hashes for snakeland-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 996dd3c08641269c3325a2e618bf999b67be6b3564d5921232f5696206739472
MD5 38acfe2bad0ca50ae9cc8f6626e5ea2a
BLAKE2b-256 28d9132948f4bc0bf08863434d16cdbb43add9c929dd7d3aa798c3ce28a809a6

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