Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hackndo/lib_skeletton
- Owner: Hackndo
- License: apache-2.0
- Created: 2016-03-11T09:57:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T10:18:07.000Z (almost 9 years ago)
- Last Synced: 2024-11-08T04:44:44.470Z (2 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 !