Skip to content

dfint/pypi-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Organization's Python package index

The index is build from the index.yml file (reference: PEP 503).

View the index: https://dfint.github.io/pypi-index/

Installation of a package from the index:

pip install package-name --extra-index-url https://dfint.github.io/pypi-index/

Using poetry:

poetry source add --priority=explicit dfint https://dfint.github.io/pypi-index/
poetry add --source=dfint package-name

Using uv:

uv add package-name --index dfint=https://dfint.github.io/pypi-index/

It's recommended to add explicit = true for dfint index in [[tool.uv.index]] section of pyproject.toml:

[[tool.uv.index]]
name = "dfint"
url = "https://dfint.github.io/pypi-index/"
explicit = true  # <-- added

About

Index of Python packages for the organization

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •