Skip to main content

A Cluster of essential utilities for python

Project description



nashit: powerful Python data download toolkit

Latest Release 0.0.1
0.0.1
Package Status status
License license
Build Status travis build status
circleci build status
appveyor build status
Coverage coverage
Downloads conda-forge downloads
Gitter

What is it?

nashit is a Python package providing fast, flexible, and expressive utilities which are widely used in day to day activities.using these functions are quite easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world tasks in Python. Additionally, it has the broader goal of becoming the most powerful and flexible open source utility available in any language. It is already well on its way toward this goal.

Main Features

Here are just a few of the things that nashit does well:

  • Downloading all files from a given URL of a specified format.

As of now this package implements a single method nas_fetch_it() which can fetch all the mp3/pdf or (any other file format) from a perticular url. this method takes 3 parameters namely:

  • url : The URL from which data has to be fetched
  • save_path : where the data is to be saved
  • file_type : the file type which has to be searched(mp3 , pdf , xlsx etc...)

Basic Usage

from nashit import data_fetchers
data_fetchers.nas_fetch_it("url","/path/to/save",".mp3")

Where to get it

The source code is currently hosted on GitHub at: https://github.com/nashit93/nashit

Binary installers for the latest released version are available at the Python package index and on conda.

# conda
conda install nashit
# or PyPI
pip install nashit

Dependencies

  • os: 1.9.0 or higher
  • tqdm: 2.5.0 or higher
  • re: 2011k or higher
  • requests: 2011k or higher

Installation from sources

To install nashit from source you need Cython in addition to the normal dependencies above. Cython can be installed from pypi:

pip install cython

In the nashit directory (same one where you found this file after cloning the git repo), execute:

python setup.py install

License

BSD 3

Documentation

The official documentation is hosted on readthedocs.org: https://readthedocs.org/projects/nashit

Background

Work on nashit started at Hezkroust in 2018 and has been under active development since then.

Getting Help

For usage questions, the best place to go to is StackOverflow.

Discussion and Development

Most development discussion is taking place on github in this repo. Further, the nashit-dev mailing list can also be used for specialized discussions or design issues, and a Gitter channel is available for quick development related questions.

All contributions, bug reports, bug fixes, documentation improvements, enhancements and ideas are welcome.

If you are simply looking to start working with the nashit codebase, navigate to the GitHub “issues” tab and start looking through interesting issues.

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

nashit-1.0.1.tar.gz (6.8 kB view hashes)

Uploaded Source

Supported by

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