Metadata-Version: 2.1
Name: RahulScripts
Version: 0.0.1
Summary: Some daily used scripts
Home-page: https://www.drugonix.com
Download-URL: https://github.com/Takshan/RahulScripts/0.0.1.tar.gz
Author: Rahul Brahma
Author-email: rahul@drugonix.com
Keywords: rahul scripts genomics class
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Build Tools
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pip
Requires-Dist: setuptools

# RahulScipts

### Daily usage scripts. Specially used in Genomics.

1. ## Instalation:

### Through pip:

```bash
pip install rahulscipts
```

### from github:

```bash
pip install git+https://github.com/Takshan/RahulScipts.git
```

2. ## Usage:

```python
import rahulscripts as rs
```

Check the documentation to see all the functions avaiable..
