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 details)

Uploaded Source

File details

Details for the file eggs-0.0.3.tar.gz.

File metadata

  • Download URL: eggs-0.0.3.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for eggs-0.0.3.tar.gz
Algorithm Hash digest
SHA256 b0614de90f279e2e7db95eb3221d163c7d528d216bdbaa647e5470206988c373
MD5 cbd3dbf0b2a9565b843c21272f6dd491
BLAKE2b-256 71b22943822862dd292f3e93f845f56b9eada85d1e045597fb7296e720fafbf3

See more details on using hashes here.

Supported by

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