plapi-string


Nameplapi-string JSON
Version 0.0.11 PyPI version JSON
download
home_pagehttps://github.com/plapi-org/plapi-string
SummaryString operations python package
upload_time2025-01-03 23:27:36
maintainerNone
docs_urlNone
authorplapi
requires_python>=3.6
licenseNone
keywords strings nlp operations analysis package
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # plapi-string

## Description
`plapi-string` is a Python package that provides basic and advanced string operations.

## Installation
You can install the package using pip. Run the following command:

```
pip install plapi-string
```

## Usage
To use the package, you can import it in your Python code:

```python
import plapi

# Example usage of a similarity operation
similarity_score = plapi.string.cosine_similarity("example", "samples")
```

## Running Tests
To run the tests for this package, navigate to the `tests` directory and run:

```
pytest
```

## Contributing
Feel free to submit issues and pull requests to improve the package.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/plapi-org/plapi-string",
    "name": "plapi-string",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "strings nlp operations analysis package",
    "author": "plapi",
    "author_email": "plapi.org@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7e/4e/4bdfaff43cd571537bec6ba749e4e81e7fea727741d92223ea517efaee50/plapi_string-0.0.11.tar.gz",
    "platform": null,
    "description": "# plapi-string\n\n## Description\n`plapi-string` is a Python package that provides basic and advanced string operations.\n\n## Installation\nYou can install the package using pip. Run the following command:\n\n```\npip install plapi-string\n```\n\n## Usage\nTo use the package, you can import it in your Python code:\n\n```python\nimport plapi\n\n# Example usage of a similarity operation\nsimilarity_score = plapi.string.cosine_similarity(\"example\", \"samples\")\n```\n\n## Running Tests\nTo run the tests for this package, navigate to the `tests` directory and run:\n\n```\npytest\n```\n\n## Contributing\nFeel free to submit issues and pull requests to improve the package.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "String operations python package",
    "version": "0.0.11",
    "project_urls": {
        "Bug Tracker": "https://github.com/plapi-org/plapi-string/issues",
        "Homepage": "https://github.com/plapi-org/plapi-string"
    },
    "split_keywords": [
        "strings",
        "nlp",
        "operations",
        "analysis",
        "package"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28c967d38970655237b61b8a203075bebca4a829585b0328e6d6f6266237f2e4",
                "md5": "3e6f8704a007fed361381a66987f83c1",
                "sha256": "12526d7e1c3ecc12957be6f214dda4bb25e836c78f5b552520c9005b11a8e3a3"
            },
            "downloads": -1,
            "filename": "plapi_string-0.0.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3e6f8704a007fed361381a66987f83c1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 7712,
            "upload_time": "2025-01-03T23:27:33",
            "upload_time_iso_8601": "2025-01-03T23:27:33.980253Z",
            "url": "https://files.pythonhosted.org/packages/28/c9/67d38970655237b61b8a203075bebca4a829585b0328e6d6f6266237f2e4/plapi_string-0.0.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e4e4bdfaff43cd571537bec6ba749e4e81e7fea727741d92223ea517efaee50",
                "md5": "251dcafefa8c7bfb05e27bca740bb3da",
                "sha256": "8c54bcde7348379ce767001633a61aa2eb4394a31cd975eb338fdc666507260e"
            },
            "downloads": -1,
            "filename": "plapi_string-0.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "251dcafefa8c7bfb05e27bca740bb3da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 7529,
            "upload_time": "2025-01-03T23:27:36",
            "upload_time_iso_8601": "2025-01-03T23:27:36.420883Z",
            "url": "https://files.pythonhosted.org/packages/7e/4e/4bdfaff43cd571537bec6ba749e4e81e7fea727741d92223ea517efaee50/plapi_string-0.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-03 23:27:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "plapi-org",
    "github_project": "plapi-string",
    "github_not_found": true,
    "lcname": "plapi-string"
}
        
Elapsed time: 0.44518s