Add your description here
Project description
Installing (as editable) using UV tool
(pyscaffold) ➜ uv tool install --editable .
Resolved 9 packages in 134ms
Built pyscaffold @ file:///home/papunmohanty/WorkSpace/PythonSpace/PyScaffold/pyscaffold
Prepared 1 package in 855ms
Installed 9 packages in 25ms
+ click==8.2.1
+ markdown-it-py==4.0.0
+ mdurl==0.1.2
+ pygments==2.19.2
+ pyscaffold==0.1.0 (from file:///home/papunmohanty/WorkSpace/PythonSpace/PyScaffold/pyscaffold)
+ rich==14.1.0
+ shellingham==1.5.4
+ typer==0.16.1
+ typing-extensions==4.14.1
warning: The package `typer==0.16.1` does not have an extra named `all`
Installed 1 executable: pyscaffold
Usage:
Default project creation
➜ scaffold project generate
Project created...
➜ tree .
.
├── app
│ ├── commands
│ │ ├── base.py
│ │ ├── command1.py
│ │ ├── command2.py
│ │ └── __init__.py
│ ├── core
│ │ ├── config.py
│ │ ├── __init__.py
│ │ ├── logging.py
│ │ └── utils.py
│ ├── __init__.py
│ ├── main.py
│ └── settings.py
├── Makefile
├── pyproject.toml
├── README.md
├── requirements.txt
├── setup.py
└── tests
├── __init__.py
├── test_command1.py
├── test_command2.py
└── test_config.py
4 directories, 20 files
Installation from a file location containing project structure
➜ scaffold project generate --structure-path sample_struct.json
Project created...
➜ tree .
.
├── app
│ ├── commands
│ │ ├── base.py
│ │ ├── command1.py
│ │ ├── command2.py
│ │ └── __init__.py
│ ├── core
│ │ ├── config.py
│ │ ├── __init__.py
│ │ ├── logging.py
│ │ └── utils.py
│ ├── __init__.py
│ ├── main.py
│ └── settings.py
├── Makefile
├── pyproject.toml
├── README.md
├── requirements.txt
├── sample_struct.json
├── setup.py
├── tests
│ ├── __init__.py
│ ├── test_command1.py
│ ├── test_command2.py
│ └── test_config.py
└── tree_to_json.py
4 directories, 22 files
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
pscaffold-0.1.3.tar.gz
(2.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 pscaffold-0.1.3.tar.gz.
File metadata
- Download URL: pscaffold-0.1.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95601598b5d72182ecbf13314daaa72b52ac654123f081a296e44935de692012
|
|
| MD5 |
4e44ae93b3f3b4da3c969fb09b5f0e2b
|
|
| BLAKE2b-256 |
191c14c2dbff130877263e619ad76d425f4ce1b0f4a3b67fa54fb76d779cc036
|
File details
Details for the file pscaffold-0.1.3-py3-none-any.whl.
File metadata
- Download URL: pscaffold-0.1.3-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48d430a982f550e0b70fda89dbea8fc09006ec84604f8cebbbc4139773d416bf
|
|
| MD5 |
75403ad8beed574f86723192f9baf7ec
|
|
| BLAKE2b-256 |
194bae29ac86f43b5c78cd6b536f023d6a1f7c80546e8a71e36a1ad67408d90d
|