A CLI app provided for creating packages in
Project description
Pykage
Command-Line Tool to simplify the creation of python's packages in non-IDE environments.
Table of Contents
How Did This Project Born
Is a simple story, I was really annoyed of the manual creation of packages in VSCode, and the lack of a plugin for that. Is a simple but neccesary feature that most Python Devs might need from time to time and that takes a little amount of time, but time enough to focus in some other task that you might be doing.
So since I kinda like the CLIs I decided to made this tool.
Built With
Installation
pip install pykage
After doing that, the next step is use the CLI. Check the next section for more information.
Usage
For a basic usage of the interface you have to prvide a name for your package and then pykage will create it in your current directory, so make sure you are in the right directory.
Example:
pykage [name_of_your_Package]
Otherwise if you provide the --dir or -d, as the option, followed by the name of the directory where pykage should create the package.
Example:
pykage --dir [path_of_your_directory] [name_of_your_Package]
or
pykage -d [path_of_your_directory] [name_of_your_Package]
License
The tool is distributed under the MIT License. See LICENSE.md for more information.
Contact
If you want to contribute or add a feature you might think will improve the development of the project, send me a email, I don't bite!
Personal Email: josevizcaya0616@gmail.com
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pykaging-0.6.7.tar.gz.
File metadata
- Download URL: pykaging-0.6.7.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c36b68fc608cfc4282b5f44b8a37b37ec43f671308168ea9a187682f4e3c31db
|
|
| MD5 |
9c5b1ef9fa0f768e1106cdcc75f24fcb
|
|
| BLAKE2b-256 |
cd52c92500bf7ef1cece6c734240c672a868cd4867e73af554fe31b28e827eca
|
File details
Details for the file pykaging-0.6.7-py3-none-any.whl.
File metadata
- Download URL: pykaging-0.6.7-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.63.0 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99a887e944201c0abc50a3962afa0f2a3e2073c8a3aed9655b4b0fc8abd8cceb
|
|
| MD5 |
795e838fba4668840b45fe6d6991c037
|
|
| BLAKE2b-256 |
d8a4805282abe5220725bef9f204298e5217288dbdae8aa0a6fdd98cd6daacb6
|