Metadata-Version: 2.1
Name: netaccess
Version: 1.0.0
Summary: CLI for IIT Madras netaccess
Home-page: https://github.com/haranrk/IITM-Netaccess-Approval
Author: Haran Rajkumar
Author-email: haranrajkumar97@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: mechanize

# IITM-Netaccess-Approval
Python code that utilizes the mechanize library for netaccess approval of the IIT Madras network from command line

## Installation
### Quick Installation
Use pip to install the package as follows
```sh
pip install netaccess
```
## Usage 
To perform a netaccess approval, run the following command
```sh
netaccess
```
or,
```sh
netaccess -u <username> -p <password>
```

## Original Author
[**Cibin Joseph**](https://github.com/cibinjoseph/), Aerospace Engineering, IIT Madras

## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details


