xploreds


Namexploreds JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/danieldominguete/XploreDS
SummaryEasy-to-use package of the most relevant Data Science techniques.
upload_time2024-11-14 02:53:18
maintainerNone
docs_urlNone
authorDaniel Dominguete
requires_pythonNone
licenseMIT License
keywords data science
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # XploreDS

Easy-to-use package of the most relevant Data Science techniques.
 
## Getting Started

#### Dependencies
You need Python 3.9 or later to use **XploreDS**. You can find it at [python.org](https://www.python.org/).

#### Installation
Clone this repo to your local machine using:
```
git clone https://github.com/caiocarneloz/pacotepypi.git
```

## Features
- File structure for PyPI packages
- Setup with package informations
- License example

## Setup Environment

1 - Install virtual environment package

`pip install virtualenv`

2 - Create the virtual environment

`virtualenv XploreDS`

3 - Activate the virtual environment

Mac OS/Linux: `source XploreDS/bin/activate`

Windows: `XploreDS\Scripts\activate`

4 - Install requirement packages

`pip install -r requirements`

5 - Create .env file and/or set environment variables

`PYTHON_WARNINGS="ignore"`

 

# Changelog

All notable changes to this project will be documented here.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.1]

### Added
- Script management functions: logging, working folder, time spent
- Project conception by [@danieldominguete](https://github.com/danieldominguete).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/danieldominguete/XploreDS",
    "name": "xploreds",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Data Science",
    "author": "Daniel Dominguete",
    "author_email": "daniel.dominguete@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a2/22/92a6c2321492ad08f5425ea1afd57401700d59a8f5153028df25676bb174/xploreds-0.0.1.tar.gz",
    "platform": null,
    "description": "# XploreDS\n\nEasy-to-use package of the most relevant Data Science techniques.\n \n## Getting Started\n\n#### Dependencies\nYou need Python 3.9 or later to use **XploreDS**. You can find it at [python.org](https://www.python.org/).\n\n#### Installation\nClone this repo to your local machine using:\n```\ngit clone https://github.com/caiocarneloz/pacotepypi.git\n```\n\n## Features\n- File structure for PyPI packages\n- Setup with package informations\n- License example\n\n## Setup Environment\n\n1 - Install virtual environment package\n\n`pip install virtualenv`\n\n2 - Create the virtual environment\n\n`virtualenv XploreDS`\n\n3 - Activate the virtual environment\n\nMac OS/Linux: `source XploreDS/bin/activate`\n\nWindows: `XploreDS\\Scripts\\activate`\n\n4 - Install requirement packages\n\n`pip install -r requirements`\n\n5 - Create .env file and/or set environment variables\n\n`PYTHON_WARNINGS=\"ignore\"`\n\n \n\n# Changelog\n\nAll notable changes to this project will be documented here.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),\nand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\n\n## [0.0.1]\n\n### Added\n- Script management functions: logging, working folder, time spent\n- Project conception by [@danieldominguete](https://github.com/danieldominguete).\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Easy-to-use package of the most relevant Data Science techniques.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/danieldominguete/XploreDS"
    },
    "split_keywords": [
        "data",
        "science"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a22292a6c2321492ad08f5425ea1afd57401700d59a8f5153028df25676bb174",
                "md5": "1a5355396a6c47d5b92afd3ae609df52",
                "sha256": "0e20bfd5ab0d80994cbd687d85d0b771724338df2f78f0b287d364413bd902f4"
            },
            "downloads": -1,
            "filename": "xploreds-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1a5355396a6c47d5b92afd3ae609df52",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2544,
            "upload_time": "2024-11-14T02:53:18",
            "upload_time_iso_8601": "2024-11-14T02:53:18.151872Z",
            "url": "https://files.pythonhosted.org/packages/a2/22/92a6c2321492ad08f5425ea1afd57401700d59a8f5153028df25676bb174/xploreds-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-14 02:53:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "danieldominguete",
    "github_project": "XploreDS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "xploreds"
}
        
Elapsed time: 0.34522s