Name | cpapp JSON |
Version |
0.1.0
JSON |
| download |
home_page | https://github.com/HakimiX/cpapp |
Summary | A command-line tool to copy file contents based on extension. |
upload_time | 2024-11-15 17:34:19 |
maintainer | None |
docs_url | None |
author | Your Name |
requires_python | >=3.6 |
license | None |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# cpapp
### Build and upload
1. Install setuptools and wheel (if not already installed):
```bash
pip install setuptools wheel
```
2. Build the package:
```bash
python setup.py sdist bdist_wheel
```
3. Upload the package to PyPI:
First, install `twine` if you haven't:
```bash
pip install twine
```
Then upload the package:
```bash
twine upload dist/*
```
> You'll need a PyPI account to upload your package. If you don't have one, you can create it at pypi.org.
### Install
```bash
pip install cpapp
```
and use it globally:
```bash
cpapp --ext=py
```
Raw data
{
"_id": null,
"home_page": "https://github.com/HakimiX/cpapp",
"name": "cpapp",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Your Name",
"author_email": "mustafa.hakimi@outlook.dk",
"download_url": "https://files.pythonhosted.org/packages/70/54/49019a45807d6b0b9cab18427d8aeecbf4c2c82096076377148564ac233e/cpapp-0.1.0.tar.gz",
"platform": null,
"description": "# cpapp\n\n### Build and upload\n\n1. Install setuptools and wheel (if not already installed):\n```bash\npip install setuptools wheel\n```\n\n2. Build the package:\n```bash\npython setup.py sdist bdist_wheel\n```\n\n3. Upload the package to PyPI:\n\nFirst, install `twine` if you haven't:\n```bash\npip install twine\n```\nThen upload the package:\n```bash\ntwine upload dist/*\n```\n> You'll need a PyPI account to upload your package. If you don't have one, you can create it at pypi.org.\n\n\n### Install\n\n```bash\npip install cpapp\n```\nand use it globally:\n```bash\ncpapp --ext=py\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "A command-line tool to copy file contents based on extension.",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/HakimiX/cpapp"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "61f67b248b0ccb4f951d84287faf2e7821750a0e073e05866e98e693ce6e6466",
"md5": "645ee227ab582fce7a18aa0cd7204d7e",
"sha256": "f121c4a3f6f98ddf7744eadfc7054ffc32998203c267443e5726e18cccd3d039"
},
"downloads": -1,
"filename": "cpapp-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "645ee227ab582fce7a18aa0cd7204d7e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 2661,
"upload_time": "2024-11-15T17:34:18",
"upload_time_iso_8601": "2024-11-15T17:34:18.472152Z",
"url": "https://files.pythonhosted.org/packages/61/f6/7b248b0ccb4f951d84287faf2e7821750a0e073e05866e98e693ce6e6466/cpapp-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "705449019a45807d6b0b9cab18427d8aeecbf4c2c82096076377148564ac233e",
"md5": "5f58c5f1250850dc36d9e8b90ba3e991",
"sha256": "81371aeeb239d08af5bc909e2d7ca40bf651aa2712909dea6e1ab970aad65e68"
},
"downloads": -1,
"filename": "cpapp-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "5f58c5f1250850dc36d9e8b90ba3e991",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 2324,
"upload_time": "2024-11-15T17:34:19",
"upload_time_iso_8601": "2024-11-15T17:34:19.547674Z",
"url": "https://files.pythonhosted.org/packages/70/54/49019a45807d6b0b9cab18427d8aeecbf4c2c82096076377148564ac233e/cpapp-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-15 17:34:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "HakimiX",
"github_project": "cpapp",
"github_not_found": true,
"lcname": "cpapp"
}