Metadata-Version: 2.1
Name: hasattrs
Version: 0.0.1
Summary: Check if objects have same attrs at collections.abc types.
Home-page: https://github.com/eddiethedean/hasattrs
Author: Odos Matthews
Author-email: odosmatthews@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md

# HasAttrs

A pure python package used to check if objects have the same attrs as
collections.abc types.

## Description

Use HasAttrs to check if you objects have the same attributes as the
classes in collections.abs, such as Mapping and MutableSequence.
HasAttrs has no dependencies outside Python.

## Getting Started

### Dependencies

* Python>=3.6

### Installing

* pip install hasattrs

### Executing program

* How to run the program
* Step-by-step bullets
```
Example code to come.
```

## Authors

Contributors names and contact info

Odos Matthews: odosmatthews@gmail.com

## License

This project is licensed under the MIT License - see the LICENSE.md file for details
