Skip to main content

A majorly funny joke

Project description

majorly_funny

setup

  1. Things to add to .gitignore
# Compiled python modules.
*.pyc

# Setuptools distribution folder.
/dist/

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
  1. setup env variables
TWINE_USERNAME
TWINE_PASSWORD

development mode

python setup.py develop

or

pip install -e .

update published package

after making changes to the project (write new code, add resource files, etc...)

  1. remove old packages
rm dist/*
  1. bump the version in setup.py

  2. build new package

python3 setup.py sdist
  1. check new package
twine check
  1. test publish new package
twine upload --repository-url https://test.pypi.org/legacy/ dist/* --verbose
  1. publish real package
twine upload --repository-url https://upload.pypi.org/legacy/ dist/* --verbose

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

majorly_funny-0.5.0.tar.gz (1.6 kB view details)

Uploaded Source

File details

Details for the file majorly_funny-0.5.0.tar.gz.

File metadata

  • Download URL: majorly_funny-0.5.0.tar.gz
  • Upload date:
  • Size: 1.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.4

File hashes

Hashes for majorly_funny-0.5.0.tar.gz
Algorithm Hash digest
SHA256 42935b853b86fd97555073e0386e23da8244aa3be68c77ecdf2f358d50611ec5
MD5 447f31b9fa1244a35f66a66435612c18
BLAKE2b-256 84ababaf8585e241b06108ecdd496895e67d290baab09ead4b80c5fbc37eee42

See more details on using hashes here.

Supported by

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