Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  lib_py_b2b.egg-info
  lib_b2b
  PKG-INFO
  MANIFEST.in
  README.md
  setup.py
  setup.cfg
Size: Mime:
  README.md

Deploy Library for Use by Applications

You will need to increment the version in setup.py, commit your changes to version control, and then upload the source and binary build to the GemFury repository:

python setup.py sdist upload -r fury
python setup.py bdist_wheel upload -r fury

Development Install

pip install -e .[dev]

This installs the package requirements from setup.py -> install_requires as well as the test requirements from setup.py -> extras_require -> dev.