morseify


Namemorseify JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/codePerfectPlus/morseit
SummaryA package to convert text to morse code and vice versa
upload_time2024-06-10 03:48:23
maintainerNone
docs_urlNone
authorDeepak Raj
requires_python>=3.4
licenseNone
keywords morse code text to morse morse to text
VCS
bugtrack_url
requirements pytest flake8
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Morse

The project name is still in progress. Please suggest a name. Check out the [issues](https://github.com/Py-Contributors/Morse/issues/3)
Python CLI/Library tool for morse code

## Installation

```bash
pip install <releasing soon>
```

## Usage

```bash
morse --help
```

## License

[MIT](https://choosealicense.com/licenses/mit/)

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/codePerfectPlus/morseit",
    "name": "morseify",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.4",
    "maintainer_email": null,
    "keywords": "morse code, text to morse, morse to text",
    "author": "Deepak Raj",
    "author_email": "deepak008@live.com",
    "download_url": "https://files.pythonhosted.org/packages/99/52/f44d2759c1bc12ae037a645faaaf8cd1da91550a9183b3b9c869df8d9d1f/morseify-1.0.0.tar.gz",
    "platform": null,
    "description": "# Morse\n\nThe project name is still in progress. Please suggest a name. Check out the [issues](https://github.com/Py-Contributors/Morse/issues/3)\nPython CLI/Library tool for morse code\n\n## Installation\n\n```bash\npip install <releasing soon>\n```\n\n## Usage\n\n```bash\nmorse --help\n```\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package to convert text to morse code and vice versa",
    "version": "1.0.0",
    "project_urls": {
        "Documentation": "https://pycontributors.readthedocs.io/projects/morse/en/latest/",
        "Homepage": "https://github.com/codePerfectPlus/morseit",
        "Source": "https://github.com/codeperfectplus/morseit",
        "Tracker": "https://github.com/codeperfectplus/morseit/issues"
    },
    "split_keywords": [
        "morse code",
        " text to morse",
        " morse to text"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e5d12f4298439d5879e958a85dd26059e66582342ba7a50470197a3b90bf6f0",
                "md5": "8f4cced1d5c33c813495389acedd584b",
                "sha256": "fa685488741df88d1a0cfb363f0a20e1bf3686a49671134529f4229cec23e049"
            },
            "downloads": -1,
            "filename": "morseify-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8f4cced1d5c33c813495389acedd584b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.4",
            "size": 5078,
            "upload_time": "2024-06-10T03:48:21",
            "upload_time_iso_8601": "2024-06-10T03:48:21.659681Z",
            "url": "https://files.pythonhosted.org/packages/0e/5d/12f4298439d5879e958a85dd26059e66582342ba7a50470197a3b90bf6f0/morseify-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9952f44d2759c1bc12ae037a645faaaf8cd1da91550a9183b3b9c869df8d9d1f",
                "md5": "eb257c6ff6d491f78f773a4243466d2f",
                "sha256": "dac9e0affc9b882ae2ed1a00607d267560b3e1b8f4ad7876c195afc41aac0d80"
            },
            "downloads": -1,
            "filename": "morseify-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "eb257c6ff6d491f78f773a4243466d2f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.4",
            "size": 4323,
            "upload_time": "2024-06-10T03:48:23",
            "upload_time_iso_8601": "2024-06-10T03:48:23.457605Z",
            "url": "https://files.pythonhosted.org/packages/99/52/f44d2759c1bc12ae037a645faaaf8cd1da91550a9183b3b9c869df8d9d1f/morseify-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-10 03:48:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "codePerfectPlus",
    "github_project": "morseit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "flake8",
            "specs": []
        }
    ],
    "lcname": "morseify"
}
        
Elapsed time: 0.30429s