Skip to content

nyirog/pyred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyred offers a wrapper for redmine project hosting server with mechanize. The wrapper can be used from python with redmine.Redmine class or with the pyred cli script

Initalize pyred

Login

The pyred script remebers the url address of the server, the last login and its password. Those data are stored in ~/.pyred.cfg.

Register users

The redmine server often has to be customized for the local needs. User names should be tell to pyred, so they can be used as names instead of ids.

Special trackers

The local redmine server can have special tracker over the defaults one, that should be known by pyred.

The Redmine class should store all the available tracker option in trackers attribute, not just the special ones:

_Remark user-id and tracker-id are stored in ~/.pyred.cfg under users and trackers section.

Actions

After the configuration of pyred we can run some action on it.

_Remark atomsk will be the project name at the actions, and 42 will be the issue id

Upload file to a project

Upload a file to an issue

Create an issue

Parent issue and watchers are optionals.

List issue

Have fun!

About

python wrapper for redmine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages