PyScalix


NamePyScalix JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://github.com/husnainkhurshiid/PyScalix.git
SummaryPython Package to convert csv files to SQLite database and SQLite database to csv files
upload_time2023-08-25 19:45:08
maintainer
docs_urlNone
authorHusnain Khurshid
requires_python
license
keywords python pyscalix csv to sqlite sqlite to csv csv husnain khurshid
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![](http://ForTheBadge.com/images/badges/made-with-python.svg)

# PyScalix

Python package to convert Csv files to SQlite database and SQlite database back to csv file

## Functions

- CsvtoSql( )
- SqltoCsv( )

## Installation Guidelines

- windows
  ```python
  pip install Pyscalix
  ```
- macos/linux
  ```python
  pip3 install Pyscalix
  ```
- Latest version
  ```python
  pip install --upgrade PyScalix
  ```

## Usage/Examples

```python
import PyScalix

PyScalix.CsvtoSql(csvfile)
PyScalix.SqltoCsv(databasefile,table_name)
```

## Success Response

- True

## Error Response

- False

## Tech Stack

**Language:** Python 3.10.9

## Authors

- [Husnain Khurshid](https://www.github.com/husnainkhurshiid)
- [Usman Sadiq](https://www.github.com/usman-cs)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/husnainkhurshiid/PyScalix.git",
    "name": "PyScalix",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,PyScalix,csv to sqlite,sqlite to csv,csv,husnain khurshid",
    "author": "Husnain Khurshid",
    "author_email": "muhammadhusnainkh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ad/4a/58c127af132d9258ac79d0f8c2dd489fcf6ea6301afb49112305e8c55039/PyScalix-0.0.8.tar.gz",
    "platform": null,
    "description": "![](http://ForTheBadge.com/images/badges/made-with-python.svg)\n\n# PyScalix\n\nPython package to convert Csv files to SQlite database and SQlite database back to csv file\n\n## Functions\n\n- CsvtoSql( )\n- SqltoCsv( )\n\n## Installation Guidelines\n\n- windows\n  ```python\n  pip install Pyscalix\n  ```\n- macos/linux\n  ```python\n  pip3 install Pyscalix\n  ```\n- Latest version\n  ```python\n  pip install --upgrade PyScalix\n  ```\n\n## Usage/Examples\n\n```python\nimport PyScalix\n\nPyScalix.CsvtoSql(csvfile)\nPyScalix.SqltoCsv(databasefile,table_name)\n```\n\n## Success Response\n\n- True\n\n## Error Response\n\n- False\n\n## Tech Stack\n\n**Language:** Python 3.10.9\n\n## Authors\n\n- [Husnain Khurshid](https://www.github.com/husnainkhurshiid)\n- [Usman Sadiq](https://www.github.com/usman-cs)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python Package to convert csv files to SQLite database and SQLite database to csv files",
    "version": "0.0.8",
    "project_urls": {
        "Homepage": "https://github.com/husnainkhurshiid/PyScalix.git"
    },
    "split_keywords": [
        "python",
        "pyscalix",
        "csv to sqlite",
        "sqlite to csv",
        "csv",
        "husnain khurshid"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71ca03252ad10e74fda2452bf36c23da78ae8f1972a568cbb233de68ad5c050f",
                "md5": "c87b3af18b3de2c70f0200c254685402",
                "sha256": "b443d9695308a4abf3b522e7611c13bf491bf06b75a6ec875891146a2a10b5eb"
            },
            "downloads": -1,
            "filename": "PyScalix-0.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c87b3af18b3de2c70f0200c254685402",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3598,
            "upload_time": "2023-08-25T19:45:07",
            "upload_time_iso_8601": "2023-08-25T19:45:07.490053Z",
            "url": "https://files.pythonhosted.org/packages/71/ca/03252ad10e74fda2452bf36c23da78ae8f1972a568cbb233de68ad5c050f/PyScalix-0.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad4a58c127af132d9258ac79d0f8c2dd489fcf6ea6301afb49112305e8c55039",
                "md5": "42d492687813e07b395705d4916190b4",
                "sha256": "9c369d1b76f2226956026d66ded943d62aeb012f3701142c2c5d731b73705c21"
            },
            "downloads": -1,
            "filename": "PyScalix-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "42d492687813e07b395705d4916190b4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3236,
            "upload_time": "2023-08-25T19:45:08",
            "upload_time_iso_8601": "2023-08-25T19:45:08.966579Z",
            "url": "https://files.pythonhosted.org/packages/ad/4a/58c127af132d9258ac79d0f8c2dd489fcf6ea6301afb49112305e8c55039/PyScalix-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-25 19:45:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "husnainkhurshiid",
    "github_project": "PyScalix",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "pyscalix"
}
        
Elapsed time: 0.12853s