An open API service indexing awesome lists of open source software.

https://github.com/donno2048/index

A personal python package index
https://github.com/donno2048/index

index python-packages

Last synced: 23 days ago
JSON representation

A personal python package index

Awesome Lists containing this project

README

          

# Index

A personal python package index (all my packages except _spamcmd_)

## Install requirement

`pip3 install tqdm pydonno -U`

## Usage

To create it (all the folders and the main _index.html_) run `python3 main.py`

To create it and run it locally run `python3 main.py run`

To install a package from the index run `pip3 install PACKAGE_NAME --index-url INDEX_URL` if the index is local it will be

I'm using GitHub pages to allow such usage: `pip3 install PACKAGE_NAME --index-url https://donno2048.github.io/index/`