https://github.com/hackndo/lib_skeletton
Project skeleton for a Python library
https://github.com/hackndo/lib_skeletton
Last synced: 4 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-11T10:18:07.000Z (over 10 years ago)
- Last Synced: 2024-12-30T21:41:55.284Z (over 1 year 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 !