Skip to content

This repository houses generic functionality that is often used in many types of projects but is not included in the stadard libraries of programming languages

Notifications You must be signed in to change notification settings

TravellerVS/Utilities-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python common Utilities

This repository houses generic functionality that is often used in many types of projects but is not included in the standard libraries of programming languages.

Contributing to the project

SETUP:

Install python modules (Python2.7 official setup):
  • run python27 setup.py install inside the project root to install required modules
Setup the unittests environment:
  • make a test.config file inside the /test directory
    • copy the contents from the example.config
    • check/modify the email, database and other settings
Ignore files from version control:
  • add the /test/test.config file to the version control ignored list
  • ignore all test.log files for version control
SETUP FINISHED

Development environment and used technologies

Python 2.7.10 is currently supported

The project was developed using PyCharm Community Edition 4.5.4 IDE

About

This repository houses generic functionality that is often used in many types of projects but is not included in the stadard libraries of programming languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages