Skip to main content

Robert Common Driver Library

Project description

📦 RobertCommonDriver (Robert Common Driver Library)

Owners

  • Owner: Robert0423
  • Co-owner: Robert0423

Build the package

  • Read first Packaging Python Projects

  • Install build tool

     python -m pip install --upgrade build
    
  • Build package

     python -m build
    

Upload to private Python Package Index -

  • Setup Python Package Index

Please refer to Update .pypirc file, setup smartbeop python package index like below. The user name and password can be found here.

[distutils]
index-servers = pypi

[robert]
	repository = https://upload.pypi.org/legacy/
	username = XXXX
	password = XXXX
  • Install twine

     python -m pip install --upgrade twine
    
  • Upload to smartbeop pypi

     python -m twine upload dist/*
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RobertCommonDriver-0.1.21.tar.gz (133.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page