Skip to content

paulobh/automatic-octo-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

automatic-octo-template

Optimized for python 3.6

This is a project template. Used in other repositories.


Dependencies

For developers, python requirements could be find in the project's root. For installing the requirements, in your venv or anaconda env, just run the following command:

pip install -r requirements.txt


Project's Structure

.
└── automatic-octo-template
    ├── data
    │   └── settings.json
    ├── docs
    │   ├── reference_articles
    │   ├── ...
    │   └── CREDITS
    ├── src
    │   ├── __init__.py
    │   └── bot.py
    ├── tests
    │   └── unittests
    │       ├── data
    │       └── __init__.py
    ├── .gitignore
    ├── LICENSE
    ├── README.md
    └── requirements.txt

Directory description

  • data: The data dir. Group of non-script support files.
  • docs: The documentation dir.
  • src: The scripts & source code dir.
  • tests: The unittests dir.

Usage Notes

Running

For running it, on the ~/src directory just run the follow command:

python automatic_octo.py

Notes

  • Just a few notes

Versioning

This project is under development.

Roadmap

It needed to:

  • Develop the feature #0

    • feature #0.1:
      • Techniques:
        • technique #0
        • technique #1
        • technique #2
    • feature #0.2:
      • technology #0
  • Develop the feature #1


About

This is a project template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published