packnow


Namepacknow JSON
Version 1.7 PyPI version JSON
download
home_page
SummaryPack everything, now.
upload_time2023-08-04 02:18:00
maintainer
docs_urlNone
authorAWeirdDev
requires_python>=3.9
licenseMIT License Copyright (c) 2023 AWeirdDev @ tw Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords pack packing packnow
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # packnow
Pack everything now. Simple and (maybe) fast.

## 1. Get Packin'

```bash
$ packnow
```

## 2. Get Hostin'
Note: You can also set a password for hosting.

```bash
$ packnow host --file <zip file>
```

## 3. Just Get It!
...from other devices or platforms.

```bash
$ packnow get --url <packnow url>
```

## Packignore Files
Pretty much just like `.gitignore`, `.packignore` files will ignore files that are not going to be packed.

You could use our default templates, for instance, `replit-python`, or you can add your own.

You'll need to create a new `.packignore` file:

```python
# .packignore

# ignores chocolate.js for any directory
*/chocolate.js

# for dirs, suffix a slash
# ignores __pycache__ dir in any directory
*/__pycache__/

# ignores wow.cpp in the current dir
/wow.cpp

# again, for dirs, suffix a slash
# ignores directory my-stuff in the current dir
/my-stuff/

# ignores the specified full path contents
# (don't prefix / suffix a slash)
go/buy/milk
important/homework.py
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "packnow",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "pack,packing,packnow",
    "author": "AWeirdDev",
    "author_email": "AWeirdDev <aweirdscratcher@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/7a/cd/69ef0b372986325657a2d7656e04bef8624e39ba93349aa9f9a72cf08863/packnow-1.7.tar.gz",
    "platform": null,
    "description": "# packnow\nPack everything now. Simple and (maybe) fast.\n\n## 1. Get Packin'\n\n```bash\n$ packnow\n```\n\n## 2. Get Hostin'\nNote: You can also set a password for hosting.\n\n```bash\n$ packnow host --file <zip file>\n```\n\n## 3. Just Get It!\n...from other devices or platforms.\n\n```bash\n$ packnow get --url <packnow url>\n```\n\n## Packignore Files\nPretty much just like `.gitignore`, `.packignore` files will ignore files that are not going to be packed.\n\nYou could use our default templates, for instance, `replit-python`, or you can add your own.\n\nYou'll need to create a new `.packignore` file:\n\n```python\n# .packignore\n\n# ignores chocolate.js for any directory\n*/chocolate.js\n\n# for dirs, suffix a slash\n# ignores __pycache__ dir in any directory\n*/__pycache__/\n\n# ignores wow.cpp in the current dir\n/wow.cpp\n\n# again, for dirs, suffix a slash\n# ignores directory my-stuff in the current dir\n/my-stuff/\n\n# ignores the specified full path contents\n# (don't prefix / suffix a slash)\ngo/buy/milk\nimportant/homework.py\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 AWeirdDev @ tw  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Pack everything, now.",
    "version": "1.7",
    "project_urls": {
        "Bug Tracker": "https://github.com/AWeirdScratcher/packnow/issues",
        "Homepage": "https://github.com/AWeirdScratcher/packnow"
    },
    "split_keywords": [
        "pack",
        "packing",
        "packnow"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7acd69ef0b372986325657a2d7656e04bef8624e39ba93349aa9f9a72cf08863",
                "md5": "659bc56b7cdf8f45d7eb007ec27d5c9d",
                "sha256": "4ca99cd80598a9ce678bb591fe850ccede389df54475087aa0bd151e0e4c69c4"
            },
            "downloads": -1,
            "filename": "packnow-1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "659bc56b7cdf8f45d7eb007ec27d5c9d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 6546,
            "upload_time": "2023-08-04T02:18:00",
            "upload_time_iso_8601": "2023-08-04T02:18:00.695932Z",
            "url": "https://files.pythonhosted.org/packages/7a/cd/69ef0b372986325657a2d7656e04bef8624e39ba93349aa9f9a72cf08863/packnow-1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-04 02:18:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AWeirdScratcher",
    "github_project": "packnow",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "packnow"
}
        
Elapsed time: 0.11335s