An open API service indexing awesome lists of open source software.

https://github.com/naskio/naskpy

Python utilities for scripting and automation
https://github.com/naskio/naskpy

library python python3

Last synced: 12 months ago
JSON representation

Python utilities for scripting and automation

Awesome Lists containing this project

README

          

# NaskPy

naskpy

Tools, modules and functions that I use regularly while coding scripts in Python.

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/e84b6a32a18e4ae18a51e7bf5956becc)](https://www.codacy.com/gh/naskio/naskpy/dashboard?utm_source=github.com&utm_medium=referral&utm_content=naskio/naskpy&utm_campaign=Badge_Grade)
[![Maintainability](https://api.codeclimate.com/v1/badges/6f79c1172b6dc903377c/maintainability)](https://codeclimate.com/github/naskio/naskpy/maintainability)
[![codecov](https://codecov.io/gh/naskio/naskpy/branch/main/graph/badge.svg?token=7HY2KN5428)](https://codecov.io/gh/naskio/naskpy)
![GitHub branch checks state](https://img.shields.io/github/checks-status/naskio/naskpy/main)

![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/naskio/naskpy)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/naskio/naskpy)
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/naskio/naskpy/Test/main)
[![Documentation Status](https://readthedocs.org/projects/naskpy/badge/?version=latest)](https://naskpy.readthedocs.io/en/latest/?badge=latest)
![PyPI](https://img.shields.io/pypi/v/naskpy)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/naskpy)

[![GitHub issues](https://img.shields.io/github/issues/naskio/naskpy)](https://github.com/naskio/naskpy/issues)
[![GitHub forks](https://img.shields.io/github/forks/naskio/naskpy)](https://github.com/naskio/naskpy/network)
[![GitHub stars](https://img.shields.io/github/stars/naskio/naskpy)](https://github.com/naskio/naskpy/stargazers)
![Lines of code](https://img.shields.io/tokei/lines/github/naskio/naskpy)
[![GitHub license](https://img.shields.io/github/license/naskio/naskpy)](https://github.com/naskio/naskpy/blob/main/LICENSE)

## Getting Started

To install the package, run:

```shell
pip install naskpy
```

Read more about the package on the [ReadTheDocs](https://naskpy.rtfd.io/) page.

## Contributing

[Pull requests](https://github.com/naskio/naskpy/pulls) are welcome! For any bug reports, please create
an [issue](https://www.github.com/naskio/naskpy/issues) on GitHub.

## License

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

--------------------------------------------------------------------------------

Find more projects at [www.nask.io](https://nask.io)