Skip to main content

Simple Python3 Packages Manager

Project description

# Eggs -- Simple Python3 Packages Manager

Eggs wrapped `install`, `uninstall` and `update` of `pip`.
The eggs file is `eggs.txt` which just keep **user-care** packages without
other dependency packages. It like this:

```
[prod]
sanic = 0.5.0

[dev]
pylint = 1.8.2
rope = 0.10.7
```

## Section
The default section_of is `prod` for production environment. You can freely set your section_of

## Usage
```
python eggs.py -h
```

### Init
```
python3 eggs.py init
python3 eggs.py init [new-egg]
```

### Install
```
python eggs.py install
python eggs.py install bcrypt
python eggs.py install -S dev rope
```

### Uninstall
```
python eggs.py uninstall bcrypt rope
```

### Update
```
python eggs.py update
```

### List
```
python eggs.py list
```

### Search
```
python eggs.py search jwt
```

## RoadMap

- 0.1.0 simple wrap *venv* and *pip* command
- 0.2.0 remove commands
- 0.3.0 add eggs cache

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eggs-0.0.3.tar.gz (4.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page