https://github.com/user0332/serpent
https://github.com/user0332/serpent
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/user0332/serpent
- Owner: User0332
- License: mit
- Created: 2023-10-13T14:31:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T02:56:49.000Z (over 2 years ago)
- Last Synced: 2025-09-20T06:53:05.379Z (9 months ago)
- Language: Python
- Size: 7.89 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serpent-CLI
Serpent is an easy-to-use templating tool and dependency manager for Python projects, aiming to mimic some of the behavior of the dotnet CLI.
## Installation
Install Serpent using pip: `pip install serpent-cli` OR install it straight from the repository: `pip install git+https://github.com/User0332/serpent`
## Creating/Running Projects
To create a project using serpent, run `serpent new ` in an empty directory. Serpent will set up a venv, use flit to set up `pyproject.toml`, create a `serpent.conf` file, and use the template package to set up necessary files for the project. To run the project, type `serpent run` into your terminal. For a list of templates, see the [docs]().
## Creating/Installing Templates
## Future Features