Skip to content

CXINFINITE/ProjectEssentials-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

ProjectEssentials-Python

This is collection of essential components required in multiple python projects.

Installing / Getting started

  • src/ contains various directories containing various components.
  • Each have their own set of requirements and (independent) source codes.
  • For GitHub related commands, check docs/GitHubUsage.rst.

Developing

Built with

  • Python >= 3.8.x.
  • For other dependencies check individual requirements.txt in respective directories under src/.
  • Examples provided under examples/ have their own set of requirements.txt under respective directories.

Deploying / Publishing

Releases are not set up currently.

Versioning

0.0 - dev.

Style guide

Follows PEP 8 python style guide.

Licensing

Check LICENSE.