greydata


Namegreydata JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://greyhub.github.io/
SummaryLibrary for data analyst
upload_time2024-08-07 07:47:40
maintainerNone
docs_urlNone
authorGrey Ng
requires_python>=3.6
licenseMIT
keywords data processing analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GREYDATA

## Introduction

`greydata` is a Python library for data analysts. This library provides tools and functions for data processing and analysis.

## Installation

To install the `greydata` library, use `pip`:

```bash
pip install greydata
```

## Updating the Library
To update the greydata library on PyPI, follow these steps:

### 1. Update the Version
Before updating, make sure to change the version number in your setup.py file.

1. Open setup.py.
2. Update the version value to the new version number.

Example:
```python
# setup.py

from setuptools import setup, find_packages

setup(
    name='greydata',
    version='0.1.4',  # Update the version here
    author='Grey Ng',
    author_email='luongnv.grey@gmail.com',
    description='Library for data analyst',
    url='https://greyhub.github.io/',
    packages=find_packages(),
    python_requires='>=3.6',
    install_requires=[
        # Your dependencies here
    ],
)
```

### 2. Package the Library
Use setuptools to package the library. Run the following command from the project root directory:

```bash
python setup.py sdist bdist_wheel
```
This command will create distribution files in the dist/ directory.

### 3. Upload to PyPI
Use twine to upload the distribution files to PyPI. Run the following command:

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

### 4. Verify the Update
After uploading, check the PyPI page for the library to confirm that the new version is available.

PyPI page for greydata: https://pypi.org/project/greydata/

## Usage Instructions
For usage instructions, refer to the documentation or examples in the docs folder or visit the online documentation.

## Contact
If you encounter issues or have questions, please contact the author via email: luongnv.grey@gmail.com.

## Upgrading the Library
To upgrade greydata to the latest version, use pip:

```bash
pip install --upgrade greydata
```
This command will install the latest version of the greydata library if it's already installed, or install it if it’s not.

            

Raw data

            {
    "_id": null,
    "home_page": "https://greyhub.github.io/",
    "name": "greydata",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "data processing analysis",
    "author": "Grey Ng",
    "author_email": "luongnv.grey@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ed/e3/8e275cd309b9a59346554794055a6a963efc580ae7300fe62bf78932e5f4/greydata-0.2.2.tar.gz",
    "platform": null,
    "description": "# GREYDATA\r\n\r\n## Introduction\r\n\r\n`greydata` is a Python library for data analysts. This library provides tools and functions for data processing and analysis.\r\n\r\n## Installation\r\n\r\nTo install the `greydata` library, use `pip`:\r\n\r\n```bash\r\npip install greydata\r\n```\r\n\r\n## Updating the Library\r\nTo update the greydata library on PyPI, follow these steps:\r\n\r\n### 1. Update the Version\r\nBefore updating, make sure to change the version number in your setup.py file.\r\n\r\n1. Open setup.py.\r\n2. Update the version value to the new version number.\r\n\r\nExample:\r\n```python\r\n# setup.py\r\n\r\nfrom setuptools import setup, find_packages\r\n\r\nsetup(\r\n    name='greydata',\r\n    version='0.1.4',  # Update the version here\r\n    author='Grey Ng',\r\n    author_email='luongnv.grey@gmail.com',\r\n    description='Library for data analyst',\r\n    url='https://greyhub.github.io/',\r\n    packages=find_packages(),\r\n    python_requires='>=3.6',\r\n    install_requires=[\r\n        # Your dependencies here\r\n    ],\r\n)\r\n```\r\n\r\n### 2. Package the Library\r\nUse setuptools to package the library. Run the following command from the project root directory:\r\n\r\n```bash\r\npython setup.py sdist bdist_wheel\r\n```\r\nThis command will create distribution files in the dist/ directory.\r\n\r\n### 3. Upload to PyPI\r\nUse twine to upload the distribution files to PyPI. Run the following command:\r\n\r\n```bash\r\ntwine upload dist/*\r\n```\r\n\r\n### 4. Verify the Update\r\nAfter uploading, check the PyPI page for the library to confirm that the new version is available.\r\n\r\nPyPI page for greydata: https://pypi.org/project/greydata/\r\n\r\n## Usage Instructions\r\nFor usage instructions, refer to the documentation or examples in the docs folder or visit the online documentation.\r\n\r\n## Contact\r\nIf you encounter issues or have questions, please contact the author via email: luongnv.grey@gmail.com.\r\n\r\n## Upgrading the Library\r\nTo upgrade greydata to the latest version, use pip:\r\n\r\n```bash\r\npip install --upgrade greydata\r\n```\r\nThis command will install the latest version of the greydata library if it's already installed, or install it if it\u00e2\u20ac\u2122s not.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Library for data analyst",
    "version": "0.2.2",
    "project_urls": {
        "Documentation": "https://greyhub.github.io/",
        "Homepage": "https://greyhub.github.io/",
        "Source": "https://github.com/username/greydata",
        "Tracker": "https://github.com/username/greydata/issues"
    },
    "split_keywords": [
        "data",
        "processing",
        "analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "924ec8d38c9581ba523f6fe5365b7fa0e2452c52e9fc87087acf09d1e9cf89ae",
                "md5": "ae608a963a9885d8739bf1f3ad875efa",
                "sha256": "659d4bbf18e133d9152780e4111211e702422c78f386bec29a707f7e0492e391"
            },
            "downloads": -1,
            "filename": "greydata-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ae608a963a9885d8739bf1f3ad875efa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 11928,
            "upload_time": "2024-08-07T07:47:38",
            "upload_time_iso_8601": "2024-08-07T07:47:38.948181Z",
            "url": "https://files.pythonhosted.org/packages/92/4e/c8d38c9581ba523f6fe5365b7fa0e2452c52e9fc87087acf09d1e9cf89ae/greydata-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ede38e275cd309b9a59346554794055a6a963efc580ae7300fe62bf78932e5f4",
                "md5": "9268e6d89edfc788fa55dc0be8219ba0",
                "sha256": "d7bb1900ac3275549dc0af332e8b80dfd38fb2ad8c7faa729f6b89e22a7105a9"
            },
            "downloads": -1,
            "filename": "greydata-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9268e6d89edfc788fa55dc0be8219ba0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 10035,
            "upload_time": "2024-08-07T07:47:40",
            "upload_time_iso_8601": "2024-08-07T07:47:40.659729Z",
            "url": "https://files.pythonhosted.org/packages/ed/e3/8e275cd309b9a59346554794055a6a963efc580ae7300fe62bf78932e5f4/greydata-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-07 07:47:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "username",
    "github_project": "greydata",
    "github_not_found": true,
    "lcname": "greydata"
}
        
Elapsed time: 0.44667s