Skip to content

SpinW/pypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

PyPi Repo

Simple slimline repo acting as a PyPi server for spinw packages.

See https://spinw.org/pypi/

Using with pip

Simply install with the modified call:

pip install -v spinw --extra-index-url https://spinw.org/pypi/

Using pyproject.toml

Add the following to your pyproject.toml:

[[tool.poetry.source]]
name = "spinWsource"
url = "https://spinw.org/pypi/"
secondary = true

Dependencies can then be added the usual way

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages