Skip to main content

A collection of utilities.

Project description

Introduction

A collection of utilities.

Updating package

py -m build py -m twine upload dist/*

Package Creation

Okay, this guide was also really useful: https://packaging.python.org/en/latest/tutorials/packaging-projects/

Used the following guide to create the package: https://python-packaging.readthedocs.io/en/latest/minimal.html

Had some trouble registering, apparently you don't need to pre-register anymore.

Created a .pypirc file in my user base directory and added the follow:

[pypi] username:Nambarc password:********

The used the following command to upload to PyPi: py setup.py register sdist upload -r https://www.python.org/pypi

Had a little trouble uploading it, I think the name "crutils" is taken... Will try "cruntils" instead.

py -m pip install --upgrade build py -m build py -m pip install --upgrade twine py -m twine upload dist/*

Yay, this worked!

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

cruntils-0.0.7.tar.gz (3.2 MB view hashes)

Uploaded Source

Built Distribution

cruntils-0.0.7-py3-none-any.whl (3.3 MB 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