Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hackndo/lib_skeletton

Project skeleton for a Python library
https://github.com/hackndo/lib_skeletton

Last synced: 9 days ago
JSON representation

Project skeleton for a Python library

Awesome Lists containing this project

README

        

# Dummy Project
### Description
Dummy is a dummy skeleton project for future Python library development.

### Version
1.0

### Tech

* [Dummy](https://github.com/Hackndo/lib_skeletton)

### Requirements

See `requirements.txt` file

### Installation

```python
mkvirtualenv dummy -p /path/to/python
python setup.py
```

### Test

```
tox
```

### Development

Want to contribute? Great, feel free !