Python Project Management
Project description
POLESTAR
- A Python Project Managemnet
Specification
Development Environment
- Operating System: Windows
- Python Version: Python 3.10.11
- Editor: Visual Studio Code (VSCode)
Supported Environments
- Operating Systems: Windows, Linux, macOS
- Python Version: Python 3.7+
- Editor: Any editor (VSCode, PyCharm, etc.)
Manual
Installation
To install polestar, use the following pip command:
pip install polestar
Commands
- Create New Project:
Creates a
{name}.polestarfile where the project name is the same as the directory name.
:: Creates a project at the specified absolute path.
polestar new "{projectfullpath}"
:: Creates a project in the current working directory by making a new directory named `{name}` and generating the project there.
polestar new "{name}"
:: Creates a project in the current working directory.
polestar new
- Build Project:
:: Builds the executable file for the project.
polestar build exec
:: Builds the project as a library (e.g., a wheel package).
polestar build library
- Run Source Code:
:: Runs the source code for the project in the current directory.
polestar run
- Remove Temporary Project Files:
:: Removes temporary files from the project directory.
polestar clean
- Update Project:
:: Automatically updates the project, handling package management and other necessary tasks.
polestar update
- Create Configuration:
:: Creates a new configuration.
polestar config create "{name}"
- Set Configuration:
:: Sets the current configuration.
polestar config set "{name}"
- Remove Configuration:
:: Removes an existing configuration.
polestar config remove "{name}"
- List Configuration:
:: Lists all available configurations.
polestar config list
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
polestar-0.0.4.tar.gz
(5.7 kB
view details)
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 polestar-0.0.4.tar.gz.
File metadata
- Download URL: polestar-0.0.4.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
200e31c9b1454f469a910eae78831a8460f4aa40a04eb6aa85d48298af530bae
|
|
| MD5 |
e502598a7190e2ab3905f5a4ee562c06
|
|
| BLAKE2b-256 |
ddd9fa74eaf1fe8205e3dacf4902fc940b856e7002bb74e30282a2f646cad6e2
|
File details
Details for the file polestar-0.0.4-py3-none-any.whl.
File metadata
- Download URL: polestar-0.0.4-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
434b4a5b0e4479aa530d5a64566ee52aa15c86a0e29375fa2397714d5816fc15
|
|
| MD5 |
3de54f2b695b759b29d7d2fae68c6e89
|
|
| BLAKE2b-256 |
93af0a24446ba29b09dab5b2a059b93ae013b9a44edc90ff00d96cb004cc2ebf
|