Skip to content

chapsana/python-starter

Repository files navigation

Welcome to python-starter 👋

Version Documentation Maintenance License: MIT

A minimal application to boiler plate python project

Prerequisites

  • python >=3.7

A minimal application to boiler plate python project

Develpopment

# using venv
virtualenv venv
source venv/bin/activate
pip3 install -r requirements.txt

# pip3 freeze > requirements.txt
python3 main.py

Tests

python -m unittest tests/test_module1 test_module2
python -m unittest tests/test_module.TestClass
python -m unittest tests/test_module.TestClass.test_method

Author

👤 Alpha Olomi alphalomi@gmail.com

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Alpha Olomi alphalomi@gmail.com.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator

About

A brief 🐍Python Unit Test Course

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages