Skip to content

All the pure python dependencies for the Firefox Input app

Notifications You must be signed in to change notification settings

limeytexan/input-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies for reporter.

It goes something like this:

pip install --no-install --build=vendor/packages --src=vendor/src -I -r requirements/dev.txt
find packages src -type d -depth 1 >| reporter.pth

git init
for f in src/*; do
    pushd $f >/dev/null && REPO=$(git config remote.origin.url) && popd > /dev/null && git submodule add $REPO $f
    done
git add .

About

All the pure python dependencies for the Firefox Input app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.7%
  • Python 22.3%
  • Pascal 0.2%
  • XSLT 0.2%
  • CSS 0.2%
  • C 0.2%
  • Other 0.2%