No project description provided
Project description
JustProj
A toolkit for creating documentation and project management diagrams in Python
[!CAUTION] At the moment, JustProj is under active development (alpha), many things may not work, and this version is not recommended for use (all at your own risk).
Installion
pip3 install justproj_toolkit
Run example:
python3 -m justproj_toolkit
Example
from justproj_toolkit.baseproject.documentation import InitiationSection, DocumentSubsection, DocumentFolder, ProjectManager, ProjectTemplate
s1 = InitiationSection('Introduction', 'An introduction to JustProj Toolkit', {'Language': 'Python with some libs'})
s2 = InitiationSection('Introduction 2', 'An another introduction number 2 to JustProj Toolkit', {'Number': 'version 2'})
ss1 = DocumentSubsection('InitiationSubSection', {'Test2': 'hi'}, s1)
ss2 = DocumentSubsection('InitiationSubSection 2', {'Test3': 'hi wpr;d'}, s2)
s1.link_new_subsection(ss1)
s2.link_new_subsection(ss2)
folder = DocumentFolder('basic', 'app/docs', [s1, s2])
project_manager = ProjectManager('JustProj Toolkit', 'An another tool for project management and creation', 'Bla-bla-bla',
'alexeev-prog', 'JustProj', 'app',
ProjectTemplate.CPP, [folder], [s1, s2])
project_manager.add_directory_to_structure('examples', ['example-1.txt', 'example-2.txt'])
project_manager.process_project()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
justproj_toolkit-0.1.1.tar.gz
(4.6 kB
view hashes)
Built Distribution
Close
Hashes for justproj_toolkit-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2730c958bf4fd268833007b556dbe14bd982ff64428e9ff6b028e7b6722b2d7 |
|
MD5 | f5f61cb0646e0b424f66a8884916ade8 |
|
BLAKE2b-256 | 576aad81ea9813c32331ed49c96959b6895408e24742c5c54cd7fb33fdf4d61b |