Skip to main content

Program and interact with your SCuM chip

Project description

run from source

  • cd 01_software
  • pip install -r requirements.txt
  • python -m scumprogrammer

build

  • pip install --upgrade pip setuptools build
  • cd 01_software
  • python -m build

install locally

  • cd 01_software
  • pip install .

After installation, verify you can the scumprogrammer commmand from any directory.

uninstall locally

  • pip uninstall scumprogrammer

After installation, verify you can no longer run the scumprogrammer commmand.

upload to PyPI

  • create an API token after logging in at https://pypi.org/ (it's a long string starting with pypi-)
  • pip install --upgrade twine
  • cd 01_software
  • twine upload dist/*
    • username: __token__
    • password: the entire token above, including the pypi- prefix
  • update appears at https://pypi.org/project/scumprogrammer/

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

scumprogrammer-0.0.6.tar.gz (129.5 kB view hashes)

Uploaded Source

Built Distribution

scumprogrammer-0.0.6-py3-none-any.whl (131.7 kB view hashes)

Uploaded Python 3

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