https://github.com/parafoxia/deputil
A lightweight dependency manager for Python.
https://github.com/parafoxia/deputil
Last synced: 11 months ago
JSON representation
A lightweight dependency manager for Python.
- Host: GitHub
- URL: https://github.com/parafoxia/deputil
- Owner: parafoxia
- License: bsd-3-clause
- Created: 2022-03-12T22:46:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T11:35:40.000Z (about 2 years ago)
- Last Synced: 2025-03-02T09:05:23.295Z (11 months ago)
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# DepUtil
A lightweight dependency manager for Python.
**NOTE:** This is a very early release. While *DepUtil* is perfectly fine to use, there are currently no configuration options for it.
## Installation
To install the latest stable version of *DepUtil*, use the following command:
```sh
pip install deputil
```
You can also install the latest development version using the following command:
```sh
pip install git+https://github.com/parafoxia/deputil
```
You may need to prefix these commands with a call to the Python interpreter depending on your OS and Python configuration.
## Usage
To run *DepUtil*, you can use either of the following commands:
```sh
deputil update
python -m deputil update
```
You can also fetch the latest version of any package by using the following command:
```sh
deputil latest
```
## Contributing
Contributions are very much welcome! To get started:
* Familiarise yourself with the [code of conduct](https://github.com/parafoxia/deputil/blob/main/CODE_OF_CONDUCT.md)
* Have a look at the [contributing guide](https://github.com/parafoxia/deputil/blob/main/CONTRIBUTING.md)
## License
The *DepUtil* module for Python is licensed under the [BSD 3-Clause License](https://github.com/parafoxia/deputil/blob/main/LICENSE).