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
- Host: GitHub
- URL: https://github.com/donno2048/index
- Owner: donno2048
- Created: 2021-12-05T22:23:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T15:19:31.000Z (about 2 years ago)
- Last Synced: 2025-02-24T11:17:04.748Z (about 1 year ago)
- Topics: index, python-packages
- Language: HTML
- Homepage: https://donno2048.github.io/index
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/`