Skip to main content

A simple package for uploading packages to PyPI

Project description

piplink

piplink is a Python package for uploading packages to PyPI.

Installation

You can install piplink using pip:

pip install piplink

Usage

After installing piplink, you can use the command line interface piplink to upload your Python packages to PyPI.

piplink

Uploading Packages

Before using piplink, make sure you have setuptools and wheel installed. If not, you can install them using:

pip install setuptools wheel

To upload your package, you can follow these steps:

  1. Create distributions using setuptools:
python setup.py sdist bdist_wheel
  1. Upload your package using piplink:
piplink

Requirements

  • Python 3.6 and above

License

This project is licensed under the MIT License - see the LICENSE file for details.


Thank you for using piplink! 🚀

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

piplink-2.2.4.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

piplink-2.2.4-py3-none-any.whl (4.3 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