A more meaningful exception's collection for Python
Project description
# pyception [![Build Status](https://travis-ci.org/jonathansp/pyception.svg?branch=master)](https://travis-ci.org/jonathansp/pyception) [![PyPI version](https://badge.fury.io/py/pyception.svg)](https://badge.fury.io/py/pyception)
A more meaningful exception's collection for Python
* simple and lightweight library
* inspired on frameworks and languages such as .NET, javasdk, ruby, php etc.
Feel free to open a pull request! (Please, use [Jeremy Mack's](http://seesparkbox.com/foundry/semantic_commit_messages) commit style.)
Simple usage:
``` python
import pyception
if not user.has_previlege('admin'):
raise pyception.security.PrivilegeNotHeldException('Not allowed.')
```
Namespaces:
``` python
import pyception.application
import pyception.configuration
import pyception.data
import pyception.io
import pyception.networking
import pyception.security
import pyception.system
import pyception.text
```
A more meaningful exception's collection for Python
* simple and lightweight library
* inspired on frameworks and languages such as .NET, javasdk, ruby, php etc.
Feel free to open a pull request! (Please, use [Jeremy Mack's](http://seesparkbox.com/foundry/semantic_commit_messages) commit style.)
Simple usage:
``` python
import pyception
if not user.has_previlege('admin'):
raise pyception.security.PrivilegeNotHeldException('Not allowed.')
```
Namespaces:
``` python
import pyception.application
import pyception.configuration
import pyception.data
import pyception.io
import pyception.networking
import pyception.security
import pyception.system
import pyception.text
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for pyception-0.1.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 220fe6000c03ac4de6fff3b1fba69f586adcf524f218b74e40ab57b0c5963cc4 |
|
MD5 | 588c18e65d0176900133e883468461e9 |
|
BLAKE2b-256 | f74819aac205bd297c2284ae6ad5df1772ba03392562d766ec5e2492526ecfb5 |