Metadata-Version: 2.1
Name: xploreds
Version: 0.0.1
Summary: Easy-to-use package of the most relevant Data Science techniques.
Home-page: https://github.com/danieldominguete/XploreDS
Author: Daniel Dominguete
Author-email: daniel.dominguete@gmail.com
License: MIT License
Keywords: Data Science
Description-Content-Type: text/markdown
License-File: LICENSE

# 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).
