Package manager for python
Project description
easy-deps
Package manager for python based on pip3
Solve the main problem of pip - fucking horrible deps.
Just try it, and you will understand it.
All your project config and deps will store in .ezdeps.json
like this:
{
"name": "ezdeps",
"version": "1.0.4",
"description": "Package manager for python",
"documentation_path": "./README.md",
"author": {
"name": "Vitaly Kisel <jellyb0y>",
"email": "kisel@internet.ru"
},
"scripts": [
"./scripts/ezdeps"
],
"dependencies": {
"pip": "^20.0.0",
"wheel": "0.36.2",
"twine": "3.4.1"
},
"dev_dependencies": {},
"python_requires": ">=3.8",
"classifiers": [
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent"
],
"include_package_data": true
}
You don't more need use setuptools
, it is already in it.
install
Install package: pip install ezdeps
Usage
Common usage:
ezdeps <command> [options] [packages]
Commands:
-
install
- Install packages- options:
<-S | --default>? [packages, ...]
Install packages to default dependencies<-D | --development> [packages, ...]
Install packages to dev_dependencies<-A | --all>
Install packages from dependency list.ezdeps.json
- options:
-
uninstall
- Uninstall packages- options:
[packages, ...]
Uninstall packages from deps
- options:
-
update
- Update packages- options:
[packages, ...]
Update packages in deps
- options:
-
build
- Build package -
publish
- Publish packages- options:
<-C | --clear>
Clear temp files after publishing<-R | --repository>
Set up repository name in your.ezdepsrc
<--repository-url> [url]
Set up repository url<--username> [username]
Set up registry username<--password> [password]
Set up registry password
- options:
Common options:
- <-J | --without-json>
Do not write json file
Using .ezdepsrc
To store your keys and tokens you have to create ~/.ezdepsrc
file:
[gitlab.com]
USER=myuser # Test user for gitlab regitsry
PASSWORD=topsecret # Test passwd for gitlab regitsry
[github.com]
USER=myuser # Test user for github regitsry
PASSWORD=topsecret # Test passwd for github regitsry
REPOSITORY_URL=https://example.com/ # regitsry url for github (optional)
REPOSITORY_NAME=github # regitsry name (optional) to rewrite `github.com` to `github`
e (optional) to rewrite `github.com` to `github`
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ezdeps-1.2.0.tar.gz
.
File metadata
- Download URL: ezdeps-1.2.0.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7360471b594a88ba7bfe21c6a7eac763bda7247e16de52980ea827c9d72ecc0 |
|
MD5 | 3707e093a4c8de5bcd984af5701e369b |
|
BLAKE2b-256 | bf4eef9e488ec72abf193f495681fd934d79f7f246ac0871eeda88bf19328c50 |
File details
Details for the file ezdeps-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: ezdeps-1.2.0-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cfd719a9ab8e1a947ce69965fcea781a3d977de2b7b7126f0acfc3c7e12a044 |
|
MD5 | 41a41a9f9bc623ef31185867912e3b12 |
|
BLAKE2b-256 | d5094e36470e42aadd98a3345cbda7cc63240577fe13132a966b0789637b29e1 |