Bundle of the .spec-dev workspace template.
Project description
spec-dev
A small helper package that bundles the .spec-dev workspace template so it can be
installed with pip and copied into new projects.
Installation
pip install spec-dev
If you are working from the repository source, you can install it locally instead:
pip install .
Usage
After installing the package, run the CLI helper to copy the .spec-dev folder
into the current directory. The command overwrites existing files only when you
pass --force.
spec-dev # copies into the current working directory
spec-dev path/to/project --force
From Python you can call the helper directly:
from spec_dev import copy
copy("/path/to/project", overwrite=True)
The function returns the path to the copied .spec-dev directory.
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 spec_dev-0.1.0.tar.gz.
File metadata
- Download URL: spec_dev-0.1.0.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0516e4cdc24835298151d518fb9f4afb80a47ecb913a0f23061ba901207f1b5f
|
|
| MD5 |
3d21559a94df3d45eec51a22a3b6c6b3
|
|
| BLAKE2b-256 |
3a1a5a35d212ea781aef1cb40667c92fe8ed1fffb9751db4903dee594b399741
|
File details
Details for the file spec_dev-0.1.0-py3-none-any.whl.
File metadata
- Download URL: spec_dev-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad50390c1d918564e9bdb86ede154d7fdfdca1e4bf327eb2893d292e38df1bc8
|
|
| MD5 |
4d8743233d8ef33f5b4279a8e59de957
|
|
| BLAKE2b-256 |
412fba906d96228ae4318035449aff320faf2d2f676a64d34be2c9d1a63523ba
|