Metadata-Version: 2.1
Name: ntier
Version: 4.7.1
Summary: A library containing data structures and classes used in making the domain layer of n-tier web applications
Home-page: https://gitlab.com/tcucco/ntier
Author: Trey Cucco
Author-email: fcucco@gmail.com
License: MIT
Download-URL: https://gitlab.com/tcucco/ntier/-/archive/master/ntier-master.tar.gz
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Data Structures for N-Tier Applications

N-Tier is a library containing common data structures and classes used in
making the domain layer of n-tier web applications.

Please note: documentation on this project is currently not provided

## Interacting With the Project

`make` is the best way to interact with the project.

### Setting Up:

    make install

### Running Tests:

    make test

### Running Coverage

    make coverage


