Palm CLI
Project description
Palm CLI: The extensible CLI at your fingertips
Palm is a universal CLI developed to improve the life and work of data professionals.
Installing Palm
pip install palm
note for mac users: if you get this warning:
WARNING: The script palm is installed in '/Users/yourname/Library/Python/3.8/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
you will need to add '/Users/yourname/Library/Python/3.8/bin'
to your path for palm
to work.
you can do that with this command:
echo "\nexport PATH=$PATH:/Users/yourname/Library/Python/3.8/bin\n" >> ~/.zprofile
Upgrading palm
To upgrade palm to the latest version, use pip install palm -U
Requirements
-
You will need Docker You can check to see if you already have it with
docker --version
-
You will need Python3 You can check to see if you already have it with
python3 --version
Developing palm
If you have the repo on your computer This will install whatever version you have checked out at the moment.
cd path/to/this/repo &&
python3 -m pip uninstall palm || true # for new installs
python3 -m pip install .
You can verify the install with
palm --help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file palm-2.6.0.tar.gz
.
File metadata
- Download URL: palm-2.6.0.tar.gz
- Upload date:
- Size: 24.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a65861815828c1ebd1f26d7baea16d7319ac82da4ca8453b1a334afc347aec92 |
|
MD5 | 826772dea298b28c7ae81e3a5f8721d4 |
|
BLAKE2b-256 | 72c02b1b62abf467bc47bcecfbfe99061a6c8786087a4cddd53ff4a112d7b903 |
File details
Details for the file palm-2.6.0-py3-none-any.whl
.
File metadata
- Download URL: palm-2.6.0-py3-none-any.whl
- Upload date:
- Size: 36.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca9c1aa59b2643222d361ec7390dde6d9b33ca94da8eb951fa01b3c47790589a |
|
MD5 | 2b8eba155b2b1f7091ed31a29a184a4d |
|
BLAKE2b-256 | 3c44e06a792aa5857e3c422567d598147978f6f216386122e8bbc28f7df2f5a0 |