piplink


Namepiplink JSON
Version 2.2.4 PyPI version JSON
download
home_pagehttps://mrfidal.in/basic-pip-package/piplink
SummaryA simple package for uploading packages to PyPI
upload_time2024-06-12 19:39:11
maintainerNone
docs_urlNone
authorFidal
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # piplink

piplink is a Python package for uploading packages to PyPI.

## Installation

You can install piplink using pip:

```bash
pip install piplink
```

## Usage

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

```bash
piplink
```

### Uploading Packages

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

```bash
pip install setuptools wheel
```

To upload your package, you can follow these steps:

1. Create distributions using setuptools:

```bash
python setup.py sdist bdist_wheel
```

2. Upload your package using piplink:

```bash
piplink
```

## Requirements

- Python 3.6 and above

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

---

Thank you for using piplink! 🚀

            

Raw data

            {
    "_id": null,
    "home_page": "https://mrfidal.in/basic-pip-package/piplink",
    "name": "piplink",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Fidal",
    "author_email": "mrfidal@proton.me",
    "download_url": "https://files.pythonhosted.org/packages/5c/91/32fcbaa391b4c9d3e02824317b6f1dbb9e799c506a6d64fa05131535f8cd/piplink-2.2.4.tar.gz",
    "platform": null,
    "description": "# piplink\r\n\r\npiplink is a Python package for uploading packages to PyPI.\r\n\r\n## Installation\r\n\r\nYou can install piplink using pip:\r\n\r\n```bash\r\npip install piplink\r\n```\r\n\r\n## Usage\r\n\r\nAfter installing piplink, you can use the command line interface `piplink` to upload your Python packages to PyPI.\r\n\r\n```bash\r\npiplink\r\n```\r\n\r\n### Uploading Packages\r\n\r\nBefore using `piplink`, make sure you have `setuptools` and `wheel` installed. If not, you can install them using:\r\n\r\n```bash\r\npip install setuptools wheel\r\n```\r\n\r\nTo upload your package, you can follow these steps:\r\n\r\n1. Create distributions using setuptools:\r\n\r\n```bash\r\npython setup.py sdist bdist_wheel\r\n```\r\n\r\n2. Upload your package using piplink:\r\n\r\n```bash\r\npiplink\r\n```\r\n\r\n## Requirements\r\n\r\n- Python 3.6 and above\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\r\n\r\n---\r\n\r\nThank you for using piplink! \ud83d\ude80\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple package for uploading packages to PyPI",
    "version": "2.2.4",
    "project_urls": {
        "Homepage": "https://mrfidal.in/basic-pip-package/piplink"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac8b6461300499a884766d3d98cc87e827e30b65384055370a1a27a51af97b30",
                "md5": "32288cadd2ac83b621699f22bca28f86",
                "sha256": "8661347da88a275a8eea97c0bfbe708751429e7925e59f141f9af184c3787b27"
            },
            "downloads": -1,
            "filename": "piplink-2.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "32288cadd2ac83b621699f22bca28f86",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4270,
            "upload_time": "2024-06-12T19:39:09",
            "upload_time_iso_8601": "2024-06-12T19:39:09.961103Z",
            "url": "https://files.pythonhosted.org/packages/ac/8b/6461300499a884766d3d98cc87e827e30b65384055370a1a27a51af97b30/piplink-2.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c9132fcbaa391b4c9d3e02824317b6f1dbb9e799c506a6d64fa05131535f8cd",
                "md5": "b24be07920dc5ea763aab727716cf527",
                "sha256": "36acb3a904751ed42b2032a385bb141e220ae444be4aeba7e19f9bcbadeaedaf"
            },
            "downloads": -1,
            "filename": "piplink-2.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "b24be07920dc5ea763aab727716cf527",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3756,
            "upload_time": "2024-06-12T19:39:11",
            "upload_time_iso_8601": "2024-06-12T19:39:11.756594Z",
            "url": "https://files.pythonhosted.org/packages/5c/91/32fcbaa391b4c9d3e02824317b6f1dbb9e799c506a6d64fa05131535f8cd/piplink-2.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-12 19:39:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "piplink"
}
        
Elapsed time: 0.33117s