An open API service indexing awesome lists of open source software.

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 ✨

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 message

OPTIONS:
--lockfile [uri] custom lockfile uri
```