Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frewtypebbles/snakespawn
https://github.com/frewtypebbles/snakespawn
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/frewtypebbles/snakespawn
- Owner: FrewtyPebbles
- License: mit
- Created: 2025-01-08T01:00:02.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2025-01-08T08:32:32.000Z (25 days ago)
- Last Synced: 2025-01-08T09:34:20.279Z (25 days ago)
- Language: Python
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# snakespawn
`snakespawn` is a command line tool for initializing python packages. Run `snakespawn` without any arguments to for usage details.
```
usage: snakespawn.exe (package-directory(Path)) (package-name(str))---------------------------------------------------------
A command line tool for initializing new python projects.
---------------------------------------------------------
Flags:
-docs -force-y -examples -no-requirements
-utils-folder -git-ignore -core-folder -create-project-directory
-force-yes -no-deps -no-readme -tests
-testing -documentation -manifest
Keyword Arguments:
--author(Required str) --version(VersionStr) --build-tool(str)
--python-version(str) --license(str) --license-year(int)
--license-path(ExistingPath) --sub-modules(ListStr)
```This module using a command line argument verification package I wrote called [cli_veripy](https://pypi.org/project/cli-veripy/).