LuisAlejandro / spices

[WIP] A universal dependency resolver: one installer to rule them all.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

PyPI Package

Github Releases

Github Issues

Push

Coverage

Contributor License Agreement

Read The Docs

Discord Channel

|

Current version: 0.0.1

Spices generates a configurable index written in JSON format that serves as a database for applications like spices. It can be configured to process only a range of packages (by initial letter) and to have memory, time or log size limits. It basically aims to mimic what the Contents file means for a Debian based package repository, but for the Python Package Index.

This repository stores the application. The actual index lives in a different repository and is rebuilt weekly via Github Actions.

For more information, please read the full documentation.

Getting started

Installation

The spices program is written in python and hosted on PyPI. Therefore, you can use pip to install the stable version:

$ pip install --upgrade spices

If you want to install the development version (not recomended), you can install directlty from GitHub like this:

$ pip install --upgrade https://github.com/LuisAlejandro/spices/archive/master.tar.gz

Usage

See USAGE for details.

Getting help

If you have any doubts or problems, suscribe to our Discord server and ask for help. You can also ask your question on StackOverflow (tag it spices) or drop me an email at luis@collagelabs.org.

Contributing

See CONTRIBUTING for details.

Release history

See HISTORY for details.

License

Copyright 2016-2022, Spices Developers (read AUTHORS for a full list of copyright holders).

Released under a GPL-3 License.

Made with ๐Ÿ’– and ๐Ÿ”

image

Web luisalejandro.org ยท GitHub @LuisAlejandro ยท Twitter @LuisAlejandro

About

[WIP] A universal dependency resolver: one installer to rule them all.

License:GNU General Public License v3.0


Languages

Language:Python 91.5%Language:Makefile 4.8%Language:Dockerfile 3.0%Language:Smarty 0.7%