hyperfile


Namehyperfile JSON
Version 0.0.0 PyPI version JSON
download
home_pagehttps://github.com/tusharsadhwani/hyperfile
SummaryA hyper convenient terminal file manager.
upload_time2024-07-09 07:12:00
maintainerNone
docs_urlNone
authorTushar Sadhwani
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # hyperfile

A hyper convenient terminal file manager.

## Installation

```bash
pip install hyperfile
```

## Usage

TODO

## Local Development / Testing

- Create and activate a virtual environment
- Run `pip install -r requirements-dev.txt` to do an editable install
- Run `pytest` to run tests

## Type Checking

Run `mypy .`

## Create and upload a package to PyPI

Make sure to bump the version in `setup.cfg`.

Then run the following commands:

```bash
rm -rf build dist
python setup.py sdist bdist_wheel
```

Then upload it to PyPI using [twine](https://twine.readthedocs.io/en/latest/#installation):

```bash
twine upload dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tusharsadhwani/hyperfile",
    "name": "hyperfile",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Tushar Sadhwani",
    "author_email": "tushar.sadhwani000@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/68/5f/c06ee1d40266f7f242db1209879ae175256abcef6d320dc4f813349098bd/hyperfile-0.0.0.tar.gz",
    "platform": null,
    "description": "# hyperfile\n\nA hyper convenient terminal file manager.\n\n## Installation\n\n```bash\npip install hyperfile\n```\n\n## Usage\n\nTODO\n\n## Local Development / Testing\n\n- Create and activate a virtual environment\n- Run `pip install -r requirements-dev.txt` to do an editable install\n- Run `pytest` to run tests\n\n## Type Checking\n\nRun `mypy .`\n\n## Create and upload a package to PyPI\n\nMake sure to bump the version in `setup.cfg`.\n\nThen run the following commands:\n\n```bash\nrm -rf build dist\npython setup.py sdist bdist_wheel\n```\n\nThen upload it to PyPI using [twine](https://twine.readthedocs.io/en/latest/#installation):\n\n```bash\ntwine upload dist/*\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A hyper convenient terminal file manager.",
    "version": "0.0.0",
    "project_urls": {
        "Homepage": "https://github.com/tusharsadhwani/hyperfile"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0bc764c9bd8cc3759c7dbfd857f8f942295bb188a910a58d674a373cbb71d86",
                "md5": "175c5d09247f46baec31ced853d09ef2",
                "sha256": "5cc443e6cf80a86138b5a9acaa8153bc223b6c36cca54941c46a0398fa4b0a43"
            },
            "downloads": -1,
            "filename": "hyperfile-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "175c5d09247f46baec31ced853d09ef2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3898,
            "upload_time": "2024-07-09T07:11:54",
            "upload_time_iso_8601": "2024-07-09T07:11:54.302823Z",
            "url": "https://files.pythonhosted.org/packages/e0/bc/764c9bd8cc3759c7dbfd857f8f942295bb188a910a58d674a373cbb71d86/hyperfile-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "685fc06ee1d40266f7f242db1209879ae175256abcef6d320dc4f813349098bd",
                "md5": "a817ecfb56697f8fb1981c6f7e434129",
                "sha256": "8efe5e395b52628cf0c204d0608cd89ef76a7204084163c4430315d68a8fd584"
            },
            "downloads": -1,
            "filename": "hyperfile-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a817ecfb56697f8fb1981c6f7e434129",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3093,
            "upload_time": "2024-07-09T07:12:00",
            "upload_time_iso_8601": "2024-07-09T07:12:00.345137Z",
            "url": "https://files.pythonhosted.org/packages/68/5f/c06ee1d40266f7f242db1209879ae175256abcef6d320dc4f813349098bd/hyperfile-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-09 07:12:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tusharsadhwani",
    "github_project": "hyperfile",
    "github_not_found": true,
    "lcname": "hyperfile"
}
        
Elapsed time: 0.67219s