Skip to main content

Library for data analyst

Project description

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:

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:

# 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:

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:

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:

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

greydata-0.2.2.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

greydata-0.2.2-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

Details for the file greydata-0.2.2.tar.gz.

File metadata

  • Download URL: greydata-0.2.2.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.13

File hashes

Hashes for greydata-0.2.2.tar.gz
Algorithm Hash digest
SHA256 d7bb1900ac3275549dc0af332e8b80dfd38fb2ad8c7faa729f6b89e22a7105a9
MD5 9268e6d89edfc788fa55dc0be8219ba0
BLAKE2b-256 ede38e275cd309b9a59346554794055a6a963efc580ae7300fe62bf78932e5f4

See more details on using hashes here.

File details

Details for the file greydata-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: greydata-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 11.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.13

File hashes

Hashes for greydata-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 659d4bbf18e133d9152780e4111211e702422c78f386bec29a707f7e0492e391
MD5 ae608a963a9885d8739bf1f3ad875efa
BLAKE2b-256 924ec8d38c9581ba523f6fe5365b7fa0e2452c52e9fc87087acf09d1e9cf89ae

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page