Metadata-Version: 2.1
Name: spices
Version: 0.0.2
Summary: UNKNOWN
Home-page: https://github.com/LuisAlejandro/spices
Author: Luis Alejandro Martínez Faneyth
Author-email: luis@collagelabs.org
License: GPLv3
Keywords: odoo,requirements
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
License-File: LICENSE
License-File: AUTHORS.rst

.. image:: https://raw.githubusercontent.com/LuisAlejandro/spices/develop/docs/_static/banner.svg

..

    Spices is an application that generates a Module Index from the
    Python Package Index (PyPI) and also from various versions of the Python
    Standard Library.

.. image:: https://img.shields.io/pypi/v/spices.svg
   :target: https://pypi.org/project/spices/
   :alt: PyPI Package

.. image:: https://img.shields.io/github/release/LuisAlejandro/spices.svg
   :target: https://github.com/LuisAlejandro/spices/releases
   :alt: Github Releases

.. image:: https://img.shields.io/github/issues/LuisAlejandro/spices
   :target: https://github.com/LuisAlejandro/spices/issues?q=is%3Aopen
   :alt: Github Issues

.. image:: https://github.com/LuisAlejandro/spices/workflows/Push/badge.svg
   :target: https://github.com/LuisAlejandro/spices/actions?query=workflow%3APush
   :alt: Push

.. image:: https://coveralls.io/repos/github/LuisAlejandro/spices/badge.svg?branch=develop
   :target: https://coveralls.io/github/LuisAlejandro/spices?branch=develop
   :alt: Coverage

.. image:: https://cla-assistant.io/readme/badge/LuisAlejandro/spices
   :target: https://cla-assistant.io/LuisAlejandro/spices
   :alt: Contributor License Agreement

.. image:: https://readthedocs.org/projects/spices/badge/?version=latest
   :target: https://readthedocs.org/projects/spices/?badge=latest
   :alt: Read The Docs

.. image:: https://img.shields.io/discord/809504357359157288.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2
   :target: https://discord.gg/znATt8TRm2
   :alt: Discord Channel

|
|

.. _different repository: https://github.com/LuisAlejandro/spices-build
.. _pipsalabim: https://github.com/LuisAlejandro/pipsalabim
.. _full documentation: https://spices.readthedocs.org
.. _Contents: https://www.debian.org/distrib/packages#search_contents

Current version: 0.0.1

Spices generates a configurable index written in ``JSON`` format that
serves as a database for applications like `pipsalabim`_. 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
------------

.. _PyPI: https://pypi.org/project/spices

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

.. _USAGE.rst: https://github.com/LuisAlejandro/spices/blob/develop/USAGE.rst

See USAGE.rst_ for details.

Getting help
============

.. _Discord server: https://discord.gg/M36s8tTnYS
.. _StackOverflow: http://stackoverflow.com/questions/ask

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
============

.. _CONTRIBUTING.rst: https://github.com/LuisAlejandro/spices/blob/develop/CONTRIBUTING.rst

See CONTRIBUTING.rst_ for details.

Release history
===============

.. _HISTORY.rst: https://github.com/LuisAlejandro/spices/blob/develop/HISTORY.rst

See HISTORY.rst_ for details.

License
=======

.. _AUTHORS.rst: https://github.com/LuisAlejandro/spices/blob/develop/AUTHORS.rst
.. _GPL-3 License: https://github.com/LuisAlejandro/spices/blob/develop/LICENSE

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

Released under a `GPL-3 License`_.

Made with 💖 and 🍔
====================

.. image:: https://raw.githubusercontent.com/LuisAlejandro/spices/develop/docs/_static/author-banner.svg

.. _LuisAlejandroTwitter: https://twitter.com/LuisAlejandro
.. _LuisAlejandroGitHub: https://github.com/LuisAlejandro
.. _luisalejandro.org: https://luisalejandro.org

|

    Web luisalejandro.org_ · GitHub `@LuisAlejandro`__ · Twitter `@LuisAlejandro`__

__ LuisAlejandroGitHub_
__ LuisAlejandroTwitter_


