Skip to content

Commit

Permalink
Merge pull request #31 from xmnlab/master
Browse files Browse the repository at this point in the history
Resolves #30 Missing entrypoint.
  • Loading branch information
xmnlab authored Jul 7, 2017
2 parents d340ab3 + ded5513 commit 3c35556
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
19 changes: 13 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This library is based on some important libraries as:
- pandas;
- jupyter;
- matplotlib;
- etc;
- scikit-learn;


* Free software: MIT license
Expand All @@ -31,28 +31,35 @@ This library is based on some important libraries as:
Features
--------

Initially these books will be used as reference to guide this project:
Books used as reference to guide this project:

- https://www.packtpub.com/big-data-and-business-intelligence/clean-data
- https://www.packtpub.com/big-data-and-business-intelligence/python-data-analysis

Some other materials used as reference:

- https://github.com/rsouza/MMD/blob/master/notebooks/3.1_Kaggle_Titanic.ipynb
- https://github.com/agconti/kaggle-titanic/blob/master/Titanic.ipynb
- https://github.com/donnemartin/data-science-ipython-notebooks/blob/master/kaggle/titanic.ipynb


This project contemplates the follow features:

- Data conversions:

- TODO
- soon ...
- Data collection:

- TODO
- soon ...
- Data cleaning:

- ...
- Data storage:

- TODO
- soon ...
- Data integration:

- TODO
- soon ...
- Data manipulation:

- ...
Expand Down
9 changes: 2 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
setup(
name='scikit-data',
version='0.1.0',
description="The propose of this library/plugin is to allow the data analysis process more easy and automatic.",
description="The propose of this library is to allow the data analysis process more easy and automatic.",
long_description=readme + '\n\n' + history,
author="Ivan Ogasawara",
author_email='[email protected]',
Expand All @@ -36,16 +36,11 @@
],
package_dir={'skdata':
'skdata'},
entry_points={
'console_scripts': [
'skdata=skdata.cli:main'
]
},
include_package_data=True,
install_requires=requirements,
license="MIT license",
zip_safe=False,
keywords='PyDataAnalysis',
keywords='scikit data analysis',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 3c35556

Please sign in to comment.