https://github.com/owez/nakes
The simple python packaging tool ✨
https://github.com/owez/nakes
package-manager pip python
Last synced: about 2 months ago
JSON representation
The simple python packaging tool ✨
- Host: GitHub
- URL: https://github.com/owez/nakes
- Owner: Owez
- Created: 2021-08-13T11:38:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T18:26:22.000Z (over 3 years ago)
- Last Synced: 2025-01-15T06:13:03.922Z (4 months ago)
- Topics: package-manager, pip, python
- Language: Rust
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nakes
The simple python packaging tool ✨
## Status
This project is currently in the extremely early phases of development and may be hardly runnable, do not use anywhere close to a production environment.
## Commands
Taken from the help page of a recent build:
```none
Usage: nakes [COMMAND] [OPTIONS]COMMANDS:
init creates a new, empty project
install [pkg] installs a package to venv
uninstall [pkg] removes a package from venv
help shows this messageOPTIONS:
--lockfile [uri] custom lockfile uri
```