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
Default project creation using uvx command
uvx --from pscaffold scaffold project generate
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.6.tar.gz
(4.3 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.6.tar.gz.
File metadata
- Download URL: pscaffold-0.1.6.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c49d65449c2ac2645372ae903bc975a398924521078677acf1138227b3d43960
|
|
| MD5 |
184a9c65bd08d86563853f8d41fafd05
|
|
| BLAKE2b-256 |
7fad2171dc5218711152b5a84e77006527d4f12bd9aab665899fd46cd1a01ef4
|
File details
Details for the file pscaffold-0.1.6-py3-none-any.whl.
File metadata
- Download URL: pscaffold-0.1.6-py3-none-any.whl
- Upload date:
- Size: 5.3 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 |
be56f1a7a67ad73fa4474c61351b5a2a6da81ab3ac72faa161fb263ff77405b9
|
|
| MD5 |
0431a4fe51811327d78ae0869359de21
|
|
| BLAKE2b-256 |
7bd3b768c0ebee809d25019132d7bd9d444b4b014ac31cfda9aadbfecbb29c12
|